| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-29 | test: Drop unwanted option in event_dump.py | Simon Glass | |
| This option is not used. Drop it. Signed-off-by: Simon Glass <[email protected]> | |||
| 2022-09-29 | event: Allow multiple spy declarations for each event | Simon Glass | |
| At present only one spy is allowed per event. Update the naming to allow more than one, since some need this flexibility, e.g. the EVT_FT_FIXUP event. Signed-off-by: Simon Glass <[email protected]> | |||
| 2022-03-10 | event: Add a script to decode the event-spy list | Simon Glass | |
| For debugging and dicoverability it is useful to be able to see a list of each event spy in a U-Boot ELF file. Add a script which shows this, along with the event type and the source location. This makes events a little easier to use than weak functions, for example. Add a basic sandbox test as well. We could provide a test for other boards, but for now, few use events. Signed-off-by: Simon Glass <[email protected]> | |||
