| Commit message (Collapse) | Author | Age | Lines |
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Each of the filesystem drivers duplicate the get_dev routine. This change
merges them into a single function in part.c
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for multiple I2C busses on the PPC4xx
platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
to make use of this feature.
It also merges the 405 and 440 i2c header files into one common
file 4xx_i2c.h.
Also the 4xx i2c reset procedure is reworked since I experienced
some problems with the first access on the 440SPe Katmai board.
Signed-off-by: Stefan Roese <sr@denx.de>
|
|
|
|
| |
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
|
|
|
|
| |
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
|
| |
|
|
|
|
|
|
|
|
| |
MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
MPC5XXX_WU_GPIO_DATA_O for affected boards.
- Add defintions for some MPC5XXX GPIO pins.
|
|
|
|
| |
Based on patch by Mike Frysinger, 20 Jun 2006
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Modifications are based on the linux kernel approach and
support two use cases:
1) Add O= to the make command line
'make O=/tmp/build all'
2) Set environement variable BUILD_DIR to point to the desired location
'export BUILD_DIR=/tmp/build'
'make'
The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'
Command line 'O=' setting overrides BUILD_DIR environent variable.
When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
|
|\ |
|
| |
| |
| |
| | |
Some more NAND cleanup and small fixes.
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Patch by Ladislav Michl, 29 Jun 2005
[Merge with /home/tur/nand/u-boot]
|
| |
| |
| |
| |
| |
| |
| | |
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.
|
| |
| |
| |
| | |
Patch by Reinhard Arlt, 8 Feb 2006
|
|/
|
|
| |
Patch by Matthias Fuchs, 07 Feb 2006
|
|
|
|
| |
Patch by Stefan Roese, 18 Jan 2006
|
|
|
|
|
|
| |
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().
Patch by Reinhard Arlt, 30 Dec 2005
|
|
|
|
|
|
| |
PMC405 and CPCI2DP: Added firmware download and booting via pci.
Patch by Matthias Fuchs, 20 Dec 2005
|
| |
|
| |
|
|
|
|
|
|
| |
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.
|
|
|
|
|
|
| |
Added CONFIG_NET_MULTI for VOM405 board.
Added reset_phy() for VOM405 board.
Patch by Matthias Fuchs, 09 Nov 2005
|
|
|
|
|
| |
Add support for error LED.
Patch by Matthias Fuchs, 07 Nov 2005
|
|\ |
|
| | |
|
|/
|
|
| |
Patch by Stefan Roese, 20 Oct 2005
|
| |
|
|
|
|
|
| |
Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board.
Patch by Stefan Roese, 08 Oct 2005
|
|
|
|
| |
Patch by Stefan Roese, 30 Sep 2005
|
|
|
|
| |
Patch by Matthias Fuchs, 25 Sep 2005
|
|
|
|
|
|
| |
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
|
|
|
|
|
|
| |
Patch by Andrew Dyer, 28 Dec 2004
* Cleanup: fix broken builds
|
| |
|
| |
|
|
|
|
| |
Patch by Matthias Fuchs, 22 Sep 2005
|
|
|
|
| |
Patch by Matthias Fuchs, 22 Sep 2005
|
|
|
|
|
|
| |
Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP).
Add support for eeprom write-enable (CFG_EEPROM_WREN).
Patch by Stefan Roese, 22 Sep 2005
|
|
|
|
|
| |
Pointed out by Gerhard Jaeger, 31 Aug 2005;
cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
|
|\ |
|
| |
| |
| |
| |
| | |
now handling all 4xx cpu's.
Patch by Stefan Roese, 16 Aug 2005
|
|/
|
|
| |
Patch by Reinhard Arlt, 22 Aug 2005
|
|
|
|
| |
Patch by Matthias Fuchs, 28 Jul 2005
|
|
|
|
| |
Patch by Matthias Fuchs, 27 Jul 2005
|
|
|
|
|
| |
Make PCI target address spaces on PMC405 and CPCI405 boards
configurable via environment variables
|
| |
|
| |
|