aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-12Fix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280ECWolfgang Denk2-8/+22
2006-03-12Add crc of data to jffs2 (in jffs2_1pass_build_lists()).Wolfgang Denk3-1/+17
2006-03-12Coding Style cleanupWolfgang Denk35-500/+482
2006-03-12Avoid dereferencing NULL in find_cmd() if no valid commands were foundWolfgang Denk2-3/+9
2006-03-12Add missing Blackfin files.Wolfgang Denk85-0/+13157
2006-03-12Add ADI Blackfin supportWolfgang Denk15-7/+88
2006-03-12Add loads of ntohl() in image header handlingWolfgang Denk6-17/+20
2006-03-12Switch MPC86xADS and MPC885ADS boards to use cpuclk environmentWolfgang Denk5-117/+85
2006-03-12RPXlite configuration fixesWolfgang Denk2-39/+36
2006-03-12Memory configuration changes for ZPC.1900 boardWolfgang Denk4-54/+55
2006-03-12Add support for Adder boards with 16MB SDRAM;Wolfgang Denk3-25/+36
2006-03-12Fix conditional for including ks8695eth driverWolfgang Denk2-2/+4
2006-03-12Fix Makefile: include config.mk only after CROSS_COMPILE is definedWolfgang Denk2-3/+7
2006-03-12Fix comment in common/soft_i2c.cWolfgang Denk2-1/+7
2006-03-12Cleanup compiler warnings.Wolfgang Denk2-2/+5
2006-03-12Word alignment fixes for word aligned NS16550 UARTWolfgang Denk2-10/+22
2006-03-12Fix behaviour if gatewayip is not setWolfgang Denk2-1/+6
2006-03-12Fix cleanup for netstart board.LABEL_2006_03_12_0025Wolfgang Denk5-1/+6
2006-03-11More GCC 4.x woesWolfgang Denk3-3/+5
2006-03-11More GCC 4.x code cleanupWolfgang Denk5-10/+5
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk24-59/+67
2006-03-11Update CHANGELOGWolfgang Denk1-0/+3
2006-03-09Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbücher0-0/+0
2006-03-08Merge with /home/tur/nand/u-bootWolfgang Denk1-1/+1
2006-03-08Merge /home/tur/nand/u-boot/Markus Klotzbücher0-0/+0
2006-03-08Fixed a bug in saveenv(). Credit: Markus Klotzbuecher.Bartlomiej Sieka1-1/+1
2006-03-08Enable simple (non-redundant) NAND environment on delta board.Markus Klotzbücher1-5/+4
2006-03-08Some minor fixes to environment in NAND code.Markus Klotzbuecher2-3/+7
2006-03-07Add support for Intel Monahans CPU on Zylonite and Delta boardsWolfgang Denk1-0/+3
2006-03-07Add support for TQM8260-AI boards.Wolfgang Denk2-10/+14
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk7-28/+8
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk114-3613/+4798
2006-03-06Turned on SDRAM scrubbing.Markus Klotzbücher1-1/+1
2006-03-06Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher5-212/+125
2006-03-06NAND finally working. Two bugs fixed:Markus Klotzbücher3-13/+52
2006-03-06Minor code cleanupWolfgang Denk24-529/+433
2006-03-06Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk110-1785/+12551
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka86-2712/+2881
2006-03-04Lots of new stuff:Markus Klotzbücher3-68/+190
2006-03-04Add lowboot target to mcc200 boardStefan Roese3-3/+24
2006-03-03Erasing works too now. The CS don't care causes problem with READSTATUS,Markus Klotzbücher1-5/+10
2006-03-03Write operation is working. Turned out that the READSTATUS hack was wrongMarkus Klotzbücher1-0/+2
2006-03-03Writing is working, but there's still a bug that causes the data written toMarkus Klotzbücher1-25/+73
2006-03-03Implemented writing, not working yet.Markus Klotzbücher1-54/+158
2006-03-02Moved the waiting loop for "Read Data Request" RDDREQ into theMarkus Klotzbücher1-15/+19
2006-03-02Merge with /home/sr/git/u-boot/cfi-flash-fixWolfgang Denk5-1/+7
2006-03-02Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, sinceMarkus Klotzbücher1-2/+5
2006-03-02Make CFG_NO_FLASH work on ARM systemsWolfgang Denk2-0/+7
2006-03-01Further NAND stuff implemented. Basic read commands seem to work.Markus Klotzbücher2-98/+163
2006-03-01Fix problem with flash_get_size() from CFI driver updateStefan Roese5-1/+7