From: Matthias Kaehlcke <matthias@kaehlcke.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] ARM: Add support for EDB93xx boards [rev3]
Date: Tue, 19 Jan 2010 20:16:10 +0100 [thread overview]
Message-ID: <20100119191610.GJ16182@darwin> (raw)
Third revision of the patch set for EDB93xx boards
---
Changes with respect to rev2:
* LED
* made implementation compliant with status_led.h
* timer
* fixed regression
* refactoring
* clock speed
* define clock divider arrays in the functions that use them
* linker script
* added comment for 'CRUS' magic number and offset
* ethernet driver
* reset MAC in ep93xx_eth_open()
* eliminated macros ETH_STATUS_* and MII_STATUS_*
* added prototype of ep93xx_eth_init() to netdev.h
* simplified conditional compilation of dump_xxx() functions
* other
* fixed several coding style issues
* renamed macro ERROR to error
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 | 111 ++++++
board/edb93xx/flash_cfg.c | 38 ++
board/edb93xx/pll_cfg.c | 58 +++
board/edb93xx/pll_cfg.h | 72 ++++
board/edb93xx/sdram_cfg.c | 117 ++++++
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 | 109 ++++++
cpu/arm920t/ep93xx/timer.c | 168 +++++++++
cpu/arm920t/ep93xx/u-boot.lds | 59 +++
drivers/net/Makefile | 1 +
drivers/net/ep93xx.c | 658 ++++++++++++++++++++++++++++++++++
drivers/net/ep93xx.h | 145 ++++++++
include/asm-arm/arch-ep93xx/ep93xx.h | 596 ++++++++++++++++++++++++++++++
include/common.h | 8 +-
include/configs/edb93xx.h | 273 ++++++++++++++
include/netdev.h | 1 +
26 files changed, 2975 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.c
create mode 100644 drivers/net/ep93xx.h
create mode 100644 include/asm-arm/arch-ep93xx/ep93xx.h
create mode 100644 include/configs/edb93xx.h
reply other threads:[~2010-01-19 19:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100119191610.GJ16182@darwin \
--to=matthias@kaehlcke.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox