summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-0659-246/+250
|\
| * Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-08-066-38/+113
| |\
| | * Merge branch 'testing' into workingAndy Fleming2007-08-0359-246/+248
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG fs/fat/fat.c include/configs/MPC8560ADS.h include/configs/pcs440ep.h net/eth.c
| * | | Add functions to list of exported functionsMartin Krause2007-08-061-0/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Additionally export the following fuctions (to make trab_config build again): - simple_strtol() - strcmp() Also bump the ABI version to reflect this change Signed-off-by: Martin Krause <martin.krause@tqs.de>
| * | Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese2007-07-112-4/+3
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-1035-67/+69
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger2007-07-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of the choices for CONFIG_BOOTP_ are now documented in the README file. You must now individually select exactly the set that you want using a series of #define CONFIG_BOOTP_<x> statements in the board port config files now. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0812-19/+19
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-0811-23/+22
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-0814-78/+60
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-0822-63/+61
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0413-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0425-71/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0421-50/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | make show_boot_progress () weak.Heiko Schocher2007-07-137-150/+110
| |/ |/| | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | Merge with /home/hs/Atronic/u-bootWolfgang Denk2007-07-096-38/+113
|\ \ | |/ |/|
| * [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-226-38/+113
| | | | | | | | | | | | | | | | | | | | | | | | - Show on the Status LEDs, some States of the board. - Get the MAC addresses from the EEProm - use PREBOOT - use the CF on the board. - check the U-Boot image in the Flash with a SHA1 checksum. - use dynamic TLB entries generation for the SDRAM Signed-off-by: Heiko Schocher <hs@denx.de>
* | Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-07-033-7/+719
|\ \
| * | Fix S-ATA support.Mushtaq Khan2007-06-301-4/+4
| | | | | | | | | | | | Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
| * | Merge with /home/git/u-bootWolfgang Denk2007-05-172-1/+418
| |\ \
| * | | Minor coding style cleanup.Wolfgang Denk2007-05-151-25/+27
| | | |
| * | | Add driver for S-ATA-controller on Intel processors with Southmushtaq khan2007-05-152-2/+712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bridge, ICH-5, ICH-6 and ICH-7. Implementation: 1. Code is divided in to two files. All functions, which are controller specific are kept in "drivers/ata_piix.c" file and functions, which are not controller specific, are kept in "common/cmd_sata.c" file. 2. Reading and Writing from the S-ATA drive is done using PIO method. 3. Driver can be configured for 48-bit addressing by defining macro CONFIG_LBA48, if this macro is not defined driver uses the 28-bit addressing. 4. S-ATA read function is hooked to the File system, commands like ext2ls and ext2load file can be used. This has been tested. 5. U-Boot command "SATA_init" is added, which initializes the S-ATA controller and identifies the S-ATA drives connected to it. 6. U-Boot command "sata" is added, which is used to read/write, print partition table and get info about the drives present. This I have implemented in same way as "ide" command is implemented in U-Boot. 7. This driver is for S-ATA in native mode. 8. This driver does not support the Native command queuing and Hot-plugging. Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
| * | | Merge with /home/git/u-bootWolfgang Denk2007-05-051-1/+1
| |\ \ \
| * \ \ \ Merge with git://www.denx.de/git/u-boot-testingWolfgang Denk2007-05-053-47/+16
| |\ \ \ \
| | * | | | [PATCH] simplify silent consoleLadislav Michl2007-04-252-46/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Stefan Roese <sr@denx.de>
| | * | | | Fix file modeStefan Roese2007-04-231-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-231-2/+2
| | |\ \ \ \
| | * | | | | [patch] setenv(...) can delete environmentalvariablesJeffrey Mann2007-04-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update setenv() function so that entering a NULL value for the variable's value will delete the environmental variable Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> Acked-by: Stefan Roese <sr@denx.de>
* | | | | | | Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk2007-06-222-3/+3
| | | | | | |
* | | | | | | Adapt log buffer code to support Linux 2.6Igor Lisitsin2007-06-221-45/+71
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new environment variable, "logversion", selects the log buffer behaviour. If it is not set or set to a value other than 2, then the old, Linux 2.4.4, behaviour is selected. Signed-off-by: Igor Lisitsin <igor@emcraft.com> --
* | | | | | Change 'repeatable' attribute of some commands to sensible values.Detlev Zundel2007-06-123-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most prominently this changes 'erase' to be non-repeatable. Signed-off-by: Detlev Zundel <dzu@denx.de>
* | | | | | Fix 'run' not to continue after interrupted commandDetlev Zundel2007-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Detlev Zundel <dzu@denx.de>
* | | | | | Fix config problems on SC3 board; make ide_reset_timeout work.Wolfgang Denk2007-06-081-2/+2
| | | | | |
* | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-armWolfgang Denk2007-06-061-0/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-05-182-1/+418
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | New board SMN42 branchPeter Pearse2007-05-091-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-05-281-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix: Add missing NULL termination in strings expanded by macros parser.Bartlomiej Sieka2007-05-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
* | | | | | Fix compile problem cause my Microblaze mergeStefano Babic2007-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
* | | | | | add: reading special purpose registersMichal Simek2007-05-081-10/+33
| | | | | |
* | | | | | add: FSL control read and writeMichal Simek2007-05-081-72/+195
| | | | | |
* | | | | | Merge git://www.denx.de/git/u-bootMichal Simek2007-05-0811-106/+1144
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
| * | | | | [PATCH] simplify silent consoleLadislav Michl2007-05-052-40/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Stefan Roese <sr@denx.de>
| * | | | | [patch] setenv(...) can delete environmentalvariablesJeffrey Mann2007-05-051-1/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update setenv() function so that entering a NULL value for the variable's value will delete the environmental variable Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> Acked-by: Stefan Roese <sr@denx.de>
| * | | | Fix initrd length corruption in bootm command.Wolfgang Denk2007-05-041-2/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using FDT Images, the length of an inital ramdisk was overwritten (bug introduced by commit 87a449c8, 22 Aug 2006). Patches by Timur Tabi & Johns Daniel. Signed-off-by: Wolfgang Denk <wd@denx.de>
| * | | Fix serious pointer bug with bootm and reserve map.Gerald Van Baren2007-04-191-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | What was suppose to be a stack variable was declared as a pointer, overwriting random memory. Also moved the libfdt.a requirement into the main Makefile. That is The U-Boot Way.
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-fdtWolfgang Denk2007-04-184-280/+428
| |\ \
| | * \ Merge git://www.denx.de/git/u-boot into fdt-cmdGerald Van Baren2007-04-141-6/+7
| | |\ \
| | * | | Improve the bootm command for CONFIG_OF_LIBFDTGerald Van Baren2007-04-142-13/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In bootm, create the "/chosen" node only if it doesn't already exist (better matches the previous behavior). Update for proper reserved memory map handling for initrd.
| | * | | Moved fdt command support code to fdt_support.cGerald Van Baren2007-04-064-272/+356
| | | | | | | | | | | | | | | | | | | | | | | | | ...in preparation for improving the bootm command's handling of fdt blobs. Also cleaned up some coding sloppiness.
OpenPOWER on IntegriCloud