]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Allow installing an e820 when booting from coreboot
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:23 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:29 +0000 (15:04 +1300)
commit997320485bf0f301fd9a69fdd6308a1373c2b4fa
treef6b0fe28d2ff03e1ec7472f23482dbb4ed320478
parente7cd88d7daa21994284d582f9cc0afa2ba7ef7e3
x86: Allow installing an e820 when booting from coreboot

Move this code into a generic location so that it can be used by other x86
boards which want to boot from coreboot. Also ensure that this is called
if booting from coreboot.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/sdram.c
arch/x86/include/asm/e820.h
arch/x86/lib/coreboot/Makefile
arch/x86/lib/coreboot/cb_support.c [new file with mode: 0644]
arch/x86/lib/zimage.c