#
7a1bc422 |
| 22-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
stand/efi: Consolidate integer types
We have no need for 5 different copies of these.
Sponsored by: Netflix Reviewed by: rcm, kevans, andrew Differential Revision: https://reviews.freebsd.org/D42
stand/efi: Consolidate integer types
We have no need for 5 different copies of these.
Sponsored by: Netflix Reviewed by: rcm, kevans, andrew Differential Revision: https://reviews.freebsd.org/D42699
show more ...
|
Revision tags: release/14.0.0 |
|
#
2a63c3be |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0 |
|
#
305ef653 |
| 04-Nov-2021 |
Warner Losh <imp@FreeBSD.org> |
efi: switch boot_services_gone to boot_services_active
Turn the presence or absence of boot services into a positive bool (and change its type to bool). Move declaration to efi.h in the global varia
efi: switch boot_services_gone to boot_services_active
Turn the presence or absence of boot services into a positive bool (and change its type to bool). Move declaration to efi.h in the global variables section.
Sponsored by: Netflix
Reviewed by: tsoome, kib Differential Revision: https://reviews.freebsd.org/D31814
show more ...
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
#
7648bc9f |
| 13-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @347527
Sponsored by: The FreeBSD Foundation
|
#
59a05bdf |
| 22-Apr-2019 |
Warner Losh <imp@FreeBSD.org> |
Create boot_img as a global variable
Get the information from the image that we're booting and store it in a global variable. Prefer using this to passing it around. Remove the special case for zfs
Create boot_img as a global variable
Get the information from the image that we're booting and store it in a global variable. Prefer using this to passing it around. Remove the special case for zfs that set the preferred boot handle by having it uses this global variable diretly.
Reviewed by: kevans@ Differential Revision: https://reviews.freebsd.org/D20015
show more ...
|
#
65641822 |
| 03-Jan-2019 |
Toomas Soome <tsoome@FreeBSD.org> |
loader.efi: efi variable rework and lsefi command added
This update does add diag and debug capabilities to interpret the efi variables, configuration and protocols (lsefi).
The side effect is that
loader.efi: efi variable rework and lsefi command added
This update does add diag and debug capabilities to interpret the efi variables, configuration and protocols (lsefi).
The side effect is that we add/update bunch of related headers.
show more ...
|
Revision tags: release/12.0.0, release/11.2.0 |
|
#
255b8372 |
| 15-Mar-2018 |
Toomas Soome <tsoome@FreeBSD.org> |
libefi: UEFI_BOOT_VAR_GUID duplicates EFI_GLOBAL_VARIABLE
Drop UEFI_BOOT_VAR_GUID and use EFI_GLOBAL_VARIABLE.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D14696
|
#
c79126f2 |
| 12-Jan-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r327624 through r327885.
|
#
1e13416b |
| 12-Jan-2018 |
Warner Losh <imp@FreeBSD.org> |
Add GUID for UEFI boot manager variables.
Sponsoered by: Netflix
|
#
55b1c6e7 |
| 15-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r325663 through r325841.
|
#
ca987d46 |
| 15-Nov-2017 |
Warner Losh <imp@FreeBSD.org> |
Move sys/boot to stand. Fix all references to new location
Sponsored by: Netflix
|