summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* Revert "sandbox: Change md command to use map_physmem"Kumar Gala2011-11-16-7/+2
* common: tsi148 - fix gcc 4.6 compiler warningKim Phillips2011-11-16-5/+2
* common/cmd_universe.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-16-3/+1
* common/cmd_fdc.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-16-12/+17
* Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2011-11-16-9/+13
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2011-11-16-9/+13
| |\
| | * font: split font data from video_font.hChe-Liang Chiou2011-11-15-0/+1
| | * tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou2011-11-15-0/+1
| | * lcd: add clear and draw bitmap declarationChe-Liang Chiou2011-11-15-9/+11
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2011-11-16-4/+9
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-11-16-4/+9
| |\ \
| | * | GCC4.6: Fix common/usb.c on xscaleMarek Vasut2011-11-15-4/+9
| | |/
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2011-11-16-4/+4
|\ \ \ | |/ /
| * | Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black2011-11-13-2/+2
| * | Add some missing endian conversions in fdt_support.cGabe Black2011-11-13-2/+2
| |/
* | env: allow to export only selected variablesWolfgang Denk2011-11-08-23/+32
|/
* common/cmd_flash.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-07-4/+4
* common/cmd_i2c.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-07-3/+1
* sandbox: Change md command to use map_physmemSimon Glass2011-11-03-2/+7
* common/cmd_ide.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-03-2/+0
* common/cmd_ide.c: CodingStyle cleanupWolfgang Denk2011-11-03-840/+874
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-28-7/+2
|\
| * omap: spl: fix build break due to changes in FATAneesh V2011-10-27-0/+1
| * ARM: orion5x: reduce dependence of including platform fileLei Wen2011-10-27-6/+0
| * arm, logbuffer: make it compilecleanHeiko Schocher2011-10-27-1/+1
* | GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut2011-10-27-2/+0
* | GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut2011-10-27-13/+13
* | GCC4.6: Squash warning in usb_storage.cMarek Vasut2011-10-27-3/+4
* | GCC4.6: Squash warning in cmd_ide.cMarek Vasut2011-10-27-1/+1
* | GCC4.6: Squash warnings in common/usb.cMarek Vasut2011-10-27-14/+7
|/
* net: tftpput: add tftpput commandSimon Glass2011-10-26-0/+23
* tftpput: add save_addr and save_size global variablesSimon Glass2011-10-26-0/+2
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-26-8/+8
* Add setenv_ulong() and setenv_addr()Simon Glass2011-10-26-0/+30
* Move simple_itoa to vsprintfSimon Glass2011-10-26-15/+0
* mkimage: adding support for Davinci AIS imageStefano Babic2011-10-23-4/+5
* Add getenv_ulong() to read an integer from an environment variableSimon Glass2011-10-23-0/+20
* common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck2011-10-23-1/+2
* hwmon: Provide dtt_init()Dirk Eibach2011-10-22-9/+33
* common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger2011-10-22-2/+2
* common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger2011-10-22-2/+2
* checkpatch whitespace cleanupsStephen Warren2011-10-22-870/+946
* nds32: common bdinfo, bootm, image supportMacpaul Lin2011-10-22-0/+26
* cmd_bdinfo: replace print_str() with print_mhz()Timur Tabi2011-10-22-37/+35
* removed static from images in cmd_bootm.cSimon Schwarz2011-10-21-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-10-21-1/+59
|\
| * fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu2011-10-18-1/+59
* | cosmetic: Fixup fixup_silent_linux() for checkpatchDoug Anderson2011-10-20-12/+13
|/
* sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass2011-10-17-5/+5
* sandbox: Disable built-in mallocSimon Glass2011-10-17-0/+2