pabs has quit [Quit: Don't rest until all the world is paved in moss and greenery.]
pabs has joined #linux-sunxi
freemangordon has quit [Ping timeout: 480 seconds]
ftg has quit [Read error: Connection reset by peer]
Luke-Jr has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
grming has quit [Quit: Konversation terminated!]
cnxsoft has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
<wens>
if I don't specify a target, it only builds libc.a and libfdt.a
<wens>
oh, nevermind... I had BL31 in my environment, which was causing some weird issues
junari_ has joined #linux-sunxi
junari_ is now known as junari
<junari>
wens: yep, in this case I do export BL31=""
junari has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
junari has joined #linux-sunxi
xypron_ has joined #linux-sunxi
xypron has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
freemangordon has joined #linux-sunxi
gsz has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
paulk has quit [Ping timeout: 480 seconds]
paulk has joined #linux-sunxi
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
junari_ has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
junari__ has joined #linux-sunxi
codekipper has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
codekipper has quit [Ping timeout: 480 seconds]
junari_ has joined #linux-sunxi
junari__ has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
JohnDoe_71Rus has quit []
JohnDoe_71Rus has joined #linux-sunxi
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
<apritzel>
wens: interesting! I dimly remember seeing something similar before (just building libc and libfdt), but this then somehow fixed itself
<apritzel>
probably because I closed the terminal in frustation ;-)
dliviu has quit [Quit: Going away]
JohnDoe_71Rus has quit []
apritzel has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
hentai has quit [Quit: Disconnect]
hentai has joined #linux-sunxi
hentai has quit [Remote host closed the connection]
hentai has joined #linux-sunxi
<wens>
apritzel: makes sense lol
JohnDoe_71Rus has joined #linux-sunxi
cnxsoft has quit []
apritzel has joined #linux-sunxi
vagrantc has joined #linux-sunxi
dliviu has joined #linux-sunxi
dliviu has quit []
dliviu has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
peterm6881 has joined #linux-sunxi
peterm6881 has quit [Quit: Leaving]
peterm6881 has joined #linux-sunxi
apritzel has joined #linux-sunxi
peterm6881 has quit [Remote host closed the connection]
JohnDoe_71Rus has quit []
apritzel has quit [Ping timeout: 480 seconds]
gsz has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
<apritzel>
does anyone know of any D1/R528 boards with LPDDR3 chips? (or anything other than DDR3, really)
<apritzel>
oh, does the D1s really include DDR2 memory, but the T113-s3 uses DDR3?
aedancullen has joined #linux-sunxi
<aedancullen>
apritzel: that's correct, D1s/F133 has DDR2
grming has joined #linux-sunxi
<apritzel>
aedancullen: thanks!
<apritzel>
indeed the MangoPi MQ1 boot0 has DRAM type set to 2
<apritzel>
if anyone is interested: I have moved awboot's DRAM driver into U-Boot, and after two days of refactoring it looks much closer to a proper U-Boot DRAM driver now
<smaeul>
I'd love to test it. I couldn't get any C-decompiled version of the driver (boot0 or awboot) to work on D1s, only the original assembly
<apritzel>
smaeul: I try to push something still this year ;-)
<apritzel>
I originally took the D1 driver from your d1-spl branch, but couldn't get this to work on my MQ-R (T113-s3)
<apritzel>
since awboot worked, I took the code directly from there - I think your U-Boot version also originates from there?