Actions
Bug #11663
closedloader.efi: text mode background color is limited to 3 bits
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The UEFI Simple Text Mode Protocol is limiting background colors to values 0-7, so we need to make sure we stay within the allowed values.
Testing done: setting colors in text mode (framebuffer off).
Updated by Electric Monk almost 3 years ago
- % Done changed from 90 to 100
- Status changed from In Progress to Closed
git commit 1b61d0d21a627a098f0a136da21c1f40ded57f91
commit 1b61d0d21a627a098f0a136da21c1f40ded57f91 Author: Toomas Soome <tsoome@me.com> Date: 2019-09-18T15:49:22.000Z 11663 loader.efi: text mode background color is limited to 3 bits Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions