aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Revert "loader: support.4th resets the read buffer incorrectly"Warner Losh2021-07-261-1/+1
* type: becauce -> becauseWarner Losh2021-07-221-1/+1
* loader: make sure CPUTYPE is ignored when buildingWarner Losh2021-07-151-0/+8
* loader: Create loader_simp(8) to document simple version of loaderWarner Losh2021-07-142-0/+763
* loader(8): fix path to be correct loader.4th.Warner Losh2021-07-141-2/+2
* loader: small Makefile style changeWarner Losh2021-07-141-7/+5
* Fix pmbr issues > 2TBEmrion2021-07-131-5/+6
* loader: Don't reserve space for symbols twice.Warner Losh2021-07-121-2/+0
* loader: update autoboot description and move to loader.conf.5Daniel Gerzo2021-07-122-30/+44
* loader: support.4th resets the read buffer incorrectlyJohn Hood2021-07-111-1/+1
* loader: Fix dtb loadingEmmanuel Vadot2021-07-051-0/+2
* libsa: Add tslog support for arm64Colin Percival2021-06-241-0/+6
* loader: Use tslog to instrument some functionsColin Percival2021-06-219-4/+70
* stand/common command_boot: Pass tslog to kernelColin Percival2021-06-211-0/+3
* efi/loader: Call tslog_initColin Percival2021-06-211-0/+2
* i386/loader: Call tslog_initColin Percival2021-06-211-0/+6
* stand/common: Add support for timestamp logging (tslog)Colin Percival2021-06-213-1/+84
* libsa: Add support for timestamp logging (tslog)Colin Percival2021-06-213-1/+88
* stand/common: Add file_addbuf()Colin Percival2021-06-212-0/+52
* stand: Fix __elfN(loadimage) return valueMark Johnston2021-06-061-1/+1
* Use the arm virtual counter in the arm64 loaderAndrew Turner2021-06-022-2/+75
* libsa: Fix infinite loop in bzipfs & gzipfsDavid Bright2021-06-012-0/+6
* loader: gfx_fb_drawrect should use GfxFbBltVideoFillToomas Soome2021-05-161-17/+26
* Update the EFI timer to be called once a secondAndrew Turner2021-05-121-4/+4
* boot: fix OBJS to not include BTX's crt0.oWarner Losh2021-05-061-2/+12
* EFI secure boot VECTX related changesEric van Gyzen2021-04-3010-16/+25
* loader: do not output empty menu titleToomas Soome2021-04-212-2/+9
* Fix build of stand/usb .Hans Petter Selasky2021-04-121-0/+2
* Loader: support booting OS from memory disk (MD)Yongbo Yao2021-04-073-1/+49
* gptboot.efi: Add man pageWarner Losh2021-04-064-3/+300
* loader: we should support pools without featuresToomas Soome2021-04-031-2/+10
* luaboot: visible must be a functionWarner Losh2021-04-012-1/+6
* loader: create a generic vendor sub-menu place holderWarner Losh2021-04-012-10/+78
* libsa: Remove conflicting .global/.weak directiveAlex Richardson2021-03-301-1/+0
* loader: insert spaces around menu titleToomas Soome2021-03-232-3/+4
* Don't add -Winline for WARNS=6Alex Richardson2021-03-222-3/+2
* stand: Load INIT_ARRAY and FINI_ARRAY sectionsMark Johnston2021-03-161-0/+2
* Fix some common typos in commentsGordon Bergling2021-03-131-1/+1
* loader: cursor off should restore display contentToomas Soome2021-03-062-0/+40
* loader_4th: brand image is aligned rightToomas Soome2021-03-061-1/+1
* Revert "Split out the loader efifb setup to a new function"Andrew Turner2021-03-031-22/+0
* Split out the loader efifb setup to a new functionAndrew Turner2021-03-031-0/+22
* libc: Use musl's optimized strchr and strchrnulEd Maste2021-03-021-1/+1
* loader: use display pixel density for font autoselectionToomas Soome2021-02-275-19/+237
* Disable PIE for MIPS BERI boot loaderMarcin Wojtas2021-02-251-0/+4
* Disable PIE for powerpc bootloaders.Marcin Wojtas2021-02-244-0/+8
* Disable PIE for MIPS ubldrMarcin Wojtas2021-02-241-0/+4
* stand/multiboot2: fix header length checkRoger Pau Monné2021-02-231-1/+1
* stand/multiboot2: fix error message formatRoger Pau Monné2021-02-231-2/+2
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-02-212-2/+9