[U-Boot] [PATCH 0/4] arm, da850: add ipam390 board support
Heiko Schocher
hs at denx.de
Mon Aug 5 16:00:34 CEST 2013
add the am1808 based ipam390 board from Barix.
- 128MByte, DDR2, synchronous RAM 16bit databus to SDRAM
interface
- 128MByte, NAND Flash, 8bit databus to the NANDFlash
Interface
- Ethernet PHY Micrel KSZ8051R via RMII
- Console on UART 0
- booting fron nand flash
- spl falcon bootmode
Needed patches posted on the ML but not yet in mainline:
- [U-Boot,05/10] arm: spl: For Falcon Mode, set a default machid of ~0
http://patchwork.ozlabs.org/patch/264336/
applies on git://git.denx.de/u-boot-ti.git master
last commit:
commit 500a0daeecf36b72797c53ef78d9ad096a464d32
Author: Dan Murphy <dmurphy at ti.com>
Date: Thu Jul 11 13:10:27 2013 -0500
gpio: tca642x: Add the tca642x gpio expander driver
I am on vacation for two weeks, so I maybe not able to respond
immediately but as the merge window closes soon, I post this
board support now ...
Heiko Schocher (4):
arm/davinci/da850: add uart0_pins_rtscts and RMII_MHz_50_CLK in
emac_pins_rmii pinmux
bootstage: get more BOOTSTAGE_ID* in show_boot_progress()
arm, da850: enable the correct uart in arch_cpu_init()
arm, da850: add ipam390 board support
MAINTAINERS | 1 +
arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c | 4 +
arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c | 6 +
arch/arm/include/asm/arch-davinci/pinmux_defs.h | 3 +-
board/Barix/ipam390/Makefile | 29 ++
board/Barix/ipam390/README.ipam390 | 229 ++++++++++++++++
board/Barix/ipam390/ipam390-ais-uart.cfg | 202 ++++++++++++++
board/Barix/ipam390/ipam390.c | 348 ++++++++++++++++++++++++
board/Barix/ipam390/u-boot-spl-ipam390.lds | 53 ++++
boards.cfg | 1 +
include/bootstage.h | 1 +
include/configs/ipam390.h | 331 ++++++++++++++++++++++
12 Dateien geändert, 1207 Zeilen hinzugefügt(+), 1 Zeile entfernt(-)
create mode 100644 board/Barix/ipam390/Makefile
create mode 100644 board/Barix/ipam390/README.ipam390
create mode 100644 board/Barix/ipam390/ipam390-ais-uart.cfg
create mode 100644 board/Barix/ipam390/ipam390.c
create mode 100644 board/Barix/ipam390/u-boot-spl-ipam390.lds
create mode 100644 include/configs/ipam390.h
Cc: Tom Rini <trini at ti.com>
--
1.7.11.7
More information about the U-Boot
mailing list