summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-01-30arm64: zynqmp: Moved ethernet PHY configs of ZynqMP boards to defconfigVipul Kumar
2018-01-30microblaze: Moved ethernet PHY configs of Microblaze board to defconfigVipul Kumar
2018-01-30arm: zynq: Moved ethernet PHY configs of Zynq boards to defconfigVipul Kumar
2018-01-30arm: zynq: Update years in copyright to reflect latest changesMichal Simek
2018-01-30arm64: zynqmp: Call psu_init() only when ZYNQMP_PSU_INIT_ENABLEDMichal Simek
2018-01-30nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia
2018-01-30xilinx: zynqmp: Add new target with only emmc enabledSiva Durga Prasad Paladugu
2018-01-30xilinx: zynqmp: Add new target with only nand enabledSiva Durga Prasad Paladugu
2018-01-30arm: zynq: Move bootcommand to defconfigMichal Simek
2018-01-16Merge git://git.denx.de/u-boot-dmTom Rini
2018-01-15fix incorrect usage of DT node unit address in commentsAndre Przywara
2018-01-15Merge git://git.denx.de/u-boot-netTom Rini
2018-01-15Merge git://git.denx.de/u-boot-imxTom Rini
2018-01-15db410c: on aarch64 the fdtfile is in per-vendor subdirectoryRob Clark
2018-01-15fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATERob Clark
2018-01-15db410c: configs: increase gunzip buffer size for the kernelJorge Ramirez-Ortiz
2018-01-15db820c: stop autoboot when vol- pressedJorge Ramirez-Ortiz
2018-01-15db820c: add qualcomm dragonboard 820C supportJorge Ramirez-Ortiz
2018-01-15net: sh-eth: Add to Kconfig and convertNobuhiro Iwamatsu
2018-01-15net: phy: Add Broadcom BCM53xx switch driverFlorian Fainelli
2018-01-15poplar: configs: increase gunzip buffer size for the kernelJorge Ramirez-Ortiz
2018-01-14Merge git://git.denx.de/u-boot-mmcTom Rini
2018-01-12Merge git://git.denx.de/u-boot-tegraTom Rini
2018-01-12ARM: Tegra: p2771-0000: use calculate env var featureStephen Warren
2018-01-12ARM: tegra: p2771-000: increase max DRAM bank countStephen Warren
2018-01-12ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSETStephen Warren
2018-01-12ARM: tegra: remove SPL config for non-SPL SoCsStephen Warren
2018-01-12ARM: imx: cm_fx6: env: try to determine dtb to useChristopher Spinrath
2018-01-12ARM: imx: cm_fx6: export board and soc info to envChristopher Spinrath
2018-01-12imx: mx6ull-14x14-evk: enable DM QSPI driverPeng Fan
2018-01-12imx: mx6sxsabresd: enlarge ENV offsetPeng Fan
2018-01-12imx: mx6sxsabresd: Enable DM driverPeng Fan
2018-01-12mx6: Support SKS-Kinkel sksimx6 BoardStefano Babic
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen
2018-01-12riscv: configs: Add nx25-ae250.h to support RISC-VRick Chen
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot
2018-01-12mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot
2018-01-12mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot
2018-01-12dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot
2018-01-12dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I
2018-01-12mmc: add a library function to send tuning commandJean-Jacques Hiblot
2018-01-12mmc: use the right voltage level for MMC DDR and HS200 modesJean-Jacques Hiblot
2018-01-12mmc: Retry some MMC cmds on failureKishon Vijay Abraham I
2018-01-12mmc: Change mode when switching to a boot partitionJean-Jacques Hiblot
2018-01-12mmc: disable UHS modes if Vcc cannot be switched on and offJean-Jacques Hiblot
2018-01-12mmc: Add support for UHS modesJean-Jacques Hiblot
2018-01-12mmc: add HS200 support in MMC coreKishon Vijay Abraham I
2018-01-12mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I