summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass8-0/+9
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-03-18Revert "sunxi: psci: avoid error address-of-packed-member"Tomasz Duszynski1-11/+5
2020-01-24ARM: LS1021A: remove redundant "depends on ARCH_LS1021A"Masahiro Yamada1-3/+0
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass4-0/+4
2020-01-17common: Move clock functions into a new fileSimon Glass3-0/+3
2020-01-07Merge branch 'next'Tom Rini1-8/+0
2020-01-02pci: layerscape: move PCIE related CONFIG to PCI KconfigPankaj Bansal1-8/+0
2019-12-18sunxi: psci: avoid error address-of-packed-memberHeinrich Schuchardt1-5/+11
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass6-0/+6
2019-12-03common: Move some SMP functions out of common.hSimon Glass2-0/+2
2019-12-03common: Move get_ticks() function out of common.hSimon Glass6-0/+6
2019-12-03common: Move some time functions out of common.hSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-11-27arm: drop eSDHC clock getting in mxc_get_clock() for layerscapeYangbo Lu1-2/+0
2019-11-08freescale/layerscape: Rename the config CONFIG_SECURE_BOOT nameUdit Agarwal1-2/+2
2019-10-21armv7: ls102xa: Don't power down OCRAM1 during deep sleepBiwen Li1-1/+6
2019-10-21armv7: ls102xa: add errata ID A-008646 for workaroundBiwen Li1-3/+4
2019-10-21armv7: ls102xa: Correct endianness of SCFG_SPARECR8 readBiwen Li1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-25arm: ls1021atwr: Convert to use driver model TSEC driverBin Meng2-1/+11
2019-07-24psci: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-5/+5
2019-05-23armv7: timer: init timer with bootstagePatrick Delaunay1-0/+3
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner6-11/+11
2019-04-13pcm052: bk4: sdcard: Add support for SD card booting/recoveryLukasz Majewski1-0/+1
2019-04-13vybrid: Define the imx_get_mac_from_fuse() as a __weak functionLukasz Majewski1-1/+1
2019-04-13vybrid: clock: Provide enable_i2c_clk() function for VybridLukasz Majewski1-0/+22
2019-03-15armv7: ls102xa: Add workaround for DDR erratum A-008850Alison Wang2-7/+43
2019-02-13arm: Leave smccc calls in .text when efi_loader=nAlexander Graf1-0/+2
2019-02-13efi_loader: refactor switch to non-secure modeHeinrich Schuchardt2-0/+57
2019-01-27linker: Modify linker scripts to be more genericTom Rini1-2/+2
2018-12-02efi_loader: PSCI reset and shutdownHeinrich Schuchardt1-0/+2
2018-11-27ARM: armv7: Add early stack for erratum workaroundsAndrew F. Davis1-0/+9
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay4-19/+11
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay1-5/+0
2018-10-10arm: remove prototype for reset_timer_maskedPatrick Delaunay1-1/+2
2018-09-27armv7: ls102xa: Disable QE before enter deep sleepRan Wang1-0/+4
2018-09-27armv7: fsl: remove sata supportPeng Ma2-42/+0
2018-08-08arm: ls102xa: Fix RGMII phy-connection-type FDT fixupBrendan Shanks1-2/+2
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-1/+3
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-5/+5
2018-07-25ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supportedMark Kettenis1-1/+1
2018-07-25ARM: HYP/non-sec: migrate stackMark Kettenis1-0/+2
2018-07-23ARM: PSCI: initialize stack pointer on secondary CPUsStefan Agner1-0/+2
2018-06-29ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15...Nishanth Menon1-0/+8
2018-06-29ARM: Introduce ability to enable ACR::IBE on Cortex-A8 for CVE-2017-5715Nishanth Menon1-2/+5
2018-06-03arm: armv7: allow unaligned memory accessHeinrich Schuchardt2-0/+26