summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common/Makefile: create others group for non core, environment and command filesJean-Christophe PLAGNIOL-VILLARD2008-11-021-2/+5
* Consolidate MAX/MIN definitionsAndy Fleming2008-11-022-8/+0
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-11-021-6/+0
* fdt_resize(): ensure minimum paddingPeter Korsgaard2008-10-301-2/+5
* NAND: Align right column of the shorthelp with other commands.Scott Wood2008-10-291-1/+1
* bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala2008-10-291-0/+20
* bootm: Add subcommandsKumar Gala2008-10-291-1/+167
* bootm: Move to using a function pointer table for the boot os functionKumar Gala2008-10-291-37/+31
* Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2008-10-281-80/+20
|\
| * lcd: Let the board code show board-specific infoHaavard Skinnemoen2008-10-271-79/+5
| * lcd: Set lcd_is_enabled before clearing the screenHaavard Skinnemoen2008-10-251-1/+1
| * lcd: Implement lcd_printf()Haavard Skinnemoen2008-10-251-0/+14
* | fdt: Added helper to set PCI dma-ranges propertyKumar Gala2008-10-241-0/+69
* | fdt: Add fdt_getprop_u32_default helpersKumar Gala2008-10-241-0/+27
|/
* Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher2008-10-2162-647/+1343
|\
| * Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala2008-10-181-0/+7
| * rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-1859-598/+598
| * Expose command table search for sub-commandsKumar Gala2008-10-181-4/+10
| * hush: add showvar command for hush shell.Heiko Schocher2008-10-182-8/+56
| * I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher2008-10-181-0/+267
| * I2C: add new command i2c reset.Heiko Schocher2008-10-181-0/+9
| * CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.crichardretanubun2008-10-181-2/+2
| * FIT: output image load address for type 'firmware', fix message while thereBartlomiej Sieka2008-10-181-3/+9
| * Automatic software update from TFTP serverBartlomiej Sieka2008-10-183-0/+323
| * flash: factor out adjusting of Flash address to the end of sectorBartlomiej Sieka2008-10-181-33/+42
| * Adds two more ethernet interface to 83xxrichardretanubun2008-10-183-0/+26
| * cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUSPeter Tyser2008-10-141-4/+4
| * cmd_spi: remove broken signed casting for displayMike Frysinger2008-10-141-2/+1
| * strings cmd: drop old CONFIG_CFG_STRINGS defineMike Frysinger2008-10-141-4/+0
| * Fix lzma uncompress call (image_start wrongly used instead image_len)Luigi 'Comio' Mantellini2008-10-131-1/+1
* | fix USB initialisation procedureRemy Bohmer2008-10-141-28/+28
* | USB layer of U-Boot causes USB protocol errors while using USB memory sticksRemy Bohmer2008-09-171-20/+30
* | Refactoring parts of the common USB OHCI codeRemy Bohmer2008-09-171-236/+306
* | Fix for USB sticks not working on ARM while using GCC 4.x compilersRemy Bohmer2008-09-171-27/+46
|/
* powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher2008-09-132-4/+3
* Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini2008-09-132-0/+24
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-1011-133/+133
* nvedit: rename error comment to CONFIG_ENV_IS_IN_Jean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* cmd_mem: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-5/+1
* move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD2008-09-106-36/+24
* env_flash: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-6/+1
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-102-3/+3
* rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2008-09-102-3/+3
* env_nowhere: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-6/+1
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-103-6/+6
* env_sf: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-6/+1
* rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-103-4/+4
* env_onenand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-6/+1
* rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENANDJean-Christophe PLAGNIOL-VILLARD2008-09-102-3/+3
* env_nvram: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-8/+3
OpenPOWER on IntegriCloud