Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Daniel Schwierzeck authored
In order to set own exception handlers, a table with the exception vectors must be built in DRAM and the CPU EBase register must be set to the base address of this table. Reserve the space above the stack and use gd->irq_sp as storage for the exception base address. Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Daniel Schwierzeck authoredIn order to set own exception handlers, a table with the exception vectors must be built in DRAM and the CPU EBase register must be set to the base address of this table. Reserve the space above the stack and use gd->irq_sp as storage for the exception base address. Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@gmail.com>