aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-08ti: clocks: Fix do_enable_clocks() to accept NULL pointers as input parametersLukasz Majewski1-4/+6
2017-04-08ti: wdt: omap5: Define WDT_BASE for omap5+ SoCLukasz Majewski1-0/+1
2017-04-08ti: wdt: common: Make the wdt IP defines common for the TI platformLukasz Majewski3-47/+63
2017-04-08Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini3-1/+28
2017-04-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini7-2/+1894
2017-04-08spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMCAlexandru Gagniuc1-1/+1
2017-04-08stm32f7: enable instruction & data cacheVikas Manocha1-0/+2
2017-04-08armv7m: add instruction & data cache supportVikas Manocha4-4/+363
2017-04-08ARMv8: add GOT sections to the list of sections copiedPhilipp Tomsich1-1/+1
2017-04-07arm: sunxi: Add Sunchip CX-A99 initial supportRask Ingemann Lambertsen2-1/+382
2017-04-07ARM: dts: sun9i: Add mmc1 pinmux settingChen-Yu Tsai1-0/+8
2017-04-07sunxi: Sync GR8 DTS and AXP209 with the kernelMaxime Ripard4-0/+1405
2017-04-07sunxi: add NanoPi NEO Air defconfigJelle van der Waa2-1/+99
2017-04-07arm: dts: trats2: add the i2c-gpio nodesJaehoon Chung1-0/+18
2017-04-06Remove various unused interrupt related codeTom Rini11-148/+5
2017-04-06Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini20-93/+259
2017-04-05board_f: Make relocation functions genericSimon Glass5-49/+2
2017-04-05board_f: Make init_helpers genericSimon Glass3-26/+1
2017-04-05powerpc: Move setup_board_extra() into a PPC fileSimon Glass2-0/+33
2017-04-05Move dram_init_banksize() to a common headerSimon Glass2-2/+0
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass23-26/+68
2017-04-05board_f: Drop return value from initdram()Simon Glass7-23/+51
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass9-12/+12
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass9-7/+55
2017-04-05board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() privateSimon Glass2-1/+10
2017-04-05board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass1-0/+5
2017-04-05board_f: powerpc: Move prt_83xx_rsr() to private codeSimon Glass3-0/+8
2017-04-05board_f: powerpc: Use timer_init() instead of init_timebase()Simon Glass2-2/+2
2017-04-05board_f: Remove adjust_sdram_tbs_8xx() from the init sequenceSimon Glass1-30/+33
2017-04-05board_f: Remove sdram_adjust_866() from the init sequenceSimon Glass1-16/+16
2017-04-05board_f: powerpc: Rename get_clocks_866() to get_clocks()Simon Glass1-1/+1
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass2-4/+1
2017-04-05board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass1-0/+7
2017-04-05OpenRISC: RemoveTom Rini35-2366/+0
2017-04-05SPARC: RemoveTom Rini62-10527/+0
2017-04-05Blackfin: RemoveTom Rini231-68500/+0
2017-04-05Merge git://git.denx.de/u-boot-dmTom Rini2-2/+11
2017-04-05sunxi: Add OrangePi PC 2 initial supportAndre Przywara2-0/+149
2017-04-05sunxi: introduce Allwinner H5 config optionAndre Przywara1-0/+2
2017-04-05sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara7-12/+12
2017-04-05sunxi: DRAM: add Allwinner H5 supportAndre Przywara2-16/+82
2017-04-05sunxi: provide ARMv8 mem_map for every ARM64 boardAndre Przywara1-1/+1
2017-04-05sunxi: Kconfig: introduce CONFIG_SUNXI_HIGH_SRAMAndre Przywara1-1/+1
2017-04-05sunxi: simplify ACTLR.SMP bit set #ifdefAndre Przywara2-4/+5
2017-04-05fsl: ls102x: remove redundant GENERIC_TIMER_CLKAndre Przywara2-2/+2
2017-04-05ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCYAndre Przywara2-3/+3
2017-04-05sunxi: fix ACTLR.SMP assembly routineAndre Przywara1-1/+2
2017-04-04arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()Stefan Roese1-0/+9
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-2/+2
2017-04-04rockchip: Add support for MiQi rk3288 boardJernej Skrabec4-0/+481