Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | * Update Intel IXP4xx support | Wolfgang Denk | 2006-05-30 | -0/+7 |
| | | | | | | | | | | | - Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.] | |||
* | Fix problem in PVR detection for 440GR | Stefan Roese | 2006-05-18 | -0/+3 |
| | | | | Patch by Stefan Roese, 18 May 2006 | |||
* | Fix gcc 3.4.x AFLAGS setting for m68k platform. | Marian Balakowicz | 2006-05-17 | -0/+2 |
| | ||||
* | Enable autoboot for M5271EVB board. | Marian Balakowicz | 2006-05-17 | -0/+2 |
| | ||||
* | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-05-15 | -0/+3 |
|\ | ||||
| * | Changed default ramdisk addr in yosemite/yellowstone ports | Stefan Roese | 2006-05-15 | -0/+3 |
| | | | | | | | | Patch by Stefan Roese, 15 May 2006 | |||
* | | Fix PCMCIA support on virtlab2 | Wolfgang Denk | 2006-05-15 | -0/+2 |
|/ | ||||
* | Add support for VirtLab2 board | Wolfgang Denk | 2006-05-12 | -0/+3 |
| | | | | (needed because of differences in the PCMCIA hardware). | |||
* | Minor cleanup. | Wolfgang Denk | 2006-05-10 | -0/+2 |
| | ||||
* | Update yosemite configuration to enable flash write buffer support | Stefan Roese | 2006-05-10 | -0/+3 |
| | | | | Patch by Stefan Roese, 10 May 2006 | |||
* | Fix compile warnings in common/xyzModem.c | Stefan Roese | 2006-05-10 | -0/+3 |
| | | | | Patch by Stefan Roese, 10 May 2006 | |||
* | Add support for AMCC 440EP Rev C and 440GR Rev B | Stefan Roese | 2006-05-10 | -0/+3 |
| | | | | Patch by John Otken, 08 May 2006 | |||
* | OMAP 5912/OSK: update EMIFS CS1 timings: | Stefan Roese | 2006-05-10 | -0/+6 |
| | | | | | | | Problems have been seen in the linux kernel's smc91x network driver due to improper bus timings. The latest 2.6 OMAP kernels currently have a workaround, but this fix belongs in u-boot. Patch by Kevin Hilman, 13 Oct 2005 | |||
* | Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports | Stefan Roese | 2006-05-10 | -0/+3 |
| | | | | Patch by Hiroki Kaminaga, 11 Mar 2006 | |||
* | Update omap5912osk board support | Stefan Roese | 2006-05-10 | -0/+10 |
| | | | | | | | | | | | - 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 | |||
* | Fix watchdog issues for ColdFire boards. | Wolfgang Denk | 2006-05-09 | -7/+9 |
| | ||||
* | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-05-09 | -0/+22 |
|\ | ||||
| * | Add M5271EVB board support. | Marian Balakowicz | 2006-05-09 | -0/+2 |
| | | ||||
| * | Make R5200 specific low level initialization board conditional. | Marian Balakowicz | 2006-05-09 | -0/+2 |
| | | ||||
| * | Update CPU target identification strings for Coldfire family. | Marian Balakowicz | 2006-05-09 | -0/+2 |
| | | ||||
| * | Update register definitions for MCF5271. | Marian Balakowicz | 2006-05-09 | -0/+2 |
| | | ||||
| * | Fix serial console support for MCF5271. | Marian Balakowicz | 2006-05-09 | -0/+2 |
| | | ||||
| * | Fixes for gcc 3.4 based m68k toolchain, | Marian Balakowicz | 2006-05-09 | -0/+3 |
| | | | | | | | | based on patch by Jate Sujjavanich. | |||
| * | Add support for Freescale M5271: Merge with /work/u-boot.mcf5271 | Marian Balakowicz | 2006-04-27 | -0/+9 |
| |\ | ||||
| | * | Add ColdFire targets to MAKEALL script | Zachary P. Landau | 2006-01-26 | -0/+3 |
| | | | ||||
| | * | Add support for r5200 board | Zachary P. Landau | 2006-01-26 | -0/+3 |
| | | | ||||
| | * | Add support for Freescale M5271 processor | Zachary P. Landau | 2006-01-26 | -0/+3 |
| | | | ||||
* | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-05-09 | -0/+6 |
|\ \ \ | ||||
| * \ \ | Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emds | Wolfgang Denk | 2006-05-03 | -0/+6 |
| |\ \ \ | ||||
| | * | | | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port: | Kumar Gala | 2006-04-20 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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/+2 |
|/ / / / | ||||
* | | | | Coding Style cleanup | Wolfgang Denk | 2006-05-03 | -0/+2 |
| | | | | ||||
* | | | | Write RTC seconds first to maintain settings integrity per | Wolfgang Denk | 2006-05-03 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | Maxim/Dallas DS1306 data sheet. Patch by Alan J. Luse, 02 May 2006 | |||
* | | | | Scheduled for removal: strnicmp() which is unused | Wolfgang Denk | 2006-05-03 | -0/+6 |
| | | | | ||||
* | | | | Declare load_serial_ymodem() when using CFG_CMD_LOADB. | Wolfgang Denk | 2006-05-02 | -0/+3 |
| | | | | | | | | | | | | | | | | Patch by Jon Loeliger, 01. May 2006 | |||
* | | | | Fixed handling of bad checksums with "mkimage -l" | Wolfgang Denk | 2006-04-28 | -0/+2 |
| |/ / |/| | | ||||
* | | | Add support for BC3450 board | dzu@denx.de | 2006-04-21 | -0/+3 |
|/ / | | | | | | | Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
* | | Update for NC650 board. Add NC650 based CP850 configuration. | dzu@denx.de | 2006-04-19 | -0/+5 |
| | | | | | | | | Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
* | | MPC5200: enable snooping of DMA transactions on XLB even if no PCI | Wolfgang Denk | 2006-04-18 | -0/+4 |
| | | | | | | | | | | is configured; othrwise DMA accesses aren't cache coherent which causes for example USB to fail. | |||
* | | Some code cleanup | Wolfgang Denk | 2006-04-16 | -38/+39 |
| | | ||||
* | | Merge with /home/hs/U-Boot/u-boot-dev | Wolfgang Denk | 2006-04-16 | -0/+13 |
|\ \ | ||||
| * | | * Fix dbau1x00 Board | Heiko Schocher | 2006-04-11 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||
| * | | Fixes common/cmd_flash.c: | Heiko Schocher | 2006-04-11 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | - fix some compiler/parser error, if using m68k tool chain - optical fix for protect on/off all messages, if using more then one bank Patch by Jens Scharsig, 28 July 2005 | |||
* | | | Fix Quad UART mapping on MCC200 board due to new HW revision | Wolfgang Denk | 2006-04-13 | -0/+2 |
| | | | ||||
* | | | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-04-12 | -0/+6 |
|\ \ \ | |/ / |/| | | ||||
* | | | Update CHANGELOG | Wolfgang Denk | 2006-04-06 | -0/+4 |
| | | | ||||
* | | | Merge with /home/sr/git/u-boot/cfi-flash | Wolfgang Denk | 2006-04-06 | -0/+27 |
|\ \ \ | ||||
| * | | | * Changes/fixes for drivers/cfi_flash.c: | Stefan Roese | 2006-04-01 | -0/+27 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | -0/+18 |
|\ \ \ | ||||
| * | | | Reorder CHANGELOG | Stefan Roese | 2006-03-31 | -18/+18 |
| | | | |