All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] tests/tcg/xtensa: exception vectors/handlers improvement
@ 2018-09-01  2:13 Max Filippov
  2018-09-01  2:13 ` [Qemu-devel] [PATCH 1/2] tests/tcg/xtensa: move exception handlers to separate section Max Filippov
  2018-09-01  2:13 ` [Qemu-devel] [PATCH 2/2] tests/tcg/xtensa: only generate defined exception handlers Max Filippov
  0 siblings, 2 replies; 3+ messages in thread
From: Max Filippov @ 2018-09-01  2:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov

Hello,

this series generalizes xtensa test vectors and linker script a bit further:
- it extracts exception/IRQ handlers from vectors, as not all core
  configurations have enough space between the vectors;
- it conditionalizes vectors code, so that only handlers for configured
  IRQs and exceptions are generated.

Max Filippov (2):
  tests/tcg/xtensa: move exception handlers to separate section
  tests/tcg/xtensa: only generate defined exception handlers

 tests/tcg/xtensa/linker.ld.S | 37 ++++++++++++++++++++++---------------
 tests/tcg/xtensa/vectors.S   | 16 ++++++++++++++++
 2 files changed, 38 insertions(+), 15 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-01  2:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-01  2:13 [Qemu-devel] [PATCH 0/2] tests/tcg/xtensa: exception vectors/handlers improvement Max Filippov
2018-09-01  2:13 ` [Qemu-devel] [PATCH 1/2] tests/tcg/xtensa: move exception handlers to separate section Max Filippov
2018-09-01  2:13 ` [Qemu-devel] [PATCH 2/2] tests/tcg/xtensa: only generate defined exception handlers Max Filippov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.