Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-25 | NAND support for zylonite board + some minor cleanup. | Markus Klotzbuecher | |
2006-04-25 | delta board: support for magic key detection and handling. | Markus Klotzbuecher | |
2006-04-21 | Add support for BC3450 board | dzu@denx.de | |
Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
2006-04-19 | Added missing nand.c for NC650 board | dzu@denx.de | |
Signed-off-by: dzu@denx.de <dzu@eddie.localdomain> | |||
2006-04-19 | Update for NC650 board. Add NC650 based CP850 configuration. | dzu@denx.de | |
Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
2006-04-16 | Some code cleanup | Wolfgang Denk | |
2006-04-16 | Merge with /home/hs/U-Boot/u-boot-dev | Wolfgang Denk | |
2006-04-12 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-04-11 | * Fix dbau1x00 Board | Heiko Schocher | |
- Fix dbau1x00 boards broken by dbau1550 patch PLL:s were not set for boards other than 1550. Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST. Default boot is now bootp for cards other than 1550. Patch by Thomas Lange Aug 10 2005 | |||
2006-04-08 | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | |
Some more NAND cleanup and small fixes. | |||
2006-04-06 | MCC200 Board: fix flash unprotection code for flash > 32 MB. | Wolfgang Denk | |
2006-04-06 | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci | Wolfgang Denk | |
2006-04-01 | * Add support for ymodem protocol download | Wolfgang Denk | |
Patch by Stefano Babic, 29 Mar 2006 * Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000 Merge with /home/mk/8-benq/u-boot | |||
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2006-03-30 | delta board: one more DA9030 fix. | Markus Klotzbuecher | |
2006-03-29 | Change delta board memory map to start at 0x80000000. | Markus Klotzbuecher | |
2006-03-29 | delta board: minor update to DA9030 code. | Markus Klotzbuecher | |
2006-03-29 | Set SDelay register in the DDR controller for the MPC5200B chip. | Rafal Jaworowski | |
2006-03-27 | delta board: fix DA9030 reset procedure. | Markus Klotzbuecher | |
2006-03-24 | Merge with http://www.denx.de/git/u-boot.git | Markus Klotzbuecher | |
2006-03-24 | delta board: DA9030 initialization and i2c support. Some minor changes to | Markus Klotzbuecher | |
make the pxa i2c driver work with the monahans cpu. | |||
2006-03-20 | Cleanup of the monahans cpu and delta board port. | Markus Klotzbuecher | |
2006-03-17 | Merge with port of MPC8349EMDS board | Wolfgang Denk | |
2006-03-17 | Add support for Lite5200B board. | Wolfgang Denk | |
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006 | |||
2006-03-16 | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | |
multiple-bit errors. | |||
2006-03-16 | Add command for handling DDR ECC registers on MPC8349EE MDS board. | Marian Balakowicz | |
2006-03-14 | Add initial support for MPC8349E MDS board. | Marian Balakowicz | |
2006-03-13 | Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and | Wolfgang Denk | |
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006 | |||
2006-03-12 | Add support for EmbeddedPlanet EP88x boards | Wolfgang Denk | |
Patch by Yuli Barcohen, 13 Jul 2005 | |||
2006-03-12 | Remove board specific configuration includes from the common xilinx | Wolfgang Denk | |
ethernet and iic adapter code. Patch by Michael Libeskind, 12 Jul 2005 | |||
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads | Wolfgang Denk | |
2006-03-12 | Coding Style cleanup | Wolfgang Denk | |
2006-03-12 | Add missing Blackfin files. | Wolfgang Denk | |
2006-03-12 | Switch MPC86xADS and MPC885ADS boards to use cpuclk environment | Wolfgang Denk | |
variable to set clock Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Memory configuration changes for ZPC.1900 board | Wolfgang Denk | |
- Fix SDRAM timing on both local bus and 60x bus - Add support for second flash bank (SIMM) - Change boot flash base Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Add support for Adder boards with 16MB SDRAM; | Wolfgang Denk | |
add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Fix cleanup for netstart board. | Wolfgang Denk | |
Remove build results from repository | |||
2006-03-11 | More GCC 4.x woes | Wolfgang Denk | |
2006-03-11 | More GCC 4.x code cleanup | Wolfgang Denk | |
2006-03-11 | Some code cleanup for GCC 4.x | Wolfgang Denk | |
2006-03-06 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
Code cleanup. | |||
2006-03-06 | Cleanup of NAND support of delta board using the Monahans Data Flash | Markus Klotzbücher | |
Controller. | |||
2006-03-06 | NAND finally working. Two bugs fixed: | Markus Klotzbücher | |
* For READ_STATUS and READID commands always 8 bytes need to be read from NDDB. Otherwise they stay there and get send to flash as the first data word when writing. * In nand_base.c the oob variable is not reset so this->oob_buf is overwritten what eventually screws up the bad block descriptor table. | |||
2006-03-06 | Minor code cleanup | Wolfgang Denk | |
2006-03-06 | Merge the new NAND code (testing-NAND brach); see doc/README.nand | Wolfgang Denk | |
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] | |||
2006-03-05 | Re-factoring the legacy NAND code (legacy NAND now only in board-specific | Bartlomiej Sieka | |
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. | |||
2006-03-04 | Lots of new stuff: | Markus Klotzbücher | |
* Debug message can be turned on and off. * Waiting for events now times out. * Implemented RESET command. * Added appropriate nand_bbt_descriptor and nand_oobinfo. Remaining Problems: * Read Status still behaves weird an returns invalid stuff sometimes. * ECC Placement does not respect our scheme in nand_oobinfo. | |||
2006-03-04 | Add lowboot target to mcc200 board | Stefan Roese | |
Patch by Stefan Roese, 4 Mar 2006 | |||
2006-03-03 | Erasing works too now. The CS don't care causes problem with READSTATUS, | Markus Klotzbücher | |
don't ask me why. There are still bugs in the bad block logic. | |||
2006-03-03 | Write operation is working. Turned out that the READSTATUS hack was wrong | Markus Klotzbücher | |
after all. |