summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
...
| * | | ARM64: zynqmp: Move CONFIG_AHCI from board fileMichal Simek2017-01-11-1/+0
| * | | ARM64: zynqmp: Enable fastboot for first SD/MMC/EMMC deviceSiva Durga Prasad Paladugu2017-01-10-0/+24
| * | | ARM: zynq: Remove CONFIG_BOOTP_SERVERIPMichal Simek2017-01-10-1/+0
| * | | ARM: zynq: Move CONFIG_SYS_TEXT_BASE to KconfigMichal Simek2017-01-10-3/+0
| * | | ARM64: zynqmp: Add support to save env to FATSiva Durga Prasad Paladugu2017-01-10-0/+6
| * | | ARM64: zynqmp: Increase environment size to 32KSiva Durga Prasad Paladugu2017-01-10-1/+1
| * | | microblaze: Enable option to overwrite default variablesMichal Simek2017-01-10-0/+2
| * | | microblaze: Remove hardcoded IP address from configMichal Simek2017-01-10-3/+0
| * | | lib: Add WATCHDOG_RESET to wait_bit.hMichal Simek2017-01-10-0/+2
| |/ /
* | | mmc: move more driver config options to KconfigMasahiro Yamada2017-01-11-56/+0
* | | ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1Masahiro Yamada2017-01-11-2/+0
* | | mmc: move DesignWare-based drivers to KconfigMasahiro Yamada2017-01-11-3/+0
* | | mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada2017-01-11-7/+0
* | | ARM: socfpga: remove unused CONFIG option and cleanup README.socfpgaMasahiro Yamada2017-01-11-1/+0
* | | mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung2017-01-11-1/+0
* | | mmc: sdhci: use the bitops APIs in sdhci.hJaehoon Chung2017-01-11-56/+56
* | | mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung2017-01-11-9/+9
* | | mmc: change the set_ios return type from void to intJaehoon Chung2017-01-11-1/+1
* | | mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung2017-01-11-1/+0
* | | mmc: sdhci: add the get_cd callback function in sdhci_opsJaehoon Chung2017-01-11-0/+1
* | | Merge git://git.denx.de/u-boot-dmTom Rini2017-01-10-3/+7
|\ \ \
| * | | am335x_evm: enable usb ether gadget as it supports DM_ETHMugunthan V N2017-01-09-3/+0
| * | | drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N2017-01-09-0/+7
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-01-10-4/+17
|\ \ \ | |/ / |/| |
| * | sunxi: A64: enable SPLAndre Przywara2017-01-04-0/+2
| * | SPL: make struct spl_image 64-bit safeAndre Przywara2017-01-04-2/+2
| * | move UL() macro from armv8/mmu.h into common.hAndre Przywara2017-01-04-1/+12
| * | armv8: prevent using THUMBAndre Przywara2017-01-04-1/+1
| |/
* | am335x: configs: Use ISW_ENTRY_ADDR to set SPL_TEXT_BASEAndrew F. Davis2017-01-08-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2017-01-04-0/+3
|\ \
| * | spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possibleVignesh R2017-01-04-0/+3
| |/
* | ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLSYork Sun2017-01-04-15/+14
* | ddr: fsl: Move macro CONFIG_NUM_DDR_CONTROLLERS to KconfigYork Sun2017-01-04-32/+0
* | powerpc: mpc85xx: Move CONFIG_SYS_FSL_ERRATUM_* to KconfigYork Sun2017-01-04-1/+0
* | mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to KconfigYork Sun2017-01-04-14/+0
* | fsl_ddr: Move DDR config options to driver KconfigYork Sun2017-01-04-54/+2
* | powerpc: T2081QDS: Remove macro T2081QDSYork Sun2017-01-04-1/+0
* | powerpc: T2080RDB: Remove macro CONFIG_T2080RDBYork Sun2017-01-04-1/+0
* | powerpc: T2080QDS: Remove macro T2080QDSYork Sun2017-01-04-1/+0
* | powerpc: T1040QDS: Remove macro CONFIG_T1040QDSYork Sun2017-01-04-1/+0
* | powerpc: T1024RDB: Remove macro CONFIG_T1024RDBYork Sun2017-01-04-12/+12
* | powerpc: T1023RDB: Remove macro CONFIG_T1023RDBYork Sun2017-01-04-10/+10
* | crypto: Move CONFIG_SYS_FSL_SEC_LE and _BE to KconfigYork Sun2017-01-04-3/+1
* | crypto: Move SYS_FSL_SEC_COMPAT into driver KconfigYork Sun2017-01-04-2/+0
* | powerpc: E500: Move CONFIG_E500 and CONFIG_E500MC to KconfigYork Sun2017-01-04-113/+0
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-01-02-57/+162
|\
| * configs: engicam: Add fitboot env supportJagan Teki2017-01-02-6/+33
| * configs: engicam: Cleanup on mmcboot envJagan Teki2017-01-02-21/+20
| * configs: engicam: Enable CONFIG_IMAGE_FORMAT_LEGACYJagan Teki2017-01-02-0/+3
| * defconfigs: imx6: engicam: Enable FITJagan Teki2017-01-02-0/+21