
This series allows MIPS64 builds for Malta boards, which can be used either on real Malta boards with a MIPS64 CPU or in QEMU. It prepares by moving CONFIG_SYS_TEXT_BASE to Kconfig and fixing some 64 bit build issues that affect the ethernet driver, then allows the builds for the Malta board.
This series applies atop u-boot-mips/next with my "Malta UART using device model & device tree" series applied.
Paul Burton (4): MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig MIPS: Fix _ACAST32_ for pointers on MIPS64 net: pcnet: Make 64 bit safe malta: Allow MIPS64 builds
Kconfig | 2 +- arch/mips/Kconfig | 3 +++ arch/mips/include/asm/addrspace.h | 4 ++-- board/dbau1x00/Kconfig | 3 +++ board/imgtec/malta/Kconfig | 4 ++++ board/imgtec/malta/lowlevel_init.S | 13 +++++++------ board/microchip/pic32mzda/Kconfig | 3 +++ board/micronas/vct/Kconfig | 3 +++ board/pb1x00/Kconfig | 3 +++ board/qca/ap121/Kconfig | 3 +++ board/qca/ap143/Kconfig | 3 +++ board/qemu-mips/Kconfig | 4 ++++ board/tplink/wdr4300/Kconfig | 3 +++ drivers/net/pcnet.c | 18 ++++++++++-------- include/configs/ap121.h | 2 -- include/configs/ap143.h | 2 -- include/configs/dbau1x00.h | 6 ------ include/configs/malta.h | 19 +++++++++++++------ include/configs/pb1x00.h | 6 ------ include/configs/pic32mzdask.h | 1 - include/configs/qemu-mips.h | 1 - include/configs/qemu-mips64.h | 1 - include/configs/tplink_wdr4300.h | 2 -- include/configs/vct.h | 1 - 24 files changed, 65 insertions(+), 45 deletions(-)