From: Cédric Le Goater Date: Tue, 29 Jul 2025 17:34:59 +0000 (+0200) Subject: pc-bios: Update vbootrom image to commit 183c9ff8056b X-Git-Tag: v10.1.0-rc2~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63961f957ffaa586b166846f2c6a580923b08f6;p=thirdparty%2Fqemu.git pc-bios: Update vbootrom image to commit 183c9ff8056b Full changelog since last update (1287b6e42e83) : Hao Wu (2): Automatically search for UBOOT location for NPCM8xx images. Dynamically detects NPCM8XX UBOOT destination and size. Jamin Lin (5): Add initial support for AST27x0 ast27x0: Show build date and git version ast27x0: Initialize and enable SSP/TSP using SCU with reserved-memory from DTB ast27x0: Fix missing SCU module reset for SSP and TSP initialization ast27x0: Fix Makefile to unconditionally set CC to support correct cross-compilation Compiled with gcc version 13.3.0 Reviewed-by: Jamin Lin Reviewed-by: Michael Tokarev Signed-off-by: Cédric Le Goater --- diff --git a/pc-bios/ast27x0_bootrom.bin b/pc-bios/ast27x0_bootrom.bin index 0b9b3a2360..a4c94d64da 100644 Binary files a/pc-bios/ast27x0_bootrom.bin and b/pc-bios/ast27x0_bootrom.bin differ diff --git a/pc-bios/npcm7xx_bootrom.bin b/pc-bios/npcm7xx_bootrom.bin index 903f126636..92282892b7 100644 Binary files a/pc-bios/npcm7xx_bootrom.bin and b/pc-bios/npcm7xx_bootrom.bin differ diff --git a/pc-bios/npcm8xx_bootrom.bin b/pc-bios/npcm8xx_bootrom.bin index 6370d64756..45fb40fb59 100644 Binary files a/pc-bios/npcm8xx_bootrom.bin and b/pc-bios/npcm8xx_bootrom.bin differ