From b03b33697d44fb4140922d47a4df1edd25a40a74 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Thu, 17 Jul 2003 06:34:30 +0000 Subject: - Update Config so we now have the proper number of cpus - Remove some debugging code from auto.c - Update coeherent_ht.c so we get the proper broadcast routes. - Fix the dram probing code. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@973 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/arima/hdama/auto.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/arima/hdama/auto.c b/src/mainboard/arima/hdama/auto.c index c24f442c22..640bc495c1 100644 --- a/src/mainboard/arima/hdama/auto.c +++ b/src/mainboard/arima/hdama/auto.c @@ -399,18 +399,8 @@ static void main(void) #if 0 init_apic_timer(); #endif -#if 1 setup_default_resource_map(); -#endif - -#if 0 - dump_pci_device(PCI_DEV(0, 0x18, 0)); -#endif - setup_coherent_ht_domain(); -#if 1 - disable_probes(); -#endif enumerate_ht_chain(); print_pci_devices(); enable_smbus(); -- cgit v1.2.3