summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sandbox: add getopt supportSimon Glass2012-03-129-0/+304
* sandbox: allow processing before main loopSimon Glass2012-03-123-0/+10
* sandbox: add concept of sandbox stateSimon Glass2012-03-124-2/+117
* sandbox: disable fortificationMike Frysinger2012-03-121-1/+1
* sandbox: u-boot.lds: tweak styleMike Frysinger2012-03-121-5/+5
* sandbox: add get_{tbclk,ticks}Mike Frysinger2012-03-121-0/+10
* sandbox: enable GPIO driverSimon Glass2012-03-121-0/+4
* sandbox: gpio: add basic driver for simulating GPIOsSimon Glass2012-03-123-0/+291
* sandbox: add flags for open() callSimon Glass2012-03-122-8/+33
* sandbox: config: enable fdt and snprintf() optionsSimon Glass2012-03-121-0/+6
* sandbox: fdt: add support for CONFIG_OF_CONTROLSimon Glass2012-03-122-0/+9
* sandbox: add lseek helperMike Frysinger2012-03-122-0/+28
* sandbox: add ifdef protection to os.hMike Frysinger2012-03-121-0/+5
* sandbox: add required header to os.cSimon Glass2012-03-121-0/+1
* sandbox: sort header files in os.cSimon Glass2012-03-121-4/+4
* image: Support FDTs already loaded at their load addressStephen Warren2012-03-061-3/+10
* cmd_cache: use cache/invalidate functions available in common.hStefan Kristiansson2012-03-061-8/+8
* tools: checkstack.pl from Linux added to toolsTom Rini2012-03-062-0/+176
* Makefile: Remove mmc_spl related enteriesChander Kashyap2012-03-061-9/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Wolfgang Denk2012-03-061-3/+2
|\
| * sc520: fix build warning about unused temp varMike Frysinger2012-03-061-3/+2
* | PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut2012-03-065-6/+13
* | PPC: Drop mv6436x_eth_initialize() from net/eth.cMarek Vasut2012-03-065-5/+12
* | Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-0657-168/+167
* | Add cmd_process() to process commands in one placeSimon Glass2012-03-064-78/+81
* | Remove interleave of non-U-Boot code in hushSimon Glass2012-03-061-13/+11
* | Create a single cmd_call() function to handle command executionSimon Glass2012-03-064-8/+28
* | Don't include standard parser if hush is usedSimon Glass2012-03-061-0/+2
* | Stop using builtin_run_command()Simon Glass2012-03-069-43/+34
* | Rename run_command2() to run_command()Simon Glass2012-03-063-7/+7
* | Rename run_command() to builtin_run_command()Simon Glass2012-03-069-13/+14
* | Remove CMD_PXE's static on run_command()Simon Glass2012-03-062-5/+0
* | Remove execute permissions from source filesThomas Weber2012-03-043-0/+0
|/
* integrator: remove fragile delay loop from PCI codeLinus Walleij2012-03-041-5/+2
* pci: move pciauto_config_init() to pci.hLinus Walleij2012-03-045-4/+1
* ppc: Change memsz variable to signed charSimon Glass2012-03-031-4/+3
* m68k: Change memsz to a signed char to avoid warningSimon Glass2012-03-031-1/+1
* USB: relax usbcore reset timingsWolfgang Grandegger2012-03-031-1/+4
* USB: move keyboard polling into kbd driveramartin@nvidia.com2012-03-036-72/+17
* USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com2012-03-031-0/+6
* usb: add numeric keypad support to HID driverVincent Palatin2012-03-031-0/+10
* USB: fix USB keyboard polling parameterVincent Palatin2012-03-031-1/+1
* eth: remove usb-ethernet devices before re-enumerating themVincent Palatin2012-03-033-2/+35
* USB: Make struct devrequest setup_packet localMarek Vasut2012-03-031-1/+2
* USB: Separate out USB hub driverMarek Vasut2012-03-034-431/+487
* USB: Staticize internal functionsMarek Vasut2012-03-031-22/+23
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2012-03-036-73/+54
|\
| * cmd_nand.c: Fix 'nand dump' after latest MTD resyncTom Rini2012-02-281-2/+3
| * mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_commandPrabhakar Kushwaha2012-02-281-24/+28
| * mtd/nand: Fix IFC driver to support 2K NAND pagePrabhakar Kushwaha2012-02-281-14/+13
OpenPOWER on IntegriCloud