aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini9-4/+3222
2017-04-13sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-codedTom Rini1-1/+5
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass12-19/+36
2017-04-12arm: freescale: Rename initdram() to fsl_initdram()Simon Glass1-1/+2
2017-04-12Rename aes.h to uboot_aes.hStefano Babic1-1/+1
2017-04-12imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOMAdam Ford4-0/+566
2017-04-12imx: mx7ulp: Fix SPLL/APLL clock rate calculation issueYe Li1-2/+6
2017-04-11ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin1-1/+7
2017-04-10Merge git://git.denx.de/u-boot-x86Tom Rini9-1/+349
2017-04-10x86: Introduce minimal PMU driver for Intel MID platformsAndy Shevchenko4-0/+130
2017-04-10x86: Add SCU IPC driver for Intel MID platformsFelipe Balbi5-0/+200
2017-04-10x86: bootm: Fix FIT image booting on x86Stefan Roese1-1/+1
2017-04-10x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsiStefan Roese1-0/+2
2017-04-10x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenamesStefan Roese1-0/+16
2017-04-08ARM: Keystone2: Build secure images for K2Madan Srinivas1-0/+6
2017-04-08arm: mach-omap2: Add secure image name common to OMAP and keystoneMadan Srinivas1-0/+6
2017-04-08arm: mach-omap2: Enable Kconfig support for K2 HS devicesVitaly Andrianov1-1/+1
2017-04-08arm: mach-keystone: Implements FIT post-processing call for keystone SoCsVitaly Andrianov1-0/+73
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