Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / amd / dbm690t / romstage.c
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2008 Advanced Micro Devices, Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; version 2 of the License.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
19
20 #define RC0 (6<<8)
21 #define RC1 (7<<8)
22
23 #define SMBUS_HUB 0x71
24
25 #include <stdint.h>
26 #include <string.h>
27 #include <device/pci_def.h>
28 #include <arch/io.h>
29 #include <device/pnp_def.h>
30 #include <arch/romcc_io.h>
31 #include <cpu/x86/lapic.h>
32 #include <pc80/mc146818rtc.h>
33 #include <console/console.h>
34 #include <cpu/amd/model_fxx_rev.h>
35 #include "northbridge/amd/amdk8/raminit.h"
36 #include "cpu/amd/model_fxx/apic_timer.c"
37 #include "lib/delay.c"
38 #include "cpu/x86/lapic/boot_cpu.c"
39 #include "northbridge/amd/amdk8/reset_test.c"
40 #include "superio/ite/it8712f/it8712f_early_serial.c"
41 #include <spd.h>
42 #include <usbdebug.h>
43 #include "cpu/x86/mtrr/earlymtrr.c"
44 #include "cpu/x86/bist.h"
45 #include "northbridge/amd/amdk8/setup_resource_map.c"
46 #include "southbridge/amd/rs690/rs690_early_setup.c"
47 #include "southbridge/amd/sb600/sb600_early_setup.c"
48 #include "northbridge/amd/amdk8/debug.c" /* After sb600_early_setup.c! */
49
50 /* CAN'T BE REMOVED! crt0.S will use it. I don't know WHY!*/
51 static void memreset(int controllers, const struct mem_controller *ctrl)
52 {
53 }
54
55 /* called in raminit_f.c */
56 static inline void activate_spd_rom(const struct mem_controller *ctrl)
57 {
58 }
59
60 /*called in raminit_f.c */
61 static inline int spd_read_byte(u32 device, u32 address)
62 {
63         return smbus_read_byte(device, address);
64 }
65
66 #include "northbridge/amd/amdk8/amdk8.h"
67 #include "northbridge/amd/amdk8/incoherent_ht.c"
68 #include "northbridge/amd/amdk8/raminit_f.c"
69 #include "northbridge/amd/amdk8/coherent_ht.c"
70 #include "lib/generic_sdram.c"
71 #include "resourcemap.c"
72 #include "cpu/amd/dualcore/dualcore.c"
73 #include "cpu/amd/car/post_cache_as_ram.c"
74 #include "cpu/amd/model_fxx/init_cpus.c"
75 #include "cpu/amd/model_fxx/fidvid.c"
76 #include "northbridge/amd/amdk8/early_ht.c"
77
78 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
79 {
80         static const u16 spd_addr[] = { DIMM0, 0, 0, 0, DIMM1, 0, 0, 0, };
81         int needs_reset = 0;
82         u32 bsp_apicid = 0;
83         msr_t msr;
84         struct cpuid_result cpuid1;
85         struct sys_info *sysinfo = (struct sys_info *)(CONFIG_DCACHE_RAM_BASE + CONFIG_DCACHE_RAM_SIZE - CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE);
86
87         if (!cpu_init_detectedx && boot_cpu()) {
88                 /* Nothing special needs to be done to find bus 0 */
89                 /* Allow the HT devices to be found */
90                 enumerate_ht_chain();
91
92                 /* sb600_lpc_port80(); */
93                 sb600_pci_port80();
94         }
95
96         if (bist == 0) {
97                 bsp_apicid = init_cpus(cpu_init_detectedx, sysinfo);
98         }
99
100         enable_rs690_dev8();
101         sb600_lpc_init();
102
103         /* it8712f_enable_serial does not use its 1st parameter. */
104         it8712f_enable_serial(0, CONFIG_TTYS0_BASE);
105         uart_init();
106
107 #if CONFIG_USBDEBUG
108         sb600_enable_usbdebug(0);
109         early_usbdebug_init();
110 #endif
111
112         console_init();
113
114         /* Halt if there was a built in self test failure */
115         report_bist_failure(bist);
116         printk(BIOS_DEBUG, "bsp_apicid=0x%x\n", bsp_apicid);
117
118         setup_dbm690t_resource_map();
119
120         setup_coherent_ht_domain();
121
122 #if CONFIG_LOGICAL_CPUS==1
123         /* It is said that we should start core1 after all core0 launched */
124         wait_all_core0_started();
125         start_other_cores();
126 #endif
127         wait_all_aps_started(bsp_apicid);
128
129         ht_setup_chains_x(sysinfo);
130
131         /* run _early_setup before soft-reset. */
132         rs690_early_setup();
133         sb600_early_setup();
134
135         /* Check to see if processor is capable of changing FIDVID  */
136         /* otherwise it will throw a GP# when reading FIDVID_STATUS */
137         cpuid1 = cpuid(0x80000007);
138         if( (cpuid1.edx & 0x6) == 0x6 ) {
139
140                 /* Read FIDVID_STATUS */
141                 msr=rdmsr(0xc0010042);
142                 printk(BIOS_DEBUG, "begin msr fid, vid: hi=0x%x, lo=0x%x\n", msr.hi, msr.lo);
143
144                 enable_fid_change();
145                 enable_fid_change_on_sb(sysinfo->sbbusn, sysinfo->sbdn);
146                 init_fidvid_bsp(bsp_apicid);
147
148                 /* show final fid and vid */
149                 msr=rdmsr(0xc0010042);
150                 printk(BIOS_DEBUG, "end msr fid, vid: hi=0x%x, lo=0x%x\n", msr.hi, msr.lo);
151
152         } else {
153                 printk(BIOS_DEBUG, "Changing FIDVID not supported\n");
154         }
155
156         needs_reset = optimize_link_coherent_ht();
157         needs_reset |= optimize_link_incoherent_ht(sysinfo);
158         rs690_htinit();
159         printk(BIOS_DEBUG, "needs_reset=0x%x\n", needs_reset);
160
161         if (needs_reset) {
162                 print_info("ht reset -\n");
163                 soft_reset();
164         }
165
166         allow_all_aps_stop(bsp_apicid);
167
168         /* It's the time to set ctrl now; */
169         printk(BIOS_DEBUG, "sysinfo->nodes: %2x  sysinfo->ctrl: %p  spd_addr: %p\n",
170                      sysinfo->nodes, sysinfo->ctrl, spd_addr);
171         fill_mem_ctrl(sysinfo->nodes, sysinfo->ctrl, spd_addr);
172         sdram_initialize(sysinfo->nodes, sysinfo->ctrl, sysinfo);
173
174         rs690_before_pci_init();
175         sb600_before_pci_init();
176
177         post_cache_as_ram();
178 }