aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-09common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk1-6/+3
2011-10-09serial: uartlite: Support for SERIAL_MULTIMichal Simek1-0/+14
2011-10-05cmd_sf: Fix compiler warningKumar Gala1-3/+3
2011-10-05image: push default arch values to arch headersMike Frysinger1-25/+1
2011-10-05console: Implement pre-console bufferGraeme Russ1-2/+41
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-18/+57
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk3-7/+32
2011-10-04Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk2-3/+3
2011-10-03NAND: Make page, erase, oob size available via cmd_nandMarek Vasut1-3/+19
2011-10-03NAND: Add -y option to nand scrub commandMarek Vasut1-15/+19
2011-10-03NAND: Add nand read.raw and write.raw commandsMarek Vasut1-0/+19
2011-10-01GCC4.6: Squash warning in cmd_ubi.c:Marek Vasut1-2/+1
2011-10-01GCC4,6: Squash warning in cmd_nand.cMarek Vasut1-4/+0
2011-10-01GCC4.6: Squash warning in cmd_mem.cMarek Vasut1-4/+4
2011-10-01GCC4.6: Squash warnings in lcd.cMarek Vasut1-4/+5
2011-10-01GCC4.6: Squash warning in cmd_nvedit.cMarek Vasut1-2/+1
2011-10-01GCC4.6: Squash warning in cmd_flash.cMarek Vasut1-4/+6
2011-10-01GCC4.6: Convert various empty macros to inline functionsMarek Vasut2-3/+3
2011-10-01console: Squelch pre-console output in console functionsGraeme Russ1-0/+18
2011-10-01IDE: Fix complaints about strict aliasing in cmd_ide.cMarek Vasut1-26/+25
2011-10-01Small refactor to remove duplicate serial codeSimon Glass1-44/+20
2011-09-29powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun1-1/+7
2011-09-29powerpc/mp: add support for discontiguous coresTimur Tabi1-3/+2
2011-09-29fdt: Add new fdt_create_phandle helperKumar Gala1-0/+20
2011-09-29fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala1-3/+3
2011-09-29cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass1-3/+83
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner1-4/+4
2011-09-10utx8245: fix build breakage due to assert()Wolfgang Denk1-6/+0
2011-09-10Add assert() for debug assertionsSimon Glass1-7/+0
2011-09-10YAFFS2: cmd_yaffs2.c - fix build warningsWolfgang Denk1-1/+1
2011-09-07common: fix behavior of ROUND macro when input is already roundedAnton Staaf1-1/+1