aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2011-06-04 15:48:14 +0000
committerPeter Stuge <peter@stuge.se>2011-06-04 15:48:14 +0000
commitd1760c834ae89052aee737364c5e0411fcdda870 (patch)
tree069c883c5bf652b66a58db44c7e79ce5e7d7d618 /src/mainboard/asrock
parentf8e33e356fbe352e77830387ffd0e1e4af03618a (diff)
Port persimmon r6594 to e350m1: Cosmetic cleanup
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Marshall Buschman <mbuschman@lucidmachines.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6636 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r--src/mainboard/asrock/e350m1/get_bus_conf.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/mainboard/asrock/e350m1/get_bus_conf.c b/src/mainboard/asrock/e350m1/get_bus_conf.c
index 5f48498bce..cc7fb5d522 100644
--- a/src/mainboard/asrock/e350m1/get_bus_conf.c
+++ b/src/mainboard/asrock/e350m1/get_bus_conf.c
@@ -42,25 +42,12 @@ u32 pci1234x[] = {
0x0000ff0,
};
-/*
-* HT Chain device num, actually it is unit id base of every ht device in chain,
-* assume every chain only have 4 ht device at most
-*/
-u32 hcdnx[] = {
- 0x20202020,
-};
-
u32 bus_type[256];
-
u32 sbdn_sb800;
-//KZ [092110]extern void get_pci1234(void);
-
static u32 get_bus_conf_done = 0;
-
-
void get_bus_conf(void)
{
u32 apicid_base;
@@ -139,8 +126,5 @@ void get_bus_conf(void)
/* I/O APICs: APIC ID Version State Address */
bus_isa = 10;
apicid_base = CONFIG_MAX_CPUS;
-//#if CONFIG_LOGICAL_CPUS==1
-// apicid_base = get_apicid_base(1);
-//#endif
- apicid_sb800 = apicid_base + 0;
+ apicid_sb800 = apicid_base;
}