eee45ff828
main: set exception vector table addr to 0x100000
73b0dd5d8d
fiq: add handler to fix compilation error
abort: rename to exception_vectors
abort: support custom exception vector table address
Reset, Dataabort, IRQ, FIQ etc are also called exceptions in the [ARM doc](https://developer.arm.com/documentation/ddi0406/b/System-Level-Architecture/The-System-Level-Programmers--Model/Exceptions…
abort: support custom exception vector table address
abort.rs should probably be renamed.
how about exception.rs?
abort: support custom exception vector table address
5bd336c961
add support for using custom FIQ handler
298f64a2f9
boot: enable FIQ
4168eb63a7
GIC: fix wrong core target config when enabling interrupt (#109)
a43b8bf64e
mkbootimage: work around buffer overflow
91bae572f9
fix "unknown argument '-Wl,--undefined=AUDITABLE_VERSION_INFO'"
9005b73316
experiment: add set_vector_table example
b1994dbe16
abort: support custom exception vector table addr
5564e9de41
fiq: add handler
8683b6c12e
main: set exception vector table addr to 0x100000
5f765f7aee
experiment: add set_vector_table example
ff6338be19
abort: allow custom vector table base address
FIQ: custom handler not working on master but works fine on satman