public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Malta MIPS64 support
@ 2016-05-17 10:56 Paul Burton
  2016-05-17 10:56 ` [U-Boot] [PATCH 1/4] MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig Paul Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Paul Burton @ 2016-05-17 10:56 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.8.2

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-05-26 14:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 10:56 [U-Boot] [PATCH 0/4] Malta MIPS64 support Paul Burton
2016-05-17 10:56 ` [U-Boot] [PATCH 1/4] MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig Paul Burton
2016-05-25 23:01   ` Daniel Schwierzeck
2016-05-17 10:56 ` [U-Boot] [PATCH 2/4] MIPS: Fix _ACAST32_ for pointers on MIPS64 Paul Burton
2016-05-25 23:18   ` Daniel Schwierzeck
2016-05-26 13:51     ` Paul Burton
2016-05-26 14:46       ` Daniel Schwierzeck
2016-05-17 10:56 ` [U-Boot] [PATCH 3/4] net: pcnet: Make 64 bit safe Paul Burton
2016-05-24 15:25   ` Joe Hershberger
2016-05-24 15:32     ` Paul Burton
2016-05-24 15:38   ` Joe Hershberger
2016-05-17 10:56 ` [U-Boot] [PATCH 4/4] malta: Allow MIPS64 builds Paul Burton
2016-05-17 11:30 ` [U-Boot] [PATCH 0/4] Malta MIPS64 support Daniel Schwierzeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox