intel/model_2065x: Prepare for dynamic CONFIG_RAMTOP
Change-Id: I616143b55d7c5726dc2475434e3fcb08b8d69bda Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15230 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/intel/romstage.h>
|
||||
#include <ec/acpi/ec.h>
|
||||
#include <delay.h>
|
||||
#include <timestamp.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <cbmem.h>
|
||||
#include <cpu/intel/romstage.h>
|
||||
|
||||
#include "arch/early_variables.h"
|
||||
#include <southbridge/intel/ibexpeak/pch.h>
|
||||
@@ -166,8 +166,7 @@ static inline u16 read_acpi16(u32 addr)
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <cpu/intel/romstage.h>
|
||||
void main(unsigned long bist)
|
||||
void mainboard_romstage_entry(unsigned long bist)
|
||||
{
|
||||
u32 reg32;
|
||||
int s3resume = 0;
|
||||
|
Reference in New Issue
Block a user