summaryrefslogtreecommitdiffstats
path: root/board/pcs440ep
Commit message (Expand)AuthorAgeFilesLines
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-142-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-245-85/+5
* split PCS440EP specific code from cmd_ide.cPavel Herrmann2012-10-171-0/+56
* change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann2012-10-171-1/+0
* bootstage: Convert net progress numbers to enumsSimon Glass2012-03-181-12/+12
* bootstage: Convert progress numbers 20-41 to enumsSimon Glass2012-03-181-1/+2
* bootstage: Convert progress numbers 1-9 into enumsSimon Glass2012-03-181-11/+11
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-2/+1
* punt unused clean/distclean targetsMike Frysinger2011-10-151-6/+0
* Use ALL-y style instead of ifeq blocks for better readabilityDaniel Schwierzeck2011-07-261-1/+1
* Fix incorrect use of getenv() before relocationWolfgang Denk2011-05-121-3/+4
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-261-0/+1
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-181-8/+0
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-3/+3
* ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2010-09-231-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-3/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2010-04-241-56/+9
|\
| * ppc4xx: TLB init file cleanupStefan Roese2010-04-191-56/+9
* | Move arch/ppc to arch/powerpcStefan Roese2010-04-211-1/+1
|/
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-131-1/+1
* ppc4xx: Consolidate pci_master_init() functionStefan Roese2009-11-191-21/+0
* ppc4xx: Consolidate pci_pre_init() functionStefan Roese2009-11-191-55/+0
* ppc4xx: Consolidate pci_target_init() functionStefan Roese2009-11-191-61/+0
* ppc4xx: Remove duplicated is_pci_host() functionsStefan Roese2009-11-091-23/+0
* ppc4xx: Remove board specific linker scripts from most PPC4xx boardsStefan Roese2009-11-021-139/+0
* Merge branch 'reloc'Wolfgang Denk2009-10-091-1/+0
|\
| * ppc: Enable full relocation to RAMPeter Tyser2009-10-031-1/+0
* | ppc_4xx: Apply new HW register namesNiklaus Giger2009-10-071-16/+16
|/
* ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese2009-09-281-15/+15
* ppc4xx: Big cleanup of PPC4xx definesStefan Roese2009-09-111-29/+29
* General help message cleanupWolfgang Denk2009-06-121-2/+2
* Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'Wolfgang Denk2009-03-281-5/+5
* Fix all linker script to handle all rodata sectionsTrent Piepho2009-03-201-3/+1
* boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger2009-03-201-17/+14
* Command usage cleanupPeter Tyser2009-01-281-2/+2
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-1/+1
* pcs440ep: Clean up led command definitionPeter Tyser2009-01-281-1/+1
* Align end of bss by 4 bytesSelvamuthukumar2008-11-181-0/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-184-97/+97
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk2008-07-021-1/+1
* Change initdram() return type to phys_size_tBecky Bruce2008-06-121-1/+1
* ppc4xx: Remove implementations of testdram()Stefan Roese2008-06-031-38/+0
* Big white-space cleanup.Wolfgang Denk2008-05-212-8/+8
* Remove all the search paths from the .lds files.Jason Wessel2008-04-171-1/+0
* ppc4xx: Fix GPIO configuration for pcs440epStefan Roese2008-02-041-1/+1
* Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2008-01-121-1/+1
* IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher2007-08-281-0/+24
OpenPOWER on IntegriCloud