]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: spl: Use separate fault handlers instead of a single common one
authorCsókás Bence <csokas.bence@prolan.hu>
Tue, 19 Dec 2023 13:33:18 +0000 (14:33 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jan 2024 02:19:25 +0000 (21:19 -0500)
commit29f390bbd5b463676065134e3e58f7a50dbfd8ec
tree51caa0401d13e85bc9d7c45d210f6055d91e7a7d
parent6e75ae1a39431fad9a14d7718582d86d90997545
arm: spl: Use separate fault handlers instead of a single common one

It may be necessary to set breakpoints etc. on a specific fault handler in SPL.
Add a Kconfig option to separate the different handlers into their own individual infinite loops.

Signed-off-by: Csókás Bence <csokas.bence@prolan.hu>
arch/arm/Kconfig
arch/arm/lib/vectors.S