aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t530/romstage.c
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-10-19 02:23:07 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-10-23 09:28:31 +0200
commit36750462d2bc1e0a014888e5190bf8c364e96cd1 (patch)
tree90cbfc844f75744532a2f74d2f7844de48f8f3e4 /src/mainboard/lenovo/t530/romstage.c
parent3b9795bb2dc213c4fd73689bee7a073c19d0edf7 (diff)
t530: Move to common gpio.h inrastructure
Change-Id: I5cf6dbab64f3eda02e6418be65f21e28ddf0d9ff Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7125 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/lenovo/t530/romstage.c')
-rw-r--r--src/mainboard/lenovo/t530/romstage.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/mainboard/lenovo/t530/romstage.c b/src/mainboard/lenovo/t530/romstage.c
index 89a5cb4af8..ad2ae644d9 100644
--- a/src/mainboard/lenovo/t530/romstage.c
+++ b/src/mainboard/lenovo/t530/romstage.c
@@ -132,18 +132,7 @@ void main(unsigned long bist)
pci_write_config32(PCH_LPC_DEV, GPIO_BASE, DEFAULT_GPIOBASE|1);
pci_write_config8(PCH_LPC_DEV, GPIO_CNTL, 0x10);
-// setup_pch_gpios(&t530_gpio_map);
- outl(0x3962a5ff, DEFAULT_GPIOBASE + GPIO_USE_SEL);
- outl(0x8ebf6aff, DEFAULT_GPIOBASE + GP_IO_SEL);
- outl(0x66917ebb, DEFAULT_GPIOBASE + GP_LVL);
- outl(0x00000000, DEFAULT_GPIOBASE + GPO_BLINK);
- outl(0x00002002, DEFAULT_GPIOBASE + GPI_INV);
- outl(0x02ff08fe, DEFAULT_GPIOBASE + GPIO_USE_SEL2);
- outl(0x1f47f7fd, DEFAULT_GPIOBASE + GP_IO_SEL2);
- outl(0xffbeff43, DEFAULT_GPIOBASE + GP_LVL2);
- outl(0x000000ff, DEFAULT_GPIOBASE + GPIO_USE_SEL3);
- outl(0x00000fff, DEFAULT_GPIOBASE + GP_IO_SEL3);
- outl(0x00000f4f, DEFAULT_GPIOBASE + GP_LVL3);
+ setup_pch_gpios(&t530_gpio_map);
early_usb_init((struct southbridge_usb_port []) {
{ 1, 1, 0 },