aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* ufs: Rework shortlink handling to avoid subobject overflowsJessica Clarke2022-01-021-5/+2
* kboot: move to generic syscall interfaceWarner Losh2021-12-305-91/+138
* kboot: Split out powerpc buildWarner Losh2021-12-308-12/+21
* kboot: Move powerpc kboot to top levelWarner Losh2021-12-3014-4/+3
* loader: tftp: Copy the first block into the cacheEmmanuel Vadot2021-12-301-0/+7
* loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome2021-12-222-2/+12
* gfx_fb: Fix a typo in a source code commentGordon Bergling2021-12-221-1/+1
* Add an loader command on arm64 to sync the cacheAndrew Turner2021-12-201-0/+38
* Don't sync the I/D caches when they are coherentAndrew Turner2021-12-203-26/+45
* 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