aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/include/efiser.h
Commit message (Collapse)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-139/+0
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Enable warnings in EFI boot codeSteven Hartland2016-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set WARNS if not set for EFI boot code and fix the issues highlighted by setting it. Most components are set to WARNS level 6 with few being left at lower levels due to the amount of changes needed to fix at higher levels. Error types fixed: * Missing / invalid casts * Missing inner structs * Unused vars * Missing static for internal only funcs * Missing prototypes * Alignment changes * Use of uninitialised vars * Unknown pragma (intrinsic) * Missing types etc due to missing includes * printf formatting types Reviewed by: emaste (in part) MFC after: 2 weeks X-MFC-With: r293268 Sponsored by: Multiplay Differential Revision: https://reviews.freebsd.org/D4839 Notes: svn path=/head/; revision=293724
* Revert accidental whitespace changes included with r292623Ed Maste2015-12-221-3/+3
| | | | Notes: svn path=/head/; revision=292625
* Support a.out format in nlist only on i386Ed Maste2015-12-221-3/+3
| | | | | | | | | | | | i386 is the only current FreeBSD architecture that ever used a.out format. Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D4687 Notes: svn path=/head/; revision=292623
* Sync the EFI headers with version 1.10.14.62 of the Intel sample EFIMarcel Moolenaar2006-11-021-20/+27
| | | | | | | | implementation. This re-introduces C99 style comments that previously were replaced by original C comments. Notes: svn path=/head/; revision=163898
* An almost mechanical sweep to replace C++ style comments with CMarcel Moolenaar2002-05-191-19/+19
| | | | | | | | style comments. This is not an attempt to conform to style(9). Such has lower priority. Notes: svn path=/head/; revision=96893
* First approximation of an ia64 EFI loader. Not functional.Doug Rabson2001-06-091-0/+132
Notes: svn path=/head/; revision=77943