
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 fixing some 64 bit safety issues that affect the ethernet driver, then allows the builds for the Malta board.
This series applies atop u-boot-mips/next as of 4349b55b9953.
Paul Burton (4): MIPS: Use CPHYSADDR to implement mips32 virt_to_phys net: pcnet: Stop converting kseg1->kseg0 addresses net: pcnet: Make 64 bit safe malta: Allow MIPS64 builds
arch/mips/Kconfig | 3 +++ arch/mips/include/asm/io.h | 5 +---- board/imgtec/malta/Kconfig | 3 ++- board/imgtec/malta/lowlevel_init.S | 13 +++++++------ drivers/net/pcnet.c | 33 ++++++++++++++++----------------- include/configs/malta.h | 18 +++++++++++++----- 6 files changed, 42 insertions(+), 33 deletions(-)