summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-08Nios II - Add EPCS Controller bootrom work-aroundScott McNutt
-When booting from an epcs controller, the epcs bootrom may leave the slave select in an asserted state causing soft reset hang. This patch ensures slave select is negated at reset. Patch by Scott McNutt, 08 Jun 2006
2006-06-08Update PK1C20 boardScott McNutt
-Update base addresses for standard configuration -Eliminate use of CACHE_BYPASS in board code Patch by Scott McNutt, 08 Jun 2006
2006-06-08Nios II - Fix I/O Macros and mini-app stubsScott McNutt
-Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch by Scott McNutt, 08 Jun 2006
2006-06-07Minor cleanup for PCS440EP boardWolfgang Denk
2006-06-06Update PCS440EP port to fit into one flash device (incl. environment)Stefan Roese
Patch by Stefan Roese, 06 Jun 2006
2006-06-02Minor cleanupWolfgang Denk
2006-06-02Merge with /home/sr/git/u-boot/denxWolfgang Denk
2006-06-02Fix examples/Makefile; some build targets were lostWolfgang Denk
2006-06-02Add support for PCS440EP boardStefan Roese
Patch by Stefan Roese, 02 Jun 2006
2006-06-02Fix watchdog handling in CFI flash driverWolfgang Denk
Just use udelay() when waiting for status changes which will implicitely trigger the watchdog.
2006-05-30Fix PCI to memory window size problems on PM82x boardsWolfgang Denk
We use the "automatic" mode that was used for the MPC8266ADS and MPC8272 boards. Eventually this should be used on all boards?] Patch by Wolfgang Grandegger, 17 Jan 2006
2006-05-30Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstoneWolfgang Denk
Patch by Stefan Roese, 29 May 2006
2006-05-30Minor cleanup.Wolfgang Denk
2006-05-30* Update Intel IXP4xx supportWolfgang Denk
- 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.]
2006-05-18Fix problem in PVR detection for 440GRLABEL_2006_05_19_1133Stefan Roese
Patch by Stefan Roese, 18 May 2006
2006-05-17Fix gcc 3.4.x AFLAGS setting for m68k platform.Marian Balakowicz
2006-05-17Enable autoboot for M5271EVB board.Marian Balakowicz
2006-05-15Merge with /home/sr/git/u-boot/denxWolfgang Denk
2006-05-15Changed default ramdisk addr in yosemite/yellowstone portsStefan Roese
Patch by Stefan Roese, 15 May 2006
2006-05-15Fix PCMCIA support on virtlab2Wolfgang Denk
2006-05-12Cleanup compile warning.Wolfgang Denk
2006-05-12Add support for VirtLab2 boardWolfgang Denk
(needed because of differences in the PCMCIA hardware).
2006-05-10Minor cleanup.LABEL_2006_05_10_1800Wolfgang Denk
2006-05-10Update yosemite configuration to enable flash write buffer supportStefan Roese
Patch by Stefan Roese, 10 May 2006
2006-05-10Fix compile warnings in common/xyzModem.cStefan Roese
Patch by Stefan Roese, 10 May 2006
2006-05-10Add support for AMCC 440EP Rev C and 440GR Rev BStefan Roese
Patch by John Otken, 08 May 2006
2006-05-10OMAP 5912/OSK: update EMIFS CS1 timings:Stefan Roese
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
2006-05-10Fix REG_MPU_LOAD_TIMER definition in multiple OMAP portsStefan Roese
Patch by Hiroki Kaminaga, 11 Mar 2006
2006-05-10Update omap5912osk board supportStefan Roese
- 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
2006-05-09Fix watchdog issues for ColdFire boards.Wolfgang Denk
2006-05-09Merge with /home/m8/git/u-bootWolfgang Denk
2006-05-09Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-05-09Add M5271EVB board support.Marian Balakowicz
2006-05-09Make R5200 specific low level initialization board conditional.Marian Balakowicz
2006-05-09Update CPU target identification strings for Coldfire family.Marian Balakowicz
2006-05-09Update register definitions for MCF5271.Marian Balakowicz
2006-05-09Fix serial console support for MCF5271.Marian Balakowicz
2006-05-09Fixes for gcc 3.4 based m68k toolchain,Marian Balakowicz
based on patch by Jate Sujjavanich.
2006-05-05Fix lowboot support on MCC200 boardWolfgang Denk
2006-05-03Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emdsWolfgang Denk
2006-05-03Coding Style cleanupWolfgang Denk
2006-05-03Write RTC seconds first to maintain settings integrity perWolfgang Denk
Maxim/Dallas DS1306 data sheet. Patch by Alan J. Luse, 02 May 2006
2006-05-03Scheduled for removal: strnicmp() which is unusedWolfgang Denk
2006-05-02Merge with /home/mk/8-benq/u-bootWolfgang Denk
2006-05-02Declare load_serial_ymodem() when using CFG_CMD_LOADB.Wolfgang Denk
Patch by Jon Loeliger, 01. May 2006
2006-04-28Fixed handling of bad checksums with "mkimage -l"Wolfgang Denk
2006-04-27Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz
2006-04-25cosmetic: print amount of NAND flash aligned with the other values such asMarkus Klotzbuecher
DRAM
2006-04-25NAND support for zylonite board + some minor cleanup.Markus Klotzbuecher
2006-04-25delta board: support for magic key detection and handling.Markus Klotzbuecher