<sjoerd>
which is a bit of hack that hardkernel also has in there tree
<javier__>
James_T: sorry, I missunderstood and thought you said only the A8 were up
<sjoerd>
s/A8/A7/
<James_T>
that
<James_T>
all the cores come up on the odroid kernel
<javier__>
sjoerd: interestingly that magic is only needed for odroid xu3 right? it is not needed in the peach pi so I guess the firmware does it in that case
<sjoerd>
javier__: yeah one of firmware, bl1 or bl2
<javier__>
nod
<James_T>
sjoerd: hmm, so why does the xu3 even need a blob to load? some closed-source magic from samsung?
<sjoerd>
Depends on which of the blobs you're asking about
<James_T>
there was one for some trustzone stuff...
<sjoerd>
bl1 is magic from samsung, i don't know what it does.. bl2 is a u-boot SPL that's signed and tzsw is the trustzone firmware
<James_T>
right
<James_T>
so we're stuck with the u-boot that shipped with the device?
<James_T>
wait. does bl2 chainload another uboot
<sjoerd>
yes
<James_T>
ok, thanks
afaerber has quit [Quit: Verlassend]
<sjoerd>
the SPL just sets up clocks etc, the one you interact with is what one normally considers u-boot
<sjoerd>
patches fro XU3 on upstream u-boot are almost ready to merge in mainline at this point
<James_T>
Still don't know how the XU3-Lite is clocked lower than the XU3... unless they used lower-binned SoC's
* James_T
goes off to mess around with gentoo
<javier__>
James_T: you can also build your own u-boot SPL/BL2 and hardkernel could sign it for you