Hello!
The tinycurses damage detection introduced in libpayload r3579 lead to Bayou not properly redrawing its screen after returning from payloads. The attached patch solves the problem by clearing stdscr directly after returning to Bayou.
Compile and runtime tested with libpayload and coreboot-v3 under QEMU.
/ulf
Ulf Jordan wrote:
Hello!
The tinycurses damage detection introduced in libpayload r3579 lead to Bayou not properly redrawing its screen after returning from payloads. The attached patch solves the problem by clearing stdscr directly after returning to Bayou.
Compile and runtime tested with libpayload and coreboot-v3 under QEMU.
Acked-by: Jordan Crouse jordan@cosmicpenguin.net
Can somebody check this in for me, please?
Jordan
On Mon, Feb 16, 2009 at 05:00:22PM -0700, Jordan Crouse wrote:
Ulf Jordan wrote:
Hello!
The tinycurses damage detection introduced in libpayload r3579 lead to Bayou not properly redrawing its screen after returning from payloads. The attached patch solves the problem by clearing stdscr directly after returning to Bayou.
Compile and runtime tested with libpayload and coreboot-v3 under QEMU.
Acked-by: Jordan Crouse jordan@cosmicpenguin.net
Can somebody check this in for me, please?
Sure, r3952.
Thanks, Ward.