summaryrefslogtreecommitdiff
path: root/include/configs/tuda1.h
AgeCommit message (Collapse)Author
2012-01-09powerpc/83xx/km: merge tuxa and tuda1 boards to tuxx1Holger Brunck
These boards are from a u-boot point of view identical. So collect the two headerfiles to one, to decrease maintenance. Signed-off-by: Holger Brunck <[email protected]> cc: Valentin Longchamp <[email protected]> cc: Heiko Schocher <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2012-01-09powerpc/83xx/km: remove obsolete defines for tuda1Holger Brunck
CONFIG_SYS_LCRR is unused and CONFIG_SYS_LBC_LBCR is already defined in the common header file, so remove them. Signed-off-by: Holger Brunck <[email protected]> cc: Valentin Longchamp <[email protected]> Acked-by: Heiko Schocher <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03mpc83xx: Cleanup usage of LBC constantsJoe Hershberger
Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03mpc83xx: Cleanup usage of BAT constantsJoe Hershberger
Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-05-10keymile boards: move keymile specific header in subdirValentin Longchamp
Collect all keymile specific common headers in include/configs/km. Signed-off-by: Heiko Schocher <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]> cc: Prafulla Wadaskar <[email protected]> cc: Kim Phillips <[email protected]> cc: Holger Brunck <[email protected]>
2011-04-30ppc, 8321: cleanup tuxa1, tuda1 and suvd3 supportHeiko Schocher
For the kmsupx5 a new header file was introduced km8321-common.h. Now the common stuff from tuxa1, tuda1 and suvd3 was removed and the new header file included. The defines CONFIG_SYS_PIGGY_BASE and CONFIG_SYS_PIGGY_SIZE are confusing. Because they actually describe the KMBEC FPGA values. The KMBEC FPGA can be PRIO on kmeter1 or upio on mgcoge. Therefore all the defines were renamed. remove unneeded variable CONFIG_KM_DEF_NETDEV, as it is already declared in keymile-common.h Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Heiko Schocher <[email protected]> Acked-by: Kim Phillips <[email protected]> cc: Kim Phillips <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Valentin Longchamp <[email protected]>
2011-04-30mpc832x: add support for mpc8321 based tuda1 boardHeiko Schocher
This board is similar to suvd3 board. So most initialisation topics are taken from suvd3 (UART1, Ethernet, piggy PHY, flash, ram) only the application specific chip selects differ. Signed-off-by: Lukas Roggli <[email protected]> Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Heiko Schocher <[email protected]> Acked-by: Kim Phillips <[email protected]> cc: Kim Phillips <[email protected]> cc: Valentin Longchamp <[email protected]>