aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2007-12-27Fix coding style issues; update CHANGELOG.Wolfgang Denk2-27/+26
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-11-29sh: Add document for SuperH.Nobuhiro Iwamatsu1-0/+62
This document is a summary of information concerning SuperH of U-Boot. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2007-11-29sh: Add marubun's pcmcia driverNobuhiro Iwamatsu1-0/+65
Marubun pcmcia is a chip for PCMCIA used with SuperH. Of course, this can be used even by other architectures. When use this driver, came to be able to use CompactFlash and Ethernet. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2007-08-18ColdFire: Fix some remaining problems with CFG_CMD_Stefan Roese1-1/+1
Signed-off-by: Stefan Roese <sr@denx.de>
2007-08-18Coding style cleanupStefan Roese1-3/+3
Signed-off-by: Stefan Roese <sr@denx.de>
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew1-0/+416
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-08-16ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew1-0/+103
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-08-14Merge with git://www.denx.de/git/u-boot.gitStefan Roese12-57/+344
2007-08-14Merge with /home/stefan/git/u-boot/zeusStefan Roese1-0/+73
2007-08-14ppc4xx: Add initial Zeus (PPC405EP) board supportStefan Roese1-0/+73
Signed-off-by: Stefan Roese <sr@denx.de>
2007-08-14Coding style cleanup, update CHANGELOGWolfgang Denk1-1/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-08-14Add MPC8544DS READMEAndy Fleming1-0/+122
Signed-off-by: Andy Fleming <afleming@freescale.com>
2007-08-13Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk1-0/+28
2007-08-13Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk1-4/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-08-10Add support for SBC8641D. Config files.Joe Hamman1-0/+28
Add support for Wind River's SBC8641D reference board. Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> Acked-by: Wolfgang Denk <wd@denx.de> Acked-by: Jon Loeliger <jdl@freescale.com>
2007-08-10mpc83xx: Correct the README for DDR ECCDave Liu1-30/+30
Update the README for DDR ECC, change the name to README.mpc83xx.ddrecc. Signed-off-by: Dave Liu <daveliu@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2007-08-10mpc83xx: add support for the MPC8323E RDBKim Phillips1-0/+71
MPC8323E based board with 64MB fixed SDRAM, 16MB flash, five 10/100 ethernet ports connected via an ICPlus IP175C switch, one PCI slot, and serial. Features not supported in this patch are SD card interface, 2 USB ports, and the two phone ports. Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2007-08-10mpc83xx: Revise the MPC8360EMDS readme docDave Liu1-1/+22
When the rev2.x silicon mount on the MPC8360EMDS baord, and if you are using the u-boot version after the commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca. to make the ethernet interface usable, we have to setup the jumpers correctly. Signed-off-by: Dave Liu <daveliu@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2007-08-07Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher9-36/+85
2007-08-06ppc4xx: Update AMCC Bamboo README doc/README.bambooStefan Roese1-0/+62
As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>, here an updated Bamboo README. Signed-off-by: Stefan Roese <sr@denx.de>
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk6-26/+14
2007-07-12Update CHANGELOG, minor coding style cleanup.Wolfgang Denk1-5/+5
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-11[PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failedHeiko Schocher1-0/+57
- now the Flash ST M29W040B is supported (not tested) - fix the "led" command - fix compile error, if BUILD_DIR is used Signed-off-by: Heiko Schocher <hs@denx.de>
2007-07-10disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger3-12/+10
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09Update README.* to reference new CONFIG_CMD_* names now.Jon Loeliger3-11/+4
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-08Remove 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-06USB/OHCI: endianness cleanup in the generic ohci driverMarkus Klotzbuecher1-16/+33
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-29Merge git://www.denx.de/git/u-boot into 2007_05_15-testingMarkus Klotzbuecher2-53/+83
2007-05-16Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk1-0/+83
2007-05-07Get rid of duplicated file (see doc/README.SBC8560 instead)Wolfgang Denk1-53/+0
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-07Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher1-6/+1
2007-04-23mpc83xx: Add MPC8313ERDB support.Scott Wood1-0/+83
Signed-off-by: Scott Wood <scottwood@freescale.com>
2007-04-23Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher4-0/+245
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-04Update 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-23Merge with git://www.denx.de/git/u-boot.git#testing-USBMarkus Klotzbuecher1-0/+43
2007-03-08Minor 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>