Open
Conversation
This was referenced Jan 17, 2022
91a2dc5 to
81de9f7
Compare
USB Root Hub INF on builds (RS5 or earlier) with broken XHCI driver. On these builds, the Hardware ID of the root hub would become B\ROOT_HUB30# instead of the normal USB\ROOT_HUB30 and the stock INF will fail to work.
The new RPi3.ARM64 and RPi4.ARM64 BSP will be side by side with the existing RPi ARM32 BSP for RPi2/3. Move RPi to its own directory to avoid conflition. binexport scripts will be updated when the new BSPs are added.
While trying to upstream a revert patch does not make much sense, one can try to make a patch that will allow to switch between MS-specific function and the standard The switch can be then added to the UEFI setup application. |
mariobalanica
approved these changes
Jan 17, 2022
Collaborator
mariobalanica
left a comment
There was a problem hiding this comment.
Looks good to me.
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.
This adds two new BSPs: RPi3.ARM64 and RPi4.ARM64.
Currently they require UEFI firmware from PFTF to be manually added to
bspfiles/RPix.ARM64/Packages/RPi.BootFirmwarebefore exporting the BSP.Also the proprietary USB and LAN drivers for Pi3 are not included, and have to be manually added.
A special INF file, rpirshub3.inf, is added to bring up XHCI on Pi 4 on Windows builds <= RS5.
Check out https://github.com/driver1998/windows-drivers/blob/arm64-iot/IOTARM64.md for more details.
Current Status: