[PATCH] Add sysinfo_have_multiboot function
Add a new infrastructure for returning system information to payloads. First up - a pointer to the multiboot table. Signed-off-by: Jordan Crouse <jordan@cosmicpenguin.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3743 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Jordan Crouse
parent
3b6c527322
commit
6c6e4333c4
@@ -31,4 +31,4 @@
|
||||
TARGETS-$(CONFIG_LIBC) += libc/malloc.o libc/printf.o libc/console.o libc/string.o
|
||||
TARGETS-$(CONFIG_LIBC) += libc/memory.o libc/ctype.o libc/ipchecksum.o libc/lib.o
|
||||
TARGETS-$(CONFIG_LIBC) += libc/rand.o libc/time.o libc/lar.o libc/exec.o
|
||||
TARGETS-$(CONFIG_LIBC) += libc/readline.o
|
||||
TARGETS-$(CONFIG_LIBC) += libc/readline.o libc/sysinfo.o
|
||||
|
Reference in New Issue
Block a user