aboutsummaryrefslogtreecommitdiff
path: root/board/amcc
AgeCommit message (Expand)AuthorFilesLines
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk10-24/+24
2010-04-24Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk11-256/+162
2010-04-21Move arch/ppc to arch/powerpcStefan Roese11-11/+11
2010-04-19ppc4xx: TLB init file cleanupStefan Roese11-256/+162
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser11-11/+11
2010-04-13Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"Peter Tyser10-10/+10
2010-01-23ppc4xx: Kilauea: Add CPLD version detection and EBC reconfigurationStefan Roese1-1/+39
2010-01-17PCIe, USB: Replace 'end point' references with 'endpoint'Peter Tyser1-1/+1
2009-12-07POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese7-78/+0
2009-11-19ppc4xx: Consolidate pci_master_init() functionStefan Roese3-59/+0
2009-11-19ppc4xx: Consolidate pci_pre_init() functionStefan Roese11-395/+1
2009-11-19ppc4xx: Consolidate pci_target_init() functionStefan Roese10-459/+1
2009-11-10ppc4xx: Katmai: Add chip_config commandStefan Roese3-219/+58
2009-11-09ppc4xx: Fix NAND booting targets after 4xx linker script consolidationStefan Roese5-0/+20
2009-11-09ppc4xx: Remove duplicated is_pci_host() functionsStefan Roese10-221/+0
2009-11-09ppc4xx: Consolidate 4xx PCIe board specific configurationStefan Roese5-442/+41
2009-11-02ppc4xx: Remove board specific linker scripts from most PPC4xx boardsStefan Roese17-2360/+0
2009-10-23ppc4xx: Sequoia: Add chip_config commandStefan Roese3-232/+125
2009-10-23ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clockStefan Roese1-3/+23
2009-10-23ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clockStefan Roese1-3/+23
2009-10-09Merge branch 'reloc'Wolfgang Denk23-23/+0
2009-10-07ppc_4xx: Apply new HW register namesNiklaus Giger12-190/+190
2009-10-07ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scanStefan Roese5-0/+15
2009-10-03ppc: Enable full relocation to RAMPeter Tyser23-23/+0
2009-09-28ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper caseStefan Roese3-40/+40
2009-09-28ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese17-349/+349
2009-09-15Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk21-309/+309
2009-09-15board/amcc/common/flash.c: Fix compile warningWolfgang Denk1-3/+4
2009-09-15board/amcc/yucca/flash.c: Fix compile warningWolfgang Denk1-3/+4
2009-09-15board/amcc/taihu/flash.c: Fix compile warningWolfgang Denk1-6/+8
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese21-309/+309
2009-08-18ppc4xx: Fix "chip_config" command for AMCC ArchesStefan Roese1-16/+18
2009-07-30ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC CanyonlandsStefan Roese1-9/+17
2009-07-28ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setupStefan Roese1-15/+0
2009-07-28ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmdStefan Roese1-4/+20
2009-07-28ppc4xx: Fix Arches DDR2 initializationStefan Roese1-12/+18
2009-07-24ppc4xx: Add chip_config command to AMCC Kilauea eval boardStefan Roese3-298/+76
2009-07-24Add "chip_config" command for PPC4xx bootstrap configurationStefan Roese3-197/+90
2009-07-08ppc4xx: Fix FDT EBC mappings on CanyonlandsFelix Radensky1-2/+4
2009-06-12General help message cleanupWolfgang Denk14-40/+40
2009-06-12ppc4xx: Add Sequoia RAM-booting targetStefan Roese4-3/+143
2009-04-16ppc4xx: Remove unused code for Sequoia NAND booting versionStefan Roese1-5/+1
2009-04-16ppc4xx: Fixup chip-selects in dtb for NAND-booting SequoiaStefan Roese1-2/+56
2009-03-26ppc4xx: Sequoia: Fix TLB reassignment in NAND booting codeStefan Roese1-1/+1
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho22-66/+22
2009-03-17Fix AMCC Sequoia board DDR memory configurationMikhail Zolotaryov1-1/+1
2009-02-12ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boardsStefan Roese4-0/+4
2009-01-28Command usage cleanupPeter Tyser14-26/+26
2009-01-28amcc: Clean up command usage outputPeter Tyser3-9/+9
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser8-12/+12