summaryrefslogtreecommitdiff
path: root/board/amcc/bluestone/bluestone.c
AgeCommit message (Collapse)Author
2014-10-10powerpc: ppc4xx: remove board support for bluestoneMasahiro Yamada
This board has been orphaned for more than 6 months. It is the last board defining CONFIG_APM821XX. The code inside #ifdef CONFIG_APM821XX should be removed too. Signed-off-by: Masahiro Yamada <[email protected]>
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]>
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk
A large number of boards incorrectly used getenv() in their board init code running before relocation. In some cases this caused U-Boot to hang when certain environment variables grew too long. Fix the code to use getenv_r(). Signed-off-by: Wolfgang Denk <[email protected]> Cc: Stefan Roese <[email protected]> Cc: The LEOX team <[email protected]> Cc: Michael Schwingen <[email protected]> Cc: Georg Schardt <[email protected]> Cc: Werner Pfister <[email protected]> Cc: Dirk Eibach <[email protected]> Cc: Peter De Schrijver <[email protected]> Cc: John Zhan <[email protected]> Cc: Rishi Bhattacharya <[email protected]> Cc: Peter Tyser <[email protected]>
2010-10-04APM821xx: Add bluestone board supportTirumala Marri
Add support code for bluestone board wth APM821XX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri <[email protected] Signed-off-by: Stefan Roese <[email protected]>