arm-trusted-firmware/services/std_svc/sdei
Charlie Bareham 4096bd66c7 fix(sdei): fix a crash when attempting to bind more events than are available
You can only bind a limited number of events in each range. If you
attempt to bind more, it was crashing. This patch makes it return an
error code instead.

Change-Id: Ib19f0f0780959ded244d45349d9d6c8607255c15
Signed-off-by: Charlie Bareham <charlie.bareham@arm.com>
2024-08-27 09:11:26 +01:00
..
sdei_dispatch.S Make setjmp.h prototypes comply with the C standard 2019-02-08 13:42:38 +00:00
sdei_event.c feat(sdei): add a function to return total number of events registered 2022-10-05 15:25:28 +01:00
sdei_intr_mgmt.c refactor(sdei): use common create_spsr() in SDEI library 2024-03-07 11:35:49 -06:00
sdei_main.c fix(sdei): fix a crash when attempting to bind more events than are available 2024-08-27 09:11:26 +01:00
sdei_private.h Switch AARCH32/AARCH64 to __aarch64__ 2019-08-01 13:45:03 -07:00
sdei_state.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00