aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-04-17arm: add support for arch timerVitaly Andrianov2-0/+59
2014-04-17dra7xx_evm: Add QSPI_4 support, qspiboot build targetTom Rini1-0/+11
2014-04-17OMAP3: beagle-xm: generate fake USB ethernet MAC address from dieidNishanth Menon1-0/+1
2014-04-17omap3/sys_info: provide interface to read die idNishanth Menon2-5/+15
2014-04-17OMAP: common: consolidate fake USB ethernet MAC address creationNishanth Menon2-0/+23
2014-04-17ARM: OMAP: replace custom sr32() by standard I/O accessorsWolfgang Denk1-163/+205
2014-04-17ARM: OMAP: hide custom bit manipulation function sr32()Wolfgang Denk5-16/+13
2014-04-17ARM: OMAP: remove sr32() from OMAP board codeWolfgang Denk1-2/+2
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD22-367/+299
2014-04-08arm64 patch: gicv3 supportDavid Feng6-114/+290
2014-04-07bootstage: arm: fix fdt stashing codeMela Custodio1-2/+1
2014-04-07ARMv8: fix bug for flush data cache by set/wayLeo Yan1-3/+1
2014-04-07armv8: Flush dcache before switching to EL2York Sun1-0/+1
2014-04-07arm: vf610: add enet1 supportMarcel Ziswiler3-0/+15
2014-04-07arm: vf610: add uart0 clock/iomux definitionsMarcel Ziswiler2-0/+3
2014-04-07arm: vf610: fix anadig register structMarcel Ziswiler1-25/+27
2014-04-07build:arm: Remove setting of CROSS_COMPILE environment variableŁukasz Majewski1-4/+0
2014-04-07Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+6
2014-04-07ARM: Add workaround for Cortex-A9 errata 761320Nitin Garg1-0/+5
2014-04-07ARM: Add workaround for Cortex-A9 errata 794072Nitin Garg1-1/+1
2014-04-07armv8/cache: Change cache invalidate and flush functionYork Sun4-20/+47
2014-04-07armv8/cache: Flush D-cache, invalidate I-cache for relocationYork Sun2-6/+19
2014-04-07armv8/cache: Consolidate setting for MAIR and TCRYork Sun2-25/+19
2014-04-07arm: Handle .gnu.hash section in ldscriptsAndreas Färber1-0/+1
2014-04-07socfpga: Adding Clock Manager driverChin Liang See5-1/+657
2014-04-04arm: mxs: Add support for generating signed BootStreamMarek Vasut2-0/+70
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic130-1284/+2164
2014-04-04Revert "arm: mxs: Add support for generating signed BootStream"Stefano Babic2-87/+0
2014-04-02mmc:eSDHC: Workaround for data timeout issue on Txxx SoCHaijun.Zhang1-0/+5
2014-04-02mx6: add example DTB for mx6qsabreautoStefano Babic2-0/+14
2014-04-02imx: add rules for U-Boot DTB supportStefano Babic2-0/+12
2014-04-02mxs: fix warning in SPL with console supportStefano Babic1-0/+2
2014-04-01arm: mxs: Add serial console support into SPLMarek Vasut1-1/+14
2014-04-01arm: mxs: Properly set GD pointer in SPLMarek Vasut1-0/+5
2014-03-31arm: mxs: Add support for generating signed BootStreamMarek Vasut2-0/+87
2014-03-31arm: mxs: Adjust the load address of U-Boot and SPL for HABMarek Vasut4-9/+24
2014-03-31tegra: fix Makefile to pass per-file CFLAGSMasahiro Yamada1-1/+1
2014-03-28cpu: exynos4: add ace sha base addressPrzemyslaw Marczak1-4/+4
2014-03-28spl: Fix guardian macros in spl.hMarek Vasut6-6/+6
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada9-354/+276
2014-03-28kbuild: Rename UIMAGE to MKIMAGEMarek Vasut2-2/+2
2014-03-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD30-56/+815
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2-0/+5
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass4-11/+24
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass3-6/+59
2014-03-17sandbox: Add LCD driverSimon Glass3-0/+13
2014-03-17sandbox: Add a simple sound driverSimon Glass1-0/+14
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass4-0/+467
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2-1/+18
2014-03-17sandbox: Add os_jump_to_image() to run another executableSimon Glass1-0/+89