commit | 3bfbedd66bfda8178c03bb8f6510d3924a4c4212 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 21 21:16:48 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 31 13:16:54 2023 -0400 |
tree | d265d9442db79b365039fc727d5d0cbe987fbd58 | |
parent | 7ca508d396fc2c0be917bd5c935dd40b971a7a95 [diff] |
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>