coreboot-kgpe-d16/src/mainboard/lenovo/t60
Stefan Reinauer 24d1d4b472 x86: Unify arch/io.h and arch/romcc_io.h
Here's the great news: From now on you don't have to worry about
hitting the right io.h include anymore. Just forget about romcc_io.h
and use io.h instead. This cleanup has a number of advantages, like
you don't have to guard device/ includes for SMM and pre RAM
anymore. This allows to get rid of a number of ifdefs and will
generally make the code more readable and understandable.

Potentially in the future some of the code in the io.h __PRE_RAM__
path should move to device.h or other device/ includes instead,
but that's another incremental change.

Change-Id: I356f06110e2e355e9a5b4b08c132591f36fec7d9
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2872
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-03-22 00:00:09 +01:00
..
acpi T60: handle EC events in SMM if ACPI is disabled 2011-07-07 15:47:29 +02:00
acpi_tables.c hpet: common ACPI generation 2012-10-08 21:23:08 +02:00
cmos.layout X60/T60: Add option to enable/disable bluetooth 2012-01-31 18:03:40 +01:00
devicetree.cb sconfig: rename lapic_cluster -> cpu_cluster 2013-02-14 07:07:20 +01:00
dock.c x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
dock.h T60: Add support for Ultrabay Legacy I/O devices (40Y8122) 2011-10-20 16:06:35 +02:00
dsdt.asl Intel based boards: Use tab instead of spaces to align comment in DSDT 2013-02-04 17:10:16 +01:00
fadt.c Use ACPI text fields consistently with all other boards 2011-09-21 00:31:45 +02:00
irq_tables.c Fix PIRQ routing abstraction 2012-11-16 05:07:28 +01:00
Kconfig Drop unneeded BOARD_HAS_FADT option 2012-11-16 01:13:02 +01:00
mainboard.c Drop redundant CHIP_NAME in mainboard.c 2012-11-06 21:59:21 +01:00
Makefile.inc Reduce number of per-mainboard changes 2012-11-16 01:11:31 +01:00
mptable.c X60/T60: fix mptable LINT entries 2012-06-24 13:03:52 +02:00
romstage.c x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
smi.h T60: handle EC events in SMM if ACPI is disabled 2011-07-07 15:47:29 +02:00
smihandler.c x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00