rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
RichardG867 has quit [Read error: Connection reset by peer]
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
RichardG867 has joined #linux-sunxi
TheSeven has quit [Read error: Connection reset by peer]
TheSeven has joined #linux-sunxi
Da_Coynul has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
Da_Coynul has joined #linux-sunxi
Da_Coynul has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
armessia has quit [Quit: Leaving]
NeuroScr has quit [Quit: NeuroScr]
florian has joined #linux-sunxi
lkcl has joined #linux-sunxi
florian has quit [Ping timeout: 245 seconds]
<smaeul> megi: I saw your comment about BROM -> eMMC boot delay. I think it's simply waiting for mmc0 to time out. the delay is even larger with SPI flash
<megi> smaeul: makes sense, since it's not there when SD card is inserted
<megi> or it's certainly smaller
<smaeul> looking at the H5 BROM, which is the one I've reversed the most, there's no way to skip trying mmc0, and there's only one place where it breaks out early
<smaeul> and I don't know if that would be before or after the delay, or if it can be triggered
<megi> hmm
<megi> nevermind, I can do a workaround of letting the SPL/u-boot get loaded from SD and the rest from emmc
<megi> that's pretty fast
Gerwin_J has joined #linux-sunxi
megi has quit [Ping timeout: 240 seconds]
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
florian has joined #linux-sunxi
florian has quit [Ping timeout: 240 seconds]
airwind has joined #linux-sunxi
<KotCzarny> montjoie: do stmmac support wake-on-lan? or in particular, ethernet on sunxi socs?
florian has joined #linux-sunxi
<montjoie> KotCzarny: no WOL for sunxi
<montjoie> perhaps it is possible, but I dont remember to have saw something
Putti has quit [Ping timeout: 245 seconds]
<KotCzarny> hmm, it would work on Axx mostly, but still
<KotCzarny> or in the crust firmware
reinforce has joined #linux-sunxi
TheSeven has quit [Ping timeout: 245 seconds]
armessia has joined #linux-sunxi
TheSeven has joined #linux-sunxi
armessia has quit [Quit: Leaving]
marekbelisko_ has joined #linux-sunxi
ldevulder_ has joined #linux-sunxi
deesix has quit [Ping timeout: 265 seconds]
dddddd has quit [Ping timeout: 268 seconds]
deesix has joined #linux-sunxi
dddddd has joined #linux-sunxi
ldevulder has quit [Ping timeout: 276 seconds]
sunshavi has quit [Ping timeout: 240 seconds]
NeuroScr has joined #linux-sunxi
dddddd has quit [Remote host closed the connection]
marekbelisko_ has quit [Quit: This computer has gone to sleep]
diego_r has joined #linux-sunxi
florian has quit [Ping timeout: 245 seconds]
tllim has quit [Read error: Connection reset by peer]
florian has joined #linux-sunxi
yann|work has quit [Ping timeout: 265 seconds]
hlauer has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
ldevulder_ is now known as ldevulder
yann|work has joined #linux-sunxi
warpme_ has joined #linux-sunxi
tnovotny has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
Putti has joined #linux-sunxi
msevo has joined #linux-sunxi
Putti has quit [Client Quit]
Putti has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 276 seconds]
Putti has quit [Changing host]
Putti has joined #linux-sunxi
Gerwin_J_ has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 264 seconds]
Gerwin_J_ is now known as Gerwin_J
AneoX has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 268 seconds]
Mangy_Dog has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
Da_Coynul has joined #linux-sunxi
Da_Coynul has quit [Client Quit]
kaspter has quit [Quit: kaspter]
nexgen has joined #linux-sunxi
nexgen has quit [Quit: Leaving]
matthias_bgg has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 240 seconds]
AneoX has joined #linux-sunxi
random_yanek has quit [Ping timeout: 246 seconds]
megi has joined #linux-sunxi
random_yanek has joined #linux-sunxi
airwind has quit [Quit: airwind]
msevo has quit [Quit: Leaving]
TheSeven has quit [Ping timeout: 265 seconds]
TheSeven has joined #linux-sunxi
matthias_bgg has quit [Quit: Leaving]
dddddd has joined #linux-sunxi
random_yanek has quit [Quit: random_yanek]
random_yanek has joined #linux-sunxi
selfbg has joined #linux-sunxi
Putti has quit [Ping timeout: 240 seconds]
Putti has joined #linux-sunxi
selfbg has quit [Remote host closed the connection]
maz has quit [Quit: Leaving]
cnxsoft1 has quit [Remote host closed the connection]
reinforce has quit [Quit: Leaving.]
sunshavi has joined #linux-sunxi
<megi> someone here might be interested in this https://megous.com/git/sunxi-registers/about/
<megi> a tool I wrote to help debugging HW registers and writing CPP macro definitions
<megi> from a single source of truth
<diego71> megi: it looks nice
<smaeul> megi: I think having a non-bootable SD card inserted should be faster than no SD card, since it would immediately be able to see the lack of BOOT0 header
<megi> smaeul: that's a very nice idea, I have to try :) I have SPL that can use DDR modes on eMMC, so at least this way, I could get DDR speeds right from the SPL stage
<megi> though DMA can't be used because I couldn't make it work to transfer to SRAM
<megi> but that's only relevant for ATF load
<megi> so nevermind, SPL load of u-boot main image still uses DMA
<megi> atf is small, and load speed reduction from using PIO doesn't really matter there that much
<megi> smaeul: doesn't look like it helps
<megi> I guess brom's not very smart
<megi> if SD card doesn't have eGON magic there, it will still delay for 1s
kaspter has joined #linux-sunxi
hlauer has quit [Ping timeout: 240 seconds]
<megi> waiting for who know's what
<megi> before trying eMMC
megi has quit [Ping timeout: 268 seconds]
kaspter has quit [Ping timeout: 250 seconds]
Putti has quit [Changing host]
Putti has joined #linux-sunxi
return0e has quit [Remote host closed the connection]
return0e has joined #linux-sunxi
aloo_shu has joined #linux-sunxi
tnovotny has quit [Ping timeout: 245 seconds]
tnovotny has joined #linux-sunxi
kaspter has joined #linux-sunxi
reinforce has joined #linux-sunxi
megi has joined #linux-sunxi
kaspter has quit [Read error: Connection reset by peer]
yann|work has quit [Ping timeout: 265 seconds]
gaston1980 has quit [Ping timeout: 240 seconds]
lkcl has quit [Ping timeout: 240 seconds]
JohnDoe_71Rus has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
RichardG867 has quit [Ping timeout: 276 seconds]
RichardG867 has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 276 seconds]
tnovotny has quit [Quit: Leaving]
Nakaori has quit [Remote host closed the connection]
yann|work has joined #linux-sunxi
diego_r has quit [Ping timeout: 240 seconds]
RichardG867 has joined #linux-sunxi
arnidg has quit [Quit: ZNC - https://znc.in]
vagrantc has joined #linux-sunxi
arnidg has joined #linux-sunxi
Nakaori has joined #linux-sunxi
arnidg has quit [Quit: ZNC - https://znc.in]
arnidg has joined #linux-sunxi
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
RichardG867 has quit [Ping timeout: 268 seconds]
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
RichardG867 has joined #linux-sunxi
NeuroScr has quit [Quit: NeuroScr]
NeuroScr has joined #linux-sunxi
quadjfet has joined #linux-sunxi
reinforce has joined #linux-sunxi
diego_r has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Aria 5.0.0, revision: 5.0.0+git-7426-e065493ac, build type: debug, sources date: 20160102, built on: 2019-09-15 20:04:12 UTC 5.0.0+git-7426-e065493ac http://www.kvirc.net/]
reinforce has quit [Quit: Leaving.]
gaston1980 has joined #linux-sunxi
TheSeven has quit [Read error: Connection reset by peer]
diego_r has quit [Ping timeout: 265 seconds]
TheSeven has joined #linux-sunxi
diego_r has joined #linux-sunxi
<anarsoul> has anyone tried to use H6 LPDDR3 timings on A64?
diego_r has quit [Ping timeout: 240 seconds]
Mangy_Dog has quit [Ping timeout: 276 seconds]
Da_Coynul has joined #linux-sunxi
gaston1980 has quit [Quit: Konversation terminated!]