summaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeLines
* Support for FDT in uImage format, error when using FDT from flashMatthew McClintock2006-08-22-5/+65
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Unlock cache before kernel starts up for MPC86xxHaiying Wang2006-08-17-2/+2
|
* Merge branch 'mpc85xx'Jon Loeliger2006-08-09-247/+126
|\ | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| * * Patch to modify ft_build.c to update flat device trees in place Patch by ↵Matthew McClintock2006-08-09-238/+105
| | | | | | | | Matthew McClintock 26-June-2006
| * * Modify bootm command to support booting with flat device trees Patch by ↵Matthew McClintock2006-08-09-14/+26
| | | | | | | | Matthew McClintock 26-June-2006
* | Merge branch 'wd'Jon Loeliger2006-08-09-3300/+650
|\ \
| * \ Merge with /home/tur/proj/usb_sticks/u-bootWolfgang Denk2006-08-07-34/+64
| |\ \
| | * | Prevent USB commands from working when USB is stopped.Bartlomiej Sieka2006-08-03-0/+10
| | | |
| | * | Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka2006-08-02-34/+54
| | | | | | | | | | | | | | | | problems with some USB storage devices. Some code readability improvements.
| * | | Fix CONFIG_CMDLINE_EDITING implementationStefan Roese2006-07-27-2/+9
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 27 Jul 2006
| * | | More code cleanupWolfgang Denk2006-07-21-1/+1
| | | |
| * | | Code cleanupWolfgang Denk2006-07-21-1/+1
| | | |
| * | | Make code better readable.Wolfgang Denk2006-07-21-1/+1
| | | | | | | | | | | | | | | | Patch by Ladislav Michl, 14 Sep 2005
| * | | Minor code cleanup.Wolfgang Denk2006-07-21-3/+3
| | | |
| * | | Add readline cmdline-editing extensionWolfgang Denk2006-07-21-0/+417
| | | | | | | | | | | | | | | | Patch by JinHua Luo, 01 Sep 2005
| * | | Check argument count in "mii" command.Wolfgang Denk2006-07-21-0/+5
| | | | | | | | | | | | | | | | Problem pointed out by Andrew Dyer, 13 Jun 2005
| * | | Add support for new TQM5200 revisionsWolfgang Denk2006-07-19-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-13-0/+4
| | |
| * | Major PCMCIA Cleanup to make code better readable and maintainable.Wolfgang Denk2006-07-10-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-30-3/+8
| |\ \ | | |/ | |/|
| | * Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-3/+8
| | |
| * | Add support for gth2 boardWolfgang Denk2006-06-16-1/+6
| | | | | | | | | | | | Patch by Thomas Lange, Aug 11 2005
| * | Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk2006-06-16-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.
* | | Merge branch 'mpc86xx'Jon Loeliger2006-07-13-2/+67
|\ \ \
| * | | Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-13-1/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt. U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero). If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
| * | | Fixed initrd issue by define big RAMJin Zhengxiong2006-07-13-1/+0
| | | | | | | | | | | | | | | | Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-07-0/+1
|\ \ \ \ | |/ / /
| * | | We made a u-boot patch to fix the hang up issueJason Jin2006-07-07-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | when booting filesystem from ramdisk. Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-07-1/+1
|\ \ \ \ | |/ / /
| * | | Allow args on reset command.Haiying Wang2006-05-26-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
* | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-06-07-8/+192
|\ \ \ \ | | |/ / | |/| |
| * | | * Update Intel IXP4xx supportWolfgang Denk2006-05-30-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-15-0/+7
| | | |
| * | | Cleanup compile warning.Wolfgang Denk2006-05-12-0/+2
| | | |
| * | | Add support for VirtLab2 boardWolfgang Denk2006-05-12-2/+171
| | | | | | | | | | | | | | | | (needed because of differences in the PCMCIA hardware).
| * | | Fix compile warnings in common/xyzModem.cStefan Roese2006-05-10-6/+9
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 10 May 2006
* | | | Merge branch 'mpc86xx'Jon Loeliger2006-05-10-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-10-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
* | | | Merge branch 'mpc86xx'Jon Loeliger2006-05-09-5/+5
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-5/+5
| | |
* | | Merge with /home/m8/git/u-bootWolfgang Denk2006-05-09-1/+2
|\ \ \
| * | | Add M5271EVB board support.Marian Balakowicz2006-05-09-1/+2
| |/ /
* | | Declare load_serial_ymodem() when using CFG_CMD_LOADB.Wolfgang Denk2006-05-02-1/+4
|/ / | | | | | | Patch by Jon Loeliger, 01. May 2006
* | Some code cleanupWolfgang Denk2006-04-16-263/+270
| |
* | Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-04-16-8/+7
|\ \
| * | Fixes common/cmd_flash.c:Heiko Schocher2006-04-11-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-12-4/+26
|\ \ \ | |/ / |/| |
| * | Remove dependencies between DoC code and old legacy NAND driver.Marian Balakowicz2006-04-05-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-06-2/+3
|\ \ \
| * | | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-01-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