summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | | | | | | | | | | | | | | Fix lowboot support on MCC200 boardWolfgang Denk2006-05-05-1/+7
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Coding Style cleanupWolfgang Denk2006-05-03-453/+464
* | | | | | | | | | | | | | | Write RTC seconds first to maintain settings integrity perWolfgang Denk2006-05-03-8/+12
* | | | | | | | | | | | | | | Scheduled for removal: strnicmp() which is unusedWolfgang Denk2006-05-03-2/+8
* | | | | | | | | | | | | | | Merge with /home/mk/8-benq/u-bootWolfgang Denk2006-05-02-89/+866
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | cosmetic: print amount of NAND flash aligned with the other values such asMarkus Klotzbuecher2006-04-25-2/+2
| * | | | | | | | | | | | | | | NAND support for zylonite board + some minor cleanup.Markus Klotzbuecher2006-04-25-87/+645
| * | | | | | | | | | | | | | | delta board: support for magic key detection and handling.Markus Klotzbuecher2006-04-25-0/+219
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Declare load_serial_ymodem() when using CFG_CMD_LOADB.Wolfgang Denk2006-05-02-1/+7
* | | | | | | | | | | | | | | Fixed handling of bad checksums with "mkimage -l"Wolfgang Denk2006-04-28-5/+10
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Include BC3450 board in configurations in READMEDetlev Zundel2006-04-24-7/+7
* | | | | | | | | | | | | | Add support for BC3450 boarddzu@denx.de2006-04-21-4/+2326
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Added missing nand.c for NC650 boarddzu@denx.de2006-04-19-0/+117
* | | | | | | | | | | | | Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de2006-04-19-28/+137
* | | | | | | | | | | | | MPC5200: enable snooping of DMA transactions on XLB even if no PCIWolfgang Denk2006-04-18-4/+8
* | | | | | | | | | | | | Some code cleanupWolfgang Denk2006-04-16-570/+577
* | | | | | | | | | | | | Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-04-16-13/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | * Fix dbau1x00 BoardHeiko Schocher2006-04-11-5/+13
| * | | | | | | | | | | | | Fixes common/cmd_flash.c:Heiko Schocher2006-04-11-8/+14
* | | | | | | | | | | | | | Fix Quad UART mapping on MCC200 board due to new HW revisionWolfgang Denk2006-04-13-1/+3
* | | | | | | | | | | | | | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-12-126/+176
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-117/+78
| * | | | | | | | | | | | | Remove dependencies between DoC code and old legacy NAND driver.Marian Balakowicz2006-04-05-4/+91
| * | | | | | | | | | | | | Correct PM828_PCI_config Makefile target.Marian Balakowicz2006-04-05-1/+1
* | | | | | | | | | | | | | MCC200 Board: fix flash unprotection code for flash > 32 MB.Wolfgang Denk2006-04-06-0/+10
* | | | | | | | | | | | | | Update CHANGELOGWolfgang Denk2006-04-06-0/+4
* | | | | | | | | | | | | | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pciWolfgang Denk2006-04-06-8/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski2006-03-29-8/+32
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-06-14/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-01-13/+95
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge with /home/sr/git/u-boot/4xx-sdramWolfgang Denk2006-04-05-38/+378
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Reorder CHANGELOGStefan Roese2006-03-31-18/+18
| * | | | | | | | | | | | | | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)Stefan Roese2006-03-31-38/+378
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.SWolfgang Denk2006-04-03-1/+5
* | | | | | | | | | | | | | * Add support for ymodem protocol downloadWolfgang Denk2006-04-01-38/+1198
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | delta board: one more DA9030 fix.Markus Klotzbuecher2006-03-30-11/+19
| * | | | | | | | | | | | | | Add support for ymodem protocol (loady command).Markus Klotzbuecher2006-03-30-14/+1151
| * | | | | | | | | | | | | | Change delta board memory map to start at 0x80000000.Markus Klotzbuecher2006-03-29-8/+8
| * | | | | | | | | | | | | | delta board: minor update to DA9030 code.Markus Klotzbuecher2006-03-29-3/+5
| * | | | | | | | | | | | | | delta board: fix DA9030 reset procedure.Markus Klotzbuecher2006-03-27-6/+12
* | | | | | | | | | | | | | | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-1653/+1177
* | | | | | | | | | | | | | | Update CHANGELOGWolfgang Denk2006-03-25-0/+10
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2006-03-24-1028/+18829
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Enable Quad UART om MCC200 board.Wolfgang Denk2006-03-23-0/+7
| * | | | | | | | | | | | | Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk2006-03-21-22/+5
| * | | | | | | | | | | | | Update CHANGELOGWolfgang Denk2006-03-19-0/+2
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Add support for MPC859/866 Rev. A.0Wolfgang Denk2006-03-18-3/+8
| * | | | | | | | | | | | Merge with port of MPC8349EMDS boardWolfgang Denk2006-03-17-40/+2371
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski2006-03-16-53/+126
| | * | | | | | | | | | | | Add command for handling DDR ECC registers on MPC8349EE MDS board.Marian Balakowicz2006-03-16-0/+465