prevent relocating initrd & fdt, that results in failure to boot
authorVagrant Cascadian <vagrant@debian.org>
Sun, 10 Apr 2022 23:28:14 +0000 (00:28 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 10 Apr 2022 23:28:14 +0000 (00:28 +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 087764666bf6595183224d625ae1054abb16f1ed..adaeeb1eb39b11b3fc9ec724718dc068a3a28529 100644 (file)
@@ -55,6 +55,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" \