aboutsummaryrefslogtreecommitdiffstats
path: root/sys-boot/u-boot/files
diff options
context:
space:
mode:
authorPA4WDH2021-07-31 19:20:21 +0200
committerPA4WDH2021-07-31 19:20:21 +0200
commit1aa02c385df1903e8781d692e24e14ef1e082bfa (patch)
tree10f21108b4123f74a3301f2f89c5e74c65fa0e8d /sys-boot/u-boot/files
parentAdd sys-boot/u-boot-2021.07 (diff)
downloadunmatched-patchwork-1aa02c385df1903e8781d692e24e14ef1e082bfa.tar.gz
unmatched-patchwork-1aa02c385df1903e8781d692e24e14ef1e082bfa.tar.bz2
unmatched-patchwork-1aa02c385df1903e8781d692e24e14ef1e082bfa.zip
Add patch to sys-boot/u-boot-2021.07 to make it work
Diffstat (limited to 'sys-boot/u-boot/files')
-rw-r--r--sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch12
1 files changed, 12 insertions, 0 deletions
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" \