Description: prevent relocating initrd & fdt, that results in failure to boot Author: Heinrich Schuchardt (xypron) Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/u-boot/+bug/1937246 Index: u-boot-2021.07~rc4+dfsg/include/configs/sifive-unmatched.h =================================================================== --- u-boot-2021.07~rc4+dfsg.orig/include/configs/sifive-unmatched.h +++ u-boot-2021.07~rc4+dfsg/include/configs/sifive-unmatched.h @@ -55,6 +55,8 @@ "name=system,size=-,bootable,type=${type_guid_gpt_system};" #define CFG_EXTRA_ENV_SETTINGS \ + "fdt_high=0xffffffffffffffff\0" \ + "initrd_high=0xffffffffffffffff\0" \ "kernel_addr_r=0x84000000\0" \ "kernel_comp_addr_r=0x88000000\0" \ "kernel_comp_size=0x4000000\0" \ > Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
AgeCommit message (Expand)Author
2023-06-21gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14....Nguyễn Gia Phong
2023-05-10gnu: python-arrow: Update to 1.2.3....Ricardo Wurmus
2023-05-10gnu: Add python-dateutils....Ricardo Wurmus
2023-05-08gnu: Add python-timezonefinder....Sharlatan Hellseher
2023-03-27gnu: python-isodate: Update to 0.6.1....Greg Hogan