prevent relocating initrd & fdt, that results in failure to boot
authorVagrant Cascadian <vagrant@debian.org>
Sun, 10 Oct 2021 04:20:52 +0000 (05:20 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 10 Oct 2021 04:20:52 +0000 (05:20 +0100)
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/u-boot/+bug/1937246

===================================================================

Gbp-Pq: Topic riscv64
Gbp-Pq: Name unmatched-prevent-relocating-initrd-and-fdt.patch

include/configs/sifive-unmatched.h

index bea0eebe230685347147eedf3813bd8a76807ecc..ba80f09745bb8e3a1122a74b0ff0ea88fe450605 100644 (file)
@@ -65,6 +65,8 @@
        "name=system,size=-,bootable,type=${type_guid_gpt_system};"
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
+       "fdt_high=0xffffffffffffffff\0" \
+       "initrd_high=0xffffffffffffffff\0" \
        "kernel_addr_r=0x84000000\0" \
        "fdt_addr_r=0x88000000\0" \
        "scriptaddr=0x88100000\0" \