[U-Boot-Users] [PATCH 00/10] [ARM] TQMA31: new board

Jens Gehrlein sew_s at tqs.de
Fri Jul 4 16:50:03 CEST 2008


Hi,

the following patches introduce the i.MX31 (ARM1136) based board TQMA31.
Used toolchain was ELDK 4.1.

The first three patches fix some bugs in mxc/mx31 common parts. I compiled
the im31_phycore, the imx31_litekit and the mx31ads U-Boots for this.
But I don't have boards to test them.

Patch 04/10 cannot successfully be compiled without having Patch 03/10 applied.

Patch 03/10 has been on the mailing list in a similar form, but it seems that
nobody picked it up. So I want give it a chance with my patch series.

Who will pick up this patch series (if there are no complaints)? Peter?

Kind regards,
Jens

---

Jens Gehrlein (10):
      [ARM] TQMA31: new kernel param. to pass the eth MAC addr to the Linux eth chip driver
      [ARM] TQMA31: add FPGA configuration flash
      [ARM] TQMA31: adjust pad property of IPU pin FPSHIFT for the display
      [ARM] TQMA31: adjust voltage regulators in PMIC MC13738
      [ARM] TQMA31: add support for SPI and SPI device MC13783-RTC
      [ARM] TQMA31: add support for I2C, I2C temperature sensor and I2C-EEPROM
      [ARM] TQMA31: add new board with i.MX31 processor
      [ARM] MX31: fix typos in defines for UART and SPI IO multiplexer pins
      [ARM] MX31: fix bit masks in function mx31_decode_pll()
      [ARM] MXC: insert bus busy check in i2c_probe


 MAINTAINERS                           |    4 
 MAKEALL                               |    1 
 Makefile                              |    3 
 board/imx31_litekit/imx31_litekit.c   |    2 
 board/imx31_phycore/imx31_phycore.c   |    4 
 board/mx31ads/mx31ads.c               |    2 
 board/tqc/tqma31/Makefile             |   48 ++++
 board/tqc/tqma31/config.mk            |    2 
 board/tqc/tqma31/lowlevel_init.S      |  375 +++++++++++++++++++++++++++++++++
 board/tqc/tqma31/tqma31.c             |  269 ++++++++++++++++++++++++
 board/tqc/tqma31/u-boot.lds           |   72 ++++++
 cpu/arm1136/mx31/generic.c            |   21 ++
 drivers/i2c/mxc_i2c.c                 |   23 ++
 include/asm-arm/arch-mx31/mx31-regs.h |   92 ++++++++
 include/asm-arm/arch-mx31/mx31.h      |    1 
 include/configs/TQMA31.h              |  337 ++++++++++++++++++++++++++++++
 16 files changed, 1248 insertions(+), 8 deletions(-)
 create mode 100644 board/tqc/tqma31/Makefile
 create mode 100644 board/tqc/tqma31/config.mk
 create mode 100644 board/tqc/tqma31/lowlevel_init.S
 create mode 100644 board/tqc/tqma31/tqma31.c
 create mode 100644 board/tqc/tqma31/u-boot.lds
 create mode 100644 include/configs/TQMA31.h




More information about the U-Boot mailing list