summaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorBALATON Zoltan <balaton@eik.bme.hu>2025-10-28 16:19:23 +0100
committerHarsh Prateek Bora <harshpb@linux.ibm.com>2025-10-30 12:33:10 +0530
commit2a62bbf4ed49bcd8c4f2003e265ea554589da9f4 (patch)
treefd443548ac0bebc0d56d7a7a2d4603d7cc75a475 /pc-bios
parentf551663d021fde5c6aad5f33e7f76beb1b51ac8e (diff)
downloadqemu-2a62bbf4ed49bcd8c4f2003e265ea554589da9f4.tar.gz
qemu-2a62bbf4ed49bcd8c4f2003e265ea554589da9f4.zip
hw/ppc/sam460ex: Update u-boot-sam460ex
Update the sam460ex firmware to match 2015.c version from the machine vendor which fixes USB devices and some other bugs. Also cherry pick some commits from upstream U-Boot that moves licenses in a subdir and allows gitlab to correctly detect and show license information. Drop version number from the binary name to avoid needing to change it in case of future updates. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Message-Id: <20251028151923.10DBB5972E5@zero.eik.bme.hu> Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/meson.build2
-rw-r--r--pc-bios/u-boot-sam460-20100605.binbin524288 -> 0 bytes
-rw-r--r--pc-bios/u-boot-sam460.binbin0 -> 524288 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/meson.build b/pc-bios/meson.build
index 3c41620044..9260aaad78 100644
--- a/pc-bios/meson.build
+++ b/pc-bios/meson.build
@@ -74,7 +74,7 @@ blobs = [
'pnv-pnor.bin',
'palcode-clipper',
'u-boot.e500',
- 'u-boot-sam460-20100605.bin',
+ 'u-boot-sam460.bin',
'qemu_vga.ndrv',
'edk2-licenses.txt',
'hppa-firmware.img',
diff --git a/pc-bios/u-boot-sam460-20100605.bin b/pc-bios/u-boot-sam460-20100605.bin
deleted file mode 100644
index e17de77c19..0000000000
--- a/pc-bios/u-boot-sam460-20100605.bin
+++ /dev/null
Binary files differ
diff --git a/pc-bios/u-boot-sam460.bin b/pc-bios/u-boot-sam460.bin
new file mode 100644
index 0000000000..6663683ef1
--- /dev/null
+++ b/pc-bios/u-boot-sam460.bin
Binary files differ