summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Add support for wrPPMC7xx/74xx boardsHeiko Schocher2006-06-192-0/+441
| | | | Patch from Richard Danter, 12 Aug 2005
* Merge with ssh://fifi/home/wd/git/u-boot/masterWolfgang Denk2006-06-198-67/+218
|\
| * Add support for gth2 boardWolfgang Denk2006-06-162-0/+200
| | | | | | | | Patch by Thomas Lange, Aug 11 2005
| * Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk2006-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Martin Krause, 8 Jun 2006 This patch supports two serial consoles on boards with a MPC5xxx CPU. The console can be switched at runtime by setting stdin, stdout and stderr to the desired serial interface (serial0 or serial1). The PSCs to be used as console port are definded by CONFIG_PSC_CONSOLE and CONFIG_PSC_CONSOLE2. See README.serial_multi for details.
| * Update configuration for CMC-PU2 boardWolfgang Denk2006-06-161-10/+1
| | | | | | | | Patch by Martin Krause, 17 Nov 2005
| * Add support for PS/2 keyboard on TQM85xx boardWolfgang Denk2006-06-161-0/+7
| | | | | | | | | | | | | | Patch by Martin Krause, 07 Nov 2005 Tested on a STK85XX baseboard. Make sure the PS/2 controller has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3
| * Adjust TQM5200 make targetsWolfgang Denk2006-06-162-52/+7
| | | | | | | | | | | | | | | | | | Make the automatic CS configuration the default. The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB and CONFIG_TQM5200_AC are removed. "TQM5200_config" is now the default for STK52XX.200 base boards. On a STK52XX.100 base board "TQM5200_STK100_config" must be used. Patch by Martin Krause, 07 Nov 2005
| * Disable JFFS2 support for trab boardWolfgang Denk2006-06-161-2/+0
| | | | | | | | Patch by Martin Krause, 27 Oct 2005
| * Change mtdparts definition on trab board to match current flash mapWolfgang Denk2006-06-161-2/+2
| | | | | | | | Patch by Martin Krause, 27 Oct 2005
* | Minor cleanup for PCS440EP boardStefan Roese2006-06-131-4/+4
|/ | | | Patch by Stefan Roese, 13 Jun 2006
* Minor code cleanup.Wolfgang Denk2006-06-102-44/+42
|
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-103-51/+783
|\
| * Add Altera Nios-II boards EP1C20, EP1S10 and EP1S40Heiko Schocher2006-04-263-0/+585
| | | | | | | | Patch from Scott McNutt, 11 Aug 2005
| * * Update PK1C20 board for Nios-II 5.0Heiko Schocher2006-04-201-10/+10
| | | | | | | | | | | | Patch from Scott McNutt, 11 Aug 2005 -Update base addresses for standard configuration -Eliminate use of CACHE_BYPASS in board code
| * * Add EPCS Controller bootrom work-around for Nios-IIHeiko Schocher2006-04-201-0/+5
| | | | | | | | | | | | | | Patch from Scott McNutt 11, Aug 2005 -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.
| * Fix I/O Macros and mini-app stubs for Nios-IIHeiko Schocher2006-04-201-3/+4
| | | | | | | | | | | | | | | | Patch by Scott McNutt 11, Aug 2005 -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
| * Add MCF5282 support (without preloader)Heiko Schocher2006-04-203-51/+783
| | | | | | | | | | | | | | | | relocate ichache_State to ram u-boot can run from internal flash Add EB+MCF-EV123 board support. Add m68k Boards to MAKEALL Patch from Jens Scharsig, 08 Aug 2005
* | Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boardsScott McNutt2006-06-083-0/+585
| | | | | | | | Patch by Scott McNutt, 08 Jun 2006
* | Nios II - Add EPCS Controller bootrom work-aroundScott McNutt2006-06-081-0/+5
| | | | | | | | | | | | | | -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
* | Update PK1C20 boardScott McNutt2006-06-081-10/+10
| | | | | | | | | | | | -Update base addresses for standard configuration -Eliminate use of CACHE_BYPASS in board code Patch by Scott McNutt, 08 Jun 2006
* | Nios II - Fix I/O Macros and mini-app stubsScott McNutt2006-06-081-3/+4
| | | | | | | | | | | | | | | | -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
* | Minor cleanup for PCS440EP boardWolfgang Denk2006-06-071-6/+5
| |
* | Update PCS440EP port to fit into one flash device (incl. environment)Stefan Roese2006-06-061-3/+3
| | | | | | | | Patch by Stefan Roese, 06 Jun 2006
* | Add support for PCS440EP boardStefan Roese2006-06-022-43/+506
| | | | | | | | Patch by Stefan Roese, 02 Jun 2006
* | * Update Intel IXP4xx supportWolfgang Denk2006-05-307-44/+598
| | | | | | | | | | | | | | | | | | | | | | - 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.]
* | Enable autoboot for M5271EVB board.Marian Balakowicz2006-05-171-0/+2
| |
* | Changed default ramdisk addr in yosemite/yellowstone portsStefan Roese2006-05-152-4/+4
| | | | | | | | Patch by Stefan Roese, 15 May 2006
* | Add support for VirtLab2 boardWolfgang Denk2006-05-122-1/+463
| | | | | | | | (needed because of differences in the PCMCIA hardware).
* | Minor cleanup.Wolfgang Denk2006-05-102-2/+2
| |
* | Update yosemite configuration to enable flash write buffer supportStefan Roese2006-05-101-0/+2
| | | | | | | | Patch by Stefan Roese, 10 May 2006
* | Add support for AMCC 440EP Rev C and 440GR Rev BStefan Roese2006-05-101-0/+2
| | | | | | | | Patch by John Otken, 08 May 2006
* | Update omap5912osk board supportStefan Roese2006-05-102-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-bootWolfgang Denk2006-05-097-3/+538
|\ \
| * | Add M5271EVB board support.Marian Balakowicz2006-05-091-0/+154
| | |
| * | Make R5200 specific low level initialization board conditional.Marian Balakowicz2006-05-091-0/+1
| | |
| * | Update register definitions for MCF5271.Marian Balakowicz2006-05-091-17/+38
| | |
| * | Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz2006-04-276-3/+362
| |\ \
| | * | Add support for r5200 boardZachary P. Landau2006-01-263-0/+359
| | | |
| | * | Add support for Freescale M5271 processorZachary P. Landau2006-01-263-3/+3
| | | |
* | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-05-093-701/+48
|\ \ \ \
| * \ \ \ Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emdsWolfgang Denk2006-05-033-701/+48
| |\ \ \ \
| | * | | | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:Kumar Gala2006-04-203-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 boardWolfgang Denk2006-05-051-0/+4
|/ / / / /
* | | | | Coding Style cleanupWolfgang Denk2006-05-031-52/+52
| | | | |
* | | | | Scheduled for removal: strnicmp() which is unusedWolfgang Denk2006-05-031-1/+1
| | | | |
* | | | | NAND support for zylonite board + some minor cleanup.Markus Klotzbuecher2006-04-251-84/+56
| | | | |
* | | | | delta board: support for magic key detection and handling.Markus Klotzbuecher2006-04-251-0/+11
| |/ / / |/| | |
* | | | Add support for BC3450 boarddzu@denx.de2006-04-211-0/+568
|/ / / | | | | | | | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* | | Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de2006-04-191-18/+48
| |/ |/| | | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* | Some code cleanupWolfgang Denk2006-04-163-133/+134
| |
OpenPOWER on IntegriCloud