From 2bd6939dc5d2542e28734fa92aad6382535b8604 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 26 Sep 2017 13:13:23 +0300 Subject: AGESA f15 boards: Remove - using LATE_CBMEM_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Boards that are still using LATE_CBMEM_INIT are being removed as previously discussed. If these boards are updated to not use LATE_CBMEM_INIT, they can be restored to the active codebase from the 4.7 branch. Removed boards: amd/dinar tyan/s2886 supermicro/h8scm supermicro/h8qgi Change-Id: I16be3b43fc0c48d58ed8b6667880c9571c6f5510 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/23274 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/southbridge/amd/cimx/sb900/early.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/southbridge/amd/cimx') diff --git a/src/southbridge/amd/cimx/sb900/early.c b/src/southbridge/amd/cimx/sb900/early.c index 1f787f90b2..96f5e33fa7 100644 --- a/src/southbridge/amd/cimx/sb900/early.c +++ b/src/southbridge/amd/cimx/sb900/early.c @@ -96,7 +96,6 @@ void sb_before_pci_init(void) void sb_After_Pci_Init(void) { -#if !IS_ENABLED(CONFIG_BOARD_AMD_DINAR) AMDSBCFG sb_early_cfg; printk(BIOS_SPEW, "SB900 - Early.c - sb_After_Pci_Init - Start.\n"); @@ -108,7 +107,6 @@ void sb_After_Pci_Init(void) // VerifyImage() will fail, LocateImage() takes minutes to find the image. sbAfterPciInit(&sb_early_cfg); printk(BIOS_SPEW, "SB900 - Early.c - sb_After_Pci_Init - End.\n"); -#endif } void sb_Mid_Post_Init(void) @@ -128,7 +126,6 @@ void sb_Mid_Post_Init(void) void sb_Late_Post(void) { -#if !IS_ENABLED(CONFIG_BOARD_AMD_DINAR) AMDSBCFG sb_early_cfg; u8 data; @@ -159,5 +156,4 @@ void sb_Late_Post(void) } printk(BIOS_SPEW, "SB900 - Early.c - sb_Late_Post - End.\n"); -#endif } -- cgit v1.2.3