summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | sandbox: add get_{tbclk,ticks}Mike Frysinger2012-03-12-0/+10
| * | sandbox: enable GPIO driverSimon Glass2012-03-12-0/+4
| * | sandbox: gpio: add basic driver for simulating GPIOsSimon Glass2012-03-12-0/+291
| * | sandbox: add flags for open() callSimon Glass2012-03-12-8/+33
| * | sandbox: config: enable fdt and snprintf() optionsSimon Glass2012-03-12-0/+6
| * | sandbox: fdt: add support for CONFIG_OF_CONTROLSimon Glass2012-03-12-0/+9
| * | sandbox: add lseek helperMike Frysinger2012-03-12-0/+28
| * | sandbox: add ifdef protection to os.hMike Frysinger2012-03-12-0/+5
| * | sandbox: add required header to os.cSimon Glass2012-03-12-0/+1
| * | sandbox: sort header files in os.cSimon Glass2012-03-12-4/+4
* | | Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk2012-03-17-38/+67
|\ \ \
| * | | sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu2012-03-08-6/+1
| * | | sh: Fix sh7264 clock speed and related serial settingPhil Edworthy2012-03-08-3/+1
| * | | net: sh_eth: Remove unnecessary returnNobuhiro Iwamatsu2012-03-08-1/+0
| * | | net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNTNobuhiro Iwamatsu2012-03-08-4/+5
| * | | net: sh_eth: Remove SH_ETH_PHY_DELAYNobuhiro Iwamatsu2012-03-08-2/+0
| * | | sh: ecovec: Add support PHY of SMSCNobuhiro Iwamatsu2012-03-08-0/+1
| * | | sh: sh_eth: Add support SH7724Nobuhiro Iwamatsu2012-03-08-23/+60
| |/ /
* | | mxsboot: fix tool name in usage messageOtavio Salvador2012-03-17-1/+1
| |/ |/|
* | Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POS...Wolfgang Denk2012-03-12-1/+1
|/
* image: Support FDTs already loaded at their load addressStephen Warren2012-03-06-3/+10
* cmd_cache: use cache/invalidate functions available in common.hStefan Kristiansson2012-03-06-8/+8
* tools: checkstack.pl from Linux added to toolsTom Rini2012-03-06-0/+176
* Makefile: Remove mmc_spl related enteriesChander Kashyap2012-03-06-9/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Wolfgang Denk2012-03-06-3/+2
|\
| * sc520: fix build warning about unused temp varMike Frysinger2012-03-06-3/+2
* | PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut2012-03-06-6/+13
* | PPC: Drop mv6436x_eth_initialize() from net/eth.cMarek Vasut2012-03-06-5/+12
* | Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-168/+167
* | Add cmd_process() to process commands in one placeSimon Glass2012-03-06-78/+81
* | Remove interleave of non-U-Boot code in hushSimon Glass2012-03-06-13/+11
* | Create a single cmd_call() function to handle command executionSimon Glass2012-03-06-8/+28
* | Don't include standard parser if hush is usedSimon Glass2012-03-06-0/+2
* | Stop using builtin_run_command()Simon Glass2012-03-06-43/+34
* | Rename run_command2() to run_command()Simon Glass2012-03-06-7/+7
* | Rename run_command() to builtin_run_command()Simon Glass2012-03-06-13/+14
* | Remove CMD_PXE's static on run_command()Simon Glass2012-03-06-5/+0
* | Remove execute permissions from source filesThomas Weber2012-03-04-0/+0
|/
* integrator: remove fragile delay loop from PCI codeLinus Walleij2012-03-04-5/+2
* pci: move pciauto_config_init() to pci.hLinus Walleij2012-03-04-4/+1
* ppc: Change memsz variable to signed charSimon Glass2012-03-03-4/+3
* m68k: Change memsz to a signed char to avoid warningSimon Glass2012-03-03-1/+1
* USB: relax usbcore reset timingsWolfgang Grandegger2012-03-03-1/+4
* USB: move keyboard polling into kbd driveramartin@nvidia.com2012-03-03-72/+17
* USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com2012-03-03-0/+6
* usb: add numeric keypad support to HID driverVincent Palatin2012-03-03-0/+10
* USB: fix USB keyboard polling parameterVincent Palatin2012-03-03-1/+1
* eth: remove usb-ethernet devices before re-enumerating themVincent Palatin2012-03-03-2/+35
* USB: Make struct devrequest setup_packet localMarek Vasut2012-03-03-1/+2
* USB: Separate out USB hub driverMarek Vasut2012-03-03-431/+487