aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-11-07common/cmd_flash.c: Fix GCC 4.6 build warningsWolfgang Denk1-4/+4
2011-11-07common/cmd_i2c.c: Fix GCC 4.6 build warningWolfgang Denk1-3/+1
2011-11-03sandbox: 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-27GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut1-2/+0
2011-10-27GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut1-13/+13
2011-10-27GCC4.6: Squash warning in usb_storage.cMarek Vasut1-3/+4
2011-10-27GCC4.6: Squash warning in cmd_ide.cMarek Vasut1-1/+1
2011-10-27GCC4.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-23mkimage: adding support for Davinci AIS imageStefano Babic1-4/+5
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass1-0/+20
2011-10-23common: 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-21removed static from images in cmd_bootm.cSimon Schwarz1-1/+1
2011-10-21Merge 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-17sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass2-5/+5
2011-10-17sandbox: Disable built-in mallocSimon Glass1-0/+2
2011-10-17sandbox: Add bootm supportSimon Glass1-4/+3
2011-10-17sandbox: Add board info for architectureSimon Glass1-4/+30
2011-10-17Fix use of int as pointer in image.cSimon Glass1-2/+2
2011-10-17Add pxe commandJason Hobbs3-0/+1358
2011-10-17Replace space and tab checks with isblankJason Hobbs2-6/+8
2011-10-17cosmetic: remove unneeded curly bracesJason Hobbs1-4/+2
2011-10-17common: add run_command2 for running simple or hush commandsJason Hobbs2-30/+28
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs2-10/+40
2011-10-17Add generic, reusable menu codeJason Hobbs2-0/+394
2011-10-15common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck1-0/+6
2011-10-15fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi1-5/+2
2011-10-15fdt: check for fdt errors in fdt_create_phandleTimur Tabi1-2/+9
2011-10-09common/usb.c: fix warning: variable ... set but not usedWolfgang Denk1-7/+13
2011-10-09common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk1-2/+1
2011-10-09CFI: fix warning: variable ... set but not usedWolfgang Denk1-2/+7
2011-10-09cmd_time: add time commandChe-liang Chiou2-0/+91