opensbi/lib
Andrew Jones e307ba7d46 lib: sbi: Narrow vendor extension range
The vendor extension ID range is large, but at runtime at most
a single ID will be available. Narrow the range in the
register_extensions callback. After narrowing, we no longer
need to check that the extension ID is correct in the other
callbacks, as those callbacks will never be invoked with
anything other than the single ID.

Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2023-05-21 16:29:46 +05:30
..
sbi lib: sbi: Narrow vendor extension range 2023-05-21 16:29:46 +05:30
utils lib: sbi: Remove unnecessary semicolon 2023-05-11 12:31:34 +05:30