From 80d13c2bb9129f256fa1895022d6290aca36d40a Mon Sep 17 00:00:00 2001 From: john-1 Date: Fri, 8 May 2026 17:06:55 +0300 Subject: [PATCH] test: re-introduce gk7205v300 May 8 regression to verify qemu#85 fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DO NOT MERGE. This is a deliberate revert of the gk7205v300 SoC Makefile to system gzip (32 KiB window) — the exact format that broke real Goke V4 silicon and that PR #14 fixed. Expected behavior under qemu-hisilicon master (now includes #86, the fix for #85): qemu_smoke (gk7205v300) FAILS with "Uncompress Fail!" on the UART. The other 3 SoCs (gk7202v300, gk7205v200, gk7605v100) stay untouched as controls — they should still pass. If the test passes (i.e., gk7205v300 fails as expected and the others pass), the QEMU gate is now tight enough to have caught the original PR #10 regression. Co-Authored-By: Claude Opus 4.7 (1M context) --- arch/arm/cpu/armv7/gk7205v300/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/gk7205v300/Makefile b/arch/arm/cpu/armv7/gk7205v300/Makefile index 0b01131..5690824 100644 --- a/arch/arm/cpu/armv7/gk7205v300/Makefile +++ b/arch/arm/cpu/armv7/gk7205v300/Makefile @@ -86,7 +86,7 @@ regfile: # -1 : --fast -9 : --best image_data.gzip: $(BINIMAGE) - ./gzip -fNqc -7 $< > $@ + gzip -fNqc -7 $< > $@ %.o: %.c $(CC) $(CFLAGS) -Wall -Wstrict-prototypes \