summaryrefslogtreecommitdiff
path: root/board/pcs440ep/pcs440ep.c
Commit message (Expand)AuthorAgeLines
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-1/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* split PCS440EP specific code from cmd_ide.cPavel Herrmann2012-10-17-0/+56
* change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann2012-10-17-1/+0
* bootstage: Convert net progress numbers to enumsSimon Glass2012-03-18-12/+12
* bootstage: Convert progress numbers 20-41 to enumsSimon Glass2012-03-18-1/+2
* bootstage: Convert progress numbers 1-9 into enumsSimon Glass2012-03-18-11/+11
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-18-2/+1
* Fix incorrect use of getenv() before relocationWolfgang Denk2011-05-12-3/+4
* ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2010-09-23-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-3/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-2/+2
* Move arch/ppc to arch/powerpcStefan Roese2010-04-21-1/+1
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-13-1/+1
* ppc4xx: Consolidate pci_master_init() functionStefan Roese2009-11-19-21/+0
* ppc4xx: Consolidate pci_pre_init() functionStefan Roese2009-11-19-55/+0
* ppc4xx: Consolidate pci_target_init() functionStefan Roese2009-11-19-61/+0
* ppc4xx: Remove duplicated is_pci_host() functionsStefan Roese2009-11-09-23/+0
* ppc_4xx: Apply new HW register namesNiklaus Giger2009-10-07-16/+16
* ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese2009-09-28-15/+15
* ppc4xx: Big cleanup of PPC4xx definesStefan Roese2009-09-11-29/+29
* General help message cleanupWolfgang Denk2009-06-12-2/+2
* Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'Wolfgang Denk2009-03-28-5/+5
* boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger2009-03-20-17/+14
* Command usage cleanupPeter Tyser2009-01-28-2/+2
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-1/+1
* pcs440ep: Clean up led command definitionPeter Tyser2009-01-28-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-15/+15
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* Change initdram() return type to phys_size_tBecky Bruce2008-06-12-1/+1
* ppc4xx: Remove implementations of testdram()Stefan Roese2008-06-03-38/+0
* Big white-space cleanup.Wolfgang Denk2008-05-21-4/+4
* ppc4xx: Fix GPIO configuration for pcs440epStefan Roese2008-02-04-1/+1
* IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher2007-08-28-0/+24
* Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.Wolfgang Denk2007-08-12-2/+2
* [PCS440EP] - The DIAG LEDs are now blinking, if an error occurHeiko Schocher2007-07-13-3/+15
* [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failedHeiko Schocher2007-07-11-9/+28
* Coding style cleanup; update CHANGELOG.Wolfgang Denk2007-07-10-9/+7
* Merge with /home/hs/Atronic/u-bootWolfgang Denk2007-07-09-6/+491
|\
| * [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANGHeiko Schocher2007-06-25-3/+0
| * [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-22-6/+494
* | ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese2007-06-25-2/+2
|/
* Update PCS440EP port to fit into one flash device (incl. environment)Stefan Roese2006-06-06-1/+1
* Add support for PCS440EP boardStefan Roese2006-06-02-0/+379