[U-Boot] [PATCH 00/15] MIPS Malta board support

Paul Burton paul.burton at imgtec.com
Wed Oct 23 12:07:50 CEST 2013


This series adds support for booting on a physical MIPS Malta board
using a coreFPGA6 core card.

The first 6 patches lay some groundwork, then the next 8 genericise
the existing qemu-malta board to also function on a physical Malta.

In the final patch I stake my claim upon, errm I mean step up to
support :), the malta(el) board(s).

Paul Burton (15):
  mips32: detect L1 cache sizes if they're not defined
  pcnet: code style cleanup
  pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send
  pcnet: add cache flushing & invalidation
  pcnet: enable the NOUFLO feature
  pci.h: allow inclusion in assembly source
  qemu-malta: rename to just "malta"
  malta: setup super I/O UARTs
  malta: support for coreFPGA6 boards
  malta: display "U-boot" on the LCD screen
  malta: enable CONFIG_PCNET_79C973, PCNET_HAS_PROM, CONFIG_CMD_DHCP
  malta: remove cache size definitions
  malta: disable L2 caches
  malta: add script & instructions to flash U-boot
  malta: add myself to maintainers

 arch/mips/cpu/mips32/cache.S     |  90 +++++++++++--
 arch/mips/cpu/mips32/cpu.c       |  73 +++++++++-
 arch/mips/include/asm/malta.h    |  45 ++++++-
 arch/mips/include/asm/mipsregs.h |   6 +
 arch/mips/lib/bootm.c            |  12 +-
 board/malta/Makefile             |  29 ++++
 board/malta/README               |  16 +++
 board/malta/flash-malta-boot.tcl |  40 ++++++
 board/malta/lowlevel_init.S      | 238 +++++++++++++++++++++++++++++++++
 board/malta/malta.c              | 186 ++++++++++++++++++++++++++
 board/malta/superio.c            |  63 +++++++++
 board/malta/superio.h            |  15 +++
 board/qemu-malta/Makefile        |  29 ----
 board/qemu-malta/lowlevel_init.S |  69 ----------
 board/qemu-malta/qemu-malta.c    |  47 -------
 boards.cfg                       |   4 +-
 drivers/net/pcnet.c              | 279 +++++++++++++++++++++------------------
 drivers/pci/Makefile             |   1 +
 drivers/pci/pci_msc01.c          | 126 ++++++++++++++++++
 include/configs/malta.h          | 115 ++++++++++++++++
 include/configs/qemu-malta.h     | 114 ----------------
 include/msc01.h                  | 135 +++++++++++++++++++
 include/pci.h                    |   6 +-
 include/pci_ids.h                |   3 +
 include/pci_msc01.h              |  17 +++
 25 files changed, 1340 insertions(+), 418 deletions(-)
 create mode 100644 board/malta/Makefile
 create mode 100644 board/malta/README
 create mode 100644 board/malta/flash-malta-boot.tcl
 create mode 100644 board/malta/lowlevel_init.S
 create mode 100644 board/malta/malta.c
 create mode 100644 board/malta/superio.c
 create mode 100644 board/malta/superio.h
 delete mode 100644 board/qemu-malta/Makefile
 delete mode 100644 board/qemu-malta/lowlevel_init.S
 delete mode 100644 board/qemu-malta/qemu-malta.c
 create mode 100644 drivers/pci/pci_msc01.c
 create mode 100644 include/configs/malta.h
 delete mode 100644 include/configs/qemu-malta.h
 create mode 100644 include/msc01.h
 create mode 100644 include/pci_msc01.h

-- 
1.8.4




More information about the U-Boot mailing list