summaryrefslogtreecommitdiffstats
path: root/stand/efi/libefi/efi_console.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r331475: loader consoles: Implement SGR 24, 25kevans2018-03-271-0/+4
| | | | Mostly for completeness sake- implement 24 (no underline) and 25 (no blink)
* MFC r331416, r331440: Loader consoles: Implement SGR 22, reste intensitykevans2018-03-261-0/+3
| | | | | | | | | | | r331416: Loader consoles: Implement SGR 22, reset intensity r331440: Match broken style of vidconsole.c This particular function uses a broken mix of indentation styles. Match it for the newly added SGR 22 bits.
* MFC r325834,r325997,326502: Move sys/boot to stand/kevans2018-02-121-0/+518
This is effectively a direct commit to stable/11, due to differences between stable/11 and head. Changes to DTS in sys/boot/fdt/dts were often accompanied by kernel changes. Many of these were also risc-v updates that likely had many more dependencies to MFC. Because of this, sys/boot/fdt/dts remains as-is while everything else in sys/boot relocates to stand/. r325834: Move sys/boot to stand. Fix all references to new location r325997: Remove empty directories. r326502: Document the sys/boot -> stand move in hier.7 and the top-level README.
OpenPOWER on IntegriCloud