aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini29-64/+5482
2016-10-08ARM: AM437X: Add Silicon ID supportLokesh Vutla2-2/+6
2016-10-08ARM: dts: dra72: add rev C evm supportMugunthan V N4-661/+589
2016-10-08arm: Add return value argument to longjmpAlexander Graf1-18/+14
2016-10-08ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()Masahiro Yamada4-16/+16
2016-10-07ARM: keystone: remove declaration of unused functionsMasahiro Yamada1-2/+0
2016-10-07ARM: vf610: use strcpy for soc environment variableStefan Agner1-1/+1
2016-10-07arm: dts: imx7: add Ricoh RN5T567 PMIC nodeStefan Agner1-0/+5
2016-10-07arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device treeStefan Agner3-0/+288
2016-10-07arm: dts: imx7: add pinctrl definesStefan Agner1-0/+1151
2016-10-06ARM: Add register defines for am33xx ePWM registerstomas.melin@vaisala.com2-0/+37
2016-10-06ARM: OMAP5+: Override switch_to_hypervisor functionKeerthy1-0/+24
2016-10-06ARM: Introduce function to switch to hypervisor modeKeerthy2-0/+25
2016-10-06omap: Set appropriate cache configuration for LPAE and non-LAPE casesKeerthy1-2/+23
2016-10-06omap: Remove hardcoding of mmu section shift to 20Keerthy1-2/+2
2016-10-06ARM64: Add support for some of atomic64 operationsAdam Oleksy1-1/+67
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day3-5/+5
2016-10-06ARMv8/sec-firmware: fix a compile errorHou Zhiqiang1-6/+16
2016-10-06ARM: Respect CONFIG_SPL_STACK define in lowlevel_init.SSiarhei Siamashka1-0/+4
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass3-6/+9
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass3-3/+8
2016-10-06spl: Convert boot_device into a structSimon Glass3-3/+3
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass2-0/+6
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass3-6/+6
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-1/+1
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass2-17/+0
2016-10-06pcm052: add new BK4r1 target based on PCM052 SoMAlbert ARIBAUD \(3ADEV\)4-2/+57
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2-0/+8
2016-10-04imx: imx6ul: disable POR_B internal pull upPeng Fan1-8/+21
2016-10-04imx-common: enlarge mux width to 4Peng Fan1-8/+7
2016-10-04imx: mx6: fix USB bmode to use reserved valueStefan Agner1-1/+1
2016-10-04arm: imx: add i.MX6ULL 14x14 EVK board supportPeng Fan3-0/+536
2016-10-04arm: dts: add device tree for i.MX6ULLPeng Fan1-0/+1161
2016-10-04arm: dts: imx6ull: add pinctrl definesPeng Fan3-0/+1024
2016-10-04imx: iomux: fix snvs usage for i.MX6ULLPeng Fan3-4/+14
2016-10-04imx: imx6ull: adjust the ldo 1.2v bandgap voltagePeng Fan2-0/+7
2016-10-04imx: mx6ull: Add AIPS3 initializationPeng Fan1-1/+1
2016-10-04imx: mx6ull: Update memory map addressPeng Fan1-3/+14
2016-10-04imx: mx6ull: update clock settings and CCM register mapPeng Fan2-29/+89
2016-10-04imx: mx6ull: adjust POR_B setting for i.MX6ULLPeng Fan1-0/+14
2016-10-04imx: mx6ull: misc soc updatePeng Fan1-4/+4
2016-10-04imx: mx6ul: using runtime check when configuring PMIC_STBY_REQPeng Fan1-1/+1
2016-10-04imx: mx6ull: skip setting ahb clockPeng Fan1-1/+1
2016-10-04imx: timer: update gpt driver for i.MX6ULLPeng Fan1-3/+4
2016-10-04imx-common: introduce is_mx6ullPeng Fan1-0/+1
2016-10-04imx: mx6ull: add kconfig entry for MX6ULLYe Li1-0/+4
2016-10-04imx: mx6ull: add mx6ull major cpu typePeng Fan2-1/+4
2016-10-04imx: mx6ull: add iomux header filePeng Fan2-0/+1067
2016-10-04imx: iomux-v3: fix pad setup on i.MX6DQP when CONFIG_MX6QDL is definedFilip Brozovic1-1/+1
2016-10-03Merge git://git.denx.de/u-boot-rockchipTom Rini12-25/+205