From 1aa02c385df1903e8781d692e24e14ef1e082bfa Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sat, 31 Jul 2021 19:20:21 +0200 Subject: Add patch to sys-boot/u-boot-2021.07 to make it work --- sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch (limited to 'sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch') diff --git a/sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch b/sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch new file mode 100644 index 0000000..8526849 --- /dev/null +++ b/sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch @@ -0,0 +1,12 @@ +diff -Naur u-boot-2021.07/include/configs/sifive-unmatched.h u-boot-2021.07-mod/include/configs/sifive-unmatched.h +--- u-boot-2021.07/include/configs/sifive-unmatched.h 2021-07-05 17:11:28.000000000 +0200 ++++ u-boot-2021.07-mod/include/configs/sifive-unmatched.h 2021-07-31 18:58:45.597873661 +0200 +@@ -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" \ -- cgit v1.2.3