summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2006-10-20Cleanup compile warnings. Prepare for release 1.1.5v1.1.5U-Boot-1_1_5Wolfgang Denk
2006-10-20MCC200: Fix uninitialized variable problem in LCD driverWolfgang Denk
2006-10-20Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese
Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006
2006-10-20Coding style cleanupWolfgang Denk
2006-10-12Fix spelling; minor code cleanup.Wolfgang Denk
2006-10-11Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese
Patch by Guido Classen, 10 Oct 2006
2006-10-10* Several improvements to the new NAND subsystem:Stefan Roese
- 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-10-09Merge with /home/sr/git/u-boot/avr32Wolfgang Denk
2006-10-09Define IH_CPU_AVR32Stefan Roese
Make it possible to generate AVR32 uImage files with mkimage and make cmd_bootm recognize them. Patch by Haavard Skinnemoen, 22 Sep 2006
2006-10-09Fix buffer overflow problem in ft_build.cWolfgang Denk
Patch by Fredrik Roubert, 09 Oct 2006
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-09Coding style cleanupWolfgang Denk
2006-09-13Merge with /home/sr/git/u-boot/denxWolfgang Denk
2006-09-13Fix alignment problem in "mtdparts" commandWolfgang Denk
2006-09-12Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese
Patch by Stefan Roese, 12 Sep 2006
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese
- 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-09-04Merge with /home/m8/git/u-bootWolfgang Denk
2006-09-03Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz
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.
2006-09-01Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel
Also bumped up ABI version to reflect this change.
2006-08-31Coding Style cleanup.Wolfgang Denk
Patch by Stefano Babic, 31 Aug 2006
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk
2006-08-30Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk
2006-08-22Add a fix for a buggy USB device on the FO300 board.Bartlomiej Sieka
2006-08-13Merge with /home/sr/git/u-boot/denxWolfgang Denk
2006-08-07Merge with /home/tur/proj/usb_sticks/u-bootWolfgang Denk
2006-08-07Fix control-c handing in CONFIG_CMDLINE_EDITINGStefan Roese
Properly pass break code back from readline. Patch by Roger Blofeld, 31 Jul 2006
2006-08-07Change "mii info" to not print an error upon missing PHY at addressStefan Roese
Patch by Stefan Roese, 07 Aug 2006
2006-08-03Prevent USB commands from working when USB is stopped.Bartlomiej Sieka
2006-08-02Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka
problems with some USB storage devices. Some code readability improvements.
2006-07-27Fix CONFIG_CMDLINE_EDITING implementationStefan Roese
Patch by Stefan Roese, 27 Jul 2006
2006-07-21More code cleanupWolfgang Denk
2006-07-21Code cleanupWolfgang Denk
2006-07-21Make code better readable.Wolfgang Denk
Patch by Ladislav Michl, 14 Sep 2005
2006-07-21Minor code cleanup.Wolfgang Denk
2006-07-21Add readline cmdline-editing extensionWolfgang Denk
Patch by JinHua Luo, 01 Sep 2005
2006-07-21Check argument count in "mii" command.Wolfgang Denk
Problem pointed out by Andrew Dyer, 13 Jun 2005
2006-07-19Add support for new TQM5200 revisionsWolfgang Denk
- 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)
2006-07-13Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.Bartlomiej Sieka
2006-07-10Major PCMCIA Cleanup to make code better readable and maintainable.Wolfgang Denk
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.
2006-06-30Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz
2006-06-16Add support for gth2 boardWolfgang Denk
Patch by Thomas Lange, Aug 11 2005
2006-06-16Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk
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-30* Update Intel IXP4xx supportWolfgang Denk
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
2006-05-15Fix PCMCIA support on virtlab2Wolfgang Denk
2006-05-12Cleanup compile warning.Wolfgang Denk
2006-05-12Add support for VirtLab2 boardWolfgang Denk
(needed because of differences in the PCMCIA hardware).
2006-05-10Fix compile warnings in common/xyzModem.cStefan Roese
Patch by Stefan Roese, 10 May 2006
2006-05-09Merge with /home/m8/git/u-bootWolfgang Denk