Age | Commit message (Expand) | Author | Files | Lines |
2017-07-27 | powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot | Andy Yan | 2 | -10/+9 |
2017-07-27 | mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot | Andy Yan | 1 | -3/+3 |
2017-07-27 | rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via ... | Philipp Tomsich | 1 | -0/+2 |
2017-07-27 | rockchip: dts: rk3399-puma: put EFI partition entries at 2MB | Philipp Tomsich | 1 | -0/+1 |
2017-07-27 | rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before... | Philipp Tomsich | 1 | -1/+2 |
2017-07-27 | rockchip: clk: rk3399: remove unused fields from priv-structures | Philipp Tomsich | 1 | -2/+0 |
2017-07-27 | rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv | Philipp Tomsich | 1 | -2/+0 |
2017-07-27 | rockchip: spl: make boot0 hook TPL safe | Philipp Tomsich | 1 | -1/+12 |
2017-07-27 | rockchip: pwm: add mask for config setting | Kever Yang | 1 | -0/+2 |
2017-07-27 | rockchip: dts: correct vdd_log setting for firefly-rk3399 | Kever Yang | 1 | -1/+2 |
2017-07-27 | rockchip: dts: firefly using ddr3 1600 | Kever Yang | 1 | -1/+1 |
2017-07-27 | rockchip: phycore: Add ID page of M24C32-D EEPROM | Wadim Egorov | 1 | -0/+8 |
2017-07-27 | rockchip: timer: make register sizes explicit | Philipp Tomsich | 2 | -7/+7 |
2017-07-27 | rockchip: dts: rk3229: add dwc2 node for fastboot | Meng Dongyang | 2 | -0/+14 |
2017-07-26 | Merge git://git.denx.de/u-boot-uniphier | Tom Rini | 30 | -2006/+17 |
2017-07-26 | Merge git://git.denx.de/u-boot-mips | Tom Rini | 9 | -182/+237 |
2017-07-26 | ARM: DTS: stm32: remove useless mr-nbanks property | Patrice Chotard | 2 | -2/+0 |
2017-07-26 | ram: stm32: migrate fmc defines in driver file | Patrice Chotard | 1 | -74/+0 |
2017-07-26 | clk: stm32f7: remove clock_get() | Patrice Chotard | 1 | -6/+0 |
2017-07-26 | clk: stm32f7: cleanup clocks unused definitions | Patrice Chotard | 3 | -43/+0 |
2017-07-26 | clk: stm32f7: add clock .get_rate() callback | Patrice Chotard | 1 | -0/+2 |
2017-07-26 | clk: stm32f7: add static for configure_clocks() | Patrice Chotard | 1 | -1/+0 |
2017-07-26 | ARM: DTS: stm32: align DT clock declaration with kernel | Patrice Chotard | 1 | -14/+16 |
2017-07-26 | arm: mach-keystone: Fixes issue with return values in inline assembly | Srinivas, Madan | 1 | -0/+4 |
2017-07-26 | arm: mach-keystone: Updates mon_install for K2G HS | Madan Srinivas | 3 | -6/+11 |
2017-07-26 | pinctrl: meson: add GPIO support | Beniamino Galvani | 1 | -0/+11 |
2017-07-26 | arm: dts: meson: import dts files from Linux 4.12 | Beniamino Galvani | 3 | -44/+322 |
2017-07-26 | ARM: uniphier: remove part number info from the boot log | Masahiro Yamada | 1 | -11/+11 |
2017-07-26 | ARM: uniphier: remove SPL support for ARMv8 SoCs | Masahiro Yamada | 29 | -1995/+6 |
2017-07-26 | arm: socfpga: Add FPGA driver support for Arria 10 | Tien Fong Chee | 2 | -0/+102 |
2017-07-26 | arm: socfpga: Restructure FPGA driver in the preparation to support A10 | Tien Fong Chee | 3 | -57/+81 |
2017-07-26 | arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset | Tien Fong Chee | 2 | -3/+3 |
2017-07-25 | Convert CONFIG_ENV_IS_IN_FAT to Kconfig | Simon Glass | 1 | -0/+1 |
2017-07-25 | Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig | Simon Glass | 2 | -0/+2 |
2017-07-25 | Convert CONFIG_ENV_IS_IN_FLASH to Kconfig | Simon Glass | 9 | -0/+30 |
2017-07-25 | Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig | Simon Glass | 7 | -0/+14 |
2017-07-25 | MIPS: bootm: Fix broken boot_env_legacy codepath | Zubair Lutfullah Kakakhel | 1 | -4/+4 |
2017-07-25 | MIPS: Stop building position independent code | Paul Burton | 8 | -178/+233 |
2017-07-24 | configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS | Tom Rini | 3 | -0/+9 |
2017-07-23 | arm: omap3: Detect boot mode very early | Adam Ford | 1 | -0/+6 |
2017-07-23 | powerpc: Remove 8260 remainders | Christophe Leroy | 1 | -14/+0 |
2017-07-23 | powerpc, 8xx: fix missing function declarations. | Christophe Leroy | 7 | -13/+17 |
2017-07-22 | powerpc: move get_pvr() and get_svr() into C | Christophe Leroy | 5 | -37/+9 |
2017-07-22 | powerpc, 8xx: move cache helper into C | Christophe Leroy | 3 | -38/+32 |
2017-07-22 | powerpc, 8xx: move get_immr() into C | Christophe Leroy | 2 | -16/+8 |
2017-07-22 | powerpc, 8xx: Move cache function into C files | Christophe Leroy | 3 | -56/+50 |
2017-07-22 | powerpc, 8xx: Simplifying check_CPU() | Christophe Leroy | 1 | -32/+7 |
2017-07-22 | powerpc: Remove unneccessary #ifdefs in reginfo | Christophe Leroy | 4 | -3/+10 |
2017-07-22 | powerpc: move set_msr() and get_msr() into .h | Christophe Leroy | 3 | -28/+14 |
2017-07-22 | power, timer: reset TBL before TBU | Christophe Leroy | 1 | -1/+1 |