summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2007-07-10Update README.* to reference new CONFIG_CMD_* names now.Jon Loeliger3-11/+4
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09Remove references to the old cmd_confdefs.h include file.Jon Loeliger1-3/+0
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese1-6/+7
This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-06Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk1-4/+7
2007-06-05Merge branch 'mpc8641'Jon Loeliger1-4/+7
2007-06-05mpc8641 image size cleanupEd Swarthout1-4/+7
e600 does not have a bootpg restriction. Move the version string to beginning of image at fff00000. Resetvec.S is not needed. Update flash copy instructions. Add tftpflash env variable Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-05-16Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk1-0/+83
2007-05-08Get rid of duplicated file (see doc/README.SBC8560 instead)Wolfgang Denk1-53/+0
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-04-24mpc83xx: Add MPC8313ERDB support.Scott Wood1-0/+83
Signed-off-by: Scott Wood <scottwood@freescale.com>
2007-04-23Remove BOARDLIBS usage completelyStefan Roese1-6/+1
Signed-off-by: Stefan Roese <sr@denx.de>
2007-04-18Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk1-0/+34
2007-04-18Merge with /home/wd/git/u-boot/custodian/u-boot-netWolfgang Denk1-0/+5
2007-04-18Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xxWolfgang Denk1-0/+184
2007-04-18[PATCH] icecube/lite5200b: document wakeup from low-power supportDomen Puncer1-0/+22
Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
2007-04-09Add PIXIS FPGA support for MPC8641HPCN board.Haiying Wang1-0/+34
Move the 8641HPCN's PIXIS code to the new directory board/freescale/common/ as it will be shared by future boards not in the same processor family. Write a "pixis_reset" command that utilizes the FPGA reset sequencer to support alternate soft-reset options such as using the "alternate" flash bank, enabling the watch dog, or choosing different CPU frequencies. Add documentation for the pixis_reset to README.mpc8641hpcn. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-04-05Update usage of 'nc' in README.NetConsoleIgor Marnat1-0/+5
Added information about usage of NetConsole on systems where the -l and -p switches are mutually exclusive. Signed-off-by: Igor Marnat <marny@rambler.ru> Signed-off-by: Ben Warren <bwarren@qstreams.com>
2007-03-09Minor cleanup.Wolfgang Denk1-1/+0
2007-03-04Some code cleanup.Wolfgang Denk1-13/+12
2007-03-02mpc83xx: Add support for the MPC8349E-mITX-GPTimur Tabi1-0/+187
Add support for the MPC8349E-mITX-GP, a stripped-down version of the MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in HRCW is 0) for the ITX and a README for the ITX and the ITX-GP. Signed-off-by: Timur Tabi <timur@freescale.com>
2007-03-02mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker1-0/+99
I've redone the SBC8349 support to match git-current, which incorporates all the MPC834x updates from Freescale since the 1.1.6 release, including the DDR changes. I've kept all the SBC8349 files as parallel as possible to the MPC8349EMDS ones for ease of maintenance and to allow for easy inspection of what was changed to support this board. Hence the SBC8349 U-Boot has FDT support and everything else that the MPC8349EMDS has. Fortunately the Freescale updates added support for boards using CS0, but I had to change spd_sdram.c to allow for board specific settings for the sdram_clk_cntl (it is/was hard coded to zero, and that remains the default if the board doesn't specify a value.) Hopefully this should be mergeable as-is and require no whitespace cleanups or similar, but if something doesn't measure up then let me know and I'll fix it. Thanks, Paul.
2007-03-02mpc83xx: Add the MPC832XEMDS board readmeDave Liu1-0/+129
Add the MPC832XEMDS board readme Signed-off-by: Dave Liu <daveliu@freescale.com>
2006-12-01Fix the confilcts when merging 'master' into hpc2.roy zang1-0/+126
The conflicts due to a new mpc7448 p3m7448 board is in the main tree. Merge branch 'master' into hpc2 Conflicts: MAKEALL cpu/74xx_7xx/cpu.c cpu/74xx_7xx/cpu_init.c cpu/74xx_7xx/speed.c
2006-12-01Clean up the code according to codestyle:roy zang1-107/+99
(1) remove some C++ comments. (2) remove trailing white space. (3) remove trailing empty line. (4) Indentation by table. (5) remove {} in one line condition. (6) add space before '(' in function call. Remove some weird printf () output. Add necessary comments. Modified Makefile to support building in a separate directory.
2006-11-30Code cleanup.Wolfgang Denk1-1/+1
2006-11-04mpc83xx: add the README.mpc8360emdsDave Liu1-0/+126
add doc/README.mpc8360emds to accompany the new board support
2006-11-02Add README file for mpc7448hpc2 board.roy zang1-0/+193
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-10-28[PATCH] NAND: Partition name support added to NAND subsystemStefan Roese1-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>
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk1-0/+33
2006-10-24Add AVR32 architecture supportWolfgang Denk1-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>
2006-10-19Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger1-3/+0
2006-10-19Coding Style cleanup.Wolfgang Denk1-3/+0
2006-10-11Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger1-0/+44
2006-10-11Fix whitespace issues.Jon Loeliger1-2/+2
2006-10-10* Several improvements to the new NAND subsystem:Stefan Roese1-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
2006-09-19Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger1-0/+60
Conflicts: board/stxxtc/Makefile
2006-09-12Update NAND boot documentationStefan Roese1-0/+24
Patch by Stefan Roese, 12 Sep 2006
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese1-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
2006-08-09Merge branch 'mpc85xx'Jon Loeliger1-0/+3
Conflicts: include/ft_build.h include/pci.h Resolved, though.
2006-08-09* Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock1-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>
2006-08-09Merge branch 'wd'Jon Loeliger4-18/+179
2006-07-31Change the space size of PEX IO in READMEHaiying Wang1-2/+2
2006-07-28PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performanceStefan Roese1-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
2006-07-27AMCC bamboo (440EP) U-Boot image reduced to 384kbyteStefan Roese1-0/+15
Please see doc/README.bamboo for details. Patch by Stefan Roese, 27 Jul 2006
2006-06-16Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk1-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.
2006-05-26Add first draft of the MPC8641HPCN doc/README.Haiying Wang1-0/+123
Signed-off-by: Jon Loeliger <jdl@jdl.com>
2006-04-20Add MCF5282 support (without preloader)Heiko Schocher1-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
2006-04-16Some code cleanupWolfgang Denk1-2/+0
2006-03-16Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski1-0/+21
multiple-bit errors.
2006-03-16Add command for handling DDR ECC registers on MPC8349EE MDS board.Marian Balakowicz1-0/+135
2006-03-06Minor code cleanupWolfgang Denk1-4/+3