summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-11-18board: ti: beagle_x15: Rename to indicate support for TI am57xx evmsKipisz, Steven
2015-11-18nios2: zap ioremapThomas Chou
2015-11-18nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou
2015-11-17Merge git://git.denx.de/u-boot-marvellTom Rini
2015-11-17arm: mvebu: a38x: serdes specification cleanupKevin Smith
2015-11-17arm: mvebu: a38x: Add const to some function callsKevin Smith
2015-11-17arm: mvebu: a38x: Remove unsupported topologiesKevin Smith
2015-11-18board: axs10x switch serial port and Ethernet to driver modelAlexey Brodkin
2015-11-18arc: add empty asm/processor.h to satisfy compilation of USB codeAlexey Brodkin
2015-11-18arc: add stubs for map_physmem() and unmap_physmem()Alexey Brodkin
2015-11-16Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-11-13Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparcTom Rini
2015-11-13x86: Remove legacy pci codesBin Meng
2015-11-13x86: qemu: Convert to use driver model pciBin Meng
2015-11-13x86: qemu: Move chipset-specific codes from pci.c to qemu.cBin Meng
2015-11-13x86: qemu: Remove call to vgabios executionBin Meng
2015-11-13x86: queensbay: Really disable IGDBin Meng
2015-11-13x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to KconfigBin Meng
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng
2015-11-13x86: Initialize i8254 timer counter 1Bin Meng
2015-11-13x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng
2015-11-13x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERSBin Meng
2015-11-13x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng
2015-11-13sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief
2015-11-13sparc: ambapp: Removed warning and unnecessary printout.Daniel Hellstrom
2015-11-13sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom
2015-11-13sparc: leon3: Added memory controller initialization using new AMBA PnP routi...Daniel Hellstrom
2015-11-13sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom
2015-11-13sparc: Update startup code to take PIC mode into accountFrancois Retief
2015-11-13sparc: Update LEON serial drivers to use readl/writel macrosFrancois Retief
2015-11-13sparc: Add -mcpu= compiler flags for LEON2/LEON3Francois Retief
2015-11-13sparc: Fix broken files during license changesFrancois Retief
2015-11-12Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2015-11-12openrisc: updating build tools naming conventionGuillaume REMBERT
2015-11-12mpc83xx: Add strider boardDirk Eibach
2015-11-12driver: gpio: hikey: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha
2015-11-12imx: mx7: compile misc.c for mx7Peng Fan
2015-11-12imx: imx-common: power down lcdif before boot osPeng Fan
2015-11-12imx: mx6: implement reset_miscPeng Fan
2015-11-12video: mxsfb: introduce lcdif_power_downPeng Fan
2015-11-12imx: mx6: add clock api for lcdifPeng Fan
2015-11-12imx: mx6: crm_reg: add LCDIF related macrosPeng Fan
2015-11-12imx: mx6: fix register addressPeng Fan
2015-11-12imx: lcdif: use one register structure for i.MXesPeng Fan
2015-11-12imx: imx-common: move lcdif structure and macro definition to imx-commonPeng Fan
2015-11-12imx: include linux/types.h for regs-common.hPeng Fan
2015-11-12mxs: regs-common.h must be wrapped with !__ASSEMBLY__Peng Fan
2015-11-12mxs: add parameter base_addr for mxs_set_lcdclkPeng Fan