summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * ARM: HYP/non-sec: migrate stackMark Kettenis2018-07-251-0/+2
* | Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-301-5/+5
|/
* ARM: PSCI: initialize stack pointer on secondary CPUsStefan Agner2018-07-231-0/+2
* ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15...Nishanth Menon2018-06-291-0/+8
* ARM: Introduce ability to enable ACR::IBE on Cortex-A8 for CVE-2017-5715Nishanth Menon2018-06-291-2/+5
* arm: armv7: allow unaligned memory accessHeinrich Schuchardt2018-06-032-0/+26
* arm: v7R: Add support for enabling cachesLokesh Vutla2018-05-071-0/+11
* arm: v7R: Add support for MPULokesh Vutla2018-05-072-0/+110
* arm: v7R: Add initial supportMichal Simek2018-05-071-0/+2
* arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla2018-05-071-2/+2
* arm: v7: Update VBAR only if availableLokesh Vutla2018-05-071-0/+2
* psci: arm: remove armv7 function psci_save_target_pcPatrick Delaunay2018-05-071-7/+0
* sunxi: psci: save context id in cpu_on commandPatrick Delaunay2018-05-071-3/+4
* ls102xa: psci: save context id in cpu_on commandPatrick Delaunay2018-05-071-1/+2
* arm: psci: add a weak function psci_arch_cpu_entryPatrick Delaunay2018-05-071-0/+7
* arm: psci: save context id for cpu_on PSCI commandPatrick Delaunay2018-05-072-0/+18
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0777-167/+77
* arm: timer: get frequency for arch timer armv7 in cp15 cntfrqPatrick Delaunay2018-04-061-1/+15
* arm: armv7: solve issue for timer_rate_hz in arch timerPatrick Delaunay2018-03-191-20/+2
* ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to MakefileTuomas Tynkkynen2018-03-131-6/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-071-17/+0
* arm: Exercise v7_arch_cp15_set_acr even without errata fixupsSiarhei Siamashka2018-01-091-20/+12
* ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen2017-12-121-0/+1
* arm: mark save_boot_params_ret as a functionPhilipp Tomsich2017-11-211-0/+1
* stv0991: fix STMicroelectronics copyrightPatrice Chotard2017-11-064-8/+8
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* armv7: Add workaround for USB erratum A-009007Ran Wang2017-09-112-0/+18
* armv7: Add workaround for USB erratum A-008997Ran Wang2017-09-112-0/+19
* armv7: Add workaround for USB erratum A-009798Ran Wang2017-09-112-0/+16
* armv7: Add workaround for USB erratum A-009008Ran Wang2017-09-112-0/+21
* fsl-layerscape: Consolidate registers space defination for CCI-400 busAshish Kumar2017-09-112-1/+14
* Merge git://www.denx.de/git/u-boot-imxTom Rini2017-08-161-0/+6
|\
| * arm: Implement workaround for Cortex-A9 errata 845369Peng Fan2017-08-161-0/+6
* | env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1