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
Guest36 has joined #riscv
Guest26 has joined #riscv
Guest26 has quit [Client Quit]
matiask has joined #riscv
KombuchaKip has quit [Quit: Leaving.]
mengzhuo has joined #riscv
KombuchaKip has joined #riscv
KombuchaKip has quit [Quit: Leaving.]
KombuchaKip has joined #riscv
ZipCPU has quit [Ping timeout: 256 seconds]
ZipCPU_ has joined #riscv
ZipCPU_ is now known as ZipCPU
tec has quit [Quit: bye!]
tec has joined #riscv
matiask has quit [Ping timeout: 246 seconds]
Guest36 has quit [Quit: Client closed]
fuwei has joined #riscv
drmpeg has left #riscv [#riscv]
drmpeg has joined #riscv
jacklsw has joined #riscv
fuwei has quit [Quit: Konversation terminated!]
alexghiti has joined #riscv
BootLayer has joined #riscv
heat has quit [Ping timeout: 268 seconds]
Bluefoxicy has quit [Ping timeout: 272 seconds]
coldfeet has joined #riscv
fuel__ has joined #riscv
fuel has quit [Ping timeout: 256 seconds]
Bluefoxicy has joined #riscv
fuel__ has quit [Ping timeout: 252 seconds]
fuwei has joined #riscv
zBeeble42 has joined #riscv
JanC_ has joined #riscv
JanC is now known as Guest4647
JanC_ is now known as JanC
zBeeble has quit [Read error: Connection reset by peer]
Guest4647 has quit [Ping timeout: 255 seconds]
zjason` is now known as zjason
coldfeet has quit [Remote host closed the connection]
khem has quit [Quit: WeeChat 4.3.3]
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #riscv
mengzhuo has quit [Remote host closed the connection]
bitoff has joined #riscv
danilogondolfo has joined #riscv
hightower4 has quit [Remote host closed the connection]
Guest36 has joined #riscv
Guest36 has quit [Quit: Client closed]
jrtc27[m] has joined #riscv
<jrtc27[m]> Finde: are you at the summit this week? I saw your name as a coauthor on a poster
mengzhuo has joined #riscv
coldfeet has joined #riscv
jacklsw has quit [Ping timeout: 255 seconds]
tec5 has joined #riscv
tec has quit [Ping timeout: 256 seconds]
tec5 is now known as tec
JanC has quit [Ping timeout: 255 seconds]
JanC has joined #riscv
tec has quit [Quit: bye!]
tec has joined #riscv
psydroid2 has joined #riscv
fuel has joined #riscv
psydroid2 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<naoki> linux GPIOMUX is cryptic...
<naoki> I cannot control LED on u-boot :(
psydroid2 has joined #riscv
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #riscv
matiask has joined #riscv
psydroid has quit [Ping timeout: 252 seconds]
Starfoxxes has joined #riscv
psydroid has joined #riscv
hightower2 has joined #riscv
BootLayer has quit [Quit: Leaving]
naoki has quit [Quit: naoki]
matiask has quit [Ping timeout: 246 seconds]
heat has joined #riscv
tec0 has joined #riscv
tec has quit [Ping timeout: 240 seconds]
tec0 is now known as tec
tec has quit [Client Quit]
tec has joined #riscv
frkzoid has joined #riscv
cousteau has joined #riscv
frkazoid333 has quit [Ping timeout: 272 seconds]
tec has quit [Quit: bye!]
tec has joined #riscv
usama has joined #riscv
cousteau has quit [Remote host closed the connection]
cousteau has joined #riscv
psydroid2 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
BootLayer has joined #riscv
psydroid2 has joined #riscv
levitating has joined #riscv
cousteau has quit [Quit: Quit]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #riscv
mengzhuo has quit [Remote host closed the connection]
mengzhuo has joined #riscv
levitating_ has joined #riscv
levitating has quit [Quit: Leaving]
Stat_headcrabed has joined #riscv
khem has joined #riscv
fuwei has quit [Quit: Konversation terminated!]
hightower3 has joined #riscv
hightower2 has quit [Ping timeout: 264 seconds]
naoki has joined #riscv
naoki has quit [Client Quit]
levitating_ has quit [Ping timeout: 268 seconds]
hightower3 has quit [Ping timeout: 264 seconds]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
KombuchaKip has quit [Quit: Leaving.]
<courmisch> anybody understands the naming convention for the suffixes after v{w,n}cvt{,u} ?
KombuchaKip has joined #riscv
vagrantc has joined #riscv
BootLayer has quit [Quit: Leaving]
<ja_02> conchuod on [PATCH v3 4/8] RISC-V: Check Zicclsm to set unaligned access speed.
<ja_02> you said "Doesn't, unfortunately, say anywhere there that they're actually fast :("
<ja_02> do you want me to change the patch? or are you just stating it?
<ja_02> also fdt_nodename_eq isnt defined afaik
<ja_02> thats why i copied fdt_nodename_eq_ and put it in fdt_early.c
nathanchance has quit [Ping timeout: 260 seconds]
nathanchance has joined #riscv
<sorear> looks like <new type>.<old type>.<register type>
dzaima[m] has quit [Quit: Idle timeout reached: 172800s]
Stat_headcrabed has joined #riscv
Stat_headcrabed has quit [Client Quit]
<conchuod> ja_02: Nothing in Zicclsm says the the access are fast, but your patch sets the access speed to fast.
<conchuod> It just says they're supported.
<conchuod> So all that Zicclsm gets you is skipping checking for whether or not you trap, you can't use it to skip speed detection.
<ja_02> ok
<ja_02> as for fdt_nodename_eq?
Stat_headcrabed has joined #riscv
coldfeet has quit [Remote host closed the connection]
hightower2 has joined #riscv
<conchuod> ja_02: I don't really get what you were asking w.r.t. that one.
<conchuod> Maybe I just typoed (or didnt read) and left the _ off.
<ja_02> basicaly i cant use the origonal unless i edit /scripts/dtc/libfdt/fdt_ro.c
<ja_02> and libfdt.h
<conchuod> I probably just didn't read it properly, that's all I'm saying.
<ja_02> ok
Stat_headcrabed has quit [Quit: Stat_headcrabed]
<ja_02> nvm then
prabhakalad has quit [Quit: Konversation terminated!]
hightower2 has quit [Ping timeout: 268 seconds]
Starfoxxes has quit [Remote host closed the connection]
mengzhuo has quit [Ping timeout: 256 seconds]
<ja_02> conchuod does arch/riscv/kernel/cpufeature.c handle rv64imafdczkr?
<ja_02> * Before attempting to parse the extension itself, we find its end.
<ja_02> * As multi-letter extensions must be split from other multi-letter
<ja_02> * extensions with an "_", the end of a multi-letter extension will
<ja_02> * either be the null character or the "_" at the start of the next
<ja_02> * multi-letter extension.
<conchuod> It should do!
<conchuod> The rule is that multi-letter extensions are split from other multiletter extensions by a _
<conchuod> rv64imafdczkr only has one multiletter extension, so the _ isn't required.
<ja_02> oh
<conchuod> The parser should only advance one letter at a time, so it should reach the z and realise that there's a multiletter extension there.
<conchuod> And then that comment is talking about how it finds the end of the extension.
<ja_02> thx i missunderstood them
<ja_02> then*
<conchuod> nw
<conchuod> You should be able to just dump the contents of riscv_parse_isa_string into godbolt or w/e and fiddle with it there more easily than building and running something
<ja_02> or tcc the highlighting annoys me
<sorear> fun questions like "is sv39 an extension or version 39.0 of sv" and "is v0p7p1 version 7.1 of the v0p extension?"
<ja_02> :(
<conchuod> sorear: is that even allowed?
<conchuod> I thought only one p was permitted
<sorear> excellent question! sources disagree.
<conchuod> So I think it is actually version 0.7 of the v extension, and then version 1 of the p extension. Except p cannot come after a number, only a letter or a _, so...
<sorear> if parsing ISA strings weren't hopeless we wouldn't have switched to riscv,isa-extensions
psydroid2 has quit [Remote host closed the connection]
<conchuod> I should probably patch OpenSBI for that property, I've just been busy and don't usually do any development of OpenSBI so it has continuously slipped.
alexghiti has quit [Ping timeout: 268 seconds]
alexghiti has joined #riscv
mahk has quit [Ping timeout: 260 seconds]
mahk has joined #riscv
alexghiti has quit [Ping timeout: 255 seconds]
alexghiti has joined #riscv
mahk has quit [Changing host]
mahk has joined #riscv
JanC_ has joined #riscv
JanC has quit [Killed (zirconium.libera.chat (Nickname regained by services))]
JanC_ is now known as JanC
m5zs7k has quit [Ping timeout: 268 seconds]
m5zs7k has joined #riscv
unnick has quit [Ping timeout: 268 seconds]
alexghiti has quit [Ping timeout: 268 seconds]
Guest92 has joined #riscv
naoki has joined #riscv
DesRoin has quit [Ping timeout: 264 seconds]
DesRoin has joined #riscv
peepsalot has quit [Remote host closed the connection]
peepsalot has joined #riscv
unnick has joined #riscv
unnick has quit []
unnick has joined #riscv
markh has quit [Ping timeout: 264 seconds]