coreboot-kgpe-d16/payloads/libpayload/arch/x86
Mathias Krause 898de6111a libpayload: multiboot - support meminfo flag
Some simple implementation of the MultiBoot protocol may not pass a
memory map (MULTIBOOT_FLAGS_MMAP missing in the flags) but just the two
values for low and high memory, indicated by the MULTIBOOT_FLAGS_MEMINFO
flag.

Support those kind of boot loaders too, instead of falling back to the
hard-coded values in lib_get_sysinfo().

Tested with a multiboot enhanced version of FILO.

Change-Id: I22cf9e3ec0075aff040390bd177c5cd22d439b81
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Reviewed-on: https://review.coreboot.org/18350
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
2017-02-17 18:20:38 +01:00
..
Kconfig
Makefile.inc
coreboot.c
exception.c
exception_asm.S
exec.S libpayload: x86/exec - simplify and robustify the code 2017-02-17 17:27:55 +01:00
gdb.c
head.S libpayload: x86/head - implement argc/argv handling 2017-02-17 17:29:40 +01:00
libpayload.ldscript
main.c libpayload: x86/main - propagate return value of main() 2017-02-17 17:25:11 +01:00
multiboot.c libpayload: multiboot - support meminfo flag 2017-02-17 18:20:38 +01:00
rom_media.c
selfboot.c
string.c
sysinfo.c
timer.c
util.S
virtual.c