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>
15 lines
174 B
C
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
|