Re: [PATCH 08/10] Use the correct ramdisk address

2024-12-08 Thread Simon Glass
On Sat, 23 Nov 2024 at 12:57, Matthew Garrett wrote: > > From: Matthew Garrett > > CONFIG_SYS_BOOT_RAMDISK_HIGH copies the initrd out of the FIT and into > correctly aligned RAM, but the addresses used for this are then discarded > by the x86 bootm code. Fix that. > > Signed-off-by: Matthew Garre

Re: [PATCH 08/10] Use the correct ramdisk address

2024-12-01 Thread Simon Glass
On Sat, 23 Nov 2024 at 12:57, Matthew Garrett wrote: > > From: Matthew Garrett > > CONFIG_SYS_BOOT_RAMDISK_HIGH copies the initrd out of the FIT and into > correctly aligned RAM, but the addresses used for this are then discarded > by the x86 bootm code. Fix that. > > Signed-off-by: Matthew Garre

[PATCH 08/10] Use the correct ramdisk address

2024-11-23 Thread Matthew Garrett
From: Matthew Garrett CONFIG_SYS_BOOT_RAMDISK_HIGH copies the initrd out of the FIT and into correctly aligned RAM, but the addresses used for this are then discarded by the x86 bootm code. Fix that. Signed-off-by: Matthew Garrett --- arch/x86/lib/bootm.c | 11 +-- 1 file changed, 9 i