diff options
author | Samuel Holland <samuel@sholland.org> | 2022-06-12 20:03:52 -0500 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2022-06-13 11:54:06 +0530 |
commit | 2b79b694a80513696daf072db0fd980e7573b212 (patch) | |
tree | 7e64f4ba642d226c35a0726f35841ed23bdb5644 /scripts/Kconfiglib/kconfiglib.py | |
parent | 415ecf28f7ade7ba5a48a0cc9be8d45a7539dd89 (diff) | |
download | opensbi-2b79b694a80513696daf072db0fd980e7573b212.zip opensbi-2b79b694a80513696daf072db0fd980e7573b212.tar.gz opensbi-2b79b694a80513696daf072db0fd980e7573b212.tar.bz2 |
lib: irqchip/plic: Add priority save/restore helpers
These can be used by platform code to save the PLIC priority state, if
it would otherwise be lost during non-retentive suspend. The platform
is responsible for allocating all necessary storage.
As a space optimization, store the saved priority values as 8-bit
integers, since that is large enough to hold any priority value on the
relevant platforms.
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'scripts/Kconfiglib/kconfiglib.py')
0 files changed, 0 insertions, 0 deletions