- Aug 18, 2007
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Aug 16, 2007
-
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
- Aug 14, 2007
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Andy Fleming authored
Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
- Aug 13, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Aug 10, 2007
-
-
Joe Hamman authored
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>
-
Dave Liu authored
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>
-
Kim Phillips authored
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>
-
Dave Liu authored
When the rev2.x silicon mount on the MPC8360EMDS baord, and if you are using the u-boot version after the commit 3fc0bd15. 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>
-
- Aug 06, 2007
-
-
Stefan Roese authored
As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>, here an updated Bamboo README. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Jul 11, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Heiko Schocher authored
- 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>
-
- Jul 10, 2007
-
-
Jon Loeliger authored
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>
-
Jon Loeliger authored
Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
- Jul 08, 2007
-
-
Jon Loeliger authored
Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
- Jun 25, 2007
-
-
Stefan Roese authored
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>
-
- Jun 06, 2007
-
-
Markus Klotzbuecher authored
-
- Jun 05, 2007
-
-
Ed Swarthout authored
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>
-
- May 07, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Apr 23, 2007
-
-
Scott Wood authored
Signed-off-by:
Scott Wood <scottwood@freescale.com>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Apr 18, 2007
-
-
Domen Puncer authored
Signed-off-by:
Domen Puncer <domen.puncer@telargo.com>
-
- Apr 09, 2007
-
-
Haiying Wang authored
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>
-
- Apr 04, 2007
-
-
Igor Marnat authored
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>
-
- Mar 08, 2007
-
-
Wolfgang Denk authored
-
- Mar 04, 2007
-
-
Wolfgang Denk authored
-
- Mar 02, 2007
-
-
Timur Tabi authored
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>
-
Paul Gortmaker authored
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.
-
Dave Liu authored
Add the MPC832XEMDS board readme Signed-off-by:
Dave Liu <daveliu@freescale.com>
-
- Dec 01, 2006
-
-
roy zang authored
(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.
-
- Nov 30, 2006
-
-
Wolfgang Denk authored
-
- Nov 27, 2006
-
-
Markus Klotzbuecher authored
-
- Nov 04, 2006
-
-
Dave Liu authored
add doc/README.mpc8360emds to accompany the new board support
-
- Nov 02, 2006
-
-
roy zang authored
Signed-off-by:
Roy Zang <tie-fei.zang@freescale.com>
-
- Oct 28, 2006
-
-
Stefan Roese authored
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>
-
- Oct 24, 2006
-
-
Wolfgang Denk authored
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>
-
- Oct 18, 2006
-
-
Wolfgang Denk authored
-