-
Notifications
You must be signed in to change notification settings - Fork 114
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
jh7110.dtsi: fix wrong offset for fwcfg, and make whole QSPI be available #91
base: JH7110_VisionFive2_devel
Are you sure you want to change the base?
jh7110.dtsi: fix wrong offset for fwcfg, and make whole QSPI be available #91
Conversation
…able Fix typo in fwcfg offset (0xF00000 -> 0xF0000), so Linux uboot-tools can access fwcfg block to modify boot configuration from userspace. While we're at it, let's repartition QSPI into more handy style, by applying table from https://doc-en.rvspace.org/VisionFive2/Boot_UG/JH7110_SDK/boot_address_allocation.html.
It would be great if this could be merged.
|
Only suggestion I have is to keep the current region paths the same, so that existing guides and scripts to e.g. update U-Boot, remain valid and do not start to e.g. attempt writing the U-Boot image to the env region. I.e. keep the order:
It does not represent the order of the address spaces, but it does not break anything. |
You are absolutely right, i'll create a seperate pull request for this... 4.: documentation states "Reseved" [sic]
|
It's not that important, but I was just wondering which name fits best for this region. It looks like |
Fix typo in fwcfg offset (0xF00000 -> 0xF0000), so Linux uboot-tools can access fwcfg block to modify boot configuration from userspace.
While we're at it, let's repartition QSPI into more handy style, by applying table from https://doc-en.rvspace.org/VisionFive2/Boot_UG/JH7110_SDK/boot_address_allocation.html.