nes-proj/cpu/x86
Michael LeMay e297177a69 x86: Streamline MMIO accesses in GPIO and I2C drivers
This patch refactors the MMIO routines in the GPIO and I2C drivers to
eliminate the base_addr parameter that specifies the MMIO base
address.  Instead, just the MMIO routines themselves retrieve the base
address from the driver structure.
2015-12-21 08:06:14 -02:00
..
drivers x86: Streamline MMIO accesses in GPIO and I2C drivers 2015-12-21 08:06:14 -02:00
init x86: Revise SET_INTERRUPT_HANDLER to avoid using inline assembly feature that does not work with LLVM Clang 2015-12-21 08:06:14 -02:00
uefi x86, galileo: Add UEFI support 2015-12-21 08:06:14 -02:00
Makefile.x86_common x86, galileo: Add UEFI support 2015-12-21 08:06:14 -02:00
Makefile.x86_quarkX1000 x86, galileo: Add UEFI support 2015-12-21 08:06:14 -02:00
bootstrap_quarkX1000.S x86: Move bootstrap code and linker script to cpu/x86 2015-12-21 08:06:14 -02:00
helpers.S x86: Add PCI support 2015-12-21 08:06:14 -02:00
helpers.h x86: Add PCI support 2015-12-21 08:06:14 -02:00
quarkX1000.ld x86, galileo: Add UEFI support 2015-12-21 08:06:14 -02:00