* [U-Boot] [PATCH 0/3] ARM: Add support for EDB93xx boards [rev6]
@ 2010-02-01 20:29 Matthias Kaehlcke
2010-02-05 22:41 ` Tom
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Kaehlcke @ 2010-02-01 20:29 UTC (permalink / raw)
To: u-boot
6th revision of the patch set for EDB93xx boards
---
Changes with respect to rev5:
board patch
* fixed whitespace issues
* simplified copying of exception vectors in dram_init()
* added comment about programming of SDRAM mode registers
* simplified definition of CONFIG_SYS_LOAD_ADDR
Matthias Kaehlcke (3):
ARM: Add support for EP93xx SoCs
Add EP93xx ethernet driver
Add support for EDB93xx boards
MAINTAINERS | 10 +
MAKEALL | 8 +
Makefile | 10 +
board/edb93xx/Makefile | 50 +++
board/edb93xx/config.mk | 33 ++
board/edb93xx/early_udelay.h | 34 ++
board/edb93xx/edb93xx.c | 104 ++++++
board/edb93xx/flash_cfg.c | 38 ++
board/edb93xx/pll_cfg.c | 58 +++
board/edb93xx/pll_cfg.h | 72 ++++
board/edb93xx/sdram_cfg.c | 123 +++++++
board/edb93xx/sdram_cfg.h | 144 ++++++++
cpu/arm920t/ep93xx/Makefile | 56 +++
cpu/arm920t/ep93xx/cpu.c | 51 +++
cpu/arm920t/ep93xx/led.c | 101 ++++++
cpu/arm920t/ep93xx/lowlevel_init.S | 65 ++++
cpu/arm920t/ep93xx/speed.c | 110 ++++++
cpu/arm920t/ep93xx/timer.c | 168 +++++++++
cpu/arm920t/ep93xx/u-boot.lds | 59 +++
drivers/net/Makefile | 1 +
drivers/net/ep93xx_eth.c | 653 ++++++++++++++++++++++++++++++++++
drivers/net/ep93xx_eth.h | 144 ++++++++
include/asm-arm/arch-ep93xx/ep93xx.h | 595 +++++++++++++++++++++++++++++++
include/common.h | 8 +-
include/configs/edb93xx.h | 270 ++++++++++++++
include/netdev.h | 1 +
26 files changed, 2965 insertions(+), 1 deletions(-)
create mode 100644 board/edb93xx/Makefile
create mode 100644 board/edb93xx/config.mk
create mode 100644 board/edb93xx/early_udelay.h
create mode 100644 board/edb93xx/edb93xx.c
create mode 100644 board/edb93xx/flash_cfg.c
create mode 100644 board/edb93xx/pll_cfg.c
create mode 100644 board/edb93xx/pll_cfg.h
create mode 100644 board/edb93xx/sdram_cfg.c
create mode 100644 board/edb93xx/sdram_cfg.h
create mode 100644 cpu/arm920t/ep93xx/Makefile
create mode 100644 cpu/arm920t/ep93xx/cpu.c
create mode 100644 cpu/arm920t/ep93xx/led.c
create mode 100644 cpu/arm920t/ep93xx/lowlevel_init.S
create mode 100644 cpu/arm920t/ep93xx/speed.c
create mode 100644 cpu/arm920t/ep93xx/timer.c
create mode 100644 cpu/arm920t/ep93xx/u-boot.lds
create mode 100644 drivers/net/ep93xx_eth.c
create mode 100644 drivers/net/ep93xx_eth.h
create mode 100644 include/asm-arm/arch-ep93xx/ep93xx.h
create mode 100644 include/configs/edb93xx.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 0/3] ARM: Add support for EDB93xx boards [rev6]
2010-02-01 20:29 [U-Boot] [PATCH 0/3] ARM: Add support for EDB93xx boards [rev6] Matthias Kaehlcke
@ 2010-02-05 22:41 ` Tom
0 siblings, 0 replies; 2+ messages in thread
From: Tom @ 2010-02-05 22:41 UTC (permalink / raw)
To: u-boot
Matthias Kaehlcke wrote:
> 6th revision of the patch set for EDB93xx boards
>
> ---
> Changes with respect to rev5:
>
> board patch
> * fixed whitespace issues
> * simplified copying of exception vectors in dram_init()
> * added comment about programming of SDRAM mode registers
> * simplified definition of CONFIG_SYS_LOAD_ADDR
>
> Matthias Kaehlcke (3):
> ARM: Add support for EP93xx SoCs
> Add EP93xx ethernet driver
> Add support for EDB93xx boards
>
Applied,
Thanks
Tom
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-05 22:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 20:29 [U-Boot] [PATCH 0/3] ARM: Add support for EDB93xx boards [rev6] Matthias Kaehlcke
2010-02-05 22:41 ` Tom
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox