Age | Commit message (Expand) | Author |
2015-02-05 | x86: video: Allow video ROM execution to fall back to the other method | Simon Glass |
2015-02-05 | x86: pci: Add PCI IDs for Minnowboard Max | Simon Glass |
2015-02-05 | pci: Add a function to find a device by class | Simon Glass |
2015-02-04 | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Tom Rini |
2015-02-02 | Merge branch 'master' of git://git.denx.de/u-boot-ti | Tom Rini |
2015-02-02 | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Tom Rini |
2015-02-02 | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini |
2015-02-02 | sunxi: rsb: Move rsb_set_device_mode() call to rsb_init() | Hans de Goede |
2015-02-02 | sunxi: Only enable i2c support in the SPL when needed | Hans de Goede |
2015-01-30 | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini |
2015-01-30 | Merge branch 'master' of git://git.denx.de/u-boot-dm | Tom Rini |
2015-01-30 | vexpress64: support the Juno Development Platform | Linus Walleij |
2015-01-30 | vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONS | Linus Walleij |
2015-01-30 | arm: switch armltd vexpress to GENERIC_BOARD | Chris Kuethe |
2015-01-30 | distro_bootcmd: read DHCP boot script name from a variable | Stephen Warren |
2015-01-29 | dm: cros_ec: Convert cros_ec_i2c over to driver model | Simon Glass |
2015-01-29 | dm: i2c: Add two more I2C init functions to the compatibility layer | Simon Glass |
2015-01-29 | exynos5: enable dm i2c | Przemyslaw Marczak |
2015-01-29 | odroid u3: enable dm i2c support | Przemyslaw Marczak |
2015-01-29 | smdk5250: config: enable max77686 driver support | Przemyslaw Marczak |
2015-01-29 | exynos5250: config: disable max77686 driver | Przemyslaw Marczak |
2015-01-29 | arndale: config: disable max77686 support | Przemyslaw Marczak |
2015-01-29 | rsa: Use checksum algorithms from struct hash_algo | Ruchika Gupta |
2015-01-29 | Use hash.c in mkimage | Ruchika Gupta |
2015-01-29 | hash: Add function to find hash_algo struct with progressive hash | Ruchika Gupta |
2015-01-29 | lib/rsa: Modify rsa to use DM driver | Ruchika Gupta |
2015-01-29 | configs: Move CONFIG_FIT_SIGNATURE to defconfig | Ruchika Gupta |
2015-01-29 | DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver | Ruchika Gupta |
2015-01-29 | rsa: Split the rsa-verify to separate the modular exponentiation | Ruchika Gupta |
2015-01-29 | Export redesign | Martin Dorwig |
2015-01-29 | dm: exynos: Drop unused COMPAT features for SPI | Simon Glass |
2015-01-29 | dm: tegra: Drop unused COMPAT features for I2C, SPI | Simon Glass |
2015-01-29 | dm: i2c: Move slave details to child platdata | Simon Glass |
2015-01-29 | dm: spi: Move slave details to child platdata | Simon Glass |
2015-01-29 | dm: core: Allow uclass to set up a device's child before it is probed | Simon Glass |
2015-01-29 | dm: core: Allow the uclass to set up a device's child after binding | Simon Glass |
2015-01-29 | dm: core: Allow uclasses to specify private data for a device's children | Simon Glass |
2015-01-29 | dm: core: Add a flag to control sequence numbering | Simon Glass |
2015-01-29 | dm: core: Add a function to get a device's uclass ID | Simon Glass |
2015-01-29 | dm: core: Add a post_bind method for parents | Simon Glass |
2015-01-29 | dm: core: Allow uclasses to specify platdata for a device's children | Simon Glass |
2015-01-29 | dm: core: Allow parents to have platform data for their children | Simon Glass |
2015-01-29 | dm: core: Improve comments for uclass_first/next_device() | Simon Glass |
2015-01-29 | dm: i2c: Provide an offset length parameter where needed | Simon Glass |
2015-01-29 | dm: i2c: Add a compatbility layer | Simon Glass |
2015-01-29 | dm: i2c: Rename driver model I2C functions to permit compatibility | Simon Glass |
2015-01-29 | dm: fdt: Remove the old GPIO functions | Simon Glass |
2015-01-29 | dm: mmc: Remove use of fdtdec GPIO support | Simon Glass |
2015-01-29 | dm: cros_ec: Remove use of fdtdec GPIO support | Simon Glass |
2015-01-29 | dm: demo: Add a simple GPIO demonstration | Simon Glass |