blob: 4691b5c0e84d6b831b50b33727f343928e57c5f5 [file] [log] [blame]
Ed Swierk354e2d32008-03-16 23:39:24 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2008 Arastra, 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 version 2 as
8 * published by the Free Software Foundation.
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
Paul Menzela46a7122013-02-23 18:37:27 +010017 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Ed Swierk354e2d32008-03-16 23:39:24 +000018 */
19
Ed Swierk354e2d32008-03-16 23:39:24 +000020#include <stdint.h>
21#include <stdlib.h>
22#include <device/pci_def.h>
23#include <device/pci_ids.h>
24#include <arch/io.h>
25#include <device/pnp_def.h>
Ed Swierk354e2d32008-03-16 23:39:24 +000026#include <cpu/x86/lapic.h>
Edwin Beasanteb50c7d2010-07-06 21:05:04 +000027#include <pc80/mc146818rtc.h>
Patrick Georgi12584e22010-05-08 09:14:51 +000028#include <console/console.h>
stepan836ae292010-12-08 05:42:47 +000029#include "southbridge/intel/i3100/early_smbus.c"
30#include "southbridge/intel/i3100/early_lpc.c"
Ed Swierk354e2d32008-03-16 23:39:24 +000031#include "northbridge/intel/i3100/raminit.h"
Edward O'Callaghan74834e02015-01-04 04:17:35 +110032#include <superio/intel/i3100/i3100.h>
stepan8301d832010-12-08 07:07:33 +000033#include "superio/intel/i3100/early_serial.c"
Ed Swierk354e2d32008-03-16 23:39:24 +000034#include "northbridge/intel/i3100/memory_initialized.c"
35#include "cpu/x86/bist.h"
Uwe Hermann6dc92f02010-11-21 11:36:03 +000036#include <spd.h>
Ed Swierk354e2d32008-03-16 23:39:24 +000037
Ed Swierk354e2d32008-03-16 23:39:24 +000038#define DEVPRES_CONFIG (DEVPRES_D1F0 | DEVPRES_D2F0)
39#define DEVPRES1_CONFIG (DEVPRES1_D0F1 | DEVPRES1_D8F0)
40
Uwe Hermannd1a1d572010-11-10 18:22:11 +000041#define SERIAL_DEV PNP_DEV(0x4e, I3100_SP1)
42
Ed Swierk354e2d32008-03-16 23:39:24 +000043static inline int spd_read_byte(u16 device, u8 address)
44{
45 return smbus_read_byte(device, address);
46}
47
48#include "northbridge/intel/i3100/raminit.c"
Stefan Reinauerc13093b2009-09-23 18:51:03 +000049#include "lib/generic_sdram.c"
Myles Watson8377c2d2010-09-02 22:02:53 +000050#if 0 /* skip_romstage doesn't compile with gcc */
Stefan Reinauer8677a232010-12-11 20:33:41 +000051#include "arch/x86/lib/stages.c"
Myles Watson8377c2d2010-09-02 22:02:53 +000052#endif
Ed Swierk354e2d32008-03-16 23:39:24 +000053
Aaron Durbina0a37272014-08-14 08:35:11 -050054#include <cpu/intel/romstage.h>
Myles Watson8377c2d2010-09-02 22:02:53 +000055void main(unsigned long bist)
Ed Swierk354e2d32008-03-16 23:39:24 +000056{
57 msr_t msr;
58 u16 perf;
59 static const struct mem_controller mch[] = {
60 {
61 .node_id = 0,
62 .f0 = PCI_DEV(0, 0x00, 0),
63 .f1 = PCI_DEV(0, 0x00, 1),
64 .f2 = PCI_DEV(0, 0x00, 2),
65 .f3 = PCI_DEV(0, 0x00, 3),
Uwe Hermann6dc92f02010-11-21 11:36:03 +000066 .channel0 = { DIMM3, DIMM2, DIMM1, DIMM0 },
67 .channel1 = { DIMM7, DIMM6, DIMM5, DIMM4 },
Ed Swierk354e2d32008-03-16 23:39:24 +000068 }
69 };
70
71 if (bist == 0) {
Myles Watson8377c2d2010-09-02 22:02:53 +000072#if 0 /* skip_romstage doesn't compile with gcc */
Ed Swierk354e2d32008-03-16 23:39:24 +000073 /* Skip this if there was a built in self test failure */
Ed Swierk354e2d32008-03-16 23:39:24 +000074 if (memory_initialized()) {
Stefan Reinauerd41a0bc2010-04-09 13:33:59 +000075 skip_romstage();
Ed Swierk354e2d32008-03-16 23:39:24 +000076 }
Myles Watson8377c2d2010-09-02 22:02:53 +000077#endif
Ed Swierk354e2d32008-03-16 23:39:24 +000078 }
Uwe Hermannd1a1d572010-11-10 18:22:11 +000079
Ed Swierk354e2d32008-03-16 23:39:24 +000080 /* Set up the console */
81 i3100_enable_superio();
Uwe Hermannd1a1d572010-11-10 18:22:11 +000082 i3100_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
83 i3100_configure_uart_clk(SERIAL_DEV, I3100_UART_CLK_PREDIVIDE_26);
84
Ed Swierk354e2d32008-03-16 23:39:24 +000085 console_init();
86
Ed Swierk71f846c2008-03-30 11:31:15 +000087 /* Prevent the TCO timer from rebooting us */
88 i3100_halt_tco_timer();
89
Ed Swierk354e2d32008-03-16 23:39:24 +000090 /* Halt if there was a built in self test failure */
91 report_bist_failure(bist);
92
93 /* print_pci_devices(); */
94 enable_smbus();
95 /* dump_spd_registers(); */
96
97 /* Enable SpeedStep and automatic thermal throttling */
98 /* FIXME: move to Pentium M init code */
99 msr = rdmsr(0x1a0);
100 msr.lo |= (1 << 3) | (1 << 16);
101 wrmsr(0x1a0, msr);
102 msr = rdmsr(0x19d);
103 msr.lo |= (1 << 16);
104 wrmsr(0x19d, msr);
105
106 /* Set CPU frequency/voltage to maximum */
107 /* FIXME: move to Pentium M init code */
108 msr = rdmsr(0x198);
109 perf = msr.hi & 0xffff;
110 msr = rdmsr(0x199);
111 msr.lo &= 0xffff0000;
112 msr.lo |= perf;
113 wrmsr(0x199, msr);
114
115 sdram_initialize(ARRAY_SIZE(mch), mch);
116 /* dump_pci_devices(); */
117 /* dump_pci_device(PCI_DEV(0, 0x00, 0)); */
118 /* dump_bar14(PCI_DEV(0, 0x00, 0)); */
Ed Swierk354e2d32008-03-16 23:39:24 +0000119}