summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add support for gth2 boardWolfgang Denk2006-06-161-1/+6
| | | | | | | | Patch by Thomas Lange, Aug 11 2005
* | Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk2006-06-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | * Update Intel IXP4xx supportWolfgang Denk2006-05-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | - 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.]
* | Fix PCMCIA support on virtlab2Wolfgang Denk2006-05-151-0/+7
| |
* | Cleanup compile warning.Wolfgang Denk2006-05-121-0/+2
| |
* | Add support for VirtLab2 boardWolfgang Denk2006-05-121-2/+171
| | | | | | | | (needed because of differences in the PCMCIA hardware).
* | Fix compile warnings in common/xyzModem.cStefan Roese2006-05-101-6/+9
| | | | | | | | Patch by Stefan Roese, 10 May 2006
* | Merge with /home/m8/git/u-bootWolfgang Denk2006-05-091-1/+2
|\ \
| * | Add M5271EVB board support.Marian Balakowicz2006-05-091-1/+2
| | |
* | | Declare load_serial_ymodem() when using CFG_CMD_LOADB.Wolfgang Denk2006-05-021-1/+4
|/ / | | | | | | Patch by Jon Loeliger, 01. May 2006
* | Some code cleanupWolfgang Denk2006-04-163-263/+270
| |
* | Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-04-161-8/+7
|\ \
| * | Fixes common/cmd_flash.c:Heiko Schocher2006-04-111-8/+7
| | | | | | | | | | | | | | | | | | | | | - fix some compiler/parser error, if using m68k tool chain - optical fix for protect on/off all messages, if using more then one bank Patch by Jens Scharsig, 28 July 2005
* | | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-121-4/+26
|\ \ \ | |/ / |/| |
| * | Remove dependencies between DoC code and old legacy NAND driver.Marian Balakowicz2006-04-051-4/+26
| | | | | | | | | | | | | | | | | | Necessary defines and data structures were copied to DoC specific files so that legacy NAND code could be entirely removed from u-boot tree in the near future.
* | | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-061-2/+3
|\ \ \
| * | | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-011-2/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Intel legacy lock/unlock support to common CFI driver On some Intel flash's (e.g. Intel J3) legacy unlocking is supported, meaning that unlocking of one sector will unlock all sectors of this bank. Using this feature, unlocking of all sectors upon startup (via env var "unlock=yes") will get much faster. - Fixed problem with multiple reads of envronment variable "unlock" as pointed out by Reinhard Arlt & Anders Larsen. - Removed unwanted linefeeds from "protect" command when CFG_FLASH_PROTECTION is enabled. - Changed p3p400 board to use CFG_FLASH_PROTECTION Patch by Stefan Roese, 01 Apr 2006 * Changes/fixes for drivers/cfi_flash.c: - Correctly handle the cases where CFG_HZ != 1000 (several XScale-based boards) - Fix the timeout calculation of buffered writes (off by a factor of 1000) Patch by Anders Larsen, 31 Mar 2006
* | | * Add support for ymodem protocol downloadWolfgang Denk2006-04-014-13/+938
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefano Babic, 29 Mar 2006 * Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000 Merge with /home/mk/8-benq/u-boot
| * | | Add support for ymodem protocol (loady command).Markus Klotzbuecher2006-03-304-14/+938
| | | | | | | | | | | | | | | | Patch by Stefano Babic, 29 Mar 2006
* | | | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-3128-454/+362
|/ / /
* | | Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2006-03-2410-53/+99
|\ \ \ | |/ /
| * | Change max size of uncompressed uImage's to 8MByte and addStefan Roese2006-03-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006
| * | Change the sequence of events in soft_i2c.c:send_ack() to keep fromWolfgang Denk2006-03-131-4/+1
| | | | | | | | | | | | | | | incorrectly generating start/stop conditions on the bus. Patch by Andrew Dyer, 26 Jul 2005
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2006-03-122-17/+48
| |\ \
| | * | Add support for passing initrd information via flat device treeKumar Gala2006-01-112-9/+18
| | | | | | | | | | | | | | | | Patch by Kumar Gala 11 Jan 2006
| | * | Added OF_STDOUT_PATH and OF_SOCKumar Gala2006-01-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OF_STDOUT_PATH specifies the path to the device the kernel can use for console output OF_SOC specifies the proper name of the SOC node if one exists. Patch by Kumar Gala 11 Jan 2006
| | * | Allow board code to fixup the flat device tree before booting aKumar Gala2006-01-111-1/+4
| | | | | | | | | | | | | | | | | | | | kernel Patch by Kumar Gala 11 Jan 2006
| | * | Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala2006-01-111-7/+23
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
| * | Adjust "echo" as a default commandWolfgang Denk2006-03-121-0/+4
| | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005
| * | Coding Style cleanupWolfgang Denk2006-03-121-1/+1
| | |
| * | Avoid dereferencing NULL in find_cmd() if no valid commands were foundWolfgang Denk2006-03-121-3/+6
| | | | | | | | | | | | Patch by Andrew Dyer, 13 Jun 2005
| * | Add ADI Blackfin supportWolfgang Denk2006-03-121-0/+2
| | | | | | | | | | | | | | | | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
| * | Add loads of ntohl() in image header handlingWolfgang Denk2006-03-125-17/+17
| | | | | | | | | | | | Patch by Steven Scholz, 10 Jun 2005
| * | Fix comment in common/soft_i2c.cWolfgang Denk2006-03-121-1/+4
| | | | | | | | | | | | Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005
| * | Some code cleanup for GCC 4.xWolfgang Denk2006-03-111-6/+6
| | |
* | | Support for redundant environment in NAND Flash.Markus Klotzbuecher2006-03-201-13/+102
|/ /
* | Some minor fixes to environment in NAND code.Markus Klotzbuecher2006-03-082-3/+7
| |
* | Minor code cleanupWolfgang Denk2006-03-061-2/+0
| |
* | Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-056-1941/+451
| | | | | | | | | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
* | Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-244-11/+387
|\ \ | |/ |/|
| * * Add hook to NAND erase and implement nand_wait function.Wolfgang Denk2005-11-021-1/+1
| | | | | | | | | | | | Patch by Mike Rapoport, 01 Nov 2005 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
| * Update of new NAND codeWolfgang Denk2005-09-143-281/+2142
| | | | | | | | Patch by Ladislav Michl, 13 Sep 2005
| * Merge with testing-NAND (Rewrite of NAND code)Wolfgang Denk2005-08-171-1763/+277
| |\
| | * Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-171-1762/+277
| | | | | | | | | | | | Patch by Ladislav Michl, 29 Jun 2005
OpenPOWER on IntegriCloud