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
NON-REDISTRIBUTABLE! Use libdram blob to initialize A64 DRAM controller
In order to compile this code, the 'libdram' blob needs to be
placed into the top level directory in the U-Boot source tree.
The file in question can be found in the "lichee_linux_310.tar.gz"
tarball (linked from the pine64 wiki) at the following path:
"lichee/brandy/u-boot-2014.07/arch/arm/cpu/armv7/sun50iw1p1/dram"
$ sha256sum libdram
e23855effc870b194ab0e9623760f1f184f0129f644e0df639329ec2dc838055 libdram
Please note that linking proprietary code with the GPL licensed
U-Boot sources creates non-redistributable binaries. The GPL license
requires that full source code needs to be provided together with
the binaries. It means that if you try to create, let's say, a
binary SD card image with this code, and *distribute* it to other
people, then these other people have the right to request full
source code from *you* (including the 'libdram' sources too).
0 commit comments