aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-06x86: Add support for Intel Minnowboard MaxSimon Glass1-0/+72
2015-02-06x86: Enable bootstage featuresSimon Glass1-0/+3
2015-02-06scsi: bootstage: Measure time taken to scan the busSimon Glass1-0/+1
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass1-0/+14
2015-02-05x86: video: Allow video ROM execution to fall back to the other methodSimon Glass1-2/+13
2015-02-05x86: pci: Add PCI IDs for Minnowboard MaxSimon Glass1-0/+5
2015-02-05pci: Add a function to find a device by classSimon Glass1-2/+1
2015-02-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2-1/+260
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini3-4/+16
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini3-3/+3
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-1/+3
2015-02-02sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()Hans de Goede1-1/+0
2015-02-02sunxi: Only enable i2c support in the SPL when neededHans de Goede1-0/+3
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-0/+13
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini32-197/+731
2015-01-30vexpress64: support the Juno Development PlatformLinus Walleij1-1/+18
2015-01-30vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONSLinus Walleij1-8/+8
2015-01-30arm: switch armltd vexpress to GENERIC_BOARDChris Kuethe1-1/+1
2015-01-30distro_bootcmd: read DHCP boot script name from a variableStephen Warren1-1/+2
2015-01-29dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass1-0/+1
2015-01-29dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass1-1/+16
2015-01-29exynos5: enable dm i2cPrzemyslaw Marczak1-4/+3
2015-01-29odroid u3: enable dm i2c supportPrzemyslaw Marczak1-3/+2
2015-01-29smdk5250: config: enable max77686 driver supportPrzemyslaw Marczak1-0/+2
2015-01-29exynos5250: config: disable max77686 driverPrzemyslaw Marczak1-3/+0
2015-01-29arndale: config: disable max77686 supportPrzemyslaw Marczak1-2/+0
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika Gupta3-6/+18
2015-01-29Use hash.c in mkimageRuchika Gupta1-16/+18
2015-01-29hash: Add function to find hash_algo struct with progressive hashRuchika Gupta1-0/+14
2015-01-29lib/rsa: Modify rsa to use DM driverRuchika Gupta2-5/+2
2015-01-29configs: Move CONFIG_FIT_SIGNATURE to defconfigRuchika Gupta4-14/+2
2015-01-29DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta2-1/+34
2015-01-29rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta1-0/+43
2015-01-29Export redesignMartin Dorwig3-40/+83
2015-01-29dm: exynos: Drop unused COMPAT features for SPISimon Glass1-1/+0
2015-01-29dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass1-6/+0
2015-01-29dm: i2c: Move slave details to child platdataSimon Glass1-2/+2
2015-01-29dm: spi: Move slave details to child platdataSimon Glass1-10/+32
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass3-0/+15
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-0/+2
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-0/+4
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-0/+5
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+8
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+2
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+5
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass1-0/+19
2015-01-29dm: core: Improve comments for uclass_first/next_device()Simon Glass1-0/+4
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass1-2/+6
2015-01-29dm: i2c: Add a compatbility layerSimon Glass1-0/+59
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-10/+9