aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2011-11-07common/cmd_flash.c: Fix GCC 4.6 build warningsWolfgang Denk
2011-11-07common/cmd_i2c.c: Fix GCC 4.6 build warningWolfgang Denk
2011-11-03sandbox: Change md command to use map_physmemSimon Glass
2011-11-03common/cmd_ide.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03common/cmd_ide.c: CodingStyle cleanupWolfgang Denk
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-10-27GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut
2011-10-27GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut
2011-10-27GCC4.6: Squash warning in usb_storage.cMarek Vasut
2011-10-27GCC4.6: Squash warning in cmd_ide.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in common/usb.cMarek Vasut
2011-10-27omap: spl: fix build break due to changes in FATAneesh V
2011-10-27ARM: orion5x: reduce dependence of including platform fileLei Wen
2011-10-27arm, logbuffer: make it compilecleanHeiko Schocher
2011-10-26net: tftpput: add tftpput commandSimon Glass
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass
2011-10-26Add setenv_ulong() and setenv_addr()Simon Glass
2011-10-26Move simple_itoa to vsprintfSimon Glass
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass
2011-10-23common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck
2011-10-22hwmon: Provide dtt_init()Dirk Eibach
2011-10-22common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger
2011-10-22common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger
2011-10-22checkpatch whitespace cleanupsStephen Warren
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin
2011-10-22cmd_bdinfo: replace print_str() with print_mhz()Timur Tabi
2011-10-21removed static from images in cmd_bootm.cSimon Schwarz
2011-10-21Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2011-10-20cosmetic: Fixup fixup_silent_linux() for checkpatchDoug Anderson
2011-10-18fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu
2011-10-17sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass
2011-10-17sandbox: Disable built-in mallocSimon Glass
2011-10-17sandbox: Add bootm supportSimon Glass
2011-10-17sandbox: Add board info for architectureSimon Glass
2011-10-17Fix use of int as pointer in image.cSimon Glass
2011-10-17Add pxe commandJason Hobbs
2011-10-17Replace space and tab checks with isblankJason Hobbs
2011-10-17cosmetic: remove unneeded curly bracesJason Hobbs
2011-10-17common: add run_command2 for running simple or hush commandsJason Hobbs
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs
2011-10-17Add generic, reusable menu codeJason Hobbs
2011-10-15common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck
2011-10-15fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi
2011-10-15fdt: check for fdt errors in fdt_create_phandleTimur Tabi
2011-10-09common/usb.c: fix warning: variable ... set but not usedWolfgang Denk
2011-10-09common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk
2011-10-09CFI: fix warning: variable ... set but not usedWolfgang Denk
2011-10-09cmd_time: add time commandChe-liang Chiou