Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.sbin/efibootmgr/efibootmgr.c | ||
---|---|---|
1107 | This works... I'd also looked at machdep.bootmethod, but then discovered that's not on all UEFI-supporting systems and that's why I never finished up the patches. |
usr.sbin/efibootmgr/efibootmgr.c | ||
---|---|---|
1107 | Though thinking about it, arm and arm64 both require UEFI (effectively), though arm64 can get its device tree from fdt. #ifdef amd64 /* code here to get machdep.bootmethod and compare against UEFI and say BIOS not supported instead */ #endif errx(1, "efi variables not supported..."); |