aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2016-03-16spl: arm: Make sure to include all of the u_boot_list entriesTom Rini5-15/+9
2016-03-16arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XXTom Rini1-1/+7
2016-03-16ARM: keystone2: Only link cmd_ddr3.o on non-SPL buildsTom Rini1-1/+2
2016-03-16ARM: keystone2: Switch to using the poweroff commandTom Rini4-29/+30
2016-03-16ARM: keystone2: Split monitor code / command codeTom Rini4-52/+71
2016-03-15ARM: DRA7: DDR: Enable SR in Power Management ControlNishanth Menon1-3/+3
2016-03-15arm: Allow EFI payload code to take exceptionsAlexander Graf1-0/+8
2016-03-15arm64: Allow EFI payload code to take exceptionsAlexander Graf1-0/+9
2016-03-15arm64: Allow exceptions to returnAlexander Graf1-0/+34
2016-03-15efi_loader: Add runtime servicesAlexander Graf4-0/+54
2016-03-15arm64: Only allow dcache disabled in SPL buildsAlexander Graf1-0/+9
2016-03-15arm64: Remove non-full-va map codeAlexander Graf6-216/+85
2016-03-15tegra: Replace home grown mmu code with generic table approachAlexander Graf1-115/+17
2016-03-15zymqmp: Replace home grown mmu code with generic table approachAlexander Graf1-169/+48
2016-03-15thunderx: Move mmu table into board fileAlexander Graf2-5/+5
2016-03-15arm64: Make full va map code more dynamicAlexander Graf5-100/+494
2016-03-15arm64: Disable TTBR1 maps in EL1Alexander Graf2-1/+2
2016-03-15thunderx: Calculate TCR dynamicallyAlexander Graf2-6/+59
2016-03-15omap4: Check warm reset for reboot mode validityPaul Kocialkowski1-0/+4
2016-03-15omap4: Reboot mode supportPaul Kocialkowski2-0/+49
2016-03-15omap4: Properly enable USB PHY clocksPaul Kocialkowski3-1/+9
2016-03-15omap-common: clocks-common: Setup USB DPLL when MUSB is in usePaul Kocialkowski1-2/+4
2016-03-15Amazon Kindle Fire (first generation) codename kc1 supportPaul Kocialkowski1-0/+4
2016-03-15omap4: Move i2c clocks enable to enable_basic_clocksPaul Kocialkowski1-4/+4
2016-03-15omap4: Remove duplicate CM_L3INIT_USBPHY_CLKCTRL reference and whitespacePaul Kocialkowski1-2/+1
2016-03-15omap-common: Remove deprecated arch_cpu_init codePaul Kocialkowski1-13/+0
2016-03-15omap-common: Rename set_muxconf_regs_essential to set_muxconf_regsPaul Kocialkowski3-4/+4
2016-03-15omap4: Export jedec sdram timingsPaul Kocialkowski2-2/+4
2016-03-15omap4: Export elpidia sdram timingsPaul Kocialkowski2-1/+6
2016-03-15omap4: Export elpidia sdram device detailsPaul Kocialkowski2-2/+7
2016-03-15omap3: Use a define for reboot reason offsetPaul Kocialkowski2-3/+7
2016-03-15omap3: String-based reboot mode handlingPaul Kocialkowski2-6/+12
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-2/+156
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-03-14arm64: define _image_binary_end to fix SPL_OF_CONTROLMasahiro Yamada1-0/+2
2016-03-14ARM: DRA7: Move emif settings to board specific filesLokesh Vutla1-147/+2
2016-03-14ARM: DRA7: Enable EEPROM supportLokesh Vutla1-0/+1
2016-03-14ARM: Various: Future-proof serial platdataAdam Ford2-10/+10
2016-03-14ARM: OMAP4+: Allow arch specfic code to use early DMLokesh Vutla1-9/+21
2016-03-14ARM: DRA7: emif: Enable interleaving for higher address spaceLokesh Vutla2-0/+5
2016-03-14ARM: DRA7: emif: Check for enable bits before updating leveling outputLokesh Vutla3-24/+54
2016-03-14ARM: DRA7: emif: Fix DDR init sequence during warm resetLokesh Vutla1-1/+3
2016-03-14ARM: DRA7: emif: Fix updating of refresh ctrl shadowLokesh Vutla1-1/+5
2016-03-14ARM: keystone2: use detected ddr3a sizeVitaly Andrianov3-0/+18
2016-03-14ARM: keystone2: use SPD info to configure K2HK and K2E DDR3Vitaly Andrianov3-0/+463
2016-03-14ARM: keystone2: K2G: Add support for different arm/device speedsLokesh Vutla3-4/+11
2016-03-14ARM: keystone2: Allow for board specific speed definitionsLokesh Vutla2-8/+8
2016-03-14ARM: keystone2: K2G: power-off DSP during bootSuman Anna1-2/+5
2016-03-14ARM: keystone2: Use macro for DSP GEM power domainSuman Anna2-1/+2
2016-03-14arm: Add support for LEGO MINDSTORMS EV3David Lechner3-0/+15