summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-02-06arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR supportStefan Roese
2015-02-06arm: db-mv784mp-gp: Enable SPL to include DDR training code into U-BootStefan Roese
2015-02-06arm: maxbcm: Enable SPL to include DDR training code into U-BootStefan Roese
2015-02-06kirkwood: sheevaplug: add FDT supportDrEagle
2015-02-06kirkwood: sheevaplug: fix multiple definesDrEagle
2015-02-06kirkwood: sheevaplug: fix styleDrEagle
2015-02-06ARM: UniPhier: revive support card infoMasahiro Yamada
2015-02-06ARM: UniPhier: move SPL init functions to spl_board_init()Masahiro Yamada
2015-02-06ARM: UniPhier: move pin_init() to board_early_init_f()Masahiro Yamada
2015-02-06ARM: UniPhier: add environment variable to update images in NANDMasahiro Yamada
2015-02-06ARM: UniPhier: use "&&" instead of "; " in commandsMasahiro Yamada
2015-02-06x86: video: Allow video ROM execution to fall back to the other methodSimon Glass
2015-02-06x86: pci: Add PCI IDs for Minnowboard MaxSimon Glass
2015-02-06pci: Add a function to find a device by classSimon Glass
2015-02-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2015-02-02sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()Hans de Goede
2015-02-02sunxi: Only enable i2c support in the SPL when neededHans de Goede
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini
2015-01-30vexpress64: support the Juno Development PlatformLinus Walleij
2015-01-30vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONSLinus Walleij
2015-01-30arm: switch armltd vexpress to GENERIC_BOARDChris Kuethe
2015-01-30distro_bootcmd: read DHCP boot script name from a variableStephen Warren
2015-01-30dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass
2015-01-30dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass
2015-01-30exynos5: enable dm i2cPrzemyslaw Marczak
2015-01-30odroid u3: enable dm i2c supportPrzemyslaw Marczak
2015-01-30smdk5250: config: enable max77686 driver supportPrzemyslaw Marczak
2015-01-30exynos5250: config: disable max77686 driverPrzemyslaw Marczak
2015-01-30arndale: config: disable max77686 supportPrzemyslaw Marczak
2015-01-30rsa: Use checksum algorithms from struct hash_algoRuchika Gupta
2015-01-30Use hash.c in mkimageRuchika Gupta
2015-01-30hash: Add function to find hash_algo struct with progressive hashRuchika Gupta
2015-01-30lib/rsa: Modify rsa to use DM driverRuchika Gupta
2015-01-30configs: Move CONFIG_FIT_SIGNATURE to defconfigRuchika Gupta
2015-01-30DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta
2015-01-30rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta
2015-01-30Export redesignMartin Dorwig
2015-01-30dm: exynos: Drop unused COMPAT features for SPISimon Glass
2015-01-30dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass
2015-01-30dm: i2c: Move slave details to child platdataSimon Glass
2015-01-30dm: spi: Move slave details to child platdataSimon Glass
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-30dm: core: Allow the uclass to set up a device's child after bindingSimon Glass
2015-01-30dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-30dm: core: Add a function to get a device's uclass IDSimon Glass