Add type field to memranges, and fill it from the source data.
authorPatrick Georgi <patrick.georgi@coresystems.de>
Sun, 17 May 2009 20:36:45 +0000 (20:36 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Sun, 17 May 2009 20:36:45 +0000 (20:36 +0000)
commitc9a6f0f442846b0ed631ddceb062e632c1154da4
treed38c38cb3458eedde489f5f6e35e4a6bf47f709d
parent56ae8fcb6fe545557c6b5a3ffb72f54bd3b53ddc
Add type field to memranges, and fill it from the source data.
type field contains e820 type ids, which are used by coreboot
and multiboot (the two source formats), so they can be used
as-is.

The MEMMAP_RAM_ONLY define is a way to allow a payload to opt
for only having CB_MEM_RAM type fields, which might be helpful
to support older payloads easily (just add the define, and it
won't encounter "weird" fields)

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4291 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/i386/coreboot.c
payloads/libpayload/i386/multiboot.c
payloads/libpayload/i386/sysinfo.c
payloads/libpayload/include/sysinfo.h