aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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 Yan1-6/+0
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-27rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via ...Philipp Tomsich1-0/+2
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: spl: make boot0 hook TPL safePhilipp Tomsich1-1/+12
2017-07-27rockchip: pwm: add mask for config settingKever Yang1-0/+2
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: 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 Rini30-2006/+17
2017-07-26Merge git://git.denx.de/u-boot-mipsTom Rini9-182/+237
2017-07-26ARM: DTS: stm32: remove useless mr-nbanks propertyPatrice Chotard2-2/+0
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard1-74/+0
2017-07-26clk: stm32f7: remove clock_get()Patrice Chotard1-6/+0
2017-07-26clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard3-43/+0
2017-07-26clk: stm32f7: add clock .get_rate() callbackPatrice Chotard1-0/+2
2017-07-26clk: stm32f7: add static for configure_clocks()Patrice Chotard1-1/+0
2017-07-26ARM: DTS: stm32: align DT clock declaration with kernelPatrice Chotard1-14/+16
2017-07-26arm: mach-keystone: Fixes issue with return values in inline assemblySrinivas, Madan1-0/+4
2017-07-26arm: mach-keystone: Updates mon_install for K2G HSMadan Srinivas3-6/+11
2017-07-26pinctrl: meson: add GPIO supportBeniamino Galvani1-0/+11
2017-07-26arm: dts: meson: import dts files from Linux 4.12Beniamino Galvani3-44/+322
2017-07-26ARM: uniphier: remove part number info from the boot logMasahiro Yamada1-11/+11
2017-07-26ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada29-1995/+6
2017-07-25Convert CONFIG_ENV_IS_IN_FAT to KconfigSimon Glass1-0/+1
2017-07-25Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass2-0/+2
2017-07-25Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass9-0/+30
2017-07-25Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass7-0/+14
2017-07-25MIPS: bootm: Fix broken boot_env_legacy codepathZubair Lutfullah Kakakhel1-4/+4
2017-07-25MIPS: Stop building position independent codePaul Burton8-178/+233
2017-07-24configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini3-0/+9
2017-07-23arm: omap3: Detect boot mode very earlyAdam Ford1-0/+6
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy1-14/+0
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy7-13/+17
2017-07-22powerpc: move get_pvr() and get_svr() into CChristophe Leroy5-37/+9
2017-07-22powerpc, 8xx: move cache helper into CChristophe Leroy3-38/+32
2017-07-22powerpc, 8xx: move get_immr() into CChristophe Leroy2-16/+8
2017-07-22powerpc, 8xx: Move cache function into C filesChristophe Leroy3-56/+50
2017-07-22powerpc, 8xx: Simplifying check_CPU()Christophe Leroy1-32/+7
2017-07-22powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy4-3/+10