summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] NAND: Partition name support added to NAND subsystemStefan Roese2006-10-281-12/+17
| | | | | | | | chpart, nboot and NAND subsystem related commands now accept also partition name to specify offset. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-241-0/+33
|\
| * Add AVR32 architecture supportWolfgang Denk2006-10-241-0/+33
| | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-191-3/+0
|\|
| * Coding Style cleanup.Wolfgang Denk2006-10-181-3/+0
| |
* | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-111-0/+44
|\|
| * * Several improvements to the new NAND subsystem:Stefan Roese2006-10-101-0/+44
| | | | | | | | | | | | | | | | | | - JFFS2 related commands implemented in mtd-utils style - Support for bad blocks - Bad block testing commands - NAND lock commands Please take a look at doc/README.nand for more details Patch by Guido Classen, 10 Oct 2006
* | Fix whitespace issues.Jon Loeliger2006-10-101-2/+2
| |
* | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-191-0/+60
|\| | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| * Update NAND boot documentationStefan Roese2006-09-121-0/+24
| | | | | | | | Patch by Stefan Roese, 12 Sep 2006
| * Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-071-0/+36
| | | | | | | | | | | | | | | | | | | | | | - Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006
* | Merge branch 'mpc85xx'Jon Loeliger2006-08-091-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| * | * Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock2006-08-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * Added comments and a printf to warn that PCI-X won't work at 33MHz Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
* | | Merge branch 'wd'Jon Loeliger2006-08-094-18/+179
|\ \ \ | | |/ | |/|
| * | PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performanceStefan Roese2006-07-281-0/+90
| | | | | | | | | | | | | | | | | | | | | AMCC suggested to set the PMU bit to 0 for best performace on the PPC440 DDR controller. Please see doc/README.440-DDR-performance for details. Patch by Stefan Roese, 28 Jul 2006
| * | AMCC bamboo (440EP) U-Boot image reduced to 384kbyteStefan Roese2006-07-271-0/+15
| |/ | | | | | | | | Please see doc/README.bamboo for details. Patch by Stefan Roese, 27 Jul 2006
| * Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk2006-06-161-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Add MCF5282 support (without preloader)Heiko Schocher2006-04-201-18/+48
| | | | | | | | | | | | | | | | 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
* | Change the space size of PEX IO in READMEHaiying Wang2006-07-311-2/+2
| |
* | Add first draft of the MPC8641HPCN doc/README.Haiying Wang2006-05-261-0/+123
|/ | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
* Some code cleanupWolfgang Denk2006-04-161-2/+0
|
* Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski2006-03-161-0/+21
| | | | multiple-bit errors.
* Add command for handling DDR ECC registers on MPC8349EE MDS board.Marian Balakowicz2006-03-161-0/+135
|
* Minor code cleanupWolfgang Denk2006-03-061-4/+3
|
* Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk2006-03-061-0/+35
| | | | | | | Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot]
* Code cleanup, especially MIPS for GCC 4.xWolfgang Denk2005-12-041-1/+1
|
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-202-4/+4
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Add documentation for Open Firmware Flat Tree and usage.Wolfgang Denk2005-10-131-0/+28
| | | | Patch by Pantelis Antoniou, 13 Oct 2005
* Update make target for ARM supported boards.Wolfgang Denk2005-10-061-0/+46
| | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
* Update ARM Integrator boards:Wolfgang Denk2005-10-041-0/+1
| | | | | | | Correct addessing errors in platform files. Split off common core module data from Integrator header files to include/armcoremodule.h. Patch by Peter Pearse, 04 Oct 2005
* CleanupWolfgang Denk2005-09-251-13/+10
|
* Add ARM946E cpu and core module targets; remap memory to 0x00000000Wolfgang Denk2005-09-251-0/+66
| | | | Patch by Peter Pearse, 2 Feb 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-238-13/+13
|
* Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.Wolfgang Denk2005-08-151-0/+59
| | | | Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
* Document switching between U-Boot and PlanetCore on RPXliteWolfgang Denk2005-08-061-0/+163
| | | | by Sam Song, 24 Dec 2004
* Add support for ep8248 boardWolfgang Denk2005-08-061-6/+8
| | | | | | Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.
* Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger2005-08-021-0/+31
|\
| * Major cleanup for AMCC PPC4xx eval boards.Stefan Roese2005-08-011-0/+31
| | | | | | | | Patch by Stefan Roese, 01 Aug 2005
* | * Patch by Eran LibertyEran Liberty2005-07-281-0/+96
| | | | | | | | Add support for the Freescale MPC8349ADS board.
* | * Patch by Jon Loeliger, 2005-05-05Jon Loeliger2005-07-252-6/+46
| | | | | | | | | | | | | | | | Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
* | * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-231-1/+0
|/ | | | | | | | - Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
* Auto-size RAM on canmb board.wdenk2005-04-201-6/+6
| | | | Cleanup.
* * Patch by Stefan Roese, 06 Apr 2005:stroese2005-04-071-0/+99
| | | | | | | Updates for OCOTEA board: - Changed U-Boot size from 512kByte to 256kByte - Fixed flash driver to support boot from soldered user flash - Added README for switch from PIBS firmware to U-Boot
* * Patch by Richard Klingler, 03 Apr 2005:wdenk2005-04-031-1/+26
| | | | | | | | | Add call to eth_halt() in net/net.c when called functions fail after eth_init() has been called. * Patch by Sam Song, 3 April 2005: - Update README.Netconsole - Update README
* Prepare for SoC rework of ARM code:wdenk2005-04-021-1/+1
| | | | | - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-011-0/+17
| | | | | | | | add SNTP support and expand time server and time offset fields of DHCP support. See doc/README.SNTP * Patch by Steven Scholz, 13 Dec 2004: Fix bug in at91rm920 ethernet driver
* * Patches by Richard Woodruff, 01 Oct 2004:wdenk2005-01-091-0/+38
| | | | | | | | add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.
* * Patch by Leif Lindholm, 23 Sep 2004:wdenk2005-01-091-0/+17
| | | | | | | | add support for the AMD db1550 board * Patch by Travis Sawyer, 15 Sep 2004: Add CONFIG_SERIAL_MULTI support for ppc4xx, update README.serial_multi
* Patch by Florian Schlote, 08 Sep 2004:wdenk2005-01-091-0/+156
| | | | Add support for SenTec-COBRA5272-board (Coldfire).
* * Clean up CMC PU2 flash driverwdenk2004-12-101-1/+4
| | | | | | * Update MAINTAINERS file * Fix bug in MPC823 LCD driver