coreboot-kgpe-d16/payloads/libpayload/include
Stefan Reinauer 642b1db733 Eliminate use of pointers in coreboot table
Because pointers can be 32bit or 64bit big,
using them in the coreboot table requires the
OS and the firmware to operate in the same mode
which is not always the case. Hence, use 64bit
for all pointers stored in the coreboot table.
Guess we'll have to fix this up once we port to
the first 128bit machines.

Change-Id: I46fc1dad530e5230986f7aa5740595428ede4f93
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/3115
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
2013-04-20 05:18:15 +02:00
..
armv7/arch libpayload: Don't sneak in compiler includes 2013-04-18 02:50:28 +02:00
arpa
pci
powerpc/arch
storage
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: Don't sneak in compiler includes 2013-04-18 02:50:28 +02:00
assert.h
cbfs.h libpayload: New CBFS to support multiple firmware media sources. 2013-02-12 11:34:20 +01:00
cbfs_core.h libpayload: cbfs_core.h: Add missing third person s in »it need*s*« 2013-04-02 09:58:55 +02:00
coreboot_tables.h Eliminate use of pointers in coreboot table 2013-04-20 05:18:15 +02: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
kconfig.h
keycodes.h libpayload: Make keycode constants available outside of curses.h. 2013-03-18 20:45:48 +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
pci.h
stdarg.h libpayload: Don't sneak in compiler includes 2013-04-18 02:50:28 +02:00
stddef.h libpayload: Don't sneak in compiler includes 2013-04-18 02:50:28 +02:00
stdint.h libpayload: Fix type issues 2013-03-26 19:36:39 +01:00
stdio.h
stdlib.h
string.h
strings.h
sysinfo.h libpayload: add x86 ROM variable MTRR support 2013-03-29 20:10:14 +01:00
term.h
unistd.h libpayload: Don't sneak in compiler includes 2013-04-18 02:50:28 +02:00
video_console.h