Simon Glass ba5e3e1ed0 event: Support a simple spy record
The current event spy is always passed the event context and the event.
The context is always NULL for a static spy. The event is not often used.

Introduce a 'simple' spy which takes no arguments. This allows us to drop
the adaptation code that many of these spy records use.

Update the event script to find these in the image.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-08-31 13:16:54 -04:00
..
2018-08-03 19:53:54 -04:00
2017-07-06 16:17:19 -04:00
2018-05-23 22:06:41 -04:00
2022-12-23 10:15:13 -05:00