aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-01-11rockchip: configs: make rk3036 env config same as rk3288Jacob Chen1-3/+14
2017-01-11rockchip: configs: correct env offset when enable CONFIG_ROCKCHIP_SPL_BACK_TO...Jacob Chen4-0/+36
2017-01-11rockchip: config: popmetal: enable the USB host controller and functionKever Yang1-0/+7
2017-01-11Merge tag 'xilinx-for-v2017.03' of git://www.denx.de/git/u-boot-microblazeTom Rini5-9/+35
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada52-56/+0
2017-01-11ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1Masahiro Yamada2-2/+0
2017-01-11mmc: move DesignWare-based drivers to KconfigMasahiro Yamada3-3/+0
2017-01-11mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada7-7/+0
2017-01-11ARM: socfpga: remove unused CONFIG option and cleanup README.socfpgaMasahiro Yamada1-1/+0
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung1-1/+0
2017-01-11mmc: sdhci: use the bitops APIs in sdhci.hJaehoon Chung1-56/+56
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung1-9/+9
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+1
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung1-1/+0
2017-01-11mmc: sdhci: add the get_cd callback function in sdhci_opsJaehoon Chung1-0/+1
2017-01-11ARM64: zynqmp: Move CONFIG_AHCI from board fileMichal Simek1-1/+0
2017-01-10Merge git://git.denx.de/u-boot-dmTom Rini2-3/+7
2017-01-10Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-4/+17
2017-01-10ARM64: zynqmp: Enable fastboot for first SD/MMC/EMMC deviceSiva Durga Prasad Paladugu1-0/+24
2017-01-10ARM: zynq: Remove CONFIG_BOOTP_SERVERIPMichal Simek1-1/+0
2017-01-10ARM: zynq: Move CONFIG_SYS_TEXT_BASE to KconfigMichal Simek1-3/+0
2017-01-10ARM64: zynqmp: Add support to save env to FATSiva Durga Prasad Paladugu1-0/+6
2017-01-10ARM64: zynqmp: Increase environment size to 32KSiva Durga Prasad Paladugu1-1/+1
2017-01-10microblaze: Enable option to overwrite default variablesMichal Simek1-0/+2
2017-01-10microblaze: Remove hardcoded IP address from configMichal Simek1-3/+0
2017-01-10lib: Add WATCHDOG_RESET to wait_bit.hMichal Simek1-0/+2
2017-01-09am335x_evm: enable usb ether gadget as it supports DM_ETHMugunthan V N1-3/+0
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N1-0/+7
2017-01-08am335x: configs: Use ISW_ENTRY_ADDR to set SPL_TEXT_BASEAndrew F. Davis1-1/+1
2017-01-04Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini3-0/+3
2017-01-04ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLSYork Sun14-15/+14
2017-01-04ddr: fsl: Move macro CONFIG_NUM_DDR_CONTROLLERS to KconfigYork Sun31-32/+0
2017-01-04powerpc: mpc85xx: Move CONFIG_SYS_FSL_ERRATUM_* to KconfigYork Sun1-1/+0
2017-01-04mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to KconfigYork Sun8-14/+0
2017-01-04fsl_ddr: Move DDR config options to driver KconfigYork Sun42-54/+2
2017-01-04powerpc: T2081QDS: Remove macro T2081QDSYork Sun1-1/+0
2017-01-04powerpc: T2080RDB: Remove macro CONFIG_T2080RDBYork Sun1-1/+0
2017-01-04powerpc: T2080QDS: Remove macro T2080QDSYork Sun1-1/+0
2017-01-04powerpc: T1040QDS: Remove macro CONFIG_T1040QDSYork Sun1-1/+0
2017-01-04powerpc: T1024RDB: Remove macro CONFIG_T1024RDBYork Sun1-12/+12
2017-01-04powerpc: T1023RDB: Remove macro CONFIG_T1023RDBYork Sun1-10/+10
2017-01-04crypto: Move CONFIG_SYS_FSL_SEC_LE and _BE to KconfigYork Sun3-3/+1
2017-01-04crypto: Move SYS_FSL_SEC_COMPAT into driver KconfigYork Sun2-2/+0
2017-01-04powerpc: E500: Move CONFIG_E500 and CONFIG_E500MC to KconfigYork Sun39-113/+0
2017-01-04spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possibleVignesh R3-0/+3
2017-01-04sunxi: A64: enable SPLAndre Przywara1-0/+2
2017-01-04SPL: make struct spl_image 64-bit safeAndre Przywara1-2/+2
2017-01-04move UL() macro from armv8/mmu.h into common.hAndre Przywara1-1/+12
2017-01-04armv8: prevent using THUMBAndre Przywara1-1/+1
2017-01-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini7-57/+162