commit | d8209b89130394d6718ea670f3d073c2e66cedd5 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jan 09 18:34:14 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Nov 30 16:11:46 2016 +0100 |
tree | ebdbe28f9b8f75e54e30b6de07bc1768b319312d | |
parent | c8e280f3a958d39c75c15c43afc04290d2b6fd47 [diff] |
MIPS: reserve space for exception vectors 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>