remove trailing whitespace
[coreboot.git] / src / southbridge / amd / cimx / sb900 / early.c
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2011 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
21 //#include <config.h>
22 #include <stdint.h>
23 #include <device/pci_ids.h>
24 #include <arch/io.h>            /* inl, outl */
25 #include <arch/romcc_io.h>      /* device_t */
26 #include "SbPlatform.h"
27 #include "SbEarly.h"
28 #include <console/console.h>
29 #include <console/loglevel.h>
30 #include "smbus.h"
31
32
33 /**
34  * @brief Get SouthBridge device number
35  * @param[in] bus target bus number
36  * @return southbridge device number
37  */
38 u32 get_sbdn(u32 bus)
39 {
40         device_t dev;
41
42     printk(BIOS_INFO, "SB900 - Early.c - get_sbdn - Start.\n");
43         //dev = PCI_DEV(bus, 0x14, 0);
44         dev = pci_locate_device_on_bus(
45                         PCI_ID(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_ATI_SB900_SM),
46                         bus);
47
48     printk(BIOS_INFO, "SB900 - Early.c - get_sbdn - End.\n");
49         return (dev >> 15) & 0x1f;
50 }
51
52
53 /**
54  * @brief South Bridge CIMx romstage entry,
55  *        wrapper of sbPowerOnInit entry point.
56  */
57 void sb_poweron_init(void)
58 {
59         AMDSBCFG sb_early_cfg;
60         u8 data;
61
62     printk(BIOS_INFO, "SB900 - Early.c - sb_poweron_init - Start.\n");
63
64         //Enable/Disable PCI Bridge Device 14 Function 4.
65         outb(0xEA, 0xCD6);
66         data = inb(0xCD7);
67         data &= !BIT0;
68         if(!CONFIG_PCIB_ENABLE) {
69                 data |= BIT0;
70         }
71         outb(data, 0xCD7);
72
73         SbPowerOnInit_Config(&sb_early_cfg);
74         //sb_early_cfg.StdHeader.Func = SB_POWERON_INIT;
75         //AmdSbDispatcher(&sb_early_cfg);
76         //TODO
77         //AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
78         // VerifyImage() will fail, LocateImage() take minitues to find the image.
79         sbPowerOnInit(&sb_early_cfg);
80     printk(BIOS_INFO, "SB900 - Early.c - sb_poweron_init - End.\n");
81 }
82
83 /**
84  * @brief South Bridge CIMx romstage entry,
85  *        wrapper of sbPowerOnInit entry point.
86  */
87 void sb_before_pci_init(void)
88 {
89         AMDSBCFG sb_early_cfg;
90
91     printk(BIOS_INFO, "SB900 - Early.c - sb_before_pci_init - Start.\n");
92         sb900_cimx_config(&sb_early_cfg);
93         //sb_early_cfg.StdHeader.Func = SB_POWERON_INIT;
94         //AmdSbDispatcher(&sb_early_cfg);
95         //TODO
96         //AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
97         // VerifyImage() will fail, LocateImage() take minitues to find the image.
98         sbBeforePciInit(&sb_early_cfg);
99     printk(BIOS_INFO, "SB900 - Early.c - sb_before_pci_init - End.\n");
100 }
101
102 void sb_After_Pci_Init(void)
103 {
104         AMDSBCFG sb_early_cfg;
105
106     printk(BIOS_INFO, "SB900 - Early.c - sb_After_Pci_Init - Start.\n");
107         sb900_cimx_config(&sb_early_cfg);
108         //sb_early_cfg.StdHeader.Func = SB_POWERON_INIT;
109         //AmdSbDispatcher(&sb_early_cfg);
110         //TODO
111         //AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
112         // VerifyImage() will fail, LocateImage() take minitues to find the image.
113         sbAfterPciInit(&sb_early_cfg);
114     printk(BIOS_INFO, "SB900 - Early.c - sb_After_Pci_Init - End.\n");
115 }
116
117 void sb_Mid_Post_Init(void)
118 {
119         AMDSBCFG sb_early_cfg;
120
121     printk(BIOS_INFO, "SB900 - Early.c - sb_Mid_Post_Init - Start.\n");
122         sb900_cimx_config(&sb_early_cfg);
123         //sb_early_cfg.StdHeader.Func = SB_POWERON_INIT;
124         //AmdSbDispatcher(&sb_early_cfg);
125         //TODO
126         //AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
127         // VerifyImage() will fail, LocateImage() take minitues to find the image.
128         sbMidPostInit(&sb_early_cfg);
129     printk(BIOS_INFO, "SB900 - Early.c - sb_Mid_Post_Init - End.\n");
130 }
131
132 void sb_Late_Post(void)
133 {
134         AMDSBCFG sb_early_cfg;
135         u8 data;
136
137     printk(BIOS_INFO, "SB900 - Early.c - sb_Late_Post - Start.\n");
138         sb900_cimx_config(&sb_early_cfg);
139         //sb_early_cfg.StdHeader.Func = SB_POWERON_INIT;
140         //AmdSbDispatcher(&sb_early_cfg);
141         //TODO
142         //AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
143         // VerifyImage() will fail, LocateImage() take minitues to find the image.
144         sbLatePost(&sb_early_cfg);
145
146         //Set ACPI SCI IRQ to 0x9.
147         data = CONFIG_ACPI_SCI_IRQ;
148         outb(0x10, 0xC00);
149         outb(data, 0xC01);
150         outb(0x90, 0xC00);
151         outb(data, 0xC01);
152
153         if (data > 0x7) {
154                 data = inb(0x4D1);
155                 data |= (1 << (CONFIG_ACPI_SCI_IRQ - 8));
156                 outb(data, 0x4D1);
157         } else {
158                 data = inb(0x4D0);
159                 data |= (1 << (CONFIG_ACPI_SCI_IRQ));
160                 outb(data, 0x4D0);
161         }
162
163     printk(BIOS_INFO, "SB900 - Early.c - sb_Late_Post - End.\n");
164 }
165
166