aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/d510mo/romstage.c
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-08-27 15:27:18 +0200
committerMartin Roth <martinroth@google.com>2017-09-22 13:08:57 +0000
commit1dce59044795613d957ad59d7faac41ff46ea754 (patch)
tree0e1d2a3617454891086f73e818c94d4867850d98 /src/mainboard/intel/d510mo/romstage.c
parent105e36824782e7a30b071dc589454b3a8ad720a8 (diff)
mb/intel/d510mo: Use common ramstage driver to configure the ck505
TESTED, the screen doesn't jiggle (caused by wrong clock on reset default clockgen configuration) Change-Id: Icfa22daf90f9e2eff13b4fc5994664e96903dd1e Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/21222 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/d510mo/romstage.c')
-rw-r--r--src/mainboard/intel/d510mo/romstage.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/intel/d510mo/romstage.c b/src/mainboard/intel/d510mo/romstage.c
index 502d22078e..c6406e6f9f 100644
--- a/src/mainboard/intel/d510mo/romstage.c
+++ b/src/mainboard/intel/d510mo/romstage.c
@@ -102,9 +102,6 @@ static void rcba_config(void)
void mainboard_romstage_entry(unsigned long bist)
{
const u8 spd_addrmap[4] = { 0x50, 0x51, 0, 0 };
- const u8 clockgen_block[13] = { 0x61, 0xd9, 0xfe, 0xff, 0xff, 0x00,
- 0x00, 0x01, 0x03, 0x25, 0x83, 0x17,
- 0x0d };
int cbmem_was_initted;
int s3resume = 0;
int boot_path;
@@ -128,8 +125,6 @@ void mainboard_romstage_entry(unsigned long bist)
report_bist_failure(bist);
enable_smbus();
- smbus_block_write(0x69, 0, 13, clockgen_block);
-
pineview_early_initialization();
post_code(0x30);