aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2013-03-15arm: Use sections header to obtain link symbolsSimon Glass2-4/+1
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-15Replace __bss_end__ with __bss_endSimon Glass26-29/+29
2013-02-20mac: Fix the condition check for setting the MAC from the EEPROMHolger Hans Peter Freyther1-2/+2
2013-02-20gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther1-1/+7
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini96-1219/+9426
2013-02-11arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach1-1/+1
2013-02-11Tegra114: Dalmore: Add DT filesTom Warren1-0/+5
2013-02-11Tegra114: Add common CPU (shared) filesTom Warren6-4/+1291
2013-02-11Tegra114: Add CPU (armv7) filesTom Warren2-0/+59
2013-02-11Tegra114: Add AVP (arm720t) filesTom Warren5-38/+403
2013-02-11Tegra114: Add arch-tegra114 include filesTom Warren15-5/+1365
2013-02-11tegra: add SPI SLINK driverAllen Martin1-0/+84
2013-02-11tegra: add addresses of SPI SLINK controllersAllen Martin1-0/+6
2013-02-11tegra30: fdt: add SPI SLINK nodesAllen Martin1-0/+72
2013-02-11tegra30: add SBC1 to periph id mapping tableAllen Martin1-1/+1
2013-02-11tegra20: fdt: add SPI SFLASH nodeAllen Martin1-0/+12
2013-02-11tegra: rename FUNCMUX_UART2_UARTBStephen Warren3-4/+4
2013-02-11Tegra: Move common clock code to arch/arm/cpu/tegra-common/clock.cTom Warren11-1188/+768
2013-02-11Tegra: T20: Remove unused 'SLOW' SoC ID and PLLX table entryTom Warren2-8/+0
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2013-02-07Add DDR3 support for AM335x-EVM (Version 1.5A)Jeff Lance1-0/+16
2013-02-07pcm051: Add support for Phytec phyCORE-AM335xLars Poeschel1-0/+18
2013-02-07am33xx: add a pulldown macro to pinmux configLars Poeschel1-1/+2
2013-02-04arm: Use generic global_dataSimon Glass1-37/+1
2013-02-04ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass4-16/+16
2013-02-03ARM: add wfi assembly macroRob Herring1-0/+6
2013-02-02Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD19-70/+1435
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass3-11/+11
2013-02-01ixp: Move timestamp to arch_global_dataSimon Glass2-7/+7
2013-02-01arm: Move timer_reset_value to arch_global_dataSimon Glass2-6/+3
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass24-66/+68
2013-02-01arm: Move tbl to arch_global_dataSimon Glass28-83/+89
2013-02-01arm: Move tbu to arch_global_dataSimon Glass8-29/+29
2013-02-01arm: Move timer_rate_hz into arch_global_dataSimon Glass5-15/+17
2013-02-01at91: Move at91 global data into arch_global_dataSimon Glass5-41/+45
2013-02-01Add architecture-specific global dataSimon Glass1-0/+6
2013-01-30arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach1-1/+1
2013-01-28mxs: mmc: Allow overriding default card detect implementationMarek Vasut1-1/+1
2013-01-28mxs: ssp: Add SSP registers map for MX23Marek Vasut1-0/+36
2013-01-28mxs: dma: Fix APBH DMA driver for MX23Marek Vasut1-0/+121
2013-01-28mxs: Use __weak annotation to simplify codeFabio Estevam2-7/+4
2013-01-28mxs: Boost the memory power supplyMarek Vasut1-2/+2
2013-01-22imximage.cfg: run files through C preprocessorTroy Kisky3-2/+15
2013-01-21mxs: Add MX23 quirks into the clock codeOtavio Salvador2-11/+32
2013-01-21mxs: Fix the memory init for MX23Otavio Salvador1-15/+78
2013-01-21mxs: Add function to ungate the power block on MX23Marek Vasut1-0/+12
2013-01-21mx23: config: Enable building of u-boot.sb binaryOtavio Salvador1-0/+18
2013-01-21mx23: SPL: Initialize DDR at 133MHzOtavio Salvador1-0/+20
2013-01-21mx23: SPL: Add boot mode supportOtavio Salvador1-0/+25