aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
AgeCommit message (Expand)AuthorFilesLines
2022-04-21arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is validWIP/2022-04-21-further-cleanupsPeng Fan4-5/+5
2022-04-21arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE optionPali Rohár1-3/+1
2022-04-12Layerscape: Enable Job ring driver model.Gaurav Jain1-0/+18
2022-03-28video: fsl: colibri_vf: Drop FSL DCU driverSimon Glass1-4/+0
2022-03-18Convert CONFIG_ARMV7_SECURE_BASE et al to KconfigTom Rini1-0/+31
2022-03-03Convert CONFIG_CHIP_SELECTS_PER_CTRL to KconfigTom Rini2-1/+3
2022-02-04mach-sunxi: Move timer code to mach folderJesse Taube2-117/+0
2022-02-04sunxi: move early "SRAM setup" into separate fileAndre Przywara2-0/+43
2022-02-04sunxi: move Cortex SMPEN setting into start.SAndre Przywara2-0/+16
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2-3/+3
2021-12-27Convert CONFIG_FSL_IFC to KconfigTom Rini1-0/+1
2021-12-19fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún1-3/+3
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-3/+3
2021-10-08stv0991: remove specific CONFIG_STV0991 configsPatrick Delaunay1-3/+3
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-1/+1
2021-09-02armv7: Add Position Independent Execution supportChia-Wei Wang1-0/+43
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2-5/+5
2021-08-31nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini1-2/+2
2021-08-30Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini1-0/+1
2021-07-06arm: iproc: Add higher speed configurationsChris Packham1-13/+16
2021-05-24ARM: kona: fix clk_bsc_enable() type mismatch for LTOMarek Behún1-1/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-1/+1
2021-03-02arm: cp15: remove weak function arm_init_domainsPatrick Delaunay1-3/+0
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler6-6/+6
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini13-1/+12
2021-02-08armv7: ls102xa: Enable I-Cache to speed up the boot timeHou Zhiqiang1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass13-1/+12
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-0/+4
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-0/+4
2020-12-10arm: ls102xa: select USB PHY erratum's only if USB is enabledAleksandar Gerasimovski1-4/+4
2020-08-05ARM: add Kconfig option for PSCI 0.1Icenowy Zheng1-0/+4
2020-07-29arm: add support for SoC s5p4418 (cpu) / nanopi2 boardStefan Bosch3-0/+129
2020-07-29pwm: add driver for nexellStefan Bosch2-5/+65
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada3-5/+5
2020-07-17Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to KconfigPatrick Delaunay1-0/+14
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass12-0/+12
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-05-18common: Drop init.h from common headerSimon Glass10-0/+10
2020-05-18common: 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-06Merge branch 'next'Tom Rini1-8/+0