[U-Boot] [PATCH 0/9] Series short description
Eric Jarrige
eric.jarrige at armadeus.org
Wed Aug 10 22:33:00 CEST 2011
The following series adds support for the Armadeus Project
board apf9328 and also fixes some driver issues or improvements
concerning the Freescale iMX1 cpu, DM9000 ethernet controler and
the final call to the relocated board_init_r for the arm920t.
The last arm920t patch should be applicable to the whole arm cpu family
if some other CPU have the same behavior of mirroring the flash
memory to a different address at power on reset.
---
Eric Jarrige (9):
mx1: export imx_gpio_mode() function
mx1: add i2c registers
apf9328: Add Armadeus Project board APF9328
apf9328: add apf9328 board in Makefile
apf9328: add default board configuration file
mx1: improve PLL freq computation
mx1: change a printf in speed.c to use debug instead
DM9000: change some printf to use debug instead
arm920t: Fix jump to the relocated board_init_r
MAINTAINERS | 4
MAKEALL | 1
arch/arm/cpu/arm920t/imx/speed.c | 31 -
arch/arm/cpu/arm920t/start.S | 4
arch/arm/include/asm/arch-imx/imx-regs.h | 30 +
board/armadeus/apf9328/Makefile | 51 +
board/armadeus/apf9328/apf9328.c | 91 +++
board/armadeus/apf9328/apf9328fpga.c | 89 +++
board/armadeus/apf9328/apf9328fpga.h | 31 +
board/armadeus/apf9328/eeprom.c | 88 +++
board/armadeus/apf9328/fpga.c | 121 ++++
board/armadeus/apf9328/fpga.h | 30 +
board/armadeus/apf9328/i2c.c | 276 ++++++++
board/armadeus/apf9328/lowlevel_init.S | 469 ++++++++++++++
boards.cfg | 1
drivers/net/dm9000x.c | 8
include/configs/apf9328.h | 1034 ++++++++++++++++++++++++++++++
17 files changed, 2333 insertions(+), 26 deletions(-)
create mode 100644 board/armadeus/apf9328/Makefile
create mode 100644 board/armadeus/apf9328/apf9328.c
create mode 100644 board/armadeus/apf9328/apf9328fpga.c
create mode 100644 board/armadeus/apf9328/apf9328fpga.h
create mode 100644 board/armadeus/apf9328/eeprom.c
create mode 100644 board/armadeus/apf9328/fpga.c
create mode 100644 board/armadeus/apf9328/fpga.h
create mode 100644 board/armadeus/apf9328/i2c.c
create mode 100644 board/armadeus/apf9328/lowlevel_init.S
create mode 100644 include/configs/apf9328.h
--
Best regards,
Eric Jarrige
More information about the U-Boot
mailing list