mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1510] Das U-Boot support #492
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#492
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @C-512L on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1510
Is your feature request related to a problem? Please describe.
Das U-Boot and derivative projects (such as Tow-Boot) support loading UEFI payloads, but have some limitations. When it comes to iPXE, U-Boot has some details in their documentation on building iPXE for it, which just involves adding a few lines to
src/config/local/nap.hto disable cpu sleep support. This would allow for hardware which doesn't come with a full-fledged bootloader to make use of netboot.xyz without the need of custom-made builds.Describe the solution you'd like
Consider the possibility of adding a new build which includes this patch or applying this patch globally to the aarch64 builds.
For a list of devices which could benefit from it, you can check the list of supported devices of Tow-Boot.
Describe alternatives you've considered
There are some SBCs that can be used with EDK2, but it is a much broader project which not every platform can support.