summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-17Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk
2012-03-17mxsboot: fix tool name in usage messageOtavio Salvador
2012-03-13atmel_mci.h: remove outdated register macrosAndreas Bießmann
2012-03-13doc/git-mailrc: add <me> to avr32 aliasAndreas Bießmann
2012-03-13ATMEL: remove old atmel_mci driverSven Schnelle
2012-03-13ATMEL: use generic mmc frameworkSven Schnelle
2012-03-12sandbox: mark os_exit as noreturnMike Frysinger
2012-03-12sandbox: add getopt supportSimon Glass
2012-03-12sandbox: allow processing before main loopSimon Glass
2012-03-12sandbox: add concept of sandbox stateSimon Glass
2012-03-12sandbox: disable fortificationMike Frysinger
2012-03-12sandbox: u-boot.lds: tweak styleMike Frysinger
2012-03-12sandbox: add get_{tbclk,ticks}Mike Frysinger
2012-03-12sandbox: enable GPIO driverSimon Glass
2012-03-12sandbox: gpio: add basic driver for simulating GPIOsSimon Glass
2012-03-12sandbox: add flags for open() callSimon Glass
2012-03-12sandbox: config: enable fdt and snprintf() optionsSimon Glass
2012-03-12sandbox: fdt: add support for CONFIG_OF_CONTROLSimon Glass
2012-03-12sandbox: add lseek helperMike Frysinger
2012-03-12sandbox: add ifdef protection to os.hMike Frysinger
2012-03-12sandbox: add required header to os.cSimon Glass
2012-03-12sandbox: sort header files in os.cSimon Glass
2012-03-12Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POS...Wolfgang Denk
2012-03-08sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu
2012-03-08sh: Fix sh7264 clock speed and related serial settingPhil Edworthy
2012-03-08net: sh_eth: Remove unnecessary returnNobuhiro Iwamatsu
2012-03-08net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNTNobuhiro Iwamatsu
2012-03-08net: sh_eth: Remove SH_ETH_PHY_DELAYNobuhiro Iwamatsu
2012-03-08sh: ecovec: Add support PHY of SMSCNobuhiro Iwamatsu
2012-03-08sh: sh_eth: Add support SH7724Nobuhiro Iwamatsu
2012-03-06image: Support FDTs already loaded at their load addressStephen Warren
2012-03-06cmd_cache: use cache/invalidate functions available in common.hStefan Kristiansson
2012-03-06tools: checkstack.pl from Linux added to toolsTom Rini
2012-03-06Makefile: Remove mmc_spl related enteriesChander Kashyap
2012-03-06Merge branch 'master' of git://git.denx.de/u-boot-x86Wolfgang Denk
2012-03-06PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut
2012-03-06PPC: Drop mv6436x_eth_initialize() from net/eth.cMarek Vasut
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2012-03-06Add cmd_process() to process commands in one placeSimon Glass
2012-03-06Remove interleave of non-U-Boot code in hushSimon Glass
2012-03-06Create a single cmd_call() function to handle command executionSimon Glass
2012-03-06Don't include standard parser if hush is usedSimon Glass
2012-03-06Stop using builtin_run_command()Simon Glass
2012-03-06Rename run_command2() to run_command()Simon Glass
2012-03-06Rename run_command() to builtin_run_command()Simon Glass
2012-03-06Remove CMD_PXE's static on run_command()Simon Glass
2012-03-06sc520: fix build warning about unused temp varMike Frysinger
2012-03-04Remove execute permissions from source filesThomas Weber
2012-03-04integrator: remove fragile delay loop from PCI codeLinus Walleij
2012-03-04pci: move pciauto_config_init() to pci.hLinus Walleij