summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* sandbox: add concept of sandbox stateSimon Glass2012-03-12-2/+117
* sandbox: disable fortificationMike Frysinger2012-03-12-1/+1
* sandbox: u-boot.lds: tweak styleMike Frysinger2012-03-12-5/+5
* 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
* 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
* USB: Staticize internal functionsMarek Vasut2012-03-03-22/+23
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2012-03-03-73/+54
|\
| * cmd_nand.c: Fix 'nand dump' after latest MTD resyncTom Rini2012-02-28-2/+3
| * mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_commandPrabhakar Kushwaha2012-02-28-24/+28
| * mtd/nand: Fix IFC driver to support 2K NAND pagePrabhakar Kushwaha2012-02-28-14/+13
| * nand: reinstate lazy bad block scanningScott Wood2012-02-28-3/+9
| * Revert "nand: make 1-bit software ECC configurable"Scott Wood2012-02-28-30/+1