aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/bamboo/bamboo.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-03powerpc: remove 4xx supportHeiko Schocher1-1896/+0
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-1/+1
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+6
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2016-09-23arch, board: squash lines for immediate returnMasahiro Yamada1-5/+1
2014-03-07ppc4xx: Remove 4xx NAND booting supportStefan Roese1-17/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-01Consolidate bool typeYork Sun1-11/+11
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk1-3/+4
2010-09-23ppc4xx: Big header cleanup, mostly PPC440 relatedStefan Roese1-1/+1
2010-09-23ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specificStefan Roese1-1/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese1-1/+1
2009-11-19ppc4xx: Consolidate pci_master_init() functionStefan Roese1-21/+0
2009-11-19ppc4xx: Consolidate pci_pre_init() functionStefan Roese1-55/+0
2009-11-19ppc4xx: Consolidate pci_target_init() functionStefan Roese1-61/+0
2009-11-09ppc4xx: Remove duplicated is_pci_host() functionsStefan Roese1-23/+0
2009-10-07ppc_4xx: Apply new HW register namesNiklaus Giger1-16/+16
2009-09-28ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese1-15/+15
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese1-52/+52
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-11/+11
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-03ppc4xx: Remove implementations of testdram()Stefan Roese1-67/+0
2008-05-21Big white-space cleanup.Wolfgang Denk1-63/+63
2007-10-31ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAMEugene O'Brien1-2/+2
2007-07-31ppc4xx: Update AMCC Bamboo 440EP supportEugene OBrien1-95/+226
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese1-2/+2
2007-06-01ppc4xx: Prepare Bamboo port for NAND booting supportStefan Roese1-7/+22
2007-04-29ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driverStefan Roese1-81/+0
2007-03-24[PATCH] Add 4xx GPIO functionsStefan Roese1-0/+1
2006-07-04Fix AMCC bamboo eval board compilation errors.Marian Balakowicz1-1/+1
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka1-1/+1
2005-11-29Minor AMCC 4xx board cleanupsStefan Roese1-12/+0
2005-11-27Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese1-10/+1
2005-11-15Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)Stefan Roese1-19/+38
2005-08-11Add NAND FLASH support for AMCC Bamboo 440EP eval boardStefan Roese1-19/+103
2005-08-06Add support for ep8248 boardWolfgang Denk1-355/+367
2005-08-04Add support for AMCC Bamboo PPC440EP eval boardStefan Roese1-121/+1677
2005-08-01Major cleanup for AMCC PPC4xx eval boards.Stefan Roese1-0/+439