prevent relocating initrd & fdt, that results in failure to boot
authorVagrant Cascadian <vagrant@debian.org>
Thu, 9 Sep 2021 02:58:55 +0000 (03:58 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Thu, 9 Sep 2021 02:58:55 +0000 (03:58 +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 80cfd41cebcb51bd5ab8562797c43bc2fc9d6dfb..54b2e8b91958f99db67c3904dc1edde2a1441d69 100644 (file)
@@ -62,6 +62,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" \