aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-02-23ARM: uniphier: move spl_boot_mode() to a separate fileMasahiro Yamada3-24/+35
2017-02-23ARM: uniphier: move MMC code to a separate fileMasahiro Yamada3-38/+47
2017-02-23ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl nodeMasahiro Yamada2-8/+0
2017-02-23ARM: uniphier: remove DRAM base address from board parametersMasahiro Yamada6-57/+36
2017-02-23ARM: uniphier: print Support Card info very lateMasahiro Yamada1-7/+4
2017-02-23ARM: uniphier: skip memreserve of unused DRAM bank of LD20Masahiro Yamada1-0/+3
2017-02-23ARM: uniphier: correct spelling of "invalid"Masahiro Yamada1-3/+3
2017-02-23ARM: uniphier: skip MEMCONF ch2 parsing if CH2_DISABLE bit is setMasahiro Yamada1-1/+1
2017-02-23ARM: uniphier: revive accidentally removed dcache_disable()Masahiro Yamada1-0/+4
2017-02-21x86: Intel MID platforms has no microcode updateAndy Shevchenko1-1/+2
2017-02-21x86: zImage: add Intel MID platforms supportVincent Tinelli1-0/+4
2017-02-21x86: Introduce INTEL_MID quirk optionAndy Shevchenko1-0/+14
2017-02-21x86: Force 32-bit jumps in interrupt handlersJ. Tang1-1/+1
2017-02-17ARM: DRA7xx: Fix memory allocation overflowAndrew F. Davis1-1/+1
2017-02-17SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen1-0/+1
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen1-0/+6
2017-02-17arm: omap5: Fix generation of reserved-memory DT nodeAndrew F. Davis1-1/+6
2017-02-17zynq: Move zynq to clock frameworkStefan Herbrechtsmeier8-631/+58
2017-02-17zynq: Remove zynq_clk_get_name functionStefan Herbrechtsmeier2-12/+1
2017-02-17zynq: Move static clock names into separate arrayStefan Herbrechtsmeier1-61/+60
2017-02-17zynq: Add clk framework support to zynq timerStefan Herbrechtsmeier1-0/+25
2017-02-17net: zynq: Add clk framework support to zynq ethernet driverStefan Herbrechtsmeier1-7/+0
2017-02-17net: zynq: Don't overwrite gem_rclk_ctrl with default valueStefan Herbrechtsmeier1-7/+0
2017-02-13Merge tag 'xilinx-fixes-for-v2017.03' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+1
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2-4/+4
2017-02-11Merge git://git.denx.de/u-boot-rockchipTom Rini6-65/+65
2017-02-10microblaze: Fix endif macro commandMichal Simek1-1/+1
2017-02-09rockchip: rename miniarm to tinker boardEddie Cai5-10/+10
2017-02-09rockchip: dts: rk3288: correct sdram setting for miniarmJacob Chen1-8/+8
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-2/+2
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-8/+142
2017-02-09arm: dts: trats: add the pmic node for using DMJaehoon Chung1-8/+142
2017-02-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini3-0/+9
2017-02-08Merge git://git.denx.de/u-boot-dmTom Rini18-27/+34
2017-02-08cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigMasahiro Yamada1-0/+1
2017-02-08arm64: fix comment in relocate_64.SMasahiro Yamada1-1/+1
2017-02-08ARM: dts: k2*: Rename the k2* files to keystone-k2* filesLokesh Vutla16-20/+20
2017-02-08arm64: use store with auto-incrementMasahiro Yamada1-2/+1
2017-02-08arm64: use xzr to zero-out the bss sectionMasahiro Yamada1-2/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass17-27/+29
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass1-0/+5
2017-02-08arm: socfpga: set the mpuclk divider in the Altera group registerDinh Nguyen3-0/+9
2017-02-07net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N1-2/+2
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko2-10/+10
2017-02-07x86: qemu: Mark ucode as optional for SPL in u-boot.dtsiBin Meng1-0/+6
2017-02-07x86: qemu: Set up device tree for SPLBin Meng2-0/+8
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng2-4/+4
2017-02-07x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng1-1/+4
2017-02-07x86: Compile irq.c for 64-bitBin Meng1-1/+1
2017-02-07x86: spl: Add weak arch_cpu_init_dm()Bin Meng1-0/+5