aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/canyonlands/canyonlands.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-03powerpc: remove 4xx supportHeiko Schocher1-517/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23arch, board: squash lines for immediate returnMasahiro Yamada1-5/+1
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-2/+4
2014-03-07ppc4xx: Remove 4xx NAND booting supportStefan Roese1-4/+0
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky1-2/+2
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk1-3/+4
2010-11-26ppc4xx: Fix build problems of IBM DDR2 NAND booting targetsStefan Roese1-12/+0
2010-10-04ppc44x: config GPIOs for USB on canyonlands boardRupjyoti Sarmah1-10/+13
2010-10-04ppc4xx: Small whitespace cleanup in canyonlands.cStefan Roese1-10/+10
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
2010-07-23ppc4xx/Canyonlands added USB board callbacksRupjyoti Sarmah1-9/+55
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2009-11-19ppc4xx: Consolidate pci_target_init() functionStefan Roese1-37/+0
2009-11-09ppc4xx: Remove duplicated is_pci_host() functionsStefan Roese1-19/+0
2009-11-09ppc4xx: Consolidate 4xx PCIe board specific configurationStefan Roese1-71/+3
2009-10-07ppc_4xx: Apply new HW register namesNiklaus Giger1-11/+11
2009-10-07ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scanStefan Roese1-0/+3
2009-09-28ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese1-31/+31
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese1-2/+2
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: Fix Arches DDR2 initializationStefan Roese1-12/+18
2009-07-08ppc4xx: Fix FDT EBC mappings on CanyonlandsFelix Radensky1-2/+4
2008-10-21ppc4xx: Add AMCC Arches board support (dual 460GT)Adam Graham1-0/+140
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-24/+24
2008-09-22ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixupStefan Roese1-12/+4
2008-06-12ppc4xx: Canyonlands: Disable the RTC M41T62 square wave outputStefan Roese1-0/+11
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-03ppc4xx: Remove implementations of testdram()Stefan Roese1-38/+0
2008-05-19ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selectionStefan Roese1-1/+30
2008-04-02ppc4xx: Canyonlands: Init SATA/PCIe port correctlyStefan Roese1-12/+34
2008-03-28ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revisionStefan Roese1-3/+39
2008-03-27ppc4xx: Correctly pass phyiscal FLASH base address into dtbStefan Roese1-1/+1
2008-03-27ppc4xx: Add AMCC Glacier 406GT eval board supportStefan Roese1-9/+16
2008-03-15ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval boardStefan Roese1-0/+14
2008-03-15ppc4xx: Add Canyonlands NAND booting supportStefan Roese1-4/+23
2008-03-15ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)Stefan Roese1-0/+385