freebsd-dev/stand/efi
Ed Maste e9249ef958 loader: accept "yellow" as a named color
For historical reasons console color number 3 may be either yellow (most
consoles) or brown (VGA palette).  The console escape code standard
uses "yellow", but teken color name constants appear to be based on the
VGA scheme and use TC_BROWN for color 3.  Even so, the palette table
used 50,50,0 as the RGB percentage tuple, resulting in a dim yellow for
framebuffer consoles at the time teken was introduced.

Amusingly, in 19e2ce2d83 the comment on the palette entry was changed
from "brown" to "dark yellow" but the colour itself was changed from
a pure yellow to being somewhat brown.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2022-03-11 15:22:13 -05:00
..
boot1 stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34. 2022-02-02 12:18:43 -08:00
fdt EFI secure boot VECTX related changes 2021-04-30 12:53:45 -05:00
gptboot gptboot.efi: Add man page 2021-04-05 23:57:57 -06:00
include Add support for getting early entropy from UEFI 2022-02-17 13:01:11 -08:00
libefi loader: accept "yellow" as a named color 2022-03-11 15:22:13 -05:00
loader Add support for getting early entropy from UEFI 2022-02-17 13:01:11 -08:00
loader_4th
loader_lua
loader_simp
Makefile
Makefile.inc