Re: [RFC] rtems: Add options to kernel output char handler

2024-04-19 Thread Peter Dufault
> On Apr 18, 2024, at 6:32 PM, Chris Johns wrote: > > On 18/4/2024 4:16 pm, Sebastian Huber wrote: >> On 18.04.24 04:02, Chris Johns wrote: >>> On 17/4/2024 11:06 pm, Sebastian Huber wrote: Make the kernel I/O output character device processing configurable through an option set

Re: [RFC] rtems: Add options to kernel output char handler

2024-04-18 Thread Chris Johns
On 18/4/2024 4:16 pm, Sebastian Huber wrote: > On 18.04.24 04:02, Chris Johns wrote: >> On 17/4/2024 11:06 pm, Sebastian Huber wrote: >>> Make the kernel I/O output character device processing configurable >>> through an option set parameter.  Add RTEMS_NO_OUTPUT and RTEMS_FLUSH >>> options.  The

Re: [RFC] rtems: Add options to kernel output char handler

2024-04-18 Thread Sebastian Huber
On 18.04.24 04:02, Chris Johns wrote: On 17/4/2024 11:06 pm, Sebastian Huber wrote: Make the kernel I/O output character device processing configurable through an option set parameter. Add RTEMS_NO_OUTPUT and RTEMS_FLUSH options. The goal of this API change is to enable flushing the kernel

Re: [RFC] rtems: Add options to kernel output char handler

2024-04-17 Thread Chris Johns
On 17/4/2024 11:06 pm, Sebastian Huber wrote: > Make the kernel I/O output character device processing configurable > through an option set parameter. Add RTEMS_NO_OUTPUT and RTEMS_FLUSH > options. The goal of this API change is to enable flushing the kernel > output device in the system

[RFC] rtems: Add options to kernel output char handler

2024-04-17 Thread Sebastian Huber
Make the kernel I/O output character device processing configurable through an option set parameter. Add RTEMS_NO_OUTPUT and RTEMS_FLUSH options. The goal of this API change is to enable flushing the kernel output device in the system termination process before a reset is issued. A use case for