Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | More cleanup for the delta board and the generic usb_ohci driver. Added | Markus Klotzbuecher | 2006-05-23 | -2/+6 |
| | | | | | CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific initialization and cleanup hooks respectively. | |||
* | This patch adds USB storage support for the delta board. This is the first | Markus Klotzbuecher | 2006-05-22 | -2/+44 |
| | | | | | board to make use of a generic OHCI driver, that calls hooks for board dependant initialization. | |||
* | Enable autoboot for M5271EVB board. | Marian Balakowicz | 2006-05-17 | -0/+2 |
| | ||||
* | Changed default ramdisk addr in yosemite/yellowstone ports | Stefan Roese | 2006-05-15 | -4/+4 |
| | | | | Patch by Stefan Roese, 15 May 2006 | |||
* | Add support for VirtLab2 board | Wolfgang Denk | 2006-05-12 | -1/+463 |
| | | | | (needed because of differences in the PCMCIA hardware). | |||
* | Minor cleanup. | Wolfgang Denk | 2006-05-10 | -2/+2 |
| | ||||
* | Update yosemite configuration to enable flash write buffer support | Stefan Roese | 2006-05-10 | -0/+2 |
| | | | | Patch by Stefan Roese, 10 May 2006 | |||
* | Add support for AMCC 440EP Rev C and 440GR Rev B | Stefan Roese | 2006-05-10 | -0/+2 |
| | | | | Patch by John Otken, 08 May 2006 | |||
* | Update omap5912osk board support | Stefan Roese | 2006-05-10 | -7/+81 |
| | | | | | | | | | | | - Fix OMAP support that omap5912osk compiles in current source tree - Update with code from "http://omap.spectrumdigital.com/osk5912" to fix problems with DDR initialization - Fix timer setup - Use CFI flash driver and support complete 32MB of onboard flash - Add "print_cpuinfo()" and "checkboard()" functions to display CPU (with frequency) and Board infos Patch by Stefan Roese, 10 May 2006 | |||
* | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-05-09 | -3/+538 |
|\ | ||||
| * | Add M5271EVB board support. | Marian Balakowicz | 2006-05-09 | -0/+154 |
| | | ||||
| * | Make R5200 specific low level initialization board conditional. | Marian Balakowicz | 2006-05-09 | -0/+1 |
| | | ||||
| * | Update register definitions for MCF5271. | Marian Balakowicz | 2006-05-09 | -17/+38 |
| | | ||||
| * | Add support for Freescale M5271: Merge with /work/u-boot.mcf5271 | Marian Balakowicz | 2006-04-27 | -3/+362 |
| |\ | ||||
| | * | Add support for r5200 board | Zachary P. Landau | 2006-01-26 | -0/+359 |
| | | | ||||
| | * | Add support for Freescale M5271 processor | Zachary P. Landau | 2006-01-26 | -3/+3 |
| | | | ||||
* | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-05-09 | -701/+48 |
|\ \ \ | ||||
| * \ \ | Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emds | Wolfgang Denk | 2006-05-03 | -701/+48 |
| |\ \ \ | ||||
| | * | | | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port: | Kumar Gala | 2006-04-20 | -701/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed MPC8349ADS port - Added PCI support to MPC8349ADS - reworked memory map to allow mapping of all regions with BATs Patch by Kumar Gala 20 Apr 2006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
* | | | | | Fix lowboot support on MCC200 board | Wolfgang Denk | 2006-05-05 | -0/+4 |
|/ / / / | ||||
* | | | | Coding Style cleanup | Wolfgang Denk | 2006-05-03 | -52/+52 |
| | | | | ||||
* | | | | Scheduled for removal: strnicmp() which is unused | Wolfgang Denk | 2006-05-03 | -1/+1 |
| | | | | ||||
* | | | | NAND support for zylonite board + some minor cleanup. | Markus Klotzbuecher | 2006-04-25 | -84/+56 |
| | | | | ||||
* | | | | delta board: support for magic key detection and handling. | Markus Klotzbuecher | 2006-04-25 | -0/+11 |
| |/ / |/| | | ||||
* | | | Add support for BC3450 board | dzu@denx.de | 2006-04-21 | -0/+568 |
|/ / | | | | | | | Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
* | | Update for NC650 board. Add NC650 based CP850 configuration. | dzu@denx.de | 2006-04-19 | -18/+48 |
| | | | | | | | | Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
* | | Some code cleanup | Wolfgang Denk | 2006-04-16 | -133/+134 |
| | | ||||
* | | Merge with /home/hs/U-Boot/u-boot-dev | Wolfgang Denk | 2006-04-16 | -4/+3 |
|\ \ | ||||
| * | | * Fix dbau1x00 Board | Heiko Schocher | 2006-04-11 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||
* | | | Fix Quad UART mapping on MCC200 board due to new HW revision | Wolfgang Denk | 2006-04-13 | -1/+1 |
| | | | ||||
* | | | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-04-12 | -14/+84 |
|\ \ \ | |/ / |/| | | ||||
| * | | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | 2006-04-08 | -14/+19 |
| | | | | | | | | | | | | Some more NAND cleanup and small fixes. | |||
| * | | Remove dependencies between DoC code and old legacy NAND driver. | Marian Balakowicz | 2006-04-05 | -0/+65 |
| | | | | | | | | | | | | | | | | | | 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. | |||
* | | | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci | Wolfgang Denk | 2006-04-06 | -3/+6 |
|\ \ \ | ||||
| * | | | Set SDelay register in the DDR controller for the MPC5200B chip. | Rafal Jaworowski | 2006-03-29 | -3/+6 |
| | | | | ||||
* | | | | Merge with /home/sr/git/u-boot/cfi-flash | Wolfgang Denk | 2006-04-06 | -1/+3 |
|\ \ \ \ | ||||
| * | | | | * Changes/fixes for drivers/cfi_flash.c: | Stefan Roese | 2006-04-01 | -0/+5 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||
* | | | | Merge with /home/sr/git/u-boot/4xx-sdram | Wolfgang Denk | 2006-04-05 | -4/+18 |
|\ \ \ \ | ||||
| * | | | | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440) | Stefan Roese | 2006-03-31 | -4/+18 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
* | | | | delta board: one more DA9030 fix. | Markus Klotzbuecher | 2006-03-30 | -0/+1 |
| | | | | ||||
* | | | | Add support for ymodem protocol (loady command). | Markus Klotzbuecher | 2006-03-30 | -0/+213 |
| | | | | | | | | | | | | | | | | Patch by Stefano Babic, 29 Mar 2006 | |||
* | | | | Change delta board memory map to start at 0x80000000. | Markus Klotzbuecher | 2006-03-29 | -7/+7 |
| | | | | ||||
* | | | | delta board: minor update to DA9030 code. | Markus Klotzbuecher | 2006-03-29 | -1/+1 |
| | | | | ||||
* | | | | delta board: fix DA9030 reset procedure. | Markus Klotzbuecher | 2006-03-27 | -3/+2 |
| | | | | ||||
* | | | | Merge with http://www.denx.de/git/u-boot.git | Markus Klotzbuecher | 2006-03-24 | -191/+9094 |
|\ \ \ \ | |/ / / | ||||
| * | | | Enable Quad UART om MCC200 board. | Wolfgang Denk | 2006-03-23 | -0/+5 |
| | | | | ||||
| * | | | Cleanup MCC200 board configuration; omit non-existent stuff. | Wolfgang Denk | 2006-03-21 | -22/+3 |
| |/ / | ||||
| * | | Merge with port of MPC8349EMDS board | Wolfgang Denk | 2006-03-17 | -3/+857 |
| |\ \ | ||||
| | * | | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | 2006-03-16 | -15/+34 |
| | | | | | | | | | | | | | | | | multiple-bit errors. | |||
| | * | | Add command for handling DDR ECC registers on MPC8349EE MDS board. | Marian Balakowicz | 2006-03-16 | -0/+1 |
| | | | |