opnsense-src/stand/efi/loader
Toomas Soome 209247b961 loader: use display pixel density for font autoselection
Calculate font size from 16 density independent pixels (dp) by using:
size = 16 * ppi/160 * display_factor

We are specifying font size 16dp, and assuming 1dp = 160ppi.
Also apply scaling factor 2 (display_factor).

(cherry picked from commit becaac3972)
2021-03-04 17:38:37 +02:00
..
arch loader: Ignore the .interp section on RISC-V 2020-12-14 00:54:05 +00:00
autoload.c loader: fdt: Add fdt_is_setup function 2019-04-25 20:08:43 +00:00
bootinfo.c loader.efi: reworked framebuffer setup 2021-01-12 13:07:27 +02:00
conf.c loader: add comconsole implementation on top of SIO protocol 2020-03-14 06:36:03 +00:00
copy.c Drop EFI_STAGING_SIZE back down to 64M 2020-12-17 17:02:09 +00:00
efi_main.c loader.efi: replace HandleProtocol() with OpenProtocol() 2019-08-06 19:27:27 +00:00
efiserialio.c Fix the efi serial console in the Arm models. 2020-06-10 09:31:37 +00:00
framebuffer.c loader: use display pixel density for font autoselection 2021-03-04 17:38:37 +02:00
framebuffer.h loader.efi: reworked framebuffer setup 2021-01-12 13:07:27 +02:00
loader_efi.h veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
main.c loader.efi: There are systems without ConOut, also use ConOutDev 2021-02-04 23:33:15 +02:00
Makefile loader: create built in font from bold font face 2021-02-02 12:00:30 +02:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
version