summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-03mkimage: Allow the original file size to be recordedSimon Glass1-0/+1
2015-09-03mkimage: Allow padding to any lengthSimon Glass1-11/+12
2015-09-03rockchip: rk3288: dts: Make core devices available earlySimon Glass1-0/+15
2015-09-03rockchip: Bring in RK3288 device tree file includes and bindingsSimon Glass12-0/+2543
2015-09-03rockchip: Add serial supportSimon Glass3-0/+53
2015-09-03arm: reset: Avoid a build error when the reset uclass is enabledSimon Glass1-0/+2
2015-09-03dm: Provide better debugging when a device fails to bindSimon Glass1-1/+4
2015-09-03dm: Improve handling of a missing uclassSimon Glass2-2/+9
2015-09-03mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass3-3/+17
2015-09-03dm: led: Tidy up SPL options for the led and led-gpioSimon Glass2-3/+10
2015-09-03pinctrl: Add the concept of peripheral IDsSimon Glass2-9/+91
2015-09-03pinctrl: Add help text to KconfigSimon Glass1-1/+10
2015-08-31Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini29-181/+990
2015-08-31Merge git://git.denx.de/u-boot-dmTom Rini83-1377/+3305
2015-08-31sunxi: increase SYS_MONITOR_LENBoris Brezillon1-1/+1
2015-08-31dts: fix dependency of OF_SPL_REMOVE_PROPSMasahiro Yamada1-1/+1
2015-08-31pinctrl: sandbox: add sandbox pinctrl driverMasahiro Yamada5-0/+179
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada9-0/+938
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada3-6/+8
2015-08-31tegra: nyan: Enable TPM command and driverSimon Glass1-0/+5
2015-08-31tpm: Enable 'tpmtest' command for Chrome OS boards with TPMsSimon Glass8-0/+8
2015-08-31dm: tpm: Add a 'tpmtest' commandSimon Glass3-0/+575
2015-08-31tpm: Add functions to access flags and permissionsSimon Glass2-1/+99
2015-08-31tpm: Add a 'tpm info' commandSimon Glass1-0/+26
2015-08-31dm: tpm: Convert LPC driver to driver modelSimon Glass4-155/+137
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass8-350/+207
2015-08-31exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devicesSimon Glass6-6/+33
2015-08-31tpm: Check that parse_byte_string() has data to parseSimon Glass1-0/+2
2015-08-31dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass3-12/+50
2015-08-31tpm: Report tpm errors on the command lineSimon Glass1-22/+24
2015-08-31dm: i2c: Add a command to adjust the offset lengthSimon Glass1-0/+33
2015-08-31dm: tpm: Convert the TPM command and library to driver modelSimon Glass3-6/+53
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass10-286/+630
2015-08-31tpm: tpm_tis_i2c: Tidy up delaysSimon Glass2-31/+28
2015-08-31tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass1-55/+58
2015-08-31tpm: tpm_tis_i2c: Simplify init codeSimon Glass1-23/+10
2015-08-31tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass2-335/+335
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass2-15/+10
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass2-44/+25
2015-08-31tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass2-60/+35
2015-08-31tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass2-12/+4
2015-08-31tpm: Move the I2C TPM code into one fileSimon Glass4-618/+550
2015-08-31tpm: Convert drivers to use SPDXSimon Glass2-29/+4
2015-08-31tpm: Convert board config TPM options to KconfigSimon Glass16-16/+36
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass3-0/+82
2015-08-31tpm: Drop two unused optionsSimon Glass2-8/+0
2015-08-31tpm: Remove old pre-driver-model I2C codeSimon Glass3-179/+7
2015-08-31exynos: Rise ARM voltage to 1.1V for chained bootloadersMisha Komarovskiy1-3/+4
2015-08-31buildman: Correct 'Series-cover-cc' detection logicSimon Glass1-1/+1
2015-08-31drivers: kconfig: Sort driver menu in alphabetical orderBin Meng1-24/+26