summaryrefslogtreecommitdiff
path: root/include/configs/ebony.h
Commit message (Collapse)AuthorAgeLines
* include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-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 e* named board config files.Jon Loeliger2007-07-05-23/+26
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-06-25-1/+1
|\
| * Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk2007-06-22-1/+1
| |
* | ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese2007-06-25-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-15-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>
* [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval boardStefan Roese2007-03-16-2/+3
| | | | | | | | Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the DDR memory are dynamically programmed matching the total size of the equipped memory (DIMM modules). Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update some AMCC 4xx board config files (set initrd_high)Stefan Roese2007-02-07-0/+1
| | | | | | | | Some boards that can have more than 768MBytes of SDRAM need to set "initrd_high", so that the initrd can be accessed by the Linux kernel. Signed-off-by: Stefan Roese <sr@denx.de>
* Add commandline history support to all AMCC eval boardsStefan Roese2006-08-07-2/+10
| | | | Patch by Stefan Roese, 07 Aug 2006
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-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-20-0/+2
| | | | Patch by Stefan Roese, 20 Oct 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-23-2/+2
|
* Fix problem in 440GP ethernet driver (ebony). Add support for 2ndStefan Roese2005-09-07-2/+5
| | | | | ethernet port on ebony. Patch by Stefan Roese, 7 Sep 2005
* Major cleanup for AMCC PPC4xx eval boards.Stefan Roese2005-08-01-0/+290
Patch by Stefan Roese, 01 Aug 2005