aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader: do not autoselect smaller font than 8x16 with high res displayToomas Soome2021-02-092-3/+21
* loader: remove BORDER_PIXELSToomas Soome2021-02-093-18/+11
* loader.efi: There are systems without ConOut, also use ConOutDevToomas Soome2021-02-041-0/+2
* stand/amd64: remove unused addr parameter from bi_load64Roger Pau Monné2021-02-014-10/+10
* lualoader: position hyphens at the beginning of character classesKyle Evans2021-01-311-4/+4
* userboot: provide stub gfx functionsToomas Soome2021-01-303-5/+80
* stand: lua: enhance lfs.dir() to speed up kernels_autodetectKyle Evans2021-01-291-2/+6
* stand/multiboot: adjust the protocol between loader and kernelRoger Pau Monné2021-01-291-117/+39
* Remove obsolete code gated on _ARM_ARCH_*Andrew Turner2021-01-281-2/+0
* loader: unload command should reset tg_kernel_supported in gfx_stateToomas Soome2021-01-281-0/+2
* Fix loader detection of vbefb support on !amd64Dimitry Andric2021-01-271-2/+2
* stand: ensure that the efi directory's dependencies are correctKyle Evans2021-01-271-0/+1
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-01-264-9/+74
* lualoader: improve loader.conf var processingKyle Evans2021-01-241-22/+68
* loader: create built in font from bold font faceToomas Soome2021-01-232-2/+2
* Reuse the amd64 loader relocation code on arm64Andrew Turner2021-01-201-13/+22
* loader: comment on rgb_to_color_index()Toomas Soome2021-01-191-1/+9
* loader: handle malloc failures in vbe_init, use consistent namingToomas Soome2021-01-191-16/+24
* loader: update gfx moduleToomas Soome2021-01-171-42/+76
* loader: Use TERM_EMU for arm and arm64Emmanuel Vadot2021-01-171-3/+0
* loader: Partial revert of 987eabdc2ae1Emmanuel Vadot2021-01-171-4/+1
* loader.efi: commands gop, uga and autoresize should use cached dataToomas Soome2021-01-171-30/+17
* loader.efi: variable 'hlist' is uninitializedToomas Soome2021-01-171-0/+1
* loader.efi: unused variable 'mode'Toomas Soome2021-01-171-1/+0
* loader.efi: handle multiple gop instancesToomas Soome2021-01-161-1/+36
* loader.efi: Use Blt with gop as defaultToomas Soome2021-01-161-2/+5
* loader: create local copy of mode list provided by vbeinfoblockToomas Soome2021-01-161-33/+49
* lualoader: use floor division to get correct typeKyle Evans2021-01-151-1/+1
* loader: do not update palette in text mode (real fix)Toomas Soome2021-01-151-1/+1
* pkgfs_open: follow symlinksSimon J. Gerraty2021-01-151-1/+18
* contrib/lua: update to 5.4.2Kyle Evans2021-01-141-136/+108
* Revert "loader.efi: disable workaround for serial console on non-x86"Toomas Soome2021-01-131-4/+0
* loader.efi: initial terminal size should base on UEFI terminal sizeToomas Soome2021-01-131-6/+6
* loader.efi: disable workaround for serial console on non-x86Toomas Soome2021-01-121-0/+4
* loader.efi: reworked framebuffer setupToomas Soome2021-01-126-63/+90
* loader.efi: efifb_mask_from_pixfmt is missing PixelBltOnlyToomas Soome2021-01-111-0/+1
* loader: term_image_display() should test screen_bufferToomas Soome2021-01-102-0/+6
* loader: really use bold font for vga text modeToomas Soome2021-01-072-1/+7
* stand: remove bogus dependency from libsa32Kyle Evans2021-01-071-2/+0
* stand: avoid adding fdt SUBDIR_DEPEND if WITHOUT_FDT is setKyle Evans2021-01-071-0/+2
* Fix dateMateusz Piotrowski2021-01-071-1/+1
* loader: do not update palette in text modeToomas Soome2021-01-071-1/+1
* Fix a couple of typos and formatting issuesMateusz Piotrowski2021-01-061-6/+10
* loader: instead of hw.vga.textmode, use screen.textmodeToomas Soome2021-01-062-9/+31
* loader: remove left over call to unsetenv()Toomas Soome2021-01-061-1/+0
* loader: rewrite vidc_install_fontToomas Soome2021-01-061-32/+34
* loader: only use vidc_install_font() with vga controllerToomas Soome2021-01-043-0/+17
* loader: vidc_load_palette() does not need argumentsToomas Soome2021-01-041-2/+2
* loader: fix powerpc build with gfx_fbToomas Soome2021-01-044-2/+164
* loader: fix mips build with gfx_fbToomas Soome2021-01-042-1/+83