summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-28efi_loader: add some missing breaksRob Clark
2017-07-27rockchip: puma-rk3399: remove duplicate code (merge artifact)Kever Yang
2017-07-27rockchip: add u-boot specific dts for rk3036 sdkAndy Yan
2017-07-27rockchip: use puts instead of printf when back to bootromAndy Yan
2017-07-27rockchip: enable SPL_LIBGENERIC for rk3036 based boardsAndy Yan
2017-07-27rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036Andy Yan
2017-07-27rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 ...Andy Yan
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan
2017-07-27powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan
2017-07-27mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-27rockchip: firefly: Add "usb start" to auto-start USB deviceLeo Wen
2017-07-27rockchip: firefly: Set the environment variable 'usbkbd' to the stdinLeo Wen
2017-07-27rockchip: firefly: Add some macros to enable the usb keyboardLeo Wen
2017-07-27rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via ...Philipp Tomsich
2017-07-27rockchip: rk3288: Add support for drive-strength in PINCTRLRomain Perier
2017-07-27rockchip: use UUID for root partitionsKever Yang
2017-07-27rockchip: dts: rk3399-puma: put EFI partition entries at 2MBPhilipp Tomsich
2017-07-27rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before...Philipp Tomsich
2017-07-27rockchip: clk: rk3399: remove unused fields from priv-structuresPhilipp Tomsich
2017-07-27rockchip: clk: rk3368: remove unused fields from rk3368_clk_privPhilipp Tomsich
2017-07-27rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...Philipp Tomsich
2017-07-27rockchip: spl: make boot0 hook TPL safePhilipp Tomsich
2017-07-27rockchip: pwm: add mask for config settingKever Yang
2017-07-27power: pwm_regulator: remove redundant codeKever Yang
2017-07-27power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang
2017-07-27rockchip: dts: correct vdd_log setting for firefly-rk3399Kever Yang
2017-07-27rockchip: dts: firefly using ddr3 1600Kever Yang
2017-07-27rockchip: phycore: Add ID page of M24C32-D EEPROMWadim Egorov
2017-07-27rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMACRomain Perier
2017-07-27rockchip: rk3288: Remove phy reset GPIO pull upRomain Perier
2017-07-27rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich
2017-07-27rockchip: timer: make register sizes explicitPhilipp Tomsich
2017-07-27rockchip: dts: rk3229: add dwc2 node for fastbootMeng Dongyang
2017-07-26efi_loader: fix bug in efi_get_memory_mapRob Clark
2017-07-26Merge git://git.denx.de/u-boot-uniphierTom Rini
2017-07-26Merge git://git.denx.de/u-boot-mipsTom Rini
2017-07-26MAINTAINERS: Update maintainer for x86Bin Meng
2017-07-26FIT: List kernel_noload in the list of typesTom Rini
2017-07-26ram: stm32: add stm32h7 supportPatrice Chotard
2017-07-26ARM: DTS: stm32: remove useless mr-nbanks propertyPatrice Chotard
2017-07-26ram: stm32: add second SDRAM bank managementPatrice Chotard
2017-07-26ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard
2017-07-26ram: stm32: get base address from DTPatrice Chotard
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard
2017-07-26clk: stm32f7: remove clock_get()Patrice Chotard
2017-07-26spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard
2017-07-26serial: stm32x7: add clk_get_rate() supportPatrice Chotard
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard