sorear changed the topic of #riscv to: RISC-V instruction set architecture | https://riscv.org | Logs: https://libera.irclog.whitequark.org/riscv | Matrix: #riscv:catircservices.org
DragonMaus has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
DragonMaus has joined #riscv
Noisytoot has joined #riscv
ball has joined #riscv
BootLayer has joined #riscv
ball has quit [Quit: leaving]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #riscv
KombuchaKip has quit [Quit: Leaving.]
vagrantc has quit [Quit: leaving]
KombuchaKip has joined #riscv
BootLayer has quit [Quit: Leaving]
jmcgnh has quit [Ping timeout: 248 seconds]
jmcgnh has joined #riscv
emdevt has quit [Remote host closed the connection]
agentcasey has quit [Quit: ZNC 1.10.x-git-82-9ab81d1d - https://znc.in]
agentcasey has joined #riscv
jmcgnh has quit [Ping timeout: 244 seconds]
JanC is now known as Guest8466
JanC has joined #riscv
Guest8466 has quit [Ping timeout: 248 seconds]
JanC has quit [Killed (silver.libera.chat (Nickname regained by services))]
JanC has joined #riscv
jmcgnh has joined #riscv
jobol has joined #riscv
alperak has joined #riscv
JanC has quit [Ping timeout: 260 seconds]
ganboing has quit [Remote host closed the connection]
JanC has joined #riscv
LainIwakura has joined #riscv
ganboing has joined #riscv
ganboing has quit [Remote host closed the connection]
ganboing has joined #riscv
Andre_Z has joined #riscv
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
LainIwakura has quit [Ping timeout: 272 seconds]
LainIwakura has joined #riscv
r6fej has quit [Remote host closed the connection]
coldfeet has joined #riscv
XPMUser has joined #riscv
XPMUser has quit [Client Quit]
XPMUser has joined #riscv
XPMUser has quit [Client Quit]
XPMUser has joined #riscv
LainIwakura has quit [Ping timeout: 272 seconds]
XPMUser has quit [Quit: Client closed]
LainIwakura has joined #riscv
cousteau has joined #riscv
LainIwakura has quit [Ping timeout: 272 seconds]
cousteau has quit [Quit: Client closed]
coldfeet has quit [Quit: Lost terminal]
aurel32 has quit [Ping timeout: 252 seconds]
aurel32 has joined #riscv
LainIwakura has joined #riscv
r6fej has joined #riscv
LainIwakura has quit [Quit: Client closed]
LainIwakura has joined #riscv
delgnam has quit [Quit: WeeChat 4.6.3]
r6fej has quit [Remote host closed the connection]
LainIwakura has quit [Ping timeout: 272 seconds]
cousteau has joined #riscv
cousteau has quit [Quit: Client closed]
edolnx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
edolnx has joined #riscv
edolnx has joined #riscv
delgnam has joined #riscv
delgnam has quit [Client Quit]
delgnam has joined #riscv
BootLayer has joined #riscv
coldfeet has joined #riscv
haritz has joined #riscv
haritz has quit [Changing host]
haritz has joined #riscv
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #riscv
delgnam has quit [Quit: WeeChat 4.7.0]
delgnam has joined #riscv
jacklsw has joined #riscv
jacklsw has quit [Client Quit]
jacklsw has joined #riscv
jacklsw has quit [Quit: Back to the real world]
jrjsmrtn has quit [Remote host closed the connection]
DragonMaus has quit [Ping timeout: 276 seconds]
jrjsmrtn has joined #riscv
delgnam has quit [Quit: WeeChat 4.7.0]
psydroid2 has joined #riscv
DragonMaus has joined #riscv
jobol has quit [Ping timeout: 276 seconds]
<drewfustini> I applied that patch and it builds okay for me.
<drewfustini> but the bot see
<drewfustini> FATAL ERROR: Unable to parse input tree
<drewfustini> make[4]: *** [/build/tmpq4c8bwfp/scripts/Makefile.dtbs:131: arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dtb] Error 1
<drewfustini> I seem to be unable to see the error it sees
<drewfustini> bjorn is away so I wasn't sure who knows the patchwork bot best
<conchuod> why does memclk have +clock-frequency = <0>;
<conchuod> did you test it on top of palmer's next branch?
netmonk has quit [Quit: WeeChat 4.6.3]
<drewfustini> No one knows what the clock runs at so Michal put it at 0
<drewfustini> I'm on next
<conchuod> ill try look later tonigt
<drewfustini> I mean the latest next tag... is it supposeds to be riscv/for-next ?
<drewfustini> Sorry the real error is
<drewfustini> Error: /build/tmpq4c8bwfp/arch/riscv/boot/dts/thead/th1520.dtsi:518.19-20 syntax error
netmonk has joined #riscv
<drewfustini> which seems simple enough but I don't see the syntax error
<drewfustini> > ill try look later tonigt
<drewfustini> thanks
<conchuod> that commit is a few weeks old, so almost certainly
<conchuod> syntax errors are usually shite to debug, but if you don't see it locally its probably a missing define
<conchuod> Which line exactly is 518?
<drewfustini> oh
<drewfustini> never mind
<drewfustini> it is TH1520_RESET_ID_GPU
<drewfustini> I think it is just a matter of its okay in next but not in riscv/for-next
<drewfustini> oh nope but close
<conchuod> That define is a header that is not included in the dts{,i} in palmer's branch but is in yours?
<drewfustini> bad ordering of nodes
<conchuod> > That define is a header that is not included in the dts{,i} in palmer's branch but is in yours?
<conchuod> It's this isn't it?
<conchuod> cf5e81da0ed7f ("riscv: dts: thead: th1520: Add GPU clkgen reset to AON node") is only in your tree
<drewfustini> you are right that error on riscv/for-next goes away when I remove TH1520_RESET_ID_GPU from the dts
<conchuod> right, then just ignore it
<conchuod> :)
<conchuod> for dts stuff, if your local and/or linux-next stuff passes, dont worry about patchwork - especially for syntax errors that align with defines.
<conchuod> They're pretty much always missing } missing , or defines missing in a branch.
<drewfustini> I don't get why it is a problem because the header that defines it is already in riscv/for-next
<conchuod> look at the patch I mentioned above
<conchuod> the file exists, but was not included until cf5e81da0ed7f ("riscv: dts: thead: th1520: Add GPU clkgen reset to AON node")
<drewfustini> AH!
<drewfustini> sorry for being daft
<drewfustini> thanks
<drewfustini> so it is still a next integration artifact but that's the actual reason
<conchuod> nw :)
<conchuod> happy to help
<conchuod> it's just the limiation of the CI stuff
<conchuod> can opt to test linux-next, but then you run the risk of marking a patch OK that doesn't compile when Palmer applies it
<conchuod> also linux-next is always broken in some shape or form
psydroid2 has quit [Ping timeout: 260 seconds]
Andre_Z has quit [Quit: Leaving.]
BootLayer has quit [Quit: Leaving]
<drewfustini> Yeah, that makes sense
paulk has quit [Ping timeout: 260 seconds]
paulk has joined #riscv
paulk has joined #riscv
paulk-bis has joined #riscv
paulk has quit [Ping timeout: 252 seconds]
paulk-bis has quit [Quit: WeeChat 3.0]
paulk has joined #riscv
paulk has joined #riscv
psydroid2 has joined #riscv
<sskras> maybe everyone knows this already, but I thought I would share this summary of the dynamics of RISC-V progress anyways: https://www.linkedin.com/feed/update/urn:li:activity:7355666512214462464/
jobol has joined #riscv
thanosengine has joined #riscv
coldfeet has quit [Quit: Lost terminal]
thanosen1 has joined #riscv
thanosengine has quit [Quit: WeeChat 4.6.3]
HumanG331 has quit [Ping timeout: 252 seconds]
alperak has quit [Quit: Connection closed for inactivity]
edolnx has quit [Ping timeout: 252 seconds]
edolnx has joined #riscv
edolnx has joined #riscv
psydroid2 has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]
jobol has quit [Quit: Leaving]
<conchuod> Oh I didn't realise she worked for google, good for her :)
paulk has quit [Ping timeout: 248 seconds]
thanosen1 has quit [Quit: WeeChat 4.7.0]
Armand|5800x has joined #riscv
paulk has joined #riscv
paulk has joined #riscv
khem has quit [Quit: WeeChat 4.7.0]
khem has joined #riscv
delgnam has joined #riscv
Tenkawa has joined #riscv
Armand|5800x has quit [Quit: Leaving]
delgnam has quit [Quit: WeeChat 4.7.0]
delgnam has joined #riscv
emdevt has joined #riscv