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 | 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-13 | Fix Quad UART mapping on MCC200 board due to new HW revision | 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 | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci | Wolfgang Denk | |
2006-04-06 | Merge with /home/sr/git/u-boot/cfi-flash | Wolfgang Denk | |
2006-04-05 | Merge with /home/sr/git/u-boot/4xx-sdram | Wolfgang Denk | |
2006-04-05 | Remove dependencies between DoC code and old legacy NAND driver. | Marian Balakowicz | |
Necessary defines and data structures were copied to DoC specific files so that legacy NAND code could be entirely removed from u-boot tree in the near future. | |||
2006-04-01 | * Changes/fixes for drivers/cfi_flash.c: | Stefan Roese | |
- Add Intel legacy lock/unlock support to common CFI driver On some Intel flash's (e.g. Intel J3) legacy unlocking is supported, meaning that unlocking of one sector will unlock all sectors of this bank. Using this feature, unlocking of all sectors upon startup (via env var "unlock=yes") will get much faster. - Fixed problem with multiple reads of envronment variable "unlock" as pointed out by Reinhard Arlt & Anders Larsen. - Removed unwanted linefeeds from "protect" command when CFG_FLASH_PROTECTION is enabled. - Changed p3p400 board to use CFG_FLASH_PROTECTION Patch by Stefan Roese, 01 Apr 2006 * Changes/fixes for drivers/cfi_flash.c: - Correctly handle the cases where CFG_HZ != 1000 (several XScale-based boards) - Fix the timeout calculation of buffered writes (off by a factor of 1000) Patch by Anders Larsen, 31 Mar 2006 | |||
2006-03-31 | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440) | Stefan Roese | |
405 SDRAM: - The SDRAM parameters can now be defined in the board config file and the 405 SDRAM controller values will be calculated upon bootup (see PPChameleonEVB). When those settings are not defined in the board config file, the register setup will be as it is now, so this implementation should not break any current design using this code. Thanks to Andrea Marson from DAVE for this patch. 440 DDR: - Added function sdram_tr1_set to auto calculate the TR1 value for the DDR. - Added ECC support (see p3p440). Patch by Stefan Roese, 17 Mar 2006 | |||
2006-03-30 | delta board: one more DA9030 fix. | Markus Klotzbuecher | |
2006-03-30 | Add support for ymodem protocol (loady command). | Markus Klotzbuecher | |
Patch by Stefano Babic, 29 Mar 2006 | |||
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 | Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO and | Markus Klotzbuecher | |
CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core frequency. | |||
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-23 | Enable Quad UART om MCC200 board. | Wolfgang Denk | |
2006-03-21 | Cleanup MCC200 board configuration; omit non-existent stuff. | Wolfgang Denk | |
2006-03-20 | Cleanup of the monahans cpu and delta board port. | Markus Klotzbuecher | |
2006-03-20 | Support for redundant environment in NAND Flash. | 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-16 | Fix DDR ECC bit definitions for MPC83xx. | Marian Balakowicz | |
2006-03-14 | Add initial support for MPC8349E MDS board. | Marian Balakowicz | |
2006-03-14 | Add DMA support for MPC83xx. | Marian Balakowicz | |
2006-03-14 | Add bit definitions for MPC83xx DDR controller registers. | Marian Balakowicz | |
2006-03-14 | Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx. | Marian Balakowicz | |
2006-03-12 | Add support for EmbeddedPlanet EP88x boards | Wolfgang Denk | |
Patch by Yuli Barcohen, 13 Jul 2005 | |||
2006-03-12 | Add (some) definitions for the MPC85xx local bus controller | Wolfgang Denk | |
Patch by Murray Jensen, 08 Jul 2005 | |||
2006-03-12 | Add CPM2 I/O pin functions for MPC85xx processors | Wolfgang Denk | |
Patch by Murray Jensen, 08 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 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx | Wolfgang Denk | |
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci | Wolfgang Denk | |
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr | Wolfgang Denk | |
2006-03-12 | Add netconsole and some more commands to RPXlite_DW board | Wolfgang Denk | |
Patch by Sam Song, 19 Jun 2005 | |||
2006-03-12 | Fix bad declaration on pci_cfgfunc_nothing | Wolfgang Denk | |
Patch by Sam Song, 19 Jun 2005 | |||
2006-03-12 | Adjust "echo" as a default command | Wolfgang Denk | |
Patch by Sam Song, 19 Jun 2005 | |||
2006-03-12 | Coding Style cleanup | Wolfgang Denk | |
2006-03-12 | Add missing Blackfin files. | Wolfgang Denk | |