[U-Boot] [PATCH RFC 0/7] Add support for WPJ344 board

Nikolaos Pasaloukos Nikolaos.Pasaloukos at imgtec.com
Fri Nov 29 10:48:01 CET 2013


Herein lie a number of patches to add support for WPJ344 board in
U-Boot. These patches add the following features to the board:
	One Ethernet port enabled (the one closest to power jack)
	SPI drivers

Nikolaos Pasaloukos (7):
  MIPS: AR7240: Address space declaration for SoC ar7240
  MIPS: AR7240: SPI drivers for ar7240
  MIPS: AR934x: Register Bitfields for SoC ar934x
  MIPS: AR7240: DRAM Initialization file
  WPJ344: Add support for WPJ344 board
  ATHEROS: AR934X: Add support for ar934x SoC
  NET: AR934x: Ethernet drivers for SoC AR934x

 arch/mips/cpu/mips32/ar7240/Makefile      |    7 +
 arch/mips/cpu/mips32/ar7240/ar7240_dram.c |  298 ++++++
 arch/mips/include/asm/ar7240_addrspace.h  |  387 ++++++++
 arch/mips/include/asm/ar934x_reg_cfg.h    | 1527 +++++++++++++++++++++++++++++
 board/wpj344/Makefile                     |    7 +
 board/wpj344/ar934x_cpu_freq_pll.h        | 1138 +++++++++++++++++++++
 board/wpj344/lowlevel_init.S              |  357 +++++++
 board/wpj344/wpj344.c                     |  149 +++
 boards.cfg                                |    1 +
 drivers/net/Makefile                      |    1 +
 drivers/net/ar934x.c                      |  572 +++++++++++
 drivers/net/ar934x.h                      |  202 ++++
 drivers/net/phy/atheros.c                 |   42 +
 drivers/spi/Makefile                      |    1 +
 drivers/spi/ar7240_spi.c                  |   97 ++
 include/configs/wpj344.h                  |  171 ++++
 include/netdev.h                          |    1 +
 17 files changed, 4958 insertions(+)
 create mode 100644 arch/mips/cpu/mips32/ar7240/Makefile
 create mode 100644 arch/mips/cpu/mips32/ar7240/ar7240_dram.c
 create mode 100644 arch/mips/include/asm/ar7240_addrspace.h
 create mode 100644 arch/mips/include/asm/ar934x_reg_cfg.h
 create mode 100644 board/wpj344/Makefile
 create mode 100644 board/wpj344/ar934x_cpu_freq_pll.h
 create mode 100644 board/wpj344/lowlevel_init.S
 create mode 100644 board/wpj344/wpj344.c
 create mode 100644 drivers/net/ar934x.c
 create mode 100644 drivers/net/ar934x.h
 create mode 100644 drivers/spi/ar7240_spi.c
 create mode 100644 include/configs/wpj344.h

-- 
1.8.3.2




More information about the U-Boot mailing list