aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: Do not use as frame buffer BLT-only GOPs.Alexander Motin2021-12-161-4/+16
* loader: lua: test that /boot exists firstEmmanuel Vadot2021-12-161-0/+7
* loader: bcache: Fix debug printfEmmanuel Vadot2021-12-161-3/+3
* loader: tftp: Add preload methodEmmanuel Vadot2021-12-161-0/+60
* loader: Add preload operation to fs_opsEmmanuel Vadot2021-12-164-1/+49
* loader: ip: Do not call getsecs so muchEmmanuel Vadot2021-12-161-3/+2
* loader: tftp: Don't let tftp timeoutEmmanuel Vadot2021-12-161-1/+5
* loader: Add a readtest commandEmmanuel Vadot2021-12-162-0/+32
* loader: tftp: Don't error on tftp error 0Emmanuel Vadot2021-12-161-5/+10
* stand/module: skip is only used by veriexecWarner Losh2021-12-161-4/+3
* stand/userboot: Kill set but unused variablesWarner Losh2021-12-161-6/+0
* stand: netif kill set but unused variablesWarner Losh2021-12-161-2/+1
* stand/uboot: reorgWarner Losh2021-12-1539-217/+117
* loader: move all gfx_fb.c stubs to common/gfx_fb_stub.cWarner Losh2021-12-148-246/+9
* loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh2021-12-146-52/+44
* loader/kboot: minor style nitWarner Losh2021-12-131-1/+0
* loader:prefix is only used for LOADER_VERIEXECWarner Losh2021-12-131-1/+8
* loader: framebuffer should only be written intoToomas Soome2021-12-114-47/+115
* stand: remove mips supportWarner Losh2021-12-1047-3965/+2
* loader.mk: Simplify a little bitWarner Losh2021-12-101-9/+3
* kboot: remove host_seekWarner Losh2021-12-092-10/+0
* kboot: simplify _startWarner Losh2021-12-091-12/+1
* ficl: Fix a typo in a commentGordon Bergling2021-11-301-1/+1
* loader: abstract boot services exiting to libefi functionWarner Losh2021-11-212-4/+14
* ANSIify libsa functionsAlfonso2021-11-196-21/+9
* loader: Do not force comconsole for arm and arm64Emmanuel Vadot2021-11-161-1/+1
* loader: lsefi: Print more informationEmmanuel Vadot2021-11-161-1/+25
* Consolodate four copies of the STDSB define into a single place.Kirk McKusick2021-11-151-5/+0
* 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(8): Fix a typo in a source code commentGordon Bergling2021-11-071-1/+1
* efi: switch boot_services_gone to boot_services_activeWarner Losh2021-11-045-22/+21
* lualoader: fix the autoboot_delay countdown messageKatsuyuki Miyoshi2021-10-261-1/+1
* powerpc64: tell kernel when radix is not availableLeandro Lupori2021-10-221-2/+8
* powerpc64le: stand fixesLeandro Lupori2021-10-2012-245/+525
* loader: net_open() should not replace f->f_devdataToomas Soome2021-10-193-6/+13
* powerpc64: make radix with superpages defaultLeandro Lupori2021-10-141-3/+3
* stand: fix build after recent opencrypto changesKyle Evans2021-10-073-5/+6
* 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
* EFI loader: Don't free bcache for DEVT_DISK devsColin Percival2021-09-301-2/+4
* loader.efi: remove extra extern STWarner Losh2021-09-301-2/+0
* loader_lua.8: Fix first versionWarner Losh2021-09-291-11/+1
* loader: create separate man pages for each of the loadersWarner Losh2021-09-295-1064/+911
* loader: Set twiddle globaldiv to 16 by defaultColin Percival2021-09-285-5/+8
* efi loader: Call tslog_init from efi_mainColin Percival2021-09-252-2/+4
* loader printf: Profile with TSLOGColin Percival2021-09-251-1/+4
* loader tslog: Don't use sprintfColin Percival2021-09-251-7/+43