| Commit message (Collapse) | Author | Age | Lines |
|\ |
|
| |
| |
| |
| | |
Patch by Kumar Gala 11 Jan 2006
|
|\ \ |
|
| |/
| |
| |
| | |
Patch by Kumar Gala 11 Jan 2006
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
We need to adjust the bus number we are trying to access based
on which PCI controller its on
Patch by Kumar Gala 12 Jan 2006
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | | |
Patch by Kumar Gala 11 Jan 2006
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Patch by Kumar Gala 11 Jan 2006
|
| | | |
| | | |
| | | |
| | | | |
Patch by Kumar Gala 11 Jan 2006
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
OF_STDOUT_PATH specifies the path to the device the kernel can use
for console output
OF_SOC specifies the proper name of the SOC node if one exists.
Patch by Kumar Gala 11 Jan 2006
|
| | | |
| | | |
| | | |
| | | |
| | | | |
kernel
Patch by Kumar Gala 11 Jan 2006
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
CONFIG_OF_HAS_BD_T will put a copy of the bd_t
into the resulting flat device tree.
CONFIG_OF_HAS_UBOOT_ENV will copy the environment
variables from u-boot into the flat device tree
Patch by Kumar Gala 11 Jan 2006
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Patch by Kumar Gala 11 Jan 2006
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a host controller sets up a region as prefetchable and
a device's BAR denotes it as prefetchable, allocate the
BAR into the prefetch region.
If a BAR is prefetchable and no prefetchable region has
been setup by the controller we fall back to allocating
the BAR into the normally memory region.
Patch by Kumar Gala 11 Jan 2006
|
| |
| |
| |
| |
| | |
If its disabled out of reset SW can later enable it if so desired
Patch by Kumar Gala, 11 Jan 2006
|
| |
| |
| |
| | |
Patch by Kumar Gala, 11 Jan 2006
|
| |
| |
| |
| | |
Patch by Kumar Gala, 11 Jan 2006
|
|/
|
|
| |
Patch by Kumar Gala, 11 Jan 2006
|
| |
|
| |
|
|
|
|
| |
Patch by Eugen Bigz, 19 Dec 2005
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Changed GPIO setup to enable another address line in order to
address 64M of FLASH.
- Added function sdram_tr1_set to auto calculate the tr1 value for
the DDR.
Patch by Steven Blakeslee, 12 Dec 2005
|
|/
|
|
|
| |
The default of 255 is too short for slow devices.
Patch by Martin Nykodym, 12 Dec 2005
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
Simplify TQM85xx Makefile handling.
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Support for TQM8541/8555 boards added.
- Complete rework of TQM8540/8560 support.
- Common TQM85xx code now supports all current TQM85xx platforms
(TQM8540/8541/8555/8560).
- DDR SDRAM size detection added.
- CAS latency default values can be overwritten by setting "serial#"
to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
If problems are detected with this non default CAS latency,
the defualt values will be used instead.
- FLASH size detection added.
- Moved FCC ethernet driver initialization behind TSEC driver init
-> TSEC is first device.
Patch by Stefan Roese, 30 Nov 2005
|
| |
| |
| |
| | |
Patch by Stefan Roese, 29 Nov 2005
|
| |
| |
| |
| | |
Patch by John Otken, 23 Nov 2005
|
| |
| |
| |
| | |
Patch by Stefan Roese, 27 Nov 2005
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On PPC44x platforms, the startup message generated in "cpu.c" only
comprised the ppc type and revision but not additional informations
like speed etc. Those speed infos where printed in the board specific
code. This new implementation now prints all CPU infos in the common
cpu specific code. No board specific code is needed anymore and
therefore removed from all current 44x implementations.
Patch by Stefan Roese, 27 Nov 2005
|
| | |
|
| |
| |
| |
| |
| | |
With 64 kb uniform flash sector size the old value of 128 kB was
too small.
|
| |
| |
| |
| |
| |
| |
| | |
ethaddr is assigned). Initialization moved from miiphy_register() to
eth_initialize().
Based on initial patch for 4xx platform by Matthias Fuchs.
|
|/ |
|
| |
|
|
|
|
|
| |
The COPYING file was extended to make clear that these files can be
used in non-GPL code, too.
|
|
|
|
|
|
|
| |
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
|
|
|
|
|
|
| |
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.
|
| |
|
|
|
|
| |
Patch by Stefan Roese, 15 Nov 2005
|