History log of /freebsd/share/man/man8/uefi.8 (Results 1 – 25 of 48)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6e1fc011 15-Oct-2024 Graham Percival <gperciva@tarsnap.com>

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tar

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts

Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1464

show more ...


Revision tags: release/13.4.0
# a2054786 20-Jun-2024 Andrew Turner <andrew@FreeBSD.org>

uefi.8: Remove a reference to armv6

It is in the process of being removed from the tree.

Reviewed by: manu, imp, emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D456

uefi.8: Remove a reference to armv6

It is in the process of being removed from the tree.

Reviewed by: manu, imp, emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45640

show more ...


Revision tags: release/14.1.0
# 1a720cbe 15-May-2024 Alexander Ziaee <concussious@runbox.com>

man filesystems: fix xrefs after move to section 4

Reviewed by: des, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1077


Revision tags: release/13.3.0, release/14.0.0
# f49d6f58 31-Aug-2023 Tom Hukins <tom@FreeBSD.org>

uefi(8): Refer to a related manual page

PR: 265834
Reviewed by: mhorne
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D39577


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


Revision tags: release/13.2.0, release/12.4.0
# 7fde0187 30-Jun-2022 Ed Maste <emaste@FreeBSD.org>

Remove "All Rights Reserved" from Foundation copyrights

on man pages.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation


Revision tags: release/13.1.0
# c46e4722 18-Mar-2022 Warner Losh <imp@FreeBSD.org>

uefi(8): Note i386 is unsupported

We have no support for i386 booting at this time. Add that in the bugs section.

Sponsored by: Netflix


# 20f0dabb 18-Mar-2022 Mateusz Piotrowski <0mp@FreeBSD.org>

uefi.8: Fix style

MFC after: 3 days


# 12912d0e 18-Mar-2022 Mateusz Piotrowski <0mp@FreeBSD.org>

uefi.8: Document i386 and riscv EFI bootloader names

Based on tools/boot/install-boot.sh.

MFC after: 2 weeks


Revision tags: release/12.3.0
# 6fa58bfb 21-Oct-2021 Colin Percival <cperciva@FreeBSD.org>

uefi(8): loader.efi does not search for loader.efi

This man page formerly referred to boot1.efi searching for loader.efi;
when boot1.efi was obsoleted in favour of having loader.efi launched
directl

uefi(8): loader.efi does not search for loader.efi

This man page formerly referred to boot1.efi searching for loader.efi;
when boot1.efi was obsoleted in favour of having loader.efi launched
directly, this was left claiming that loader.efi searched for
loader.efi.

Reviewed by: bcran
Fixes: db8b56134506 Rework UEFI ESP generation
Differential Revision: https://reviews.freebsd.org/D32334

show more ...


Revision tags: release/13.0.0
# 963cf6cb 22-Feb-2021 Jessica Clarke <jrtc27@FreeBSD.org>

uefi: Add riscv to historical details


# f11e9f32 22-Feb-2021 Warner Losh <imp@FreeBSD.org>

Restore missing word

"in" got dropped when I shuffled things around.

Noticed by: rpokala@
MFC After: 3 days


# 8c09ecb2 22-Feb-2021 Warner Losh <imp@FreeBSD.org>

uefi: add historical details

Add details about when armv6 and armv7 support was added.


# ab77cc9e 22-Feb-2021 Warner Losh <imp@FreeBSD.org>

Remove incorrect statement about EFI environment variables being unsupported.

Our uefi support has included environment variable support for several years
now. Remove the bogus blanket statement say

Remove incorrect statement about EFI environment variables being unsupported.

Our uefi support has included environment variable support for several years
now. Remove the bogus blanket statement saying we don't support them.

MFC After: 3 days

show more ...


# e9556246 29-Dec-2020 Kevin Lo <kevlo@FreeBSD.org>

Revert "uefi.8: mention boot1.efi"

This reverts commit a8ec81e79871de98e30ce572a313f3f8d059ce7b

Revert D27782. imp@ pointed out that bsdinstall has been updated, and gpart
bootcode isn't used with

Revert "uefi.8: mention boot1.efi"

This reverts commit a8ec81e79871de98e30ce572a313f3f8d059ce7b

Revert D27782. imp@ pointed out that bsdinstall has been updated, and gpart
bootcode isn't used with EFI.

show more ...


# a8ec81e7 28-Dec-2020 Kevin Lo <kevlo@FreeBSD.org>

Mention boot1.efi since it is an image of 800KB FAT filesystem stored as
/EFI/BOOT/BOOTX64.EFI.
Differential Revision: https://reviews.freebsd.org/D27782


Revision tags: release/12.2.0, release/11.4.0
# 502ce04c 09-May-2020 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add ARM loader path to uefi(8) man page.

MFC after: 2 weeks
Sponsored by: DARPA


Revision tags: release/12.1.0, release/11.3.0
# db8b5613 20-Dec-2018 Rebecca Cran <bcran@FreeBSD.org>

Rework UEFI ESP generation

Currently, the installer uses pre-created 800KB FAT12 filesystems that
it dd's onto the ESP partition.
This changeset improves that by having the installer generate a FAT3

Rework UEFI ESP generation

Currently, the installer uses pre-created 800KB FAT12 filesystems that
it dd's onto the ESP partition.
This changeset improves that by having the installer generate a FAT32
filesystem directly onto the ESP using newfs_msdos and then copying
loader.efi into /EFI/freebsd.
For live installs it then runs efibootmgr to add a FreeBSD boot entry
in the BIOS.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D17947

show more ...


Revision tags: release/12.0.0, release/11.2.0
# 5bb40331 25-Jan-2018 Ed Maste <emaste@FreeBSD.org>

uefi.8: describe architecture-specific default path

Sponsored by: The FreeBSD Foundation


# 9f747dc6 24-Jan-2018 Ed Maste <emaste@FreeBSD.org>

uefi.8: add .Xr cross references to new efi tools


# e30f16ba 24-Jan-2018 Ed Maste <emaste@FreeBSD.org>

uefi.8: note that UEFI and EFI are used interchangeably


# e20102cd 24-Jan-2018 Ed Maste <emaste@FreeBSD.org>

uefi.8: update HISTORY and remove incomplete AUTHORS

- EFI support appeared in 5.0 for ia64
- arm64 UEFI support added in 11.0

The AUTHORS section included the folks responsible for the bulk of the

uefi.8: update HISTORY and remove incomplete AUTHORS

- EFI support appeared in 5.0 for ia64
- arm64 UEFI support added in 11.0

The AUTHORS section included the folks responsible for the bulk of the
work to bring UEFI support to amd64, but missed those who did the
original work on ia64, the initial port to i386, the ports to arm64 and
arm, and have generally maintained and improved general UEFI support
since then. It's unwieldly to include everyone and would quickly become
outdated again anyhow, so just remove the AUTHORS section.

Reviewed by: manu
Discussed with: jhb
Differential Revision: https://reviews.freebsd.org/D14033

show more ...


# c2c014f2 07-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r323559 through r325504.


# 5ff880dc 26-Oct-2017 Enji Cooper <ngie@FreeBSD.org>

MFhead@r325004


# aa86fca1 23-Oct-2017 Ed Maste <emaste@FreeBSD.org>

uefi.8: mention use on (32-bit) arm

Sponsored by: The FreeBSD Foundation


12