]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-12-18 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 18 Dec 2009 16:25:06 +0000 (17:25 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 18 Dec 2009 16:25:06 +0000 (17:25 +0100)
Fix console palette on OpenFirmware.

* term/ieee1275/ofconsole.c (MAX): Removed.
(colors): Redone based on VGA palette.
(grub_ofconsole_setcolor): Discard brightness bit since only 8
colors are supported.
(grub_ofconsole_init_output): Use ARRAY_SIZE instead of hardcoded size.

1  2 
ChangeLog

diff --cc ChangeLog
index e2606765a2afce5ded2ce4d386a76bc6f39f4c0c,e2606765a2afce5ded2ce4d386a76bc6f39f4c0c..127c0bb5f7e1fa23486dffbb7c99b42af54d9c05
+++ b/ChangeLog
@@@ -1,3 -1,3 +1,13 @@@
++2009-12-18  Vladimir Serbinenko  <phcoder@gmail.com>
++
++      Fix console palette on OpenFirmware.
++
++      * term/ieee1275/ofconsole.c (MAX): Removed.
++      (colors): Redone based on VGA palette.
++      (grub_ofconsole_setcolor): Discard brightness bit since only 8
++      colors are supported.
++      (grub_ofconsole_init_output): Use ARRAY_SIZE instead of hardcoded size.
++
  2009-12-18  Vladimir Serbinenko  <phcoder@gmail.com>
  
        Fix potential EfiEmu double prepare.