aboutsummaryrefslogtreecommitdiff
path: root/stand/forth/efi.4th
Commit message (Collapse)AuthorAgeFilesLines
* forthloader: Remove "EFI boot environment message"Kyle Evans2018-04-251-2/+0
| | | | | | | | | | | | Contrary to what the message says, this is not only executed in an EFI context- it provides functions for use in an EFI environment. I don't think there's much reason to broadcast this fact when we haven't in the past, so just remove it. Reported by: emaste (a while ago), cperciva Notes: svn path=/head/; revision=332985
* Revert r332275, r332272, r332270Warner Losh2018-04-111-1/+12
| | | | | | | | | | There's problems with them. The order of efi stuff isn't quite right, and there's various problems. Revert until thos problems can be fixed. Reviewed by: kevans@ Notes: svn path=/head/; revision=332413
* loader: include efi.4th only if we do have uefiToomas Soome2018-04-081-12/+1
| | | | | | | Also simplify efi.4th. Notes: svn path=/head/; revision=332270
* forthloader: Don't break BIOS boots...Kyle Evans2018-03-221-1/+1
| | | | | | | | | | | | | | | I thought I tested this scenario, but clearly I failed to. =( BIOS boots won't have efi-autoresizecons, so trying to use it as a forth word fails during include. Use evaluate on "efi-autoresizecons" as a string instead to move any potential errors to runtime- safely after we've already checked that we're booting UEFI. Pointy hat to: me Reported by: cy Notes: svn path=/head/; revision=331341
* Forth version of EFI autoresizingKyle Evans2018-03-211-1/+12
| | | | | | | | | | | | | | | r331321 delegated autoresizing to an efi-autoresizecons command that currently is expected to be done in forth/lua prior to drawing anything useful. Add the Forth version of the lua addition in r331321, hook efi.4th up to be installed. efiboot? was written by dteske@; anything outside of that may be blamed on me. Notes: svn path=/head/; revision=331326
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+30
Sponsored by: Netflix Notes: svn path=/head/; revision=325834