u-boot-brain/arch/mips
Paul Burton 05e342554e MIPS: Support dynamic I/O port base address
The existing mips_io_port_base variable isn't suitable for use early
during boot since it will be stored in the .data section which may not
be writable pre-relocation. Fix this by moving the I/O port base address
into struct arch_global_data. In order to avoid adding this field for
all targets, make this dependant upon a new Kconfig entry
CONFIG_DYNAMIC_IO_PORT_BASE. Malta is the only board which sets a
non-zero I/O port base, so select this option only for Malta.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
2016-02-01 22:13:25 +01:00
..
cpu MIPS: start.S: fix and optimize instructions 2016-02-01 22:13:24 +01:00
dts MIPS: add initial infrastructure for device-tree files 2016-01-16 21:06:45 +01:00
include/asm MIPS: Support dynamic I/O port base address 2016-02-01 22:13:25 +01:00
lib MIPS: Support dynamic I/O port base address 2016-02-01 22:13:25 +01:00
mach-au1x00 MIPS: Kconfig: optimize gcc -march and -mtune setup 2016-01-16 21:06:46 +01:00
config.mk MIPS: Kconfig: optimize gcc -march and -mtune setup 2016-01-16 21:06:46 +01:00
Kconfig MIPS: Support dynamic I/O port base address 2016-02-01 22:13:25 +01:00
Makefile MIPS: sync I/O related header files with linux-4.4 2016-01-16 21:06:46 +01:00