switch-coreboot/src/soc/intel/apollolake/placeholders.c
Alexandru Gagniuc 7e86cd4bb2 soc/intel: Add skeleton infrastructure for Apollolake SOC
This is the very very minimum needed to compile the code.

Change-Id: I7f9e5f564181071591a4640019f59f91a4c456c6
Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc@intel.com>
Reviewed-on: https://review.coreboot.org/13297
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2016-01-30 03:12:16 +01:00

11 lines
125 B
C

#include <cbmem.h>
#include <cpu/x86/smm.h>
void *cbmem_top(void)
{
return NULL;
}
void southbridge_smi_set_eos(void)
{
}