| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Also simplify efi.4th.
Notes:
svn path=/head/; revision=332270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
Sponsored by: Netflix
Notes:
svn path=/head/; revision=325834
|