summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common/cmd_ide.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-031-2/+0
* common/cmd_ide.c: CodingStyle cleanupWolfgang Denk2011-11-031-840/+874
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-283-7/+2
|\
| * omap: spl: fix build break due to changes in FATAneesh V2011-10-271-0/+1
| * ARM: orion5x: reduce dependence of including platform fileLei Wen2011-10-271-6/+0
| * arm, logbuffer: make it compilecleanHeiko Schocher2011-10-271-1/+1
* | GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut2011-10-271-2/+0
* | GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut2011-10-271-13/+13
* | GCC4.6: Squash warning in usb_storage.cMarek Vasut2011-10-271-3/+4
* | GCC4.6: Squash warning in cmd_ide.cMarek Vasut2011-10-271-1/+1
* | GCC4.6: Squash warnings in common/usb.cMarek Vasut2011-10-271-14/+7
|/
* net: tftpput: add tftpput commandSimon Glass2011-10-261-0/+23
* tftpput: add save_addr and save_size global variablesSimon Glass2011-10-261-0/+2
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-263-8/+8
* Add setenv_ulong() and setenv_addr()Simon Glass2011-10-261-0/+30
* Move simple_itoa to vsprintfSimon Glass2011-10-261-15/+0
* mkimage: adding support for Davinci AIS imageStefano Babic2011-10-231-4/+5
* Add getenv_ulong() to read an integer from an environment variableSimon Glass2011-10-231-0/+20
* common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck2011-10-231-1/+2
* hwmon: Provide dtt_init()Dirk Eibach2011-10-221-9/+33
* common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger2011-10-222-2/+2
* common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger2011-10-222-2/+2
* checkpatch whitespace cleanupsStephen Warren2011-10-224-870/+946
* nds32: common bdinfo, bootm, image supportMacpaul Lin2011-10-222-0/+26
* cmd_bdinfo: replace print_str() with print_mhz()Timur Tabi2011-10-221-37/+35
* removed static from images in cmd_bootm.cSimon Schwarz2011-10-211-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-10-211-1/+59
|\
| * fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu2011-10-181-1/+59
* | cosmetic: Fixup fixup_silent_linux() for checkpatchDoug Anderson2011-10-201-12/+13
|/
* sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass2011-10-172-5/+5
* sandbox: Disable built-in mallocSimon Glass2011-10-171-0/+2
* sandbox: Add bootm supportSimon Glass2011-10-171-4/+3
* sandbox: Add board info for architectureSimon Glass2011-10-171-4/+30
* Fix use of int as pointer in image.cSimon Glass2011-10-171-2/+2
* Add pxe commandJason Hobbs2011-10-173-0/+1358
* Replace space and tab checks with isblankJason Hobbs2011-10-172-6/+8
* cosmetic: remove unneeded curly bracesJason Hobbs2011-10-171-4/+2
* common: add run_command2 for running simple or hush commandsJason Hobbs2011-10-172-30/+28
* common, menu: use abortboot for menu timeoutJason Hobbs2011-10-172-10/+40
* Add generic, reusable menu codeJason Hobbs2011-10-172-0/+394
* common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck2011-10-151-0/+6
* fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi2011-10-151-5/+2
* fdt: check for fdt errors in fdt_create_phandleTimur Tabi2011-10-151-2/+9
* common/usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-7/+13
* common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-2/+1
* CFI: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-2/+7
* cmd_time: add time commandChe-liang Chiou2011-10-092-0/+91
* common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk2011-10-091-6/+3
* serial: uartlite: Support for SERIAL_MULTIMichal Simek2011-10-091-0/+14
* cmd_sf: Fix compiler warningKumar Gala2011-10-051-3/+3
OpenPOWER on IntegriCloud