-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to submit and obtain third-party packages? #273
Comments
Hi @myriadsRays and thanks for the question.
There have been some vendors that have created packs previously. These packs were created to add support for the vendor's product into FSP. These packs were hosted on the vendor's website.
Is this a new FSP module or modifications to existing FSP code? If it's a new module then my recommendation would be:
If this is an update to an existing module, then please create a pull request. |
Hi @renesas-brandon-hussey Hi, We are continuously developing FSP packs tailored for Macronix products. We have recently developed a new FSP module pack for the Macronix MX25R NOR Flash, which can be found in the https://github.com/macronix/fsp/tree/macronix/ repository. Based on customer feedback, they have encountered some issues when using the MX25R NOR Flash on the FSP platform. The MX25R NOR Flash includes specific commands like DEEP_POWER_DOWN, RELEASE_DEEP_POWER_DOWN, HIGH_PERFORMANCE_MODE, and LOW_POWER_MODE. However, the FSP does not currently provide corresponding command operations. To address this, we have developed a module called MXIC.MX25R_Extend.1.0.0+fsp.4.3.0.pack that implements the functionalities of MX25R_HighPerformanceMode, MX25R_LowPowerMode, MX25R_Enter_DeepPower, and MX25R_Exit_DeepPower. Our aim is to accelerate our customers' development progress. This module primarily provides the following APIs:
The source code of this pack can be found in the following locations:
The module description and tooling support can be found in:
The documentation is located at:
For more information, you can visit the vendor's website at https://www.macronix.com/en-us/support/design-support/Pages/software-support.aspx. We kindly request your team to review this work. Thanks. |
Hello,
I have two questions about third-party packs :
Has anyone else submitted packages and where can I download these third-party packages?
I have developed a pack based on fsp4.3.0 about macronix mx25r flash special command, such as DP command, and through what channels can I submit it for your review? Can I submit my code through pull request in this repository?
thanks.
The text was updated successfully, but these errors were encountered: