coreboot-kgpe-d16/src
Aaron Durbin 6866c08129 mmio pci config: Remove register constraints
The currently encoded register constraints fails compilation
for SMM code or any code that compiles with -fPIC. The reason
is that the ebx register is used for GOT base register.

I don't believe the comment eluding to register constraints for AMD
processors still applies. Therefore remove mmio_conf.h, and use the
mmio methods in io.h.

Change-Id: I391e5c2088ebc760b3a6ed6c37b65bbecab40a5c
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/1801
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-11-12 18:38:36 +01:00
..
arch/x86 mmio pci config: Remove register constraints 2012-11-12 18:38:36 +01:00
boot Store timestamps before resuming from suspend 2012-11-12 17:10:52 +01:00
console Log unexpected post code from the previous boot 2012-11-08 19:40:58 +01:00
cpu ivybridge: Catch unknown CPU revisions 2012-11-12 17:11:08 +01:00
devices oprom: Ensure that mode information is valid before putting it in the tables. 2012-11-12 04:22:34 +01:00
drivers If cmos is invalid, always set the rtc date and time 2012-11-12 17:12:14 +01:00
ec Auto-declare chip_operations 2012-08-22 05:06:41 +02:00
include ELOG: Support for non-memory mapped flash 2012-11-12 17:09:39 +01:00
lib USBDEBUG: retry harder for slow devices 2012-07-30 20:54:24 +02:00
mainboard ACPI: Zero pstate/cstate control values in FADT 2012-11-12 03:34:03 +01:00
northbridge Initial IGD OpRegion implementation 2012-11-12 18:36:30 +01:00
southbridge SPI: Add early romstage SPI driver using hardware sequencing 2012-11-12 17:09:59 +01:00
superio smsc/lpc47n227: Make early_serial usable 2012-11-06 21:53:48 +01:00
vendorcode Avoid using hardcoded values in MRC cache code 2012-11-12 17:11:53 +01:00
Kconfig Update SeaBIOS stable to the release-1.7.1 commit 2012-10-16 03:31:05 +02:00
Kconfig.deprecated_options Unify ID_SECTION_OFFSET and mark it deprecated 2012-01-18 11:21:39 +01:00