Add entry on UEFI boot and framebuffer support, from emaste
This commit is contained in:
parent
e2a34dc0c3
commit
97b5e77983
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48042
1 changed files with 44 additions and 0 deletions
|
@ -2849,4 +2849,48 @@
|
||||||
</task>
|
</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
<project cat='proj'>
|
||||||
|
<title>UEFI Boot and Framebuffer Support</title>
|
||||||
|
|
||||||
|
<contact>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>Ed</given>
|
||||||
|
<common>Maste</common>
|
||||||
|
</name>
|
||||||
|
<email>emaste@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
</contact>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>A number of UEFI bug fixes were committed over the last
|
||||||
|
quarter, further improving compatibility with different UEFI
|
||||||
|
implementations. Specifically, on some implementations, &os;
|
||||||
|
failed to boot with an "ExitBootServices() returned
|
||||||
|
0x8000000000000002" error. This has been fixed with a retry
|
||||||
|
loop (as required by UEFI), in r292515 and r292338.</p>
|
||||||
|
|
||||||
|
<p>UEFI improvements from other developers have recently been
|
||||||
|
commited or are in progress. These include support for environment
|
||||||
|
variables set on the EFI loader command line, improved text console
|
||||||
|
mode setting, support for nvram variables, and root-on-ZFS
|
||||||
|
support.</p>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<sponsor>
|
||||||
|
The FreeBSD Foundation
|
||||||
|
</sponsor>
|
||||||
|
|
||||||
|
<help>
|
||||||
|
<task>
|
||||||
|
<p>Test &os;-CURRENT snapshots on a variety of UEFI
|
||||||
|
implementations.</p></task>
|
||||||
|
|
||||||
|
<task>
|
||||||
|
<p>Merge UEFI changes to stable/10, for &os;
|
||||||
|
10.3-RELEASE.</p>
|
||||||
|
</task>
|
||||||
|
</help>
|
||||||
|
</project>
|
||||||
</report>
|
</report>
|
||||||
|
|
Loading…
Reference in a new issue