Make cursor positioning work by using both halves of the VGA cursor
authorJonathan A. Kollasch <jakllsch@kollasch.net>
Mon, 11 Aug 2008 17:19:10 +0000 (17:19 +0000)
committerJordan Crouse <jordan.crouse@amd.com>
Mon, 11 Aug 2008 17:19:10 +0000 (17:19 +0000)
commit42a0c80b9babaaf93ca806dd9bae4a4cc5a8936f
treef77e1037e1ea1f57f265592b6fa576b47ce7af8b
parent12e27266c3cb9bd1499731a5c52da7ce565d7912
Make cursor positioning work by using both halves of the VGA cursor
position register.

Have vga_scroll_up() and vga_clear_line() present row/column arguments to
the VIDEO() macro in the right order.

Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3498 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/drivers/video/vga.c