aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2011-10-09common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk
2011-10-09serial: uartlite: Support for SERIAL_MULTIMichal Simek
2011-10-05cmd_sf: Fix compiler warningKumar Gala
2011-10-05image: push default arch values to arch headersMike Frysinger
2011-10-05console: Implement pre-console bufferGraeme Russ
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2011-10-04Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk
2011-10-03NAND: Make page, erase, oob size available via cmd_nandMarek Vasut
2011-10-03NAND: Add -y option to nand scrub commandMarek Vasut
2011-10-03NAND: Add nand read.raw and write.raw commandsMarek Vasut
2011-10-01GCC4.6: Squash warning in cmd_ubi.c:Marek Vasut
2011-10-01GCC4,6: Squash warning in cmd_nand.cMarek Vasut
2011-10-01GCC4.6: Squash warning in cmd_mem.cMarek Vasut
2011-10-01GCC4.6: Squash warnings in lcd.cMarek Vasut
2011-10-01GCC4.6: Squash warning in cmd_nvedit.cMarek Vasut
2011-10-01GCC4.6: Squash warning in cmd_flash.cMarek Vasut
2011-10-01GCC4.6: Convert various empty macros to inline functionsMarek Vasut
2011-10-01console: Squelch pre-console output in console functionsGraeme Russ
2011-10-01IDE: Fix complaints about strict aliasing in cmd_ide.cMarek Vasut
2011-10-01Small refactor to remove duplicate serial codeSimon Glass
2011-09-29powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun
2011-09-29powerpc/mp: add support for discontiguous coresTimur Tabi
2011-09-29fdt: Add new fdt_create_phandle helperKumar Gala
2011-09-29fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala
2011-09-29cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner
2011-09-10utx8245: fix build breakage due to assert()Wolfgang Denk
2011-09-10Add assert() for debug assertionsSimon Glass
2011-09-10YAFFS2: cmd_yaffs2.c - fix build warningsWolfgang Denk
2011-09-07common: fix behavior of ROUND macro when input is already roundedAnton Staaf
2011-09-07ARM: remove broken "evb4510" board.Wolfgang Denk
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN