Re: [SeaBIOS] VGA Callback function in SeaBIOS

2012-12-17 Thread Ronny Treinat
Wolfgang Kamp - datakamp wmkamp at datakamp.de writes: Hi,   I want to implement a Callback Function (04E08H- System BIOS INT 15H) for the AMD Video  vBIOS (ATOM BIOS Extension Functions) to support LVDS TFT Displays with AMD G-Series processors (Persimmon mainboard). What is the best

[SeaBIOS] [PATCH] display_uuid(): fix incomplete check after the loop

2012-12-17 Thread Laszlo Ersek
In the v2-v3 change of what would become commit 37676f83 http://www.seabios.org/pipermail/seabios/2012-December/005166.html, the defense against an initial addr end condition (wraparound) was erroneously loosened. Signed-off-by: Laszlo Ersek ler...@redhat.com --- src/smbios.c |4 ++-- 1