summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-11-19zynqmp: mp: Add support for booting R5 from any addressMichal Simek1-3/+35
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov1-9/+1
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov2-3/+11
2015-11-18board: ti: beagle_x15: Rename to indicate support for TI am57xx evmsKipisz, Steven1-1/+1
2015-11-18nios2: zap ioremapThomas Chou1-6/+0
2015-11-18nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-18Merge git://git.denx.de/u-boot-marvellTom Rini11-1367/+48
2015-11-18arm: mvebu: a38x: serdes specification cleanupKevin Smith4-52/+48
2015-11-18arm: mvebu: a38x: Add const to some function callsKevin Smith4-7/+7
2015-11-18arm: mvebu: a38x: Remove unsupported topologiesKevin Smith8-1315/+0
2015-11-18board: axs10x switch serial port and Ethernet to driver modelAlexey Brodkin2-0/+46
2015-11-18arc: add empty asm/processor.h to satisfy compilation of USB codeAlexey Brodkin1-0/+12
2015-11-18arc: add stubs for map_physmem() and unmap_physmem()Alexey Brodkin1-0/+24
2015-11-16Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini30-219/+587
2015-11-13Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparcTom Rini19-735/+2135
2015-11-13x86: Remove legacy pci codesBin Meng3-71/+0
2015-11-13x86: qemu: Convert to use driver model pciBin Meng2-50/+0
2015-11-13x86: qemu: Move chipset-specific codes from pci.c to qemu.cBin Meng2-72/+82
2015-11-13x86: qemu: Remove call to vgabios executionBin Meng1-18/+1
2015-11-13x86: queensbay: Really disable IGDBin Meng2-10/+23
2015-11-13x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to KconfigBin Meng1-0/+15
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng6-8/+8
2015-11-13x86: Initialize i8254 timer counter 1Bin Meng1-0/+10
2015-11-13x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng4-53/+52
2015-11-13x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERSBin Meng1-16/+0
2015-11-13x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng3-12/+10
2015-11-13sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief2-2/+30
2015-11-13sparc: ambapp: Removed warning and unnecessary printout.Daniel Hellstrom1-1/+2
2015-11-13sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom4-17/+20
2015-11-13sparc: leon3: Added memory controller initialization using new AMBA PnP routi...Daniel Hellstrom5-2/+621
2015-11-13sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom7-415/+1225
2015-11-13sparc: Update startup code to take PIC mode into accountFrancois Retief2-38/+82
2015-11-13sparc: Update LEON serial drivers to use readl/writel macrosFrancois Retief5-138/+157
2015-11-13sparc: Add -mcpu= compiler flags for LEON2/LEON3Francois Retief1-4/+10
2015-11-13sparc: Fix broken files during license changesFrancois Retief2-130/+0
2015-11-13Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini15-634/+807
2015-11-13openrisc: updating build tools naming conventionGuillaume REMBERT2-2/+2
2015-11-13mpc83xx: Add strider boardDirk Eibach1-0/+3
2015-11-12driver: gpio: hikey: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha1-1/+1
2015-11-12imx: mx7: compile misc.c for mx7Peng Fan1-1/+1
2015-11-12imx: imx-common: power down lcdif before boot osPeng Fan1-0/+3
2015-11-12imx: mx6: implement reset_miscPeng Fan1-0/+7
2015-11-12video: mxsfb: introduce lcdif_power_downPeng Fan1-0/+2
2015-11-12imx: mx6: add clock api for lcdifPeng Fan2-0/+247
2015-11-12imx: mx6: crm_reg: add LCDIF related macrosPeng Fan1-4/+30
2015-11-12imx: mx6: fix register addressPeng Fan1-6/+12
2015-11-12imx: lcdif: use one register structure for i.MXesPeng Fan2-102/+22
2015-11-12imx: imx-common: move lcdif structure and macro definition to imx-commonPeng Fan2-1/+1
2015-11-12imx: include linux/types.h for regs-common.hPeng Fan1-0/+2
2015-11-12mxs: regs-common.h must be wrapped with !__ASSEMBLY__Peng Fan1-1/+1