summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1812-0/+12
* common: Drop linux/stringify.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-185-0/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+3
* common: Drop init.h from common headerSimon Glass2020-05-1810-0/+10
* common: Drop net.h from common headerSimon Glass2020-05-188-0/+9
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* Revert "sunxi: psci: avoid error address-of-packed-member"Tomasz Duszynski2020-03-181-11/+5
* ARM: LS1021A: remove redundant "depends on ARCH_LS1021A"Masahiro Yamada2020-01-241-3/+0
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-174-0/+4
* common: Move clock functions into a new fileSimon Glass2020-01-173-0/+3
* Merge branch 'next'WIP/06Jan2020Tom Rini2020-01-061-8/+0
|\
| * pci: layerscape: move PCIE related CONFIG to PCI KconfigPankaj Bansal2020-01-021-8/+0
* | sunxi: psci: avoid error address-of-packed-memberHeinrich Schuchardt2019-12-181-5/+11
|/
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-022-0/+2
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-026-0/+6
* common: Move some SMP functions out of common.hSimon Glass2019-12-022-0/+2
* common: Move get_ticks() function out of common.hSimon Glass2019-12-026-0/+6
* common: Move some time functions out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* arm: drop eSDHC clock getting in mxc_get_clock() for layerscapeYangbo Lu2019-11-271-2/+0
* freescale/layerscape: Rename the config CONFIG_SECURE_BOOT nameUdit Agarwal2019-11-081-2/+2
* armv7: ls102xa: Don't power down OCRAM1 during deep sleepBiwen Li2019-10-211-1/+6
* armv7: ls102xa: add errata ID A-008646 for workaroundBiwen Li2019-10-211-3/+4
* armv7: ls102xa: Correct endianness of SCFG_SPARECR8 readBiwen Li2019-10-211-1/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* arm: ls1021atwr: Convert to use driver model TSEC driverBin Meng2019-07-252-1/+11
* psci: Fix warnings when compiling with W=1Patrick Delaunay2019-07-241-1/+1
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-231-5/+5
* armv7: timer: init timer with bootstagePatrick Delaunay2019-05-231-0/+3
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-186-11/+11
* pcm052: bk4: sdcard: Add support for SD card booting/recoveryLukasz Majewski2019-04-131-0/+1
* vybrid: Define the imx_get_mac_from_fuse() as a __weak functionLukasz Majewski2019-04-131-1/+1
* vybrid: clock: Provide enable_i2c_clk() function for VybridLukasz Majewski2019-04-131-0/+22
* armv7: ls102xa: Add workaround for DDR erratum A-008850Alison Wang2019-03-152-7/+43
* arm: Leave smccc calls in .text when efi_loader=nAlexander Graf2019-02-131-0/+2
* efi_loader: refactor switch to non-secure modeHeinrich Schuchardt2019-02-132-0/+57
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-2/+2
* efi_loader: PSCI reset and shutdownHeinrich Schuchardt2018-12-021-0/+2
* ARM: armv7: Add early stack for erratum workaroundsAndrew F. Davis2018-11-261-0/+9
* arm: remove prototype for get_timer_maskedPatrick Delaunay2018-10-104-19/+11
* arm: remove prototype for udelay_maskedPatrick Delaunay2018-10-101-5/+0
* arm: remove prototype for reset_timer_maskedPatrick Delaunay2018-10-101-1/+2
* armv7: ls102xa: Disable QE before enter deep sleepRan Wang2018-09-271-0/+4
* armv7: fsl: remove sata supportPeng Ma2018-09-272-42/+0
* arm: ls102xa: Fix RGMII phy-connection-type FDT fixupBrendan Shanks2018-08-071-2/+2
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-07-302-1/+3
|\
| * ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supportedMark Kettenis2018-07-251-1/+1