summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-07arm: v7R: Add support for enabling cachesLokesh Vutla1-0/+11
2018-05-07arm: v7R: Add support for MPULokesh Vutla2-0/+110
2018-05-07arm: v7R: Add initial supportMichal Simek1-0/+2
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla1-2/+2
2018-05-07arm: v7: Update VBAR only if availableLokesh Vutla1-0/+2
2018-05-07psci: arm: remove armv7 function psci_save_target_pcPatrick Delaunay1-7/+0
2018-05-07sunxi: psci: save context id in cpu_on commandPatrick Delaunay1-3/+4
2018-05-07ls102xa: psci: save context id in cpu_on commandPatrick Delaunay1-1/+2
2018-05-07arm: psci: add a weak function psci_arch_cpu_entryPatrick Delaunay1-0/+7
2018-05-07arm: psci: save context id for cpu_on PSCI commandPatrick Delaunay2-0/+18
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini77-167/+77
2018-04-07arm: timer: get frequency for arch timer armv7 in cp15 cntfrqPatrick Delaunay1-1/+15
2018-03-19arm: armv7: solve issue for timer_rate_hz in arch timerPatrick Delaunay1-20/+2
2018-03-13ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to MakefileTuomas Tynkkynen1-6/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2018-02-08spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-17/+0
2018-01-09arm: Exercise v7_arch_cp15_set_acr even without errata fixupsSiarhei Siamashka1-20/+12
2017-12-13ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+1
2017-11-22arm: mark save_boot_params_ret as a functionPhilipp Tomsich1-0/+1
2017-11-06stv0991: fix STMicroelectronics copyrightPatrice Chotard4-8/+8
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-09-11armv7: Add workaround for USB erratum A-009007Ran Wang2-0/+18
2017-09-11armv7: Add workaround for USB erratum A-008997Ran Wang2-0/+19
2017-09-11armv7: Add workaround for USB erratum A-009798Ran Wang2-0/+16
2017-09-11armv7: Add workaround for USB erratum A-009008Ran Wang2-0/+21
2017-09-11fsl-layerscape: Consolidate registers space defination for CCI-400 busAshish Kumar2-1/+14
2017-08-17Merge git://www.denx.de/git/u-boot-imxTom Rini1-0/+6
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1