m1n1: firmware: fill in missing firmware versions#533
Merged
jannau merged 1 commit intoAsahiLinux:mainfrom Jan 18, 2026
Merged
Conversation
After verification of consistency with current data and own observations, data taken from TheAppleWiki[1]. As there's also RC versions in the table now, bump down the beta version placeholder from `99` to `98` and use `99` for RC versions. When the same iBoot version is used on multiple versions, the lowest non-beta/RC version is chosen for display. Some version checks in e.g. `isp.c` and `kboot.c` might need expanding to cover the newly added versions. [1]: https://theapplewiki.com/wiki/IBoot_(Bootloader)#macOS Signed-off-by: Shiz <hi@shiz.me>
jannau
approved these changes
Jan 18, 2026
Member
|
As for the checks in specific files those are just supposed to cover firmware versions supported by the installer and/or kernel. This are intentionally just a few selected ones (ideally just a single one per major macos release and we might want/have to skip macos 15). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After verification of consistency with current data and own observations, data taken from TheAppleWiki1.
As there's also RC versions in the table now, bump down the beta version placeholder from
99to98and use99for RC versions. When the same iBoot version is used on multiple versions, the lowest non-beta/RC version is chosen for display.Some version checks in e.g.
isp.candkboot.cmight need expanding to cover the newly added versions.