Stefan Roese
0988776288
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
...
Signed-off-by: Stefan Roese <sr@denx.de>
14 years ago
Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years ago
Scott Wood
ba22d10f39
quad100hd: Update NAND driver to new API.
...
Signed-off-by: Scott Wood <scottwood@freescale.com>
17 years ago
Gary Jennejohn
73ccb3410a
ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
...
Signed-off-by: Gary Jennejohn <garyj@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
17 years ago
Jean-Christophe PLAGNIOL-VILLARD
761712188b
AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
Stelian Pop
983c1db04c
Port AT91CAP9 to the new headers
...
Adapt the existing AT91CAP9 code to the new headers and APIs.
Signed-off-by: Stelian Pop <stelian@popies.net>
17 years ago
Stelian Pop
64e8a06af6
AT91CAP9 support : move board files to Atmel vendor directory.
...
AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
Signed-off-by: Stelian Pop <stelian@popies.net>
17 years ago
Stelian Pop
6afcabf11d
AT91CAP9 support : board/ files
...
Signed-off-by: Stelian Pop <stelian@popies.net>
17 years ago
Peter Pearse
f4e7cbfcb0
Update board NetStar
...
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
17 years ago
Jon Loeliger
3fe00109a5
board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Jon Loeliger
9107ebe0d3
board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
...
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.
All transformations are of the form:
Before:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
After:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Heiko Schocher
fa23044564
Added support for the TQM8272 board from TQ
...
Signed-off-by: Heiko Schocher <hs@denx.de>
18 years ago
Wolfgang Denk
b9365a26a1
Code cleanup
19 years ago
Wolfgang Denk
87a5c73d66
Update NetStar board
...
Patch by Ladislav Michl, 03 Nov 2005
19 years ago
Wolfgang Denk
d52fb7e3d1
Some code cleanup for GCC 4.x
19 years ago
Wolfgang Denk
ac7eb8a315
Update of new NAND code
...
Patch by Ladislav Michl, 13 Sep 2005
20 years ago