aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* loader: fix uboot build with gfx_fbToomas Soome2021-01-032-1/+81
* loader: fix build on non-x86 platformsToomas Soome2021-01-021-5/+5
* loader: implement framebuffer consoleToomas Soome2021-01-0249-398/+6065
* efi loader: fix typos in a commentEric van Gyzen2021-01-011-4/+4
* stand: fix WITHOUT_FORTH/WITHOUT_LOADER_LUA buildKyle Evans2021-01-011-1/+7
* stand: properly declare subdir deps or .WAIT, do parallel buildKyle Evans2020-12-315-6/+59
* lualoader: add loader_conf_dirs support (loader.conf.d)Kyle Evans2020-12-313-1/+33
* libsa: xdrproc_t should return boolToomas Soome2020-12-271-1/+1