coreboot-kgpe-d16/payloads/libpayload/include
Aaron Durbin 5ca4f4119b libpayload: add support for vboot_handoff
The vboot_handoff structure needs to be parsed from the coreboot tables.
Add a placeholder in sysinfo as well as the ability to parse the
coreboot table entry concering the vboot_handoff structure.

Built with unified boot loader and ebuild changes. Can find and use
the VbInitParams for doing kernel selection.

Change-Id: If40a863b4a445fa5f7814325add03355fd0ac647
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/2720
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-03-14 04:57:03 +01:00
..
armv7/arch libpayload: Add size_t and ssize_t types for ARM and x86 2013-03-13 23:41:40 +01:00
arpa Refactor the endianness conversion functions and header files. 2012-11-08 19:49:51 +01:00
pci libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS 2012-12-10 16:45:00 +01:00
powerpc/arch Refactor the endianness conversion functions and header files. 2012-11-08 19:49:51 +01:00
storage libpayload: Export device count in storage interface 2012-11-14 17:39:03 +01:00
sys libpayload: Start using only internal and compiler headers. 2013-03-13 22:04:44 +01:00
usb libpayload: Add usb_generic_(create|remove) functions for unrecognized devices 2013-03-13 23:08:58 +01:00
x86/arch libpayload: Add size_t and ssize_t types for ARM and x86 2013-03-13 23:41:40 +01:00
assert.h libpayload: Fix the format string of the assert macro. 2012-11-07 18:36:05 +01:00
cbfs.h libpayload: New CBFS to support multiple firmware media sources. 2013-02-12 11:34:20 +01:00
cbfs_core.h libpayload: New CBFS to support multiple firmware media sources. 2013-02-12 11:34:20 +01:00
coreboot_tables.h libpayload: add support for vboot_handoff 2013-03-14 04:57:03 +01:00
ctype.h
endian.h libpayload: Turn the endian conversion macros into functions. 2013-03-14 04:56:05 +01:00
errno.h
getopt.h
inttypes.h libpayload: Start using only internal and compiler headers. 2013-03-13 22:04:44 +01:00
ipchksum.h Move the definition of ipchksum into its own header file. 2012-11-07 18:30:21 +01:00
kconfig.h libpayload: add kconfig.h 2012-12-14 23:59:05 +01:00
lar.h
libpayload.h libpayload: Generalize and redistribute timekeeping code 2013-03-14 04:53:33 +01:00
limits.h
lzma.h libpayload: Make the source for lzma decompression const 2013-03-13 18:16:35 +01:00
malloc.h
multiboot_tables.h
panel.h libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
pci.h libpayload: Add definitions for more config space registers. 2012-11-07 18:36:27 +01:00
stdarg.h
stdint.h libpayload: New CBFS to support multiple firmware media sources. 2013-02-12 11:34:20 +01:00
stdio.h libpayload: Add the format attribute to functions in stdio.h. 2012-11-07 18:36:14 +01:00
stdlib.h libpayload: Some more compatibility (for flashrom) 2011-08-17 16:26:20 +02:00
string.h
strings.h
sysinfo.h libpayload: add support for vboot_handoff 2013-03-14 04:57:03 +01:00
term.h libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
unistd.h libpayload: New AHCI, ATA and ATAPI drivers 2012-10-27 02:52:58 +02:00
video_console.h