]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
ChangeLog
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 18 Dec 2009 16:24:12 +0000 (17:24 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 18 Dec 2009 16:24:12 +0000 (17:24 +0100)
ChangeLog.ofconsole [new file with mode: 0644]

diff --git a/ChangeLog.ofconsole b/ChangeLog.ofconsole
new file mode 100644 (file)
index 0000000..fa059f3
--- /dev/null
@@ -0,0 +1,9 @@
+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.