- 12 Jun, 2009 1 commit
-
-
Wolfgang Denk authored
Many of the help messages were not really helpful; for example, many commands that take no arguments would not print a correct synopsis line, but "No additional help available." which is not exactly wrong, but not helpful either. Commit ``Make "usage" messages more helpful.'' changed this partially. But it also became clear that lots of "Usage" and "Help" messages (fields "usage" and "help" in struct cmd_tbl_s respective) were actually redundant. This patch cleans this up - for example: Before: => help dtt dtt - Digital Thermometer and Thermostat Usage: dtt - Read temperature from digital thermometer and thermostat. After: => help dtt dtt - Read temperature from Digital Thermometer and Thermostat Usage: dtt Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- 28 Jan, 2009 2 commits
-
-
Peter Tyser authored
Remove command name from all command "usage" fields and update common/command.c to display "name - usage" instead of just "usage". Also remove newlines from command usage fields. Signed-off-by:
Peter Tyser <ptyser@xes-inc.com>
-
Peter Tyser authored
Signed-off-by:
Peter Tyser <ptyser@xes-inc.com>
-
- 21 Nov, 2008 1 commit
-
-
Dave Mitchell authored
Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and L2 cache DCRs from ppc440.h to this new header. Also converted these DCR defines from lowercase to uppercase and modified referencing modules to use them. Signed-off-by:
Dave Mitchell <dmitch71@gmail.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 18 Oct, 2008 1 commit
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- 03 Jun, 2008 1 commit
-
-
Stefan Roese authored
This patch removes the used testdram() implementations of the board that are maintained by myself. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 06 Dec, 2007 1 commit
-
-
Stefan Roese authored
This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by setting the FIXD bit in the SDR0_MFR register. Here a description of the symptoms: Problem Description ------------------------------ If a DMA is performed between memory and PCI with the DMA 1 Controller using prefetch, and as a result uses a special purpose buffer selected by the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29), the first part of the transfer sequence is performed twice. The PPC440SPe PCI Controller requests more data than was needed such that in the case of enforce memory protection, a host CPU exception can occur. No data is corrupted, because data transfer is stopped in the PCI Controller. Prefetch enable is specified by setting DMA Configuration Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0. Behavior that may be observed in a running system --------------------------------------------------------------------------- 1. DMA performance is decreased because of the double access on the PCI bus interface. 2. If an illegal access to some address on the PCI bus is detected at the system level, a machine check or similar system error may occur. Workarounds Available ---------------------------------- 1. Do not program prefetch. Note that a prefetch command cannot be programmed without selecting a special purpose buffer. 2. To avoid crossing a physical boundary of the PCI slave device, add 512 bytes of address to the PCI address range. This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com> from AMCC and slighly changed. Signed-off-by:
Pravin M. Bathija <pbathija@amcc.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 02 Oct, 2007 2 commits
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Grzegorz Bernacki authored
EPLD forces modes of PHY operation. By default full duplex is turned off. This fix turns it on. Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com>
-
- 16 Jul, 2007 1 commit
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 25 Jun, 2007 1 commit
-
-
Stefan Roese authored
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>
-
- 08 Mar, 2007 1 commit
-
-
Stefan Roese authored
The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR inititializition. This includes DDR auto calibration and support for different DIMM modules, instead of the fixed setup used in the earlier version. This patch also enables the cache in FLASH for the startup phase of U-Boot (while running from FLASH). After relocating to SDRAM the cache is disabled again. This will speed up the boot process, especially the SDRAM setup, since there are some loops for memory testing (auto calibration). Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 31 Mar, 2006 1 commit
-
-
Wolfgang Denk authored
-
- 29 Nov, 2005 1 commit
-
-
Stefan Roese authored
Patch by John Otken, 23 Nov 2005
-