aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/bamboo
AgeCommit message (Expand)AuthorFilesLines
2010-04-24Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk1-13/+13
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-19ppc4xx: TLB init file cleanupStefan Roese1-13/+13
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2010-04-13Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"Peter Tyser1-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: Fix NAND booting targets after 4xx linker script consolidationStefan Roese1-0/+4
2009-11-09ppc4xx: Remove duplicated is_pci_host() functionsStefan Roese1-23/+0
2009-11-02ppc4xx: Remove board specific linker scripts from most PPC4xx boardsStefan Roese1-143/+0
2009-10-09Merge branch 'reloc'Wolfgang Denk2-2/+0
2009-10-07ppc_4xx: Apply new HW register namesNiklaus Giger1-16/+16
2009-10-03ppc: Enable full relocation to RAMPeter Tyser2-2/+0
2009-09-28ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese1-15/+15
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese2-53/+53
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho2-6/+2
2008-11-18Align end of bss by 4 bytesSelvamuthukumar2-0/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-32/+32
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
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 Denk3-71/+71
2008-04-17Remove all the search paths from the .lds files.Jason Wessel2-2/+0
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2-2/+2
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 OBrien3-99/+227
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese1-2/+2
2007-06-01ppc4xx: Add missing file for Bamboo NAND booting supportStefan Roese1-0/+137
2007-06-01ppc4xx: Prepare Bamboo port for NAND booting supportStefan Roese5-109/+119
2007-04-29ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driverStefan Roese2-94/+1
2007-03-24[PATCH] Add 4xx GPIO functionsStefan Roese2-10/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+10
2006-07-27AMCC bamboo (440EP) U-Boot image reduced to 384kbyteStefan Roese1-2/+2
2006-07-04Fix AMCC bamboo eval board compilation errors.Marian Balakowicz2-14/+1
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-3/+0
2006-03-06Minor code cleanupWolfgang Denk1-1/+0
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2-1/+5
2005-12-12(no commit message)Wolfgang Denk1-0/+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-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2005-08-16Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese1-1/+0
2005-08-11Add NAND FLASH support for AMCC Bamboo 440EP eval boardStefan Roese3-31/+126
2005-08-06Add support for ep8248 boardWolfgang Denk2-569/+581