Re: [PATCH v2 12/13] event: Add a script to decode the event-spy list

2022-03-10 Thread Tom Rini
On Fri, Mar 04, 2022 at 08:43:07AM -0700, Simon Glass wrote: > 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

[PATCH v2 12/13] event: Add a script to decode the event-spy list

2022-03-04 Thread 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