aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/amd64
Commit message (Expand)AuthorAgeFilesLines
* Move the efi loaders to be under sys/boot/efi. This will help us addAndrew Turner2015-04-0123-2702/+0
* Stop calling x86_efi_copyin and x86_efi_getdev directly. This is to helpAndrew Turner2015-03-221-13/+13
* Move the x86 specific files to be built in the amd64 loader.efi. This willAndrew Turner2015-03-151-0/+4
* Enable bzipfs support in the EFI loader.John Baldwin2015-03-131-0/+1
* The System V ABI for amd64 allows functions to use space in a 128 byteJohn Baldwin2015-03-131-1/+1
* Allow the EFI loader to work with large kernels and/or modulesJohn Baldwin2015-03-122-2/+25
* Fix 'make depend' by moving the LDSCRIPT dependency into DPADD.John Baldwin2015-03-121-3/+1
* Revert r279381. The EFI loader needs to use a separate libstand thatJohn Baldwin2015-03-121-1/+0
* Add error reporting (but not actual handling yet, apart fromEdward Tomasz Napierala2015-03-071-0/+7
* o Add more room for EFI boot blocksRuslan Bukin2015-03-021-2/+14
* Use sys/boot/userboot/libstand/ and not /usr/lib/libstand.a.David E. O'Brien2015-02-271-0/+1
* Remove duplicated -I.David E. O'Brien2015-02-272-3/+0
* Add a FAT label to the EFI boot1 partition.Rui Paulo2015-02-062-16/+15
* EFI: print more information about EFI Tables.Rui Paulo2015-02-051-1/+13
* Update comment: only one file in the FAT file system EFI boot imageEd Maste2014-12-231-2/+2
* Use explicit --output-target to set EFI file formatEd Maste2014-12-232-2/+2
* Make UEFI booting of 4Kn disks work:Doug Ambrisko2014-10-301-1/+4
* Switch to text mode in UEFI bootEd Maste2014-09-181-0/+11
* Wrap long lines introduced in r268227Ed Maste2014-09-181-3/+7
* Add support for serial and null console to UEFI boot loader.Doug Ambrisko2014-09-122-0/+13
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-1/+1
* Remove boot1.efi during clean target.Sean Bruno2014-07-221-1/+1
* Display efi framebuffer dimensions on bootEd Maste2014-07-031-1/+8
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Turn off various fancy instruction sets, as well as deduplicate some options.Nathan Whitehorn2014-04-281-1/+2
* Revert to FAT12. This file system is apparently too small for FAT32, evenNathan Whitehorn2014-04-273-21/+17
* Apparently this is supposed to be FAT32, not FAT12.Nathan Whitehorn2014-04-263-18/+21
* Add generation of an EFI filesystem to hold boot1.efi. This is a near-exactNathan Whitehorn2014-04-264-1/+94
* Eliminate last vestigies of NO_MAN= in the tree. Also, removeWarner Losh2014-04-251-1/+1
* Apparently some of the i386 boot blocks are so close to full that addingNathan Whitehorn2014-04-132-1/+85
* Add my copyright here. Most of this is unmodified from the original sparc64Nathan Whitehorn2014-04-131-0/+2
* Fix buildworld. I had some local bits in my build tree that caused thisNathan Whitehorn2014-04-131-2/+2
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Add a simple EFI stub loader. This is a quick and dirty of boot1.chrp fromNathan Whitehorn2014-04-133-1/+518
* Fix EFI loader object tree creation on 9.x build hostsEd Maste2014-04-102-4/+6
* Do not build the amd64 UEFI loader with GCCEd Maste2014-04-071-0/+4
* Fix printf format mismatchesEd Maste2014-04-043-6/+8
* Support UEFI booting on amd64 via loader.efiEd Maste2014-04-0418-0/+1907