seL4/src
Gerwin Klein 5d1f3bc3ce tqma8xqp1gb: fix MAX_IRQ setting
The highest defined interrupt in the data sheet is 543 - 32 = 511.
This is important, because the code expects all IRQ numbers to fit into
9 bits (which 511 does, but 512 would not).

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
2024-01-16 10:55:41 +11:00
..
api Move getActiveIRQ() close to use site (#993) 2023-03-26 08:16:19 +11:00
arch aarch64: add verification retype annotations 2024-01-16 10:55:41 +11:00
benchmark benchmark: config opt. name to enable log buffer 2022-03-31 08:56:06 +11:00
config doc: improve comments 2023-08-14 15:41:57 +10:00
drivers generc_timer: enable only once for mcs/non-mcs 2023-05-25 20:42:02 +10:00
fastpath aarch64: use VS prefix for vspace_cap fields 2023-10-27 10:25:37 +11:00
kernel remove useless assert 2023-11-10 22:16:31 +11:00
machine print period and budget with units 2023-08-14 15:41:57 +10:00
model SMP: Fixup compilation error 2023-06-21 10:58:48 +10:00
object mcs: change installTCBCap to not insert null caps 2023-11-15 15:53:14 +11:00
plat tqma8xqp1gb: fix MAX_IRQ setting 2024-01-16 10:55:41 +11:00
smp ipi: add missing barrier and enforce completion 2023-04-23 15:00:48 +10:00
assert.c Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
config.cmake use wrapper function for benchmark syscalls 2022-01-10 11:58:30 +11:00
inlines.c Enabled IPC debug features under new config 2020-04-06 14:21:46 +10:00
string.c Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
util.c riscv: fix CLZ and CTZ for riscv32 builds (#325) 2021-03-30 13:17:16 +11:00