diff options
Diffstat (limited to 'src/mainboard/supermicro/h8scm')
-rw-r--r-- | src/mainboard/supermicro/h8scm/agesawrapper.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/buildOpts.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/fadt.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/platform_oem.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/rd890_cfg.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/sb700_cfg.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/supermicro/h8scm/agesawrapper.c b/src/mainboard/supermicro/h8scm/agesawrapper.c index e26dc754ac..ad9969639b 100644 --- a/src/mainboard/supermicro/h8scm/agesawrapper.c +++ b/src/mainboard/supermicro/h8scm/agesawrapper.c @@ -1187,4 +1187,3 @@ UINT32 agesawrapper_amdreadeventlog(UINT8 HeapStatus) printk(BIOS_DEBUG, "exit %s \n", __func__); return (UINT32)Status; } - diff --git a/src/mainboard/supermicro/h8scm/buildOpts.c b/src/mainboard/supermicro/h8scm/buildOpts.c index 4cc4c0ed18..0e9df9707e 100644 --- a/src/mainboard/supermicro/h8scm/buildOpts.c +++ b/src/mainboard/supermicro/h8scm/buildOpts.c @@ -517,4 +517,3 @@ UINT8 AGESA_MEM_TABLE_HY[][sizeof (MEM_TABLE_ALIAS)] = NBACCESS (MTEnd, 0, 0, 0, 0, 0), // End of Table }; UINT8 SizeOfTableHy = sizeof (AGESA_MEM_TABLE_HY) / sizeof (AGESA_MEM_TABLE_HY[0]); - diff --git a/src/mainboard/supermicro/h8scm/fadt.c b/src/mainboard/supermicro/h8scm/fadt.c index ab50e0f9ac..30387af62d 100644 --- a/src/mainboard/supermicro/h8scm/fadt.c +++ b/src/mainboard/supermicro/h8scm/fadt.c @@ -171,4 +171,3 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt) header->checksum = acpi_checksum((void *)fadt, sizeof(acpi_fadt_t)); } - diff --git a/src/mainboard/supermicro/h8scm/platform_oem.c b/src/mainboard/supermicro/h8scm/platform_oem.c index aeb91a7b5c..c31bf745d6 100644 --- a/src/mainboard/supermicro/h8scm/platform_oem.c +++ b/src/mainboard/supermicro/h8scm/platform_oem.c @@ -47,4 +47,3 @@ VOID OemCustomizeInitEarly(IN OUT AMD_EARLY_PARAMS *InitEarly) { //InitEarly->PlatformConfig.CoreLevelingMode = CORE_LEVEL_TWO; } - diff --git a/src/mainboard/supermicro/h8scm/rd890_cfg.c b/src/mainboard/supermicro/h8scm/rd890_cfg.c index 07cd3d4c32..9c91920d48 100644 --- a/src/mainboard/supermicro/h8scm/rd890_cfg.c +++ b/src/mainboard/supermicro/h8scm/rd890_cfg.c @@ -271,4 +271,3 @@ void rd890_cimx_config(AMD_NB_CONFIG_BLOCK *pConfig, NB_CONFIG *nbConfig, HT_CON } #endif } - diff --git a/src/mainboard/supermicro/h8scm/romstage.c b/src/mainboard/supermicro/h8scm/romstage.c index e7a1c4c834..b80b4de731 100644 --- a/src/mainboard/supermicro/h8scm/romstage.c +++ b/src/mainboard/supermicro/h8scm/romstage.c @@ -132,4 +132,3 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) print_debug("should not be here -\n"); post_code(0x54); } - diff --git a/src/mainboard/supermicro/h8scm/sb700_cfg.c b/src/mainboard/supermicro/h8scm/sb700_cfg.c index c03a501379..7b02ecadfa 100644 --- a/src/mainboard/supermicro/h8scm/sb700_cfg.c +++ b/src/mainboard/supermicro/h8scm/sb700_cfg.c @@ -142,4 +142,3 @@ void sb700_cimx_config(AMDSBCFG *sb_config) #endif //!__PRE_RAM__ printk(BIOS_DEBUG, "SB700 - Cfg.c - sb700_cimx_config - End.\n"); } - |