public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Malta MIPS64 support
@ 2016-05-26 13:49 Paul Burton
  2016-05-26 13:49 ` [U-Boot] [PATCH v2 1/4] MIPS: Use CPHYSADDR to implement mips32 virt_to_phys Paul Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Paul Burton @ 2016-05-26 13:49 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
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(-)

-- 
2.8.3

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

end of thread, other threads:[~2016-05-27 10:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-26 13:49 [U-Boot] [PATCH v2 0/4] Malta MIPS64 support Paul Burton
2016-05-26 13:49 ` [U-Boot] [PATCH v2 1/4] MIPS: Use CPHYSADDR to implement mips32 virt_to_phys Paul Burton
2016-05-27 10:58   ` Daniel Schwierzeck
2016-05-26 13:49 ` [U-Boot] [PATCH v2 2/4] net: pcnet: Stop converting kseg1->kseg0 addresses Paul Burton
2016-05-27 10:59   ` Daniel Schwierzeck
2016-05-26 13:49 ` [U-Boot] [PATCH v2 3/4] net: pcnet: Make 64 bit safe Paul Burton
2016-05-27 10:59   ` Daniel Schwierzeck
2016-05-26 13:49 ` [U-Boot] [PATCH v2 4/4] malta: Allow MIPS64 builds Paul Burton
2016-05-27 10:59   ` Daniel Schwierzeck

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