mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:17 +00:00
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>
This commit is contained in:
committed by
Harsh Prateek Bora
parent
f551663d02
commit
2a62bbf4ed
@@ -144,9 +144,10 @@ u-boot.e500:
|
||||
../pc-bios/u-boot.e500
|
||||
|
||||
u-boot.sam460:
|
||||
$(MAKE) -C u-boot-sam460ex Sam460ex_config
|
||||
$(MAKE) -C u-boot-sam460ex Sam460_50_config
|
||||
$(MAKE) -C u-boot-sam460ex CROSS_COMPILE=$(powerpc_cross_prefix)
|
||||
cp u-boot-sam460ex/u-boot.bin ../pc-bios/u-boot-sam460-20100605.bin
|
||||
cp u-boot-sam460ex/u-boot.bin ../pc-bios/u-boot-sam460.bin
|
||||
chmod -x ../pc-bios/u-boot-sam460.bin
|
||||
|
||||
skiboot:
|
||||
$(MAKE) -C skiboot CROSS=$(powerpc64_cross_prefix)
|
||||
|
||||
Submodule roms/u-boot-sam460ex updated: 60b3916f33...1e5f4a1607
Reference in New Issue
Block a user