summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* moveconfig: Support looking for implied CONFIG optionsSimon Glass2017-07-111-1/+214
* moveconfig: Support building a simple config databaseSimon Glass2017-07-111-7/+74
* moveconfig: Add a constant for auto.confSimon Glass2017-07-111-4/+6
* moveconfig: Tidy up the documentation and add hintsSimon Glass2017-07-111-2/+20
* moveconfig: Allow reading the defconfig list from stdinSimon Glass2017-07-111-3/+18
* moveconfig: Support providing a path to the defconfig filesSimon Glass2017-07-111-2/+19
* rockchip: dts: rk3328: add aliases for mmc controllerKever Yang2017-07-111-0/+3
* dm: core: Add uclass_first/next_device_check()Simon Glass2017-07-113-0/+138
* dm: core: Test uclass_first/next_device() on probe failureSimon Glass2017-07-113-0/+92
* dm: core: Clarify uclass_first/next_device() commentsSimon Glass2017-07-112-4/+12
* pipe3: Fix broken dependencyJean-Jacques Hiblot2017-07-101-2/+2
* mtd: stm32: use parameter instead of default valuePatrice Chotard2017-07-101-1/+1
* arm: mach-keystone: Modify secure image size before copyAndrew F. Davis2017-07-101-5/+5
* ARM: dts: OMAP5+: Enable gpio in SPLLokesh Vutla2017-07-101-0/+8
* arm: omap4+: Enable spl_early_init()Lokesh Vutla2017-07-101-0/+1
* arm: omap: Detect boot mode very earlyLokesh Vutla2017-07-103-7/+16
* ARM64: poplar: hi3798cv200: u-boot support for Poplar 96BoardsJorge Ramirez-Ortiz2017-07-1011-0/+708
* driver: mmc: update debug infoJorge Ramirez-Ortiz2017-07-101-1/+1
* ARM64: dts: hi3798cv200-poplar: add device tree bindingsJorge Ramirez-Ortiz2017-07-104-0/+677
* pinctrl: stm32: add set_state opsChristophe Kerello2017-07-101-0/+11
* pinctrl: stm32: handle a configuration listChristophe Kerello2017-07-101-13/+38
* defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LISTCooper Jr., Franklin2017-07-101-1/+1
* ARM: k2g: Add K2G ICE DTB to the list of possible DTBsCooper Jr., Franklin2017-07-101-0/+2
* ARM: dts: k2g: Add DT support for K2G Industrial Communication Engine evmCooper Jr., Franklin2017-07-103-1/+57
* ARM: dts: k2g: Disable netcp by defaultCooper Jr., Franklin2017-07-102-0/+5
* ARM: dts: keystone-k2g-evm: Add unit address to memory nodeCooper Jr., Franklin2017-07-102-5/+5
* ARM: dts: keystone-k2g: Remove skeleton.dtsiCooper Jr., Franklin2017-07-101-1/+2
* ARM: k2g: Update board_name u-boot env variable at runtimeCooper Jr., Franklin2017-07-102-2/+17
* ARM: k2g: Use board detection to wrap K2G GP specific callsCooper Jr., Franklin2017-07-101-6/+10
* board: ks2: Use board detection to wrap code not specific to K2G ICE evmCooper Jr., Franklin2017-07-101-5/+9
* ARM: k2g: Add DDR3 configuration for K2G ICE evmCooper Jr., Franklin2017-07-101-2/+60
* ARM: k2g: Add pinmux support for K2G ICE evmCooper Jr., Franklin2017-07-102-1/+46
* ks2_evm: Add EEPROM based board detection helper functionsCooper Jr., Franklin2017-07-101-0/+20
* ARM: k2g: Program DDRPHY_DATX8 registers via mask and value variablesCooper Jr., Franklin2017-07-102-5/+41
* ARM: k2g: Program DDR PHY MR2 register with the default valueCooper Jr., Franklin2017-07-102-3/+2
* ARM: keystone2: Add additional fields used for DDR3 configurationCooper Jr., Franklin2017-07-102-0/+17
* defconfig: keystone2: Enable U-boot runtime DTB detectionCooper Jr., Franklin2017-07-104-0/+12
* ks2_evm: Add EEPROM based board detectionCooper Jr., Franklin2017-07-102-21/+24
* ARM: keystone2: Define board_fit_config_name_match for Keystone 2 boardsCooper Jr., Franklin2017-07-104-0/+44
* ARM: k2g: Define embedded_dtb_select for runtime DTB selection in U-bootCooper Jr., Franklin2017-07-102-0/+45
* ARM: keystone2: Allow to build with all image formatsCooper Jr., Franklin2017-07-101-2/+2
* Makefile: Build additional binaries for dtb FIT blobs appended to U-bootCooper Jr., Franklin2017-07-102-2/+17
* board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin2017-07-103-0/+16
* arm: dts: Add new "generic" 66AK2Gx device tree file.Cooper Jr., Franklin2017-07-103-1/+49
* ARM: dts: k2g: Introduce U-boot specific dtsi fileCooper Jr., Franklin2017-07-101-0/+19
* dts: Allow OF_LIST to depend on FIT_EMBEDCooper Jr., Franklin2017-07-101-5/+6
* ti: common: board_detect: Add function to determine if EEPROM was readCooper Jr., Franklin2017-07-102-0/+19
* fdt: Enable selecting correct DTB from appended FIT ImageCooper Jr., Franklin2017-07-101-0/+10
* boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin2017-07-105-0/+100
* spl: fit: Break out some functions into a common fileCooper Jr., Franklin2017-07-104-53/+66