You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to translate the DRAM init code to Rust for use in the oreboot project.
Just like U-Boot and Linux, oreboot is licensed under GPL2.
Given that almost all the DRAM init code is just MMIO writes and some reads, I assume that to be data, not actual code.
However, I want to make sure not to run into issues here; could you please drop a statement whether this is okay with you? :)
Please also consider upstreaming to U-Boot as an SPL.
The text was updated successfully, but these errors were encountered:
orangecms
changed the title
licensing
licensing, reuse and upstreaming
Jul 8, 2024
Heinrich asked if U-Boot could take care of building the image.
I suggest pushing this FSBL to U-Boot as SPL so that they can build up the framework.
The U-Boot project has build tools and platform concepts already, so the devs can help out.
It will also make it easier to maintain Sophgo support over time with less different repositories.
Hi, I would like to translate the DRAM init code to Rust for use in the oreboot project.
Just like U-Boot and Linux, oreboot is licensed under GPL2.
Given that almost all the DRAM init code is just MMIO writes and some reads, I assume that to be data, not actual code.
However, I want to make sure not to run into issues here; could you please drop a statement whether this is okay with you? :)
Please also consider upstreaming to U-Boot as an SPL.
The text was updated successfully, but these errors were encountered: