aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome2021-12-221-0/+1
* gfx_fb: Fix a typo in a source code commentGordon Bergling2021-12-221-1/+1
* loader: bcache: Fix debug printfEmmanuel Vadot2021-12-161-3/+3
* loader: Add preload operation to fs_opsEmmanuel Vadot2021-12-161-0/+1
* loader: Add a readtest commandEmmanuel Vadot2021-12-161-0/+31
* stand/module: skip is only used by veriexecWarner Losh2021-12-161-4/+3
* loader: move all gfx_fb.c stubs to common/gfx_fb_stub.cWarner Losh2021-12-141-0/+78
* loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh2021-12-144-48/+43
* loader:prefix is only used for LOADER_VERIEXECWarner Losh2021-12-131-1/+8
* loader: framebuffer should only be written intoToomas Soome2021-12-112-47/+108
* stand: remove mips supportWarner Losh2021-12-101-1/+1
* loader: Add more bus name to pnpautoloadEmmanuel Vadot2021-11-141-6/+9
* loader: Fix pnpload and add some usageEmmanuel Vadot2021-11-141-4/+6
* loader: Fix pnpmatch and add some usageEmmanuel Vadot2021-11-141-5/+10
* efi: switch boot_services_gone to boot_services_activeWarner Losh2021-11-041-4/+6
* powerpc64le: stand fixesLeandro Lupori2021-10-201-18/+0
* loader: net_open() should not replace f->f_devdataToomas Soome2021-10-191-3/+5
* loader bcache: Allow readahead up to 256 kB I/OsColin Percival2021-10-031-1/+4
* loader bcache: Track unconsumed readaheadColin Percival2021-10-031-2/+15
* loader: Refactor readahead adjustment in bcacheColin Percival2021-10-031-4/+14
* loader: Set twiddle globaldiv to 16 by defaultColin Percival2021-09-281-1/+1
* loader: dev_net.c should use __func__ with printfToomas Soome2021-09-241-14/+16
* style: Fix leading whitespace in bcache.cColin Percival2021-09-191-3/+3
* loader: implement mount/unmount rootfsToomas Soome2021-09-082-0/+26
* loader.efi: fix console output after BS offToomas Soome2021-09-021-9/+5
* loader: loader_lua can run command_more twiceToomas Soome2021-08-211-4/+1
* loader: FB console does leave garbage on screen while scrollingToomas Soome2021-08-211-7/+13
* Only trigger read-ahead if two adjacent blocks have been requested.Maxim Sobolev2021-08-201-2/+15
* loader: fix multiboot loading on UEFIRoger Pau Monné2021-08-121-1/+6
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-082-0/+18
* loader: Don't reserve space for symbols twice.Warner Losh2021-07-121-2/+0
* loader: Use tslog to instrument some functionsColin Percival2021-06-214-0/+26
* stand/common command_boot: Pass tslog to kernelColin Percival2021-06-211-0/+3
* stand/common: Add support for timestamp logging (tslog)Colin Percival2021-06-212-0/+83
* stand/common: Add file_addbuf()Colin Percival2021-06-212-0/+52
* stand: Fix __elfN(loadimage) return valueMark Johnston2021-06-061-1/+1
* loader: gfx_fb_drawrect should use GfxFbBltVideoFillToomas Soome2021-05-161-17/+26
* stand: Load INIT_ARRAY and FINI_ARRAY sectionsMark Johnston2021-03-161-0/+2
* loader: cursor off should restore display contentToomas Soome2021-03-062-0/+40
* loader: use display pixel density for font autoselectionToomas Soome2021-02-272-0/+112
* loader: do not autoselect smaller font than 8x16 with high res displayToomas Soome2021-02-092-3/+21
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-15/+8
* 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
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-01-262-9/+55
* 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: update gfx moduleToomas Soome2021-01-171-42/+76
* loader: Partial revert of 987eabdc2ae1Emmanuel Vadot2021-01-171-4/+1
* loader.efi: Use Blt with gop as defaultToomas Soome2021-01-161-2/+5