summaryrefslogtreecommitdiff
path: root/arch/arm/lib/interrupts.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-01common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait1-0/+2
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-1/+2
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-3/+3
2018-10-16arm: do not include efi_loader.h twiceHeinrich Schuchardt1-1/+0
2018-05-24arm: print instructions pointed to by pcHeinrich Schuchardt1-0/+25
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-05arm: print information about loaded UEFI imagesHeinrich Schuchardt1-0/+13
2017-06-12arm: adjust PC displayed in exception handlers to point to the failing instru...Lothar Waßmann1-0/+14
2017-04-07Remove various unused interrupt related codeTom Rini1-73/+0
2016-03-16arm: Allow EFI payload code to take exceptionsAlexander Graf1-0/+8
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-2/+2
2015-02-03arm: Show relocated PC/LR in the register dumpSimon Glass1-4/+9
2014-10-29arm: interrupt_init: set sp in IRQ/FIQ modesGeorges Savoundararadj1-0/+27
2014-10-25arm: vectors: provide protypes from vectors.SJeroen Hofstee1-0/+1
2014-07-28ARM: add missing HYP mode constantMarc Zyngier1-1/+1
2014-02-27arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini1-1/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD1-1/+1
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-6/+0
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-09-19ARM: add relocation supportHeiko Schocher1-1/+18
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-0/+187