[coreboot] [PATCH] [sort of] multiplex console output from each core

xdrudis xdrudis at tinet.cat
Sun Jan 30 16:04:37 CET 2011


On Sat, Jan 29, 2011 at 11:09:05AM +0100, xdrudis wrote:

> formats output.  If someone has more than 16 cores does she really
> want to see ouput from all at a time?  Redefining the weak function
> calc_id_buffer you can choose to have some of them mix into the same
> buffer or just filter out the output for some of them.
>

Also wrong. Having several concurrent outputs with the same buffer id 
is not safe, demuxing could join the wrong half-characters.

Filtering out some cores would be an option.




More information about the coreboot mailing list