-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Enable Cadence QSPI Driver #46443
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
Enable Cadence QSPI Driver #46443
Conversation
db69362
to
0c9ced4
Compare
Hi @nashif @carlocaione resolved all comments, ci all green, please approve. |
Still need to resolve the license question with TSC as this being BSD based. |
This has been approved by the TSC already. |
28f53cc
to
d64821b
Compare
#46444 |
Hi @stephanosio @galak @nashif @carlocaione resolved all comments, ci all green. |
This patch is to increase kernel VM size to 1.5MB and memory size to 2MB to ready for future driver bring up. Signed-off-by: Boon Khai Ng <[email protected]>
…ment This patch is to add Cadence QSPI NOR flash device tree element for the Cadence QSPI NOR flash driver bringup Signed-off-by: Boon Khai Ng <[email protected]>
This patch is to enable new driver, Cadence QSPI NOR flash for Intel SoC FPGA Agilex Family Signed-off-by: Boon Khai Ng <[email protected]>
Add code owner for Cadence QSPI NOR Flash Driver. Signed-off-by: Boon Khai Ng <[email protected]>
This patch is to enable QSPI at Intel SoC FPGA Agilex Board Signed-off-by: Boon Khai Ng <[email protected]>
d64821b
to
bfd6545
Compare
Having conflict with Kconfig and CMakelist.txt, rebased to main branch. |
Hi @stephanosio @galak @nashif @carlocaione ci all green after rebase, please review. |
@nvlsianpu can you please take another look? |
This is to enable the Cadence QSPI Driver
The low level driver code is leverage from Trusted-Firmware-A (BSD-3 Clause)
https://github.com/ARM-software/arm-trusted-firmware
Submited an Issue for the Zephyr TSC to review on the Trusted-Firmware-A licensing.
#46444