From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- external/onlineupdate/qa/single_step/Makefile | 27 +++++++++++++++++++++ .../qa/single_step/complete_signed.mar | Bin 0 -> 2025 bytes .../qa/single_step/incremental_signed.mar | Bin 0 -> 730 bytes .../onlineupdate/qa/single_step/single_step.zip | Bin 0 -> 1271 bytes 4 files changed, 27 insertions(+) create mode 100644 external/onlineupdate/qa/single_step/Makefile create mode 100644 external/onlineupdate/qa/single_step/complete_signed.mar create mode 100644 external/onlineupdate/qa/single_step/incremental_signed.mar create mode 100644 external/onlineupdate/qa/single_step/single_step.zip (limited to 'external/onlineupdate/qa/single_step') diff --git a/external/onlineupdate/qa/single_step/Makefile b/external/onlineupdate/qa/single_step/Makefile new file mode 100644 index 0000000000..f303992baa --- /dev/null +++ b/external/onlineupdate/qa/single_step/Makefile @@ -0,0 +1,27 @@ +gb_Side := host +include ../../../config_host.mk + +UPDATER_DIR := $(WORKDIR)/updater/single_step + +all : call + +unpack: + @echo "Unpacking the updater test project" + @rm -r $(UPDATER_DIR) || true + @mkdir -p $(UPDATER_DIR) + @unzip single_step.zip -d $(WORKDIR)/updater > /dev/null + @mkdir -p $(UPDATER_DIR)/patch + +call-complete: unpack + @echo "Update the test project" + @cp complete_signed.mar $(UPDATER_DIR)/patch/update.mar + @$(INSTDIR)/program/updater $(UPDATER_DIR)/patch $(UPDATER_DIR) $(UPDATER_DIR) 0 + +call-incremental: unpack + @echo "Update the test project" + @cp incremental_signed.mar $(UPDATER_DIR)/patch/update.mar + @$(INSTDIR)/program/updater $(UPDATER_DIR)/patch $(UPDATER_DIR) $(UPDATER_DIR) 0 + +call-gdb: unpack + @cp incremental_signed.mar $(UPDATER_DIR)/patch/update.mar + gdb --args $(INSTDIR)/program/updater $(UPDATER_DIR)/patch $(UPDATER_DIR) $(UPDATER_DIR) 0 diff --git a/external/onlineupdate/qa/single_step/complete_signed.mar b/external/onlineupdate/qa/single_step/complete_signed.mar new file mode 100644 index 0000000000..7b0631dd33 Binary files /dev/null and b/external/onlineupdate/qa/single_step/complete_signed.mar differ diff --git a/external/onlineupdate/qa/single_step/incremental_signed.mar b/external/onlineupdate/qa/single_step/incremental_signed.mar new file mode 100644 index 0000000000..6ec6e7a1a9 Binary files /dev/null and b/external/onlineupdate/qa/single_step/incremental_signed.mar differ diff --git a/external/onlineupdate/qa/single_step/single_step.zip b/external/onlineupdate/qa/single_step/single_step.zip new file mode 100644 index 0000000000..823a590e08 Binary files /dev/null and b/external/onlineupdate/qa/single_step/single_step.zip differ -- cgit v1.2.3