Searched hist:bd60252811c3c81dd0a32c0871b9116ba160190f (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/mips/lib/ |
H A D | stack.c | bd60252811c3c81dd0a32c0871b9116ba160190f Sat Jan 09 11:34:14 CST 2016 Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 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>
|
H A D | Makefile | bd60252811c3c81dd0a32c0871b9116ba160190f Sat Jan 09 11:34:14 CST 2016 Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 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>
|