zephyr/arch/x86/core
Daniel Leung 9f9b4a8afa uart: ns16550: use io-mapped DT property for IO port access
The old CONFIG_UART_NS16550_ACCESS_IOPORT has been used to
indicate whether to access the NS16550 UART via IO port
before device tree is used to describe hardware. Now we have
device tree, and we can specify whether a particular UART
needs to be accessed via IO port using property io-mapped.
Therefore, CONFIG_UART_NS16550_ACCESS_IOPORT is no longer
needed (and thus also CONFIG_UART_NS16550_SIMULT_ACCESS).
Remove these two kconfigs and modify code to use device tree
to figure out how to access the UART hardware.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-09-26 12:03:04 +02:00
..
ia32 drivers: loapic: add device tree support for loapic 2023-09-01 16:36:18 +02:00
intel64 modules: acpica: Fix header inclusion issue 2023-09-15 05:41:04 -04:00
offsets
CMakeLists.txt arch: x86: update with new acpica lib interface 2023-09-07 09:42:38 +02:00
Kconfig.ia32
Kconfig.intel64
acpi.c x86: acpi: Remove unneeded assignment 2023-08-22 10:46:41 +01:00
cache.c
common.S
cpuhalt.c
cpuid.c
early_serial.c uart: ns16550: use io-mapped DT property for IO port access 2023-09-26 12:03:04 +02:00
efi.c
fatal.c arch: move exc_handle.h under zephyr/arch/common 2023-08-31 09:19:19 -04:00
ia32.cmake
intel64.cmake
legacy_bios.c arch: x86: update with new acpica lib interface 2023-09-07 09:42:38 +02:00
memmap.c
multiboot.c
pcie.c arch: x86: update with new acpica lib interface 2023-09-07 09:42:38 +02:00
prep_c.c x86: Remove unused ACPI include 2023-09-09 00:20:20 +02:00
reboot_rst_cnt.c
spec_ctrl.c
tls.c
userspace.c
x86_mmu.c