zephyr/arch/x86/core
Andy Ross 7c6d8aa58e arch/x86: Add support for PCI MMIO configuration access
The traditional IO Port configuration mechanism was technically
deprecated about 15 years ago when PCI Express started shipping.
While frankly the MMIO support is significantly more complicated and
no more performant in practice, Zephyr should have support for current
standards.  And (particularly complicated) devices do exist in the
wild whose extended capability pointers spill beyond the 256 byte area
allowed by the legacy mechanism.  Zephyr will want drivers for those
some day.

Also, Windows and Linux use MMIO access, which means that's what
system vendors validate.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-06-23 13:07:39 +02:00
..
ia32 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intel64 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
offsets kconfig: Rename x86 FPU sharing symbols 2020-05-08 10:58:33 +02:00
CMakeLists.txt
Kconfig.ia32 kconfig: Rename x86 FPU sharing symbols 2020-05-08 10:58:33 +02:00
Kconfig.intel64
acpi.c arch/x86: Add z_acpi_find_table(), MCFG support 2020-06-23 13:07:39 +02:00
common.S
cpuhalt.c
early_serial.c
fatal.c x86: fix early boot pagefault reason code 2020-06-18 19:36:17 +02:00
ia32.cmake kconfig: Rename x86 FPU sharing symbols 2020-05-08 10:58:33 +02:00
intel64.cmake
memmap.c
multiboot.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pcie.c arch/x86: Add support for PCI MMIO configuration access 2020-06-23 13:07:39 +02:00
prep_c.c arch/x86: Add z_acpi_find_table(), MCFG support 2020-06-23 13:07:39 +02:00
reboot_rst_cnt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spec_ctrl.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
userspace.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
x86_mmu.c arch/x86: Add support for PCI MMIO configuration access 2020-06-23 13:07:39 +02:00