summaryrefslogtreecommitdiffstats
path: root/include/configs/yosemite.h
Commit message (Expand)AuthorAgeFilesLines
* configs: Re-sync with cmd/KconfigTom Rini2016-04-251-2/+0
* configs: Re-sync almost all of cmd/KconfigTom Rini2016-04-251-1/+0
* eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMSMarek Vasut2015-11-211-1/+0
* powerpc: ppc4xx: remove redundant CONFIG_4xx definitionMasahiro Yamada2014-01-241-1/+0
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-1/+1
|\
| * i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach2013-07-231-1/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
|/
* pci: introduce CONFIG_PCI_INDIRECT_BRIDGE optionGabor Juhos2013-06-071-0/+1
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-261-2/+1
* Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZEWolfgang Denk2010-10-261-2/+2
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-181-0/+2
* ppc4xx: Use common NS16550 driver for PPC4xx UARTStefan Roese2010-09-231-3/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-56/+56
* Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE referencesPeter Tyser2008-10-141-1/+0
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-7/+7
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-3/+3
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-101-3/+3
* drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-1/+1
* ppc4xx: Unify AMCC's board config files (part 3/3)Stefan Roese2008-06-061-150/+14
* ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boardsStefan Roese2008-05-081-9/+4
* ppc4xx: Add device tree support to AMCC YosemiteIra Snyder2008-05-081-0/+9
* Replace "run load; run update" with conditionalized "run load update".Detlev Zundel2008-03-061-1/+1
* Fix quoting problem (preboot setting) in many board config files.Wolfgang Denk2008-03-031-1/+1
* ppc4xx: Fix problem with init-ram bigger than 4k on 440 platformsStefan Roese2008-02-041-1/+1
* ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 supportStefan Roese2007-12-041-0/+9
* ppc4xx: Remove cache definition from 4xx board config filesStefan Roese2007-10-311-9/+0
* ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & YosemiteStefan Roese2007-10-151-0/+2
* Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-08-071-28/+41
|\
| * include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-0/+9
| * include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config fi...Jon Loeliger2007-07-051-26/+30
| * Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-06-251-1/+1
| |\
| | * Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk2007-06-221-1/+1
| * | ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese2007-06-251-1/+0
| |/
| * ppc4xx: Clean up 440 exceptions handlingGrzegorz Bernacki2007-06-151-0/+1
* | USB: ohci fixes and cleanup for ppc4xx and yosemite board.Markus Klotzbuecher2007-06-061-0/+1
* | Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-04-231-1/+0
|\ \ | |/
| * Merge some AMCC make targets to keep the top-level Makefile smallerStefan Roese2007-03-281-1/+0
* | Merge with git://www.denx.de/git/u-boot.git#testing-USBMarkus Klotzbuecher2007-03-231-1/+7
|\ \ | |/ |/|
| * Merge with /home/mk/git/u-boot-generic_ohci#generic_ohciWolfgang Denk2006-11-271-1/+7
| |\
| | * Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher2006-11-271-1/+1
| | * Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driverMarkus Klotzbuecher2006-11-271-0/+6
* | | [PATCH] Merge Yosemite & Yellowstone board portsStefan Roese2007-01-301-17/+37
* | | [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speedStefan Roese2007-01-131-0/+14
* | | Add CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-071-0/+1
|/ /
* | Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-071-0/+1
* | Add commandline history support to all AMCC eval boardsStefan Roese2006-08-071-0/+7
|/
* Changed default ramdisk addr in yosemite/yellowstone portsStefan Roese2006-05-151-2/+2
* Update yosemite configuration to enable flash write buffer supportStefan Roese2006-05-101-0/+2
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-8/+8
OpenPOWER on IntegriCloud