AMD K8 (pre-F): Clean platforms without K8_REV_F_SUPPORT
Change-Id: Ie109f58bd8ce54754b8d0b00118e75ace8717df0 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4566 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
0946190e15
commit
b316585eaf
|
@ -117,9 +117,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
setup_dl145g1_resource_map();
|
setup_dl145g1_resource_map();
|
||||||
//setup_default_resource_map();
|
//setup_default_resource_map();
|
||||||
|
|
||||||
#if CONFIG_MEM_TRAIN_SEQ == 1
|
|
||||||
set_sysinfo_in_ram(0); // in BSP so could hold all ap until sysinfo is in ram
|
|
||||||
#endif
|
|
||||||
setup_coherent_ht_domain();
|
setup_coherent_ht_domain();
|
||||||
wait_all_core0_started();
|
wait_all_core0_started();
|
||||||
#if CONFIG_LOGICAL_CPUS
|
#if CONFIG_LOGICAL_CPUS
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#if CONFIG_K8_REV_F_SUPPORT
|
|
||||||
#define K8_REV_F_SUPPORT_F0_F1_WORKAROUND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <device/pci_def.h>
|
#include <device/pci_def.h>
|
||||||
|
@ -98,9 +94,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
|
|
||||||
print_debug("bsp_apicid="); print_debug_hex8(bsp_apicid); print_debug("\n");
|
print_debug("bsp_apicid="); print_debug_hex8(bsp_apicid); print_debug("\n");
|
||||||
|
|
||||||
#if CONFIG_MEM_TRAIN_SEQ == 1
|
|
||||||
set_sysinfo_in_ram(0); // in BSP so could hold all ap until sysinfo is in ram
|
|
||||||
#endif
|
|
||||||
setup_coherent_ht_domain(); // routing table and start other core0
|
setup_coherent_ht_domain(); // routing table and start other core0
|
||||||
|
|
||||||
wait_all_core0_started();
|
wait_all_core0_started();
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#if CONFIG_K8_REV_F_SUPPORT
|
|
||||||
#define K8_REV_F_SUPPORT_F0_F1_WORKAROUND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <device/pci_def.h>
|
#include <device/pci_def.h>
|
||||||
|
@ -99,9 +95,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
|
|
||||||
print_debug("bsp_apicid="); print_debug_hex8(bsp_apicid); print_debug("\n");
|
print_debug("bsp_apicid="); print_debug_hex8(bsp_apicid); print_debug("\n");
|
||||||
|
|
||||||
#if CONFIG_MEM_TRAIN_SEQ == 1
|
|
||||||
set_sysinfo_in_ram(0); // in BSP so could hold all ap until sysinfo is in ram
|
|
||||||
#endif
|
|
||||||
setup_coherent_ht_domain(); // routing table and start other core0
|
setup_coherent_ht_domain(); // routing table and start other core0
|
||||||
|
|
||||||
wait_all_core0_started();
|
wait_all_core0_started();
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#if CONFIG_K8_REV_F_SUPPORT
|
|
||||||
#define K8_REV_F_SUPPORT_F0_F1_WORKAROUND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <device/pci_def.h>
|
#include <device/pci_def.h>
|
||||||
|
@ -99,9 +95,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
|
|
||||||
print_debug("bsp_apicid="); print_debug_hex8(bsp_apicid); print_debug("\n");
|
print_debug("bsp_apicid="); print_debug_hex8(bsp_apicid); print_debug("\n");
|
||||||
|
|
||||||
#if CONFIG_MEM_TRAIN_SEQ == 1
|
|
||||||
set_sysinfo_in_ram(0); // in BSP so could hold all ap until sysinfo is in ram
|
|
||||||
#endif
|
|
||||||
setup_coherent_ht_domain(); // routing table and start other core0
|
setup_coherent_ht_domain(); // routing table and start other core0
|
||||||
|
|
||||||
wait_all_core0_started();
|
wait_all_core0_started();
|
||||||
|
|
Loading…
Reference in New Issue