From e14d7def4f2b77e676ca8997a4e1505998b7d53d Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Sat, 2 Sep 2017 18:33:20 -0400 Subject: asus/p2b-ls,asus/p3b-f: Move to EARLY_CBMEM_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These two boards have been boot tested with EARLY_CBMEM_INIT and is good to go. Change-Id: I2e69901ed83502894f6794b3c1d7bab9aab95e51 Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/21351 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki --- src/mainboard/asus/p2b-ls/romstage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/asus/p2b-ls/romstage.c') diff --git a/src/mainboard/asus/p2b-ls/romstage.c b/src/mainboard/asus/p2b-ls/romstage.c index ecfc8b8224..b7132248cf 100644 --- a/src/mainboard/asus/p2b-ls/romstage.c +++ b/src/mainboard/asus/p2b-ls/romstage.c @@ -25,6 +25,7 @@ /* FIXME: The ASUS P2B-LS has a Winbond W83977EF, actually. */ #include #include +#include #define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1) @@ -41,4 +42,5 @@ void mainboard_romstage_entry(unsigned long bist) enable_smbus(); sdram_initialize(); + cbmem_initialize_empty(); } -- cgit v1.2.3