summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin2013-06-262-4/+2
* mtd: cfi_flash: Use ARRAY_SIZE at appropriate placesAxel Lin2013-06-261-4/+3
* hwmon: lm63: Use ARRAY_SIZE at appropriate placeAxel Lin2013-06-261-2/+1
* serial: Use ARRAY_SIZE instead of reinventing itAxel Lin2013-06-261-3/+2
* README: align default commands with codeVincent Stehlé2013-06-261-6/+8
* Fix block device accesses beyond 2TiBSascha Silbe2013-06-265-24/+26
* cmd_bootm: Add command line arguments to Plan 9Steven Stallion2013-06-262-7/+47
* Add verified boot information and testSimon Glass2013-06-267-0/+334
* sandbox: config: Enable FIT signatures with RSASimon Glass2013-06-261-0/+2
* image: Add support for signing of FIT configurationsSimon Glass2013-06-265-3/+798
* libfdt: Add fdt_find_regions()Simon Glass2013-06-262-0/+193
* mkimage: Add -r option to specify keys that must be verifiedSimon Glass2013-06-264-6/+18
* mkimage: Add -c option to specify a comment for key signingSimon Glass2013-06-264-3/+16
* mkimage: Add -F option to modify an existing .fit fileSimon Glass2013-06-263-9/+38
* mkimage: Add -K to write public keys to an FDT blobSimon Glass2013-06-264-4/+44
* mkimage: Add -k option to specify key directorySimon Glass2013-06-264-5/+38
* image: Add RSA support for image signingSimon Glass2013-06-269-2/+1031
* image: Support signing of imagesSimon Glass2013-06-266-38/+478
* image: Add signing infrastructureSimon Glass2013-06-266-2/+358
* x86: config: Add tracing optionsSimon Glass2013-06-261-0/+7
* x86: Support tracing functionSimon Glass2013-06-265-7/+10
* exynos: config: Add tracing optionsSimon Glass2013-06-261-0/+8
* exynos: Avoid function instrumentation for microsecond timerSimon Glass2013-06-262-5/+7
* arm: Implement the 'fake' go commandSimon Glass2013-06-261-9/+18
* Add a 'fake' go command to the bootm commandSimon Glass2013-06-262-3/+19
* Refactor the bootm command to reduce code duplicationSimon Glass2013-06-262-248/+225
* Clarify bootm OS argumentsSimon Glass2013-06-266-37/+54
* Add a simple test for sandbox traceSimon Glass2013-06-261-0/+89
* sandbox: Support trace featureSimon Glass2013-06-263-2/+15
* Add proftool to decode profile dataSimon Glass2013-06-264-1/+620
* Add trace support to generic boardSimon Glass2013-06-263-1/+30
* Support tracing in config.mk when enabledSimon Glass2013-06-261-1/+10
* Add a trace commandSimon Glass2013-06-262-0/+134
* Add trace librarySimon Glass2013-06-265-0/+870
* Add function to print a number with grouped digitsSimon Glass2013-06-263-18/+31
* bootstage: Correct printf typesSimon Glass2013-06-261-2/+2
* Show stdout on error in fit-testSimon Glass2013-06-261-9/+10
* Fix missing return in do_mem_loop()Simon Glass2013-06-261-0/+2
* x86: Correct missing local variable in bootmSimon Glass2013-06-261-0/+2
* pci: Convert extern inline functions to static inlineSimon Glass2013-06-261-2/+2
* cros: exynos: enable cros-ec for smdk5250Hung-ying Tyan2013-06-262-1/+54
* cros: exynos: add cros-ec device nodes to exynos5250-snow.dtsHung-ying Tyan2013-06-262-0/+83
* cros: adds cros_ec keyboard driverHung-ying Tyan2013-06-266-0/+348
* cros: add LPC support for cros_ecHung-ying Tyan2013-06-262-0/+284
* cros: exynos: add SPI support for cros_ecHung-ying Tyan2013-06-264-0/+200
* cros: add I2C support for cros_ecHung-ying Tyan2013-06-262-0/+200
* cros: add cros_ec driverHung-ying Tyan2013-06-268-0/+3278
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2013-06-2434-221/+3117
|\
| * phylib: add atheros ar803x phyHeiko Schocher2013-06-241-1/+12
| * phylib: add natsemi dp83630 phyHeiko Schocher2013-06-241-0/+37