Shuo Liu has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/82705?usp=email )
Change subject: util/cbfstool: Disable paging for linux payload ......................................................................
util/cbfstool: Disable paging for linux payload
cbfs linux payload follows 32 bit kernel boot protocol. Per kernel spec requires, paging should be disabled. Enforce 32 bit paging disabling in the trampoline codes.
Reference: https://www.kernel.org/doc/Documentation/x86/boot.rst
TEST=Build and boot on intel/archercity CRB
Change-Id: I50a4ab2664910e5772b90b3dade8866f28361d87 Signed-off-by: Shuo Liu shuo.liu@intel.com Co-authored-by: Gang Chen gang.c.chen@intel.com --- M util/cbfstool/linux_trampoline.S M util/cbfstool/linux_trampoline.c 2 files changed, 10 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/82705/2