• B
    x86: Implement arch-specific io accessor routines · 3bf9a8e8
    Bin Meng 提交于
    At present the generic io{read,write}{8,16,32} routines only support
    MMIO access. With architecture like x86 that has a separate IO space,
    these routines cannot be used to access I/O ports.
    
    Implement x86-specific version to support both PIO and MMIO access,
    so that drivers for multiple architectures can use these accessors
    without the need to know whether it's MMIO or PIO.
    
    These are ported from Linux kernel lib/iomap.c, with slight changes.
    Signed-off-by: NBin Meng <bmeng.cn@gmail.com>
    Reviewed-by: NSimon Glass <sjg@chromium.org>
    3bf9a8e8
Kconfig 4.8 KB