Files
system76-coreboot/src/soc/intel/apollolake/placeholders.c
Andrey Petrov 491c016d77 soc/intel/apollolake: Add cbmem_top() implementation
On Apollolake CPU memory mapping is similar to previous SoC, and
we place CBMEM right under TSEG.

Change-Id: I606f690449ba98af6e9fc3074d677c7287892164
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://review.coreboot.org/13883
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2016-03-08 17:28:45 +01:00

15 lines
174 B
C

#include <cbmem.h>
#include <cpu/x86/smm.h>
#include <delay.h>
#include <rules.h>
void southbridge_smi_set_eos(void)
{
}
#if ENV_BOOTBLOCK
void init_timer(void)
{
}
#endif