public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 00/10] MIPS: initial support for emulated Malta board
@ 2013-05-22 13:57 Gabor Juhos
  2013-05-22 13:57 ` [U-Boot] [PATCH v3 01/10] MIPS: qemu-malta: add support for emulated MIPS " Gabor Juhos
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Gabor Juhos @ 2013-05-22 13:57 UTC (permalink / raw)
  To: u-boot

This patch set adds initial support for the MIPS Malta CoreLV
board emulated under Qemu.

The changes since the previous version of the series are described in
the individual patches.

The patches are against the master branch of git.denx.de/u-boot.git
tree.

Depends on the following patch:
  'MIPS: fix __raw_* IO accessors'
  http://patchwork.ozlabs.org/patch/222195/

Gabor Juhos (10):
  MIPS: qemu-malta: add support for emulated MIPS Malta board
  MIPS: qemu-malta: add reset support
  MIPS: qemu-malta: enable flash support
  MIPS: import gt64120.h header from Linux
  MIPS: qemu-malta: setup GT64120 registers as done by YAMON
  MIPS: qemu-malta: add PCI support
  net: pcnet: use pci_virt_to_mem to obtain buffer addresses
  MIPS: qemu-malta: bring up ethernet
  MIPS: bootm.c: add YAMON style Linux preparation/jump code
  MIPS: start.S: emulate REVISION register for qemu-malta

 arch/mips/cpu/mips32/start.S     |    8 +-
 arch/mips/include/asm/malta.h    |   23 ++
 arch/mips/lib/bootm.c            |   60 ++++-
 board/qemu-malta/Makefile        |   45 ++++
 board/qemu-malta/lowlevel_init.S |   71 +++++
 board/qemu-malta/qemu-malta.c    |   49 ++++
 boards.cfg                       |    2 +
 drivers/net/pcnet.c              |    2 +-
 drivers/pci/Makefile             |    1 +
 drivers/pci/pci_gt64120.c        |  178 ++++++++++++
 include/configs/qemu-malta.h     |  116 ++++++++
 include/gt64120.h                |  550 ++++++++++++++++++++++++++++++++++++++
 include/pci_gt64120.h            |   19 ++
 13 files changed, 1120 insertions(+), 4 deletions(-)
 create mode 100644 arch/mips/include/asm/malta.h
 create mode 100644 board/qemu-malta/Makefile
 create mode 100644 board/qemu-malta/lowlevel_init.S
 create mode 100644 board/qemu-malta/qemu-malta.c
 create mode 100644 drivers/pci/pci_gt64120.c
 create mode 100644 include/configs/qemu-malta.h
 create mode 100644 include/gt64120.h
 create mode 100644 include/pci_gt64120.h

--
1.7.10

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

end of thread, other threads:[~2013-05-24 18:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22 13:57 [U-Boot] [PATCH v3 00/10] MIPS: initial support for emulated Malta board Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 01/10] MIPS: qemu-malta: add support for emulated MIPS " Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 02/10] MIPS: qemu-malta: add reset support Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 03/10] MIPS: qemu-malta: enable flash support Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 04/10] MIPS: import gt64120.h header from Linux Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 05/10] MIPS: qemu-malta: setup GT64120 registers as done by YAMON Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 06/10] MIPS: qemu-malta: add PCI support Gabor Juhos
2013-05-22 20:15   ` Daniel Schwierzeck
2013-05-23 11:59     ` Gabor Juhos
2013-05-23 13:55       ` Daniel Schwierzeck
2013-05-23 15:49         ` Tom Rini
2013-05-24 18:55           ` Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 07/10] net: pcnet: use pci_virt_to_mem to obtain buffer addresses Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 08/10] MIPS: qemu-malta: bring up ethernet Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 09/10] MIPS: bootm.c: add YAMON style Linux preparation/jump code Gabor Juhos
2013-05-22 13:57 ` [U-Boot] [PATCH v3 10/10] MIPS: start.S: emulate REVISION register for qemu-malta Gabor Juhos

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