CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/08/02 20:57:33
Modified files:
sysutils/u-boot: Makefile
Added files:
sysutils/u-boot/patches: patch-include_efi_loader_h
patch-lib_efi_loader_efi_boottime_c
Log message:
revert 4182a129ef735bfd6c54788affe1b649ab85b851
efi_loader: allocate configuration table array
After this commit, the ConfigurationTable field of the system table
was no longer translated from a physical address into a virtual address
when the SerVirtualAddressMap() runtime service got called.
Broke boot on Orange Pi PC 2 as reported by kevlo@ and tracked down
by kettenis@.