Age | Commit message (Expand) | Author |
2017-07-27 | rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 ... | Andy Yan |
2017-07-27 | sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef... | Andy Yan |
2017-07-27 | microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-... | Andy Yan |
2017-07-27 | powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot | Andy Yan |
2017-07-27 | mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot | Andy Yan |
2017-07-27 | spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN | Andy Yan |
2017-07-27 | rockchip: firefly: Add "usb start" to auto-start USB device | Leo Wen |
2017-07-27 | rockchip: firefly: Set the environment variable 'usbkbd' to the stdin | Leo Wen |
2017-07-27 | rockchip: firefly: Add some macros to enable the usb keyboard | Leo Wen |
2017-07-27 | rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via ... | Philipp Tomsich |
2017-07-27 | rockchip: rk3288: Add support for drive-strength in PINCTRL | Romain Perier |
2017-07-27 | rockchip: use UUID for root partitions | Kever Yang |
2017-07-27 | rockchip: dts: rk3399-puma: put EFI partition entries at 2MB | Philipp Tomsich |
2017-07-27 | rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before... | Philipp Tomsich |
2017-07-27 | rockchip: clk: rk3399: remove unused fields from priv-structures | Philipp Tomsich |
2017-07-27 | rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv | Philipp Tomsich |
2017-07-27 | rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut... | Philipp Tomsich |
2017-07-27 | rockchip: spl: make boot0 hook TPL safe | Philipp Tomsich |
2017-07-27 | rockchip: pwm: add mask for config setting | Kever Yang |
2017-07-27 | power: pwm_regulator: remove redundant code | Kever Yang |
2017-07-27 | power: pwm_regulator: fix the pwm_set_config parameter order | Kever Yang |
2017-07-27 | rockchip: dts: correct vdd_log setting for firefly-rk3399 | Kever Yang |
2017-07-27 | rockchip: dts: firefly using ddr3 1600 | Kever Yang |
2017-07-27 | rockchip: phycore: Add ID page of M24C32-D EEPROM | Wadim Egorov |
2017-07-27 | rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC | Romain Perier |
2017-07-27 | rockchip: rk3288: Remove phy reset GPIO pull up | Romain Perier |
2017-07-27 | rockchip: efuse: dm: change to use dev_read_addr | Philipp Tomsich |
2017-07-27 | rockchip: timer: make register sizes explicit | Philipp Tomsich |
2017-07-27 | rockchip: dts: rk3229: add dwc2 node for fastboot | Meng Dongyang |
2017-07-26 | efi_loader: fix bug in efi_get_memory_map | Rob Clark |
2017-07-26 | Merge git://git.denx.de/u-boot-uniphier | Tom Rini |
2017-07-26 | Merge git://git.denx.de/u-boot-mips | Tom Rini |
2017-07-26 | MAINTAINERS: Update maintainer for x86 | Bin Meng |
2017-07-26 | FIT: List kernel_noload in the list of types | Tom Rini |
2017-07-26 | ram: stm32: add stm32h7 support | Patrice Chotard |
2017-07-26 | ARM: DTS: stm32: remove useless mr-nbanks property | Patrice Chotard |
2017-07-26 | ram: stm32: add second SDRAM bank management | Patrice Chotard |
2017-07-26 | ram: stm32: replace fdtdec_get by ofnode calls | Patrice Chotard |
2017-07-26 | ram: stm32: get base address from DT | Patrice Chotard |
2017-07-26 | ram: stm32: migrate fmc defines in driver file | Patrice Chotard |
2017-07-26 | clk: stm32f7: remove clock_get() | Patrice Chotard |
2017-07-26 | spi: stm32_qspi: add clk_get_rate() support | Patrice Chotard |
2017-07-26 | serial: stm32x7: add clk_get_rate() support | Patrice Chotard |
2017-07-26 | serial: stm32x7: migrate serial struct to driver | Patrice Chotard |
2017-07-26 | clk: stm32f7: cleanup clocks unused definitions | Patrice Chotard |
2017-07-26 | clk: stm32f7: add clock .get_rate() callback | Patrice Chotard |
2017-07-26 | clk: stm32f7: get RCC base address from DT | Patrice Chotard |
2017-07-26 | clk: stm32f7: add static for configure_clocks() | Patrice Chotard |
2017-07-26 | ARM: DTS: stm32: align DT clock declaration with kernel | Patrice Chotard |
2017-07-26 | arm: mach-keystone: Fixes issue with return values in inline assembly | Srinivas, Madan |