summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* rockchip: add u-boot specific dts for rk3036 sdkAndy Yan2017-07-271-0/+11
* rockchip: use puts instead of printf when back to bootromAndy Yan2017-07-271-2/+2
* rockchip: enable SPL_LIBGENERIC for rk3036 based boardsAndy Yan2017-07-271-6/+0
* sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan2017-07-271-1/+1
* microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan2017-07-271-4/+4
* powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan2017-07-272-10/+9
* mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan2017-07-271-3/+3
* rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via ...Philipp Tomsich2017-07-271-0/+2
* rockchip: dts: rk3399-puma: put EFI partition entries at 2MBPhilipp Tomsich2017-07-271-0/+1
* rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before...Philipp Tomsich2017-07-271-1/+2
* rockchip: clk: rk3399: remove unused fields from priv-structuresPhilipp Tomsich2017-07-271-2/+0
* rockchip: clk: rk3368: remove unused fields from rk3368_clk_privPhilipp Tomsich2017-07-271-2/+0
* rockchip: spl: make boot0 hook TPL safePhilipp Tomsich2017-07-271-1/+12
* rockchip: pwm: add mask for config settingKever Yang2017-07-271-0/+2
* rockchip: dts: correct vdd_log setting for firefly-rk3399Kever Yang2017-07-271-1/+2
* rockchip: dts: firefly using ddr3 1600Kever Yang2017-07-271-1/+1
* rockchip: phycore: Add ID page of M24C32-D EEPROMWadim Egorov2017-07-271-0/+8
* rockchip: timer: make register sizes explicitPhilipp Tomsich2017-07-272-7/+7
* rockchip: dts: rk3229: add dwc2 node for fastbootMeng Dongyang2017-07-272-0/+14
* Merge git://git.denx.de/u-boot-uniphierTom Rini2017-07-2630-2006/+17
|\
| * ARM: uniphier: remove part number info from the boot logMasahiro Yamada2017-07-261-11/+11
| * ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada2017-07-2629-1995/+6
* | Merge git://git.denx.de/u-boot-mipsTom Rini2017-07-269-182/+237
|\ \
| * | MIPS: bootm: Fix broken boot_env_legacy codepathZubair Lutfullah Kakakhel2017-07-251-4/+4
| * | MIPS: Stop building position independent codePaul Burton2017-07-258-178/+233
* | | ARM: DTS: stm32: remove useless mr-nbanks propertyPatrice Chotard2017-07-262-2/+0
* | | ram: stm32: migrate fmc defines in driver filePatrice Chotard2017-07-261-74/+0
* | | clk: stm32f7: remove clock_get()Patrice Chotard2017-07-261-6/+0
* | | clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard2017-07-263-43/+0
* | | clk: stm32f7: add clock .get_rate() callbackPatrice Chotard2017-07-261-0/+2
* | | clk: stm32f7: add static for configure_clocks()Patrice Chotard2017-07-261-1/+0
* | | ARM: DTS: stm32: align DT clock declaration with kernelPatrice Chotard2017-07-261-14/+16
* | | arm: mach-keystone: Fixes issue with return values in inline assemblySrinivas, Madan2017-07-261-0/+4
* | | arm: mach-keystone: Updates mon_install for K2G HSMadan Srinivas2017-07-263-6/+11
* | | pinctrl: meson: add GPIO supportBeniamino Galvani2017-07-261-0/+11
* | | arm: dts: meson: import dts files from Linux 4.12Beniamino Galvani2017-07-263-44/+322
| |/ |/|
* | Convert CONFIG_ENV_IS_IN_FAT to KconfigSimon Glass2017-07-251-0/+1
* | Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass2017-07-252-0/+2
* | Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass2017-07-259-0/+30
* | Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass2017-07-257-0/+14
|/
* configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini2017-07-243-0/+9
* arm: omap3: Detect boot mode very earlyAdam Ford2017-07-231-0/+6
* powerpc: Remove 8260 remaindersChristophe Leroy2017-07-231-14/+0
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-237-13/+17
* powerpc: move get_pvr() and get_svr() into CChristophe Leroy2017-07-225-37/+9
* powerpc, 8xx: move cache helper into CChristophe Leroy2017-07-223-38/+32
* powerpc, 8xx: move get_immr() into CChristophe Leroy2017-07-222-16/+8
* powerpc, 8xx: Move cache function into C filesChristophe Leroy2017-07-223-56/+50
* powerpc, 8xx: Simplifying check_CPU()Christophe Leroy2017-07-221-32/+7
* powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy2017-07-224-3/+10