zephyr/scripts/gen_idt
Andrew Boie 31e3a345e5 gen_idt: validate IRQ line before vector assignment
On systems with fixed IRQ-to-vector mapping (like Quark D2000),
if multiple drivers tried to use the same IRQ line, gen_idt would
report an IDT vector collision rather than multiple IRQ line collision,
which is much less intuitive.

Move the IRQ line validation to before the vector validation to report
an easier to understand error.

Change-Id: I3930d8df38391e4708db5486e4bd4527d33c4cce
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-09-12 17:53:22 +00:00
..
gen_idt.c gen_idt: validate IRQ line before vector assignment 2016-09-12 17:53:22 +00:00
Makefile gen_idt: don't force 32-bit build 2016-07-08 20:31:02 +00:00
version.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
version.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00