summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* | | [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.cDenis Peter2007-04-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fix bug introduced by "Fix get_partition_info() parameter error in all other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented to use diskboot or scsiboot form another device than 0. Signed-off-by: Denis Peter <d.peter@mpl.ch>
* | | [PATCH] Fix use of "void *" for block dev read/write buffer pointersGreg Lopp2007-04-131-3/+3
| |/ |/| | | | | | | Signed-of-by: Greg Lopp <lopp@pobox.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
* | Update for SC3 boardWolfgang Denk2007-04-111-6/+7
|/ | | | | | * Make IDE timeout configurable through ide_reset_timeout variable. * Use Newline as "password" string * Use just a single partition in NAND flash
* Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-04-042-4/+3
|\
| * Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-03-311-17/+18
| |\
| * | i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is definedStefan Roese2007-03-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | The "old" i2c commands (iprobe, imd...) are now compiled in again, even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE config option. Signed-off-by: Stefan Roese <sr@denx.de>
| * | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-241-2/+2
| |\ \
| | * | [PATCH] Clean up 40EZ/Acadia supportStefan Roese2007-03-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch cleans up all the open issue of the preliminary Acadia support. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-04-041-0/+26
|\ \ \ \
| * | | | Support for XUPV2P boardMichal Simek2007-03-261-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Reset support BSP autoconfig support
| * | | | [Microblaze][PATCH] part 2Michal Simek2007-03-112-0/+34
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
* | | | Fix some minor whitespace violations.Gerald Van Baren2007-03-311-1/+1
| | | |
* | | | Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren2007-03-312-11/+56
| | | | | | | | | | | | | | | | Modifications to the existing code to support the new fdt command.
* | | | Add a flattened device tree (fdt) command (1 of 2)Gerald Van Baren2007-03-311-0/+874
| |_|/ |/| | | | | | | | | | | | | | The fdt command uses David Gibson's libfdt library to manipulate as well as print the flattened device tree. This patch is the new command, the second part is the modifications to the existing code.
* | | Code cleanup / re-insert previous Copyright entries.Wolfgang Denk2007-03-221-18/+18
| | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | Merge http://www.denx.de/git/u-bootAubrey Li2007-03-191-20/+22
|\ \ \ | | |/ | |/|
| * | [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modulesMatthias Fuchs2007-03-081-0/+2
| | | | | | | | | | | | Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
| * | [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is definedMatthias Fuchs2007-03-081-20/+20
| |/ | | | | | | Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
* | [Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li2007-03-091-1/+2
|/
* Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-02-2011-446/+42
|\
| * [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write ↵Grant Likely2007-02-203-8/+8
| | | | | | | | | | | | | | | | | | buffer pointers Block device read/write is anonymous data; there is no need to use a typed pointer. void * is fine. Also add a hook for block_read functions Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely2007-02-202-266/+1
| | | | | | | | | | | | | | | | The code in this file is not a command; it is a device driver. Put it in the correct place. There are zero functional changes in this patch, it only moves the file. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)Grant Likely2007-02-201-149/+146
| | | | | | | | | | | | | | | | | | | | | | This patch is in preparation of additional changes to the sysace driver. May as well take this opportunity to fixup the inconsistent whitespace since this file is about to undergo major changes anyway. There are zero functional changes in this patch. It only cleans up the the whitespace. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * [PATCH 4_4] Remove local implementation of isprint() in ft_build.cGrant Likely2007-02-201-5/+1
| | | | | | | | | | | | isprint is already defined in ctype.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * [PATCH 3_9] Move buffer print code from md command to common functionGrant Likely2007-02-201-51/+14
| | | | | | | | | | | | | | Printing a buffer is a darn useful thing. Move the buffer print code into print_buffer() in lib_generic/ Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-207-113/+18
| | | | | | | | | | | | | | Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | [PATCH] I2C: Add support for multiple I2C busses for RTC & DTTStefan Roese2007-02-202-4/+22
|/ | | | | | | | This patch switches to the desired I2C bus when the date/dtt commands are called. This can be configured using the CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines. Signed-off-by: Stefan Roese <sr@denx.de>
* Undo commit 3033ebb2: reset command does not take any argumentsWolfgang Denk2007-01-131-1/+1
| | | | | | Haiying Wang's modification to the reset command was broken, undo it. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Fix to make the baudrate changes immediate for the MCF52x2 family.Bartlomiej Sieka2006-12-201-1/+1
|
* Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka2006-12-201-0/+1
|
* Code cleanup.Wolfgang Denk2006-11-301-140/+144
|
* Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-301-80/+174
|\
| * Merge http://www.denx.de/git/u-bootKim Phillips2006-11-287-41/+393
| |\
| * | mpc83xx: Miscellaneous code style fixesTimur Tabi2006-11-281-130/+75
| | | | | | | | | | | | | | | | | | Implement various code style fixes and similar changes. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | Add support for multiple I2C busesBen Warren2006-11-031-5/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, Attached is a patch providing support for multiple I2C buses at the command level. The second part of the patch includes an implementation for the MPC834x CPU and MPC8349EMDS board. /*** Note: This patch replaces ticket DNX#2006083042000018 ***/ Signed-off-by: Ben Warren <bwarren@qstreams.com> Overview: 1. Include new 'i2c' command (based on USB implementation) using CONFIG_I2C_CMD_TREE. 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that the commands to change bus number and speed are only available under the new 'i2c' command mentioned in the first bullet. 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form of an array of bus-device pairs. Otherwise, it is an array of uchar. CHANGELOG: Added new 'i2c' master command for all I2C interaction. This is conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for setting I2C bus speed as well as changing the active bus if the board has more than one (conditionally compiled with CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses. Updated README. regards, Ben
* | | [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx commandStefan Roese2006-11-291-7/+5
| |/ |/| | | | | | | | | | | | | | | In the bootvx command the load address was only read from the env variable "loadaddr" and not optionally passed as paramter as described in the help. This is fixed with this patch. The behaviour is now the same as in the bootelf command. Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-275-9/+354
|\ \
| * \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-1015-491/+935
| |\ \
| * | | 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
| |\ \ \
| * | | | Add FPGA Altera Cyclone 2 supportStefan Roese2006-08-154-1/+346
| | | | | | | | | | | | | | | | | | | | Patch by Heiko Schocher, 15 Aug 2006
* | | | | [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernelStefan Roese2006-11-271-32/+22
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch allows an arch/ppc kernel to be booted by just passing 1 or 2 arguments to bootm. It removes the getenv("disable_of") test that used to be used for this purpose. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Jon Loeliger <jdl@freescale.com>
OpenPOWER on IntegriCloud