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