From b405857befbc20dd0be39c1cb6293cea4974fb39 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 25 Jun 2012 10:39:21 -0700 Subject: Remove CMOS Extended range enable from romstage This enable step has been moved to the bd82x6x bootblock. For Samsung Stumpy and Lumpy mainboards and the Intel EmeraldLake2 reference board. Change-Id: I5ce54f57b8e1dd732c8a5ae71d7511703de91a0e Signed-off-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/1307 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/intel/emeraldlake2/romstage.c | 3 --- src/mainboard/samsung/lumpy/romstage.c | 3 --- src/mainboard/samsung/stumpy/romstage.c | 3 --- 3 files changed, 9 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/intel/emeraldlake2/romstage.c b/src/mainboard/intel/emeraldlake2/romstage.c index aba89d418f..23d20b0610 100644 --- a/src/mainboard/intel/emeraldlake2/romstage.c +++ b/src/mainboard/intel/emeraldlake2/romstage.c @@ -113,9 +113,6 @@ static void rcba_config(void) /* PCH BWG says to read back the IOAPIC enable register */ (void) RCBA16(OIC); - /* Enable upper 128bytes of CMOS (generic) */ - RCBA32(RC) = (1 << 2); - /* Disable unused devices (board specific) */ reg32 = RCBA32(FD); reg32 |= PCH_DISABLE_ALWAYS; diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c index 82856f6b04..3be7c009b7 100644 --- a/src/mainboard/samsung/lumpy/romstage.c +++ b/src/mainboard/samsung/lumpy/romstage.c @@ -114,9 +114,6 @@ static void rcba_config(void) /* PCH BWG says to read back the IOAPIC enable register */ (void) RCBA16(OIC); - /* Enable upper 128bytes of CMOS (generic) */ - RCBA32(RC) = (1 << 2); - /* Disable unused devices (board specific) */ reg32 = RCBA32(FD); reg32 |= PCH_DISABLE_ALWAYS; diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c index 10a9d7baf6..a6ca033053 100644 --- a/src/mainboard/samsung/stumpy/romstage.c +++ b/src/mainboard/samsung/stumpy/romstage.c @@ -119,9 +119,6 @@ static void rcba_config(void) /* PCH BWG says to read back the IOAPIC enable register */ (void) RCBA16(OIC); - /* Enable upper 128bytes of CMOS (generic) */ - RCBA32(RC) = (1 << 2); - /* Disable unused devices (board specific) */ reg32 = RCBA32(FD); reg32 |= PCH_DISABLE_ALWAYS; -- cgit v1.2.3