summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese2006-10-111-1/+0
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Guido Classen, 10 Oct 2006
| * | | | | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk2006-10-112-12/+13
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | * Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock2006-10-112-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | * | | | | | | | | | Fixed an OF-tree off-by-one bug when adding a new property name.Zhang Wei2006-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug will cause the kernel booting to pause a long time. Signed-off-by: Zhang Wei <wei.zhang@freescale.com> (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
| | * | | | | | | | | | * Another small fix for booting with disable_ofMatthew McClintock2006-08-231-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * | | | | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-1113-494/+906
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | * Several improvements to the new NAND subsystem:Stefan Roese2006-10-101-25/+201
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | | | | | | | | Merge with /home/sr/git/u-boot/avr32Wolfgang Denk2006-10-091-0/+3
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Define IH_CPU_AVR32Stefan Roese2006-10-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to generate AVR32 uImage files with mkimage and make cmd_bootm recognize them. Patch by Haavard Skinnemoen, 22 Sep 2006
| | * | | | | | | | | | Fix buffer overflow problem in ft_build.cWolfgang Denk2006-10-091-1/+3
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Fredrik Roubert, 09 Oct 2006
| | * | | | | | | | | Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on patch by Mike Frysinger, 20 Jun 2006
| | * | | | | | | | | Coding style cleanupWolfgang Denk2006-10-091-2/+2
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk2006-08-192-253/+195
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | * Fix disable_of bootingMatthew McClintock2006-08-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | * | | | | | | * Support for FDT in uImage format, error when using FDT from flashMatthew McClintock2006-08-161-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | * | | | | | | * Patch to modify ft_build.c to update flat device trees in placeMatthew McClintock2006-06-282-238/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Matthew McClintock 26-June-2006
| | * | | | | | | * Modify bootm command to support booting with flat device treesMatthew McClintock2006-06-281-14/+26
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | Patch by Matthew McClintock 26-June-2006
* | | | | | | | Remove compile warnings in fpga codeStefan Roese2006-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
* | | | | | | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-09-1812-475/+706
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge with /home/sr/git/u-boot/denxWolfgang Denk2006-09-132-2/+51
| |\ \ \ \ \ \ \
| | * | | | | | | Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese2006-09-122-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 12 Sep 2006
| * | | | | | | | Fix alignment problem in "mtdparts" commandWolfgang Denk2006-09-131-1/+1
| |/ / / / / / /
| * | | | | | | Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 with /home/m8/git/u-bootWolfgang Denk2006-09-041-11/+12
| |\ \ \ \ \ \ \
| | * | | | | | | Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
| * | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-09-031-2/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel2006-09-011-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also bumped up ABI version to reflect this change.
| * | | | | | | | | Coding Style cleanup.Wolfgang Denk2006-08-311-445/+548
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefano Babic, 31 Aug 2006
| * | | | | | | | Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-301-3/+25
| | | | | | | | |
| * | | | | | | | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk2006-08-301-1/+27
| |/ / / / / / /
| * | | | | | | Add a fix for a buggy USB device on the FO300 board.Bartlomiej Sieka2006-08-221-0/+25
| |/ / / / / /
* | | | | | | Add FPGA Altera Cyclone 2 supportStefan Roese2006-08-154-1/+346
|/ / / / / / | | | | | | | | | | | | | | | | | | Patch by Heiko Schocher, 15 Aug 2006
* | | | | | Merge with /home/sr/git/u-boot/denxWolfgang Denk2006-08-132-6/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix control-c handing in CONFIG_CMDLINE_EDITINGStefan Roese2006-08-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly pass break code back from readline. Patch by Roger Blofeld, 31 Jul 2006
| * | | | | Change "mii info" to not print an error upon missing PHY at addressStefan Roese2006-08-071-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Aug 2006
* | | | | | Merge with /home/tur/proj/usb_sticks/u-bootWolfgang Denk2006-08-072-34/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Prevent USB commands from working when USB is stopped.Bartlomiej Sieka2006-08-032-0/+10
| | | | | |
| * | | | | Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka2006-08-022-34/+54
| | | | | | | | | | | | | | | | | | | | | | | | problems with some USB storage devices. Some code readability improvements.
* | | | | | Fix CONFIG_CMDLINE_EDITING implementationStefan Roese2006-07-271-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 27 Jul 2006
* | | | | | More code cleanupWolfgang Denk2006-07-211-1/+1
| | | | | |
* | | | | | Code cleanupWolfgang Denk2006-07-211-1/+1
| | | | | |
* | | | | | Make code better readable.Wolfgang Denk2006-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Ladislav Michl, 14 Sep 2005
* | | | | | Minor code cleanup.Wolfgang Denk2006-07-211-3/+3
| | | | | |
* | | | | | Add readline cmdline-editing extensionWolfgang Denk2006-07-211-0/+417
| | | | | | | | | | | | | | | | | | | | | | | | Patch by JinHua Luo, 01 Sep 2005
* | | | | | Check argument count in "mii" command.Wolfgang Denk2006-07-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Problem pointed out by Andrew Dyer, 13 Jun 2005
* | | | | | Add support for new TQM5200 revisionsWolfgang Denk2006-07-191-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Support for TQM5200S (short version without graphic controller) - Support for modules with 'N' type S29GL128N Spansion flashes (requires changes to flash layout) - Support for MPC5200B cpu (mostly support for second SDRAM bank)
* | | | | Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.Bartlomiej Sieka2006-07-131-0/+4
| | | | |
* | | | | Major PCMCIA Cleanup to make code better readable and maintainable.Wolfgang Denk2006-07-101-3255/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: - Board-dependend code for RPXLITE and RPXCLASSIC-based boards placed to the drivers/rpx_pmcia.c file to avoid duplication. Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c). - drivers/i82365.c has been split into two parts located at board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are the only boards using CONFIG_82365). - Changes were tested for clean build and *very* *few* boards.
* | | | | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-302-3/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-302-3/+8
| | | | |
OpenPOWER on IntegriCloud