buzzmarshall has quit [Quit: Konversation terminated!]
BlueMatt_ has joined #linux-amlogic
steev__ has joined #linux-amlogic
phh|new has joined #linux-amlogic
phh|new has joined #linux-amlogic
steev has quit [*.net *.split]
BlueMatt has quit [*.net *.split]
phh has quit [*.net *.split]
steev__ is now known as steev
kenny has joined #linux-amlogic
naoki has quit [Quit: naoki]
f11f12 has joined #linux-amlogic
phh|new is now known as phh
mripard has joined #linux-amlogic
JohnnyonFlame has quit [Read error: Connection reset by peer]
naoki has joined #linux-amlogic
jacobk has quit [Quit: No Ping reply in 180 seconds.]
f_ has joined #linux-amlogic
<f_>
hi :P got some stuff to do with U-Boot SPL. Mainly configuring binman properly
<f_>
and then I'll be able to test properly with all other images.
<f_>
Got some weird errors from binman though
jacobk has joined #linux-amlogic
<f_>
Nice it works
<f_>
Just need to test the new image now.
<f_>
Wow.
<f_>
The U-Boot SPL image is really small.
<f_>
anyway, just need to sign it and test.
<f_>
(I use a custom amlbootsig build to test)
<f_>
Probably will need modifications.
<f_>
Perhaps I should be able to modify aml_chksum
<f_>
For gxbb, all I need is to generate a *single* @AML header
<f_>
or two
<f_>
And that'll be just for BL1 to boot up SPL
<f_>
Actually the whole thing is pretty simple to implement.
<f_>
Probably could integrate this into U-Boot, too.
<f_>
for gxl though....I have no idea what I'll have to do in that regard.
<narmstrong>
yeah adding aml_checksum should be easy to add into uboot
<f_>
aml_chksum requires the original header.
<f_>
I'll rewrite my own :)
<f_>
and add that to U-Boot, so that we go from a bazillion commands to just a simple `make`.
<f_>
And I'll also assimilate what aml_chksum does.
JohnnyonFlame has joined #linux-amlogic
<f_>
I'll see what I can do for gxl
<f_>
Ideally I'd like this tool to work on gxl too.
naoki has quit [Quit: naoki]
buzzmarshall has joined #linux-amlogic
Daanct12 has quit [Quit: WeeChat 4.0.4]
f_ has quit [Ping timeout: 252 seconds]
f11f12 has quit [Quit: Leaving]
kenny has quit [Quit: WeeChat 4.0.2]
Kwiboo has joined #linux-amlogic
jacobk has quit [Ping timeout: 248 seconds]
<Kwiboo>
f_: after a very quick peek at gxlimg bl2.c, main diff in header for gxl seem to be version 1.1 vs the 1.0 that gxb use, or has some other value changed?