History log of /openbmc/obmc-console/util.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.1.0
# a72711af 18-Apr-2023 Andrew Jeffery <andrew@aj.id.au>

obmc-console: Add clang-format configuration

And apply the formatting.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I75251051affa5129c8698185baf8d151302b19d6


# 9326d779 17-Mar-2016 Jeremy Kerr <jk@ozlabs.org>

Add licence document and per-file headers

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


# 1a0e03b4 08-Mar-2016 Jeremy Kerr <jk@ozlabs.org>

Split IO handling code into separate handler modules

Currently, we have a direct, explicit link between the VUART IO and the
"outbound" data, currently to stdio.

We'll want to do multiple things wi

Split IO handling code into separate handler modules

Currently, we have a direct, explicit link between the VUART IO and the
"outbound" data, currently to stdio.

We'll want to do multiple things with the VUART data in future (eg.,
logging).

This change introduces "handlers"; a struct of callbacks that are
invoked when UART data is available, or when a (handler-provided) poll
descriptor returns new events. We convert the stdio code into a handler
as part of this.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

show more ...