Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | MIPS: reserve space for exception vectors | Daniel Schwierzeck | 2016-11-30 | -0/+19 |
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> |