| Commit message (Collapse) | Author | Age | Lines |
| |
|
|\
| |
| |
| | |
Code cleanup.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |/ |
|
| |
| |
| |
| | |
zylonite). Minor pxa-regs.h update.
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
done so far:
* created zylonite board dir (based on lubbock)
* extended some - but not all pxa sources and headers for Intel
Monahans support (CONFIG_CPU_MONAHANS)
* created Makefile zylonite target + MAKEALL entry
* added some debug nonsense, remove later, grep for mk@tbd
Status: compiles (eldk-4.0), and can be started with BDI, but runs forever
and doesn't halt at breakpoints. Hmmm...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 John Otken, 23 Nov 2005
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Added CONFIG_NET_MULTI for VOM405 board.
Added reset_phy() for VOM405 board.
Patch by Matthias Fuchs, 09 Nov 2005
|
|
|
|
| |
Patch by Stefan Roese, 20 Oct 2005
|
| |
|
|
|
|
| |
Patch by James MacAulay, 07 Oct 2005
|
|
|
|
|
| |
Use lowlevel_init() instead of platformsetup() [rename].
Patch by Peter Pearse, 06 Oct 2005
|
|
|
|
| |
Patch by Anders Larsen, 29 Apr 2005
|
|
|
|
| |
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
|
|
|
|
| |
Patch by Eric Benard, 07 Apr 2005
|
|
|
|
| |
Patch by Rowel Atienza, 06 Apr 2005
|
|
|
|
| |
Patch by Marc Leeman, 04 Mar 2005
|
|
|
|
| |
Patch by Cliff Brake, 04 Feb 2005
|
|
|
|
| |
Patch by Peter Pearse, 2 Feb 2005
|
|
|
|
| |
Patch by Matthias Fuchs, 22 Sep 2005
|
|
|
|
|
|
| |
Removed CFG_CMD_DISPLAY from default commands.
Fixed compiler warning in net.c.
Patch by Stefan Roese, 31 Aug 2005
|
|\ |
|
| |
| |
| |
| |
| | |
now handling all 4xx cpu's.
Patch by Stefan Roese, 16 Aug 2005
|
| |
| |
| |
| | |
Patch by Reinhard Arlt, 22 Aug 2005
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Second serial port on 440GX now defined as a system device.
Add 'Short Etch' code for Cicada PHY within 440gx_enet.c
Patch by Travis B. Sawyer, 12 Jul 2005
Check return value of malloc in 440gx_enet.c
Patch by Travis B. Sawyer, 18 Jul 2005
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Patch by Yuli Barcohen, 12 Dec 2004
Minor code cleanup.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Add Xianghua Xiao and Lunsheng Wang's support for the
GDA MPC8540 EVAL board.
|
| | |
| | |
| | |
| | | |
Add support for the Freescale MPC8349ADS board.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Implemented support for MPC8548CDS board.
Added DDR II support based on SPD values for MPC85xx boards.
This roll-up patch also includes bugfies for the previously
published patches:
DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
|
| |/
|/|
| |
| | |
Patch by Josef Wagner, 03 Aug 2005
|
|/
|
|
| |
Patch by Stefan Roese, 01 Aug 2005
|
| |
|
|
|
|
|
|
|
|
|
| |
* Add MPC8220 boards to MAKEALL script
* Add EEPROM and RTC support for HMI1001 board
* Patch by Detlev Zundel, 20 Jun 2005:
Fix initialization of low active GPIO pins on inka4x0 board
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update the pxa-regs.h file for PXA27x chips
- add PXA27x based ADSVIX board
- add support for MMC on PXA27x processors
* Patch by Andrew E. Mileski, 28 Nov 2004:
Fix PPC4xx SPD SDRAM detection bug
* Patch by Hiroshi Ito, 26 Nov 2004:
Fix logic of "test -z" and "test -n" commands
|
|
|
|
|
|
|
|
|
| |
Add support for VoiceBlue board.
* Patch by Ladislav Michl, 05 Apr 2005:
Fix netboot_common() prototypes.
* Cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for Analogue & Micro Rattler boards.
Tested on Rattler8248.
* Patch by Andre Renaud, 08 Nov 2004:
Fix watchdog support in common/lcd.c
* Patch by Marc Leeman, 05 Nov 2003:
Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU
bug only affects the XPC8245 processors
|
|
|
|
|
| |
- Add support for MicroSys CPU87 board
- Add support for MicroSys PM854 board
|
|
|
|
|
|
|
|
| |
- Add support for HIDDEN_DRAGON board
- fix endianess problem in driver/rtl1839.c
* Patch by Allen Curtis, 21 Oct 2004:
support multiple serial ports
|
|
|
|
|
|
|
|
| |
- use TQM5200_auto as MAKEALL target for TQM5200 systems
- add support for SM501 graphics controller
- add support for graphic console on TQM5200
- add support for TQM5200 Rev 200
- cleanup, fix typo in include/configs/TQM5200.h
|
| |
|
|
|
|
|
|
|
|
| |
add support for the TI OMAP2420 processor and its H4 reference
board
* Patch by Christian Pellegrin, 24 Sep 2004:
Added support for NE2000 compatible (DP8390, DP83902) NICs.
|