These existed to provide a hook to add reserved memory regions in the coreboot memory table. Reserved memory are now added as resources. Change-Id: I9f83df33845cfa6973b018a51cf9444dbf0f8667 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1414 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
7 lines
133 B
C
7 lines
133 B
C
#include <device/device.h>
|
|
#include <boot/tables.h>
|
|
|
|
struct chip_operations mainboard_ops = {
|
|
CHIP_NAME("ASUS MEW-VM Mainboard")
|
|
};
|