Age | Commit message (Expand) | Author |
2012-03-18 | bootstage: Plumb in bootstage calls for basic operations | Simon Glass |
2012-03-18 | bootstage: Implement core microsecond boot time measurement | Simon Glass |
2012-03-18 | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass |
2012-03-18 | bootstage: Define an optional microsecond timer | Simon Glass |
2012-03-18 | bootstage: Convert FIT progress numbers to enums | Simon Glass |
2012-03-18 | bootstage: Convert net progress numbers to enums | Simon Glass |
2012-03-18 | bootstage: Convert NAND progress numbers to enums | Simon Glass |
2012-03-18 | bootstage: Convert IDE progress numbers to enums | Simon Glass |
2012-03-18 | bootstage: Convert progress numbers 20-41 to enums | Simon Glass |
2012-03-18 | bootstage: Convert progress numbers 10-19 to enums | Simon Glass |
2012-03-18 | bootstage: Convert progress numbers 1-9 into enums | Simon Glass |
2012-03-18 | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass |
2012-03-18 | bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() | Simon Glass |
2012-03-18 | bootstage: Create an initial header for boot progress integers | Simon Glass |
2012-03-18 | bootvx: Clear and disable data cache, and call vxWorks with parameter. | Reinhard Arlt |
2012-03-18 | net/miiphy/serial: drop duplicate "NAMESIZE" define | Mike Frysinger |
2012-03-18 | CPCI750: Add CPCI-HD/2 support | Reinhard Arlt |
2012-03-17 | Merge branch 'master' of git://git.denx.de/u-boot-avr32 | Wolfgang Denk |
2012-03-17 | Merge branch 'sandbox' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk |
2012-03-17 | Merge branch 'master' of git://git.denx.de/u-boot-sh | Wolfgang Denk |
2012-03-17 | mxsboot: fix tool name in usage message | Otavio Salvador |
2012-03-13 | atmel_mci.h: remove outdated register macros | Andreas Bießmann |
2012-03-13 | doc/git-mailrc: add <me> to avr32 alias | Andreas Bießmann |
2012-03-13 | ATMEL: remove old atmel_mci driver | Sven Schnelle |
2012-03-13 | ATMEL: use generic mmc framework | Sven Schnelle |
2012-03-12 | sandbox: mark os_exit as noreturn | Mike Frysinger |
2012-03-12 | sandbox: add getopt support | Simon Glass |
2012-03-12 | sandbox: allow processing before main loop | Simon Glass |
2012-03-12 | sandbox: add concept of sandbox state | Simon Glass |
2012-03-12 | sandbox: disable fortification | Mike Frysinger |
2012-03-12 | sandbox: u-boot.lds: tweak style | Mike Frysinger |
2012-03-12 | sandbox: add get_{tbclk,ticks} | Mike Frysinger |
2012-03-12 | sandbox: enable GPIO driver | Simon Glass |
2012-03-12 | sandbox: gpio: add basic driver for simulating GPIOs | Simon Glass |
2012-03-12 | sandbox: add flags for open() call | Simon Glass |
2012-03-12 | sandbox: config: enable fdt and snprintf() options | Simon Glass |
2012-03-12 | sandbox: fdt: add support for CONFIG_OF_CONTROL | Simon Glass |
2012-03-12 | sandbox: add lseek helper | Mike Frysinger |
2012-03-12 | sandbox: add ifdef protection to os.h | Mike Frysinger |
2012-03-12 | sandbox: add required header to os.c | Simon Glass |
2012-03-12 | sandbox: sort header files in os.c | Simon Glass |
2012-03-12 | Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POS... | Wolfgang Denk |
2012-03-08 | sh: timer: Remove unnecessary variable 'ticks' | Nobuhiro Iwamatsu |
2012-03-08 | sh: Fix sh7264 clock speed and related serial setting | Phil Edworthy |
2012-03-08 | net: sh_eth: Remove unnecessary return | Nobuhiro Iwamatsu |
2012-03-08 | net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT | Nobuhiro Iwamatsu |
2012-03-08 | net: sh_eth: Remove SH_ETH_PHY_DELAY | Nobuhiro Iwamatsu |
2012-03-08 | sh: ecovec: Add support PHY of SMSC | Nobuhiro Iwamatsu |
2012-03-08 | sh: sh_eth: Add support SH7724 | Nobuhiro Iwamatsu |
2012-03-06 | image: Support FDTs already loaded at their load address | Stephen Warren |