summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* 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
* sandbox: Add bootm supportSimon Glass2011-10-17-4/+3
* sandbox: Add board info for architectureSimon Glass2011-10-17-4/+30
* Fix use of int as pointer in image.cSimon Glass2011-10-17-2/+2
* Add pxe commandJason Hobbs2011-10-17-0/+1358
* Replace space and tab checks with isblankJason Hobbs2011-10-17-6/+8
* cosmetic: remove unneeded curly bracesJason Hobbs2011-10-17-4/+2
* common: add run_command2 for running simple or hush commandsJason Hobbs2011-10-17-30/+28
* common, menu: use abortboot for menu timeoutJason Hobbs2011-10-17-10/+40
* Add generic, reusable menu codeJason Hobbs2011-10-17-0/+394
* common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck2011-10-15-0/+6
* fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi2011-10-15-5/+2
* fdt: check for fdt errors in fdt_create_phandleTimur Tabi2011-10-15-2/+9
* common/usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-7/+13
* common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-2/+1
* CFI: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-2/+7
* cmd_time: add time commandChe-liang Chiou2011-10-09-0/+91
* common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk2011-10-09-6/+3
* serial: uartlite: Support for SERIAL_MULTIMichal Simek2011-10-09-0/+14
* cmd_sf: Fix compiler warningKumar Gala2011-10-05-3/+3
* image: push default arch values to arch headersMike Frysinger2011-10-05-25/+1
* console: Implement pre-console bufferGraeme Russ2011-10-05-2/+41
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2011-10-04-18/+57
|\
| * NAND: Make page, erase, oob size available via cmd_nandMarek Vasut2011-10-03-3/+19
| * NAND: Add -y option to nand scrub commandMarek Vasut2011-10-03-15/+19
| * NAND: Add nand read.raw and write.raw commandsMarek Vasut2011-10-03-0/+19
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-10-04-7/+32
|\ \
| * | powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun2011-09-29-1/+7
| * | powerpc/mp: add support for discontiguous coresTimur Tabi2011-09-29-3/+2
| * | fdt: Add new fdt_create_phandle helperKumar Gala2011-09-29-0/+20
| * | fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala2011-09-29-3/+3
* | | Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk2011-10-04-3/+3
| |/ |/|
* | GCC4.6: Squash warning in cmd_ubi.c:Marek Vasut2011-10-01-2/+1
* | GCC4,6: Squash warning in cmd_nand.cMarek Vasut2011-10-01-4/+0