aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-28console: simplify puts()Masahiro Yamada1-42/+2
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada2-31/+0
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada2-4/+4
2017-07-28dm: Fix typo in include-guard for dm-structs.hPhilipp Tomsich1-2/+2
2017-07-28cmd: scsi: Fix null pointer dereference in 'scsi reset'Bin Meng1-0/+2
2017-07-28dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()Bin Meng1-5/+0
2017-07-27rockchip: puma-rk3399: remove duplicate code (merge artifact)Kever Yang1-13/+7
2017-07-27rockchip: add u-boot specific dts for rk3036 sdkAndy Yan1-0/+11
2017-07-27rockchip: use puts instead of printf when back to bootromAndy Yan1-2/+2
2017-07-27rockchip: enable SPL_LIBGENERIC for rk3036 based boardsAndy Yan3-8/+6
2017-07-27rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036Andy Yan2-0/+4
2017-07-27rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 ...Andy Yan2-0/+2
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan1-1/+1
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan1-4/+4
2017-07-27powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan2-10/+9
2017-07-27mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan1-3/+3
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan13-29/+41
2017-07-27rockchip: firefly: Add "usb start" to auto-start USB deviceLeo Wen1-1/+2
2017-07-27rockchip: firefly: Set the environment variable 'usbkbd' to the stdinLeo Wen1-1/+1
2017-07-27rockchip: firefly: Add some macros to enable the usb keyboardLeo Wen1-0/+4
2017-07-27rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via ...Philipp Tomsich2-2/+2
2017-07-27rockchip: rk3288: Add support for drive-strength in PINCTRLRomain Perier1-1/+9
2017-07-27rockchip: use UUID for root partitionsKever Yang1-1/+7
2017-07-27rockchip: dts: rk3399-puma: put EFI partition entries at 2MBPhilipp Tomsich1-0/+1
2017-07-27rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before...Philipp Tomsich1-1/+2
2017-07-27rockchip: clk: rk3399: remove unused fields from priv-structuresPhilipp Tomsich1-2/+0
2017-07-27rockchip: clk: rk3368: remove unused fields from rk3368_clk_privPhilipp Tomsich1-2/+0
2017-07-27rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...Philipp Tomsich1-1/+1
2017-07-27rockchip: spl: make boot0 hook TPL safePhilipp Tomsich1-1/+12
2017-07-27rockchip: pwm: add mask for config settingKever Yang2-0/+3
2017-07-27power: pwm_regulator: remove redundant codeKever Yang1-7/+1
2017-07-27power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang1-1/+1
2017-07-27rockchip: dts: correct vdd_log setting for firefly-rk3399Kever Yang1-1/+2
2017-07-27rockchip: dts: firefly using ddr3 1600Kever Yang1-1/+1
2017-07-27rockchip: phycore: Add ID page of M24C32-D EEPROMWadim Egorov1-0/+8
2017-07-27rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMACRomain Perier1-0/+4
2017-07-27rockchip: rk3288: Remove phy reset GPIO pull upRomain Perier1-3/+1
2017-07-27rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich1-1/+1
2017-07-27rockchip: timer: make register sizes explicitPhilipp Tomsich2-7/+7
2017-07-27rockchip: dts: rk3229: add dwc2 node for fastbootMeng Dongyang2-0/+14
2017-07-26Merge git://git.denx.de/u-boot-uniphierTom Rini42-2212/+117
2017-07-26Merge git://git.denx.de/u-boot-mipsTom Rini14-185/+678
2017-07-26MAINTAINERS: Update maintainer for x86Bin Meng1-0/+1
2017-07-26FIT: List kernel_noload in the list of typesTom Rini1-2/+2
2017-07-26ram: stm32: add stm32h7 supportPatrice Chotard1-1/+24
2017-07-26ARM: DTS: stm32: remove useless mr-nbanks propertyPatrice Chotard2-2/+0
2017-07-26ram: stm32: add second SDRAM bank managementPatrice Chotard2-79/+155
2017-07-26ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard1-36/+47
2017-07-26ram: stm32: get base address from DTPatrice Chotard1-28/+64
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard3-76/+58