Age | Commit message (Expand) | Author |
2011-10-23 | Add getenv_ulong() to read an integer from an environment variable | Simon Glass |
2011-10-23 | common: fix missing function pointer relocation in fixup_cmdtable() | Daniel Schwierzeck |
2011-10-22 | hwmon: Provide dtt_init() | Dirk Eibach |
2011-10-22 | common: cosmetic: CONFIG_BOOTFILE checkpatch compliance | Joe Hershberger |
2011-10-22 | common: cosmetic: CONFIG_ROOTPATH checkpatch compliance | Joe Hershberger |
2011-10-22 | checkpatch whitespace cleanups | Stephen Warren |
2011-10-22 | nds32: common bdinfo, bootm, image support | Macpaul Lin |
2011-10-22 | cmd_bdinfo: replace print_str() with print_mhz() | Timur Tabi |
2011-10-21 | removed static from images in cmd_bootm.c | Simon Schwarz |
2011-10-21 | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk |
2011-10-20 | cosmetic: Fixup fixup_silent_linux() for checkpatch | Doug Anderson |
2011-10-18 | fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers | Shengzhou Liu |
2011-10-17 | sandbox: Use uintptr_t for 32/64-bit compatibility | Simon Glass |
2011-10-17 | sandbox: Disable built-in malloc | Simon Glass |
2011-10-17 | sandbox: Add bootm support | Simon Glass |
2011-10-17 | sandbox: Add board info for architecture | Simon Glass |
2011-10-17 | Fix use of int as pointer in image.c | Simon Glass |
2011-10-17 | Add pxe command | Jason Hobbs |
2011-10-17 | Replace space and tab checks with isblank | Jason Hobbs |
2011-10-17 | cosmetic: remove unneeded curly braces | Jason Hobbs |
2011-10-17 | common: add run_command2 for running simple or hush commands | Jason Hobbs |
2011-10-17 | common, menu: use abortboot for menu timeout | Jason Hobbs |
2011-10-17 | Add generic, reusable menu code | Jason Hobbs |
2011-10-15 | common: fix missing function pointer relocation in fixup_cmdtable() | Daniel Schwierzeck |
2011-10-15 | fdt: update fdt_alloc_phandle to use fdt_get_phandle | Timur Tabi |
2011-10-15 | fdt: check for fdt errors in fdt_create_phandle | Timur Tabi |
2011-10-09 | common/usb.c: fix warning: variable ... set but not used | Wolfgang Denk |
2011-10-09 | common/cmd_usb.c: fix warning: variable ... set but not used | Wolfgang Denk |
2011-10-09 | CFI: fix warning: variable ... set but not used | Wolfgang Denk |
2011-10-09 | cmd_time: add time command | Che-liang Chiou |
2011-10-09 | common/image.c: remove duplicated IH_TYPE entries. | Wolfgang Denk |
2011-10-09 | serial: uartlite: Support for SERIAL_MULTI | Michal Simek |
2011-10-05 | cmd_sf: Fix compiler warning | Kumar Gala |
2011-10-05 | image: push default arch values to arch headers | Mike Frysinger |
2011-10-05 | console: Implement pre-console buffer | Graeme Russ |
2011-10-04 | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk |
2011-10-04 | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk |
2011-10-04 | Revert "GCC4.6: Convert various empty macros to inline functions" | Wolfgang Denk |
2011-10-03 | NAND: Make page, erase, oob size available via cmd_nand | Marek Vasut |
2011-10-03 | NAND: Add -y option to nand scrub command | Marek Vasut |
2011-10-03 | NAND: Add nand read.raw and write.raw commands | Marek Vasut |
2011-10-01 | GCC4.6: Squash warning in cmd_ubi.c: | Marek Vasut |
2011-10-01 | GCC4,6: Squash warning in cmd_nand.c | Marek Vasut |
2011-10-01 | GCC4.6: Squash warning in cmd_mem.c | Marek Vasut |
2011-10-01 | GCC4.6: Squash warnings in lcd.c | Marek Vasut |
2011-10-01 | GCC4.6: Squash warning in cmd_nvedit.c | Marek Vasut |
2011-10-01 | GCC4.6: Squash warning in cmd_flash.c | Marek Vasut |
2011-10-01 | GCC4.6: Convert various empty macros to inline functions | Marek Vasut |
2011-10-01 | console: Squelch pre-console output in console functions | Graeme Russ |
2011-10-01 | IDE: Fix complaints about strict aliasing in cmd_ide.c | Marek Vasut |