summaryrefslogtreecommitdiffstats
path: root/include/configs/yosemite.h
Commit message (Collapse)AuthorAgeFilesLines
* ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & YosemiteStefan Roese2007-10-151-0/+2
| | | | | | | | | | | The BCSR status bit for the 66MHz PCI operation was correctly addressed (MSB/LSB problem). Now the correct currently setup PCI frequency is displayed upon bootup. This patch also fixes this problem on Rainier & Yellowstone, since these boards use the same souce code as Sequoia & Yosemite do. Signed-off-by: Stefan Roese <sr@denx.de>
* 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
| | | | | | | | | | | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config ↵Jon Loeliger2007-07-051-26/+30
| | | | | | | | | | | | files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * 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
| |/ | | | | | | | | | | | | | | This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
| * ppc4xx: Clean up 440 exceptions handlingGrzegorz Bernacki2007-06-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduced dedicated switches for building 440 and 405 images required for 440-specific machine instructions like 'rfmci' etc. - Exception vectors moved to the proper location (_start moved away from the critical exception handler space, which it occupied) - CriticalInput now serviced (with default handler) - MachineCheck properly serviced (added a dedicated handler and return subroutine) - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused, unhandled and those not relevant for 4xx were eliminated) - Eliminated Linux leftovers, removed dead code Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by: Rafal Jaworowski <raj@semihalf.com> Signed-off-by: Stefan Roese <sr@denx.de>
* | 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
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | 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
| | | | | | | | | | | | to choose between the old and the generic OHCI drivers.
| | * Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driverMarkus Klotzbuecher2006-11-271-0/+6
| | | | | | | | | | | | | | | | | | and adapted board configs TQM5200 and yosemite accordingly. This commit also makes the maximum number of root hub ports configurable (CFG_USB_OHCI_MAX_ROOT_PORTS).
* | | [PATCH] Merge Yosemite & Yellowstone board portsStefan Roese2007-01-301-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR) share one config file and all board specific files. This way we don't have to maintain two different sets of files for nearly identical boards. Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speedStefan Roese2007-01-131-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the board revision and the current PCI bus speed are printed after the board message. Also the EBC initialising is now done via defines in the board config file. Signed-off-by: Stefan Roese <sr@denx.de>
* | | Add CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-071-0/+1
|/ / | | | | | | Patch by Stefan Roese, 07 Oct 2006
* | Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | - Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006
* | Add commandline history support to all AMCC eval boardsStefan Roese2006-08-071-0/+7
|/ | | | Patch by Stefan Roese, 07 Aug 2006
* Changed default ramdisk addr in yosemite/yellowstone portsStefan Roese2006-05-151-2/+2
| | | | Patch by Stefan Roese, 15 May 2006
* Update yosemite configuration to enable flash write buffer supportStefan Roese2006-05-101-0/+2
| | | | Patch by Stefan Roese, 10 May 2006
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-8/+8
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Add NetConsole Support for AMCC eval boardsStefan Roese2005-10-201-1/+3
| | | | Patch by Stefan Roese, 20 Oct 2005
* Add fat & ext2 support to AMCC 440EP boards Yosemite & BambooStefan Roese2005-10-141-0/+4
| | | | Patch by Stefan Roese, 14 Oct 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-231-1/+1
|
* Update AMCC Yosemite to get a consistent setup for all AMCC evalStefan Roese2005-08-111-135/+137
| | | | | boards (baudrate, environment...). Flash driver fixed. Patch by Stefan Roese, 11 Aug 2005
* Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-081-4/+4
| | | | Patch by Stefan Roese, 08 Aug 2005
* Coding style cleanupWolfgang Denk2005-08-021-34/+34
|
* Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-011-0/+312
Patch by Steven Blakeslee, 27 Jul 2005
OpenPOWER on IntegriCloud