ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
ukleinek has quit [Ping timeout: 252 seconds]
ukleinek has joined #armlinux
XV8 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
apritzel has quit [Ping timeout: 258 seconds]
XV8 has joined #armlinux
XV8 has quit [Client Quit]
drctrl has joined #armlinux
drctrl has quit [Client Quit]
agners has quit [Quit: WeeChat 3.2]
ircseeker has joined #armlinux
CrashTestDummy2 has joined #armlinux
CrashTestDummy has quit [Ping timeout: 246 seconds]
ircseeker has quit [Remote host closed the connection]
CrashTestDummy3 has joined #armlinux
CrashTestDummy2 has quit [Ping timeout: 246 seconds]
apritzel has joined #armlinux
chronon has joined #armlinux
CrashTestDummy2 has joined #armlinux
CrashTestDummy3 has quit [Ping timeout: 265 seconds]
apritzel has quit [Ping timeout: 265 seconds]
audgirka has joined #armlinux
kristo has joined #armlinux
guillaume_g has joined #armlinux
wwilly has joined #armlinux
sszy has joined #armlinux
apritzel has joined #armlinux
monstr has joined #armlinux
wwilly has quit [Ping timeout: 258 seconds]
<HdkR> Is there a branch of qemu somewhere that supports TME? Or am I SOL until hardware ships with it?
<ajb-linaro> TME?
* ajb-linaro looks it up
<HdkR> Transactional Memory Extension
<ajb-linaro> HdkR: yeah I'm not aware of any work in that area and I suspect it would be non-trivial to implement under TCG as well
* ajb-linaro thought TME was v9 anyway
<HdkR> I want to be prepared for the future and TME is a feature I can utilize
<HdkR> Dang though
<ajb-linaro> HdkR: what's the use case? I know cota had experimented with using Intel's transactional support in the backend during the development of MTTCG but other than that it seems to be a technology that didn't deliver on it's promises
<apritzel> TME is indeed an optional v9.0 feature
<HdkR> Memory safety when having loadstores cross a cacheline for me
<ajb-linaro> HdkR: well the best place for all the latest greatest feature emulation is always going to be ARM's own models... but their team is much bigger than regular QEMU ARM contributor pool
<HdkR> Of course
<HdkR> I don't believe they have a model that supports it yet?
<HdkR> Also usually sending an email to get access results in $$$ or nope :)
re101-fly-32 has joined #armlinux
<ajb-linaro> HdkR: I'll let you into a secret, the QEMU team use the models to check a lot of it's behaviour - especially for ISA stuff
<HdkR> Sounds reasonable. Just need a model that has the feature
wwilly has joined #armlinux
sszy has quit [Ping timeout: 252 seconds]
Crassus has joined #armlinux
re101-fly-32 has quit [Ping timeout: 246 seconds]
sszy has joined #armlinux
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
sszy has joined #armlinux
<broonie> HdkR: The foundation models should just require registration.
monstr has quit [Quit: Leaving]
monstr has joined #armlinux
paulg has joined #armlinux
sudeepholla has quit [Quit: Ex-Chat]
rbutler1728 has joined #armlinux
sudeepholla has joined #armlinux
<wwilly> hi, on hikey970 (hi3670), what is the node in /sys/kernel/debug/clk/ that represent the clock for the ram? I would like to check its speed
<maz> the Base AEM FVP also only requires registration. only the debugger requires a license.
audgirka has quit [Remote host closed the connection]
guillaume_g has quit [Quit: Konversation terminated!]
torez has joined #armlinux
torez has quit [Client Quit]
torez has joined #armlinux
<prabhakarlad> maz: I have learnt that GIC600 has two reset lines (gicresetn and dbg_gicresetn) now that patch https://lore.kernel.org/linux-devicetree/20210609155108.16590-1-prabhakar.mahadev-lad.rj@bp.renesas.com/ has been already queued in irqchip-next branch, how would you like to handle this shall I send a fixup patch or send a v3 ?
<sudeepholla> wwilly, clk_ddrc_freq is what I can see in the code, but I don't have that platform or even worked on it, so it is just a guess
<prabhakarlad> maz: Oops my bad, patch has already landed in -next, I will send a fixes patch.
<sudeepholla> prabhakarlad, do you use those in kernel ? I wonder what would happen to secure settings if OS can go and reset the GIC from the kernel(non-secure side)
guillaume_g has joined #armlinux
<sudeepholla> prabhakarlad, same applies to power-domains and clocks too
<wwilly> sudeepholla, yep, there is also a thing to control a bit on it in /sys/class/devfreq/ddr_devfreq/ running on a 4.9.78-147538-g244928755bbe, I think from a standard linaro tuto, I haven't install the board myself. do you know if the (last) mainline is well supported?
<sudeepholla> wwilly, not sure what you mean by well supported ? All the merged features must be supported, if not you can report to the platform maintainer and get it fixed
<prabhakarlad> sudeepholla: not used atm. For now its just being added to describe the HW.
<wwilly> sudeepholla, ok, will try to get the board on my desk and install the mainline. meaning like all tweak from hisilicon to have the board running properly are merged, to have like cpu/gpu/ram dvfs, and a serial console running
<sudeepholla> prabhakarlad, whats the point ? I mean I can't see a what to use them in OS. If firmware are using DT to discover GIC, makes sense, but I really doubt that too
<sudeepholla> wwilly, since you mentioned u are running some Linaro thing, I mention to highlight the fact that there will be parity in features as Linaro might have all the in-flight patches and also hacks to get all the functionality working
<wwilly> sudeepholla, ok great, will ask to get the board then. uhm, is the 960 have all the same hardware feature, but the NPU?
<sudeepholla> wwilly, i have no idea sorry
<wwilly> sudeepholla, no worries, thx
<maz> prabhakarlad: hopefully this is only a DT patch, and not a kernel patch. I certainly don't intend to let anyone reset the GIC from within the kernel...
<prabhakarlad> sudeepholla: do agree, I don't see the usecase as of now.
sszy has quit [Ping timeout: 252 seconds]
<prabhakarlad> maz: Yes just the DT patch (describing the HW).
headless has joined #armlinux
<sudeepholla> prabhakarlad, I would say no usecase in future too IMO, if it is not used now, unlikely in future. I will be it to Rob, but I see no use in OS and no way to validate it.
<prabhakarlad> +1
_whitelogger has joined #armlinux
Amanieu has joined #armlinux
softpaw has joined #armlinux
Nact has quit [Read error: Connection reset by peer]
guillaume_g has quit [Quit: Konversation terminated!]
<geertu> marex: ofc we can, if we have access to the reset controller ;-)
wwilly has quit [Quit: Leaving]
elastic_dog has quit [Ping timeout: 268 seconds]
elastic_dog has joined #armlinux
monstr has quit [Remote host closed the connection]
elastic_dog has quit [Ping timeout: 256 seconds]
elastic_dog has joined #armlinux
wwilly has joined #armlinux
kwilczynski has quit []
sakman has quit [Quit: Leaving]
CrashTestDummy3 has joined #armlinux
kwilczynski has joined #armlinux
CrashTestDummy2 has quit [Ping timeout: 246 seconds]
CrashTestDummy3 has quit [Quit: Leaving]
headless has quit [Quit: Konversation terminated!]
davidm has quit [Remote host closed the connection]
davidm has joined #armlinux
CrashTestDummy has joined #armlinux
CrashTestDummy2 has joined #armlinux
CrashTestDummy3 has joined #armlinux
CrashTestDummy has quit [Ping timeout: 256 seconds]
CrashTestDummy has joined #armlinux
CrashTestDummy2 has quit [Ping timeout: 256 seconds]
CrashTestDummy3 has quit [Ping timeout: 256 seconds]
CrashTestDummy has quit [*.net *.split]
ChanServ has quit [*.net *.split]
jlinton has quit [*.net *.split]
prabhakarlad has quit [*.net *.split]
softpaw has quit [*.net *.split]
torez has quit [*.net *.split]
TheCoffeMaker has quit [*.net *.split]
abelvesa has quit [*.net *.split]
rfs613 has quit [*.net *.split]
xdarklight has quit [*.net *.split]
geertu has quit [*.net *.split]
tagr has quit [*.net *.split]
maz has quit [*.net *.split]
apritzel has quit [*.net *.split]
scosu has quit [*.net *.split]
tfiga has quit [*.net *.split]
mmind00 has quit [*.net *.split]
mripard has quit [*.net *.split]
bps has quit [*.net *.split]
sud has quit [*.net *.split]
Amanieu has quit [*.net *.split]
elastic_dog has quit [*.net *.split]
broonie has quit [*.net *.split]
neocow has quit [*.net *.split]
sudeepholla has quit [*.net *.split]
paulg has quit [*.net *.split]
balrog has quit [*.net *.split]
chronon has quit [*.net *.split]
lag has quit [*.net *.split]
ajb-linaro has quit [*.net *.split]
atorgue has quit [*.net *.split]
iokill has quit [*.net *.split]
mwalle has quit [*.net *.split]
jtf has quit [*.net *.split]
davidm has quit [*.net *.split]
wwilly has quit [*.net *.split]
rbutler1728 has quit [*.net *.split]
eballetbo has quit [*.net *.split]
mrutland has quit [*.net *.split]
shawnguo has quit [*.net *.split]
Emantor has quit [*.net *.split]
nsaenz has quit [*.net *.split]
vkoul has quit [*.net *.split]
mturquette has quit [*.net *.split]
dtor has quit [*.net *.split]
pg12 has quit [*.net *.split]
shenki has quit [*.net *.split]
sboyd has quit [*.net *.split]
ccaione has quit [*.net *.split]
abelloni has quit [*.net *.split]
Sledge has quit [*.net *.split]
Patater has quit [*.net *.split]
sicelo has quit [*.net *.split]
marcan has quit [*.net *.split]
marex has quit [*.net *.split]
mvaittin has quit [*.net *.split]
psydroid has quit [*.net *.split]
krzk has quit [*.net *.split]
jn has quit [*.net *.split]
luisgpm has quit [*.net *.split]
hauke has quit [*.net *.split]
robinp_ has quit [*.net *.split]
shailangsa has quit [*.net *.split]
linusw has quit [*.net *.split]
pjw has quit [*.net *.split]
tlwoerner has quit [*.net *.split]
gcl has quit [*.net *.split]
crummel has quit [*.net *.split]
agraf has quit [*.net *.split]
javierm has quit [*.net *.split]
kristinam has quit [*.net *.split]
bencoh has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
str1 has quit [*.net *.split]
sha has quit [*.net *.split]
shoragan[m] has quit [*.net *.split]
HdkR has quit [*.net *.split]
khilman has quit [*.net *.split]
la_mettrie has quit [*.net *.split]
narmstrong has quit [*.net *.split]
jwerner has quit [*.net *.split]
vup has quit [*.net *.split]
cengiz_io has quit [*.net *.split]
cmarinas has quit [*.net *.split]
sibis has quit [*.net *.split]
_jannau_ has quit [*.net *.split]
roxell has quit [*.net *.split]
leming has quit [*.net *.split]
punit has quit [*.net *.split]
shoragan has quit [*.net *.split]
mkl has quit [*.net *.split]
mal`` has quit [*.net *.split]
palmer has quit [*.net *.split]
j`ey has quit [*.net *.split]
iwamatsu` has quit [*.net *.split]
gclement has quit [*.net *.split]
zx2c4 has quit [*.net *.split]
tmlind has quit [*.net *.split]
maennich has quit [*.net *.split]
robher has quit [*.net *.split]
Stary has quit [*.net *.split]
wens_ has quit [*.net *.split]
Xogium has quit [*.net *.split]
rfried has quit [*.net *.split]
tchebb has quit [*.net *.split]
sven has quit [*.net *.split]
mort has quit [*.net *.split]
arnd has quit [*.net *.split]
Crofton has quit [*.net *.split]
olofj has quit [*.net *.split]
dianders has quit [*.net *.split]
theborger has quit [*.net *.split]
NishanthMenon has quit [*.net *.split]
scott-ph has quit [*.net *.split]
jbru has quit [*.net *.split]
softpaw has joined #armlinux
theborger has joined #armlinux
scosu has joined #armlinux
zx2c4 has joined #armlinux
torez has joined #armlinux
mrutland has joined #armlinux
shawnguo has joined #armlinux
eballetbo has joined #armlinux
rbutler1728 has joined #armlinux
davidm has joined #armlinux
wwilly has joined #armlinux
sud has joined #armlinux
rfs613 has joined #armlinux
xdarklight has joined #armlinux
abelloni has joined #armlinux
mmind00 has joined #armlinux
ccaione has joined #armlinux
bps has joined #armlinux
shenki has joined #armlinux
sboyd has joined #armlinux
pg12 has joined #armlinux
dtor has joined #armlinux
mturquette has joined #armlinux
vkoul has joined #armlinux
nsaenz has joined #armlinux
Emantor has joined #armlinux
scott-ph has joined #armlinux
ChanServ has joined #armlinux
NishanthMenon has joined #armlinux
olofj has joined #armlinux
jbru has joined #armlinux
Crofton has joined #armlinux
dianders has joined #armlinux
maz has joined #armlinux
arnd has joined #armlinux
tmlind has joined #armlinux
TheCoffeMaker has joined #armlinux
abelvesa has joined #armlinux
sven has joined #armlinux
mort has joined #armlinux
tagr has joined #armlinux
apritzel has joined #armlinux
mripard has joined #armlinux
geertu has joined #armlinux
gclement has joined #armlinux
iwamatsu` has joined #armlinux
mkl has joined #armlinux
mal`` has joined #armlinux
palmer has joined #armlinux
shoragan has joined #armlinux
jtf has joined #armlinux
Sledge has joined #armlinux
mwalle has joined #armlinux
j`ey has joined #armlinux
tfiga has joined #armlinux
Stary has joined #armlinux
rfried has joined #armlinux
robher has joined #armlinux
wens_ has joined #armlinux
tchebb has joined #armlinux
Xogium has joined #armlinux
maennich has joined #armlinux
luisgpm has joined #armlinux
crummel has joined #armlinux
robinp_ has joined #armlinux
hauke has joined #armlinux
linusw has joined #armlinux
agraf has joined #armlinux
pjw has joined #armlinux
kristinam has joined #armlinux
shailangsa has joined #armlinux
jn has joined #armlinux
gcl has joined #armlinux
tlwoerner has joined #armlinux
Fridtjof has joined #armlinux
javierm has joined #armlinux
bencoh has joined #armlinux
str1 has joined #armlinux
jlinton has joined #armlinux
prabhakarlad has joined #armlinux
Amanieu has joined #armlinux
elastic_dog has joined #armlinux
broonie has joined #armlinux
sudeepholla has joined #armlinux
chronon has joined #armlinux
ajb-linaro has joined #armlinux
lag has joined #armlinux
iokill has joined #armlinux
atorgue has joined #armlinux
balrog has joined #armlinux
neocow has joined #armlinux
paulg has joined #armlinux
mvaittin has joined #armlinux
krzk has joined #armlinux
cmarinas has joined #armlinux
sibis has joined #armlinux
punit has joined #armlinux
leming has joined #armlinux
_jannau_ has joined #armlinux
roxell has joined #armlinux
sha has joined #armlinux
HdkR has joined #armlinux
shoragan[m] has joined #armlinux
narmstrong has joined #armlinux
la_mettrie has joined #armlinux
jwerner has joined #armlinux
vup has joined #armlinux
cengiz_io has joined #armlinux
khilman has joined #armlinux
shailangsa has quit [Max SendQ exceeded]
balrog has quit [Max SendQ exceeded]
elastic_dog has quit [Max SendQ exceeded]
sicelo has joined #armlinux
marcan has joined #armlinux
Patater has joined #armlinux
marex has joined #armlinux
CrashTestDummy has joined #armlinux
sha has quit [Ping timeout: 272 seconds]
shoragan[m] has quit [Ping timeout: 272 seconds]
mvaittin has quit [Ping timeout: 272 seconds]
ChanServ has quit [*.net *.split]
ChanServ has joined #armlinux
balrog has joined #armlinux
shenki has quit [Ping timeout: 244 seconds]
shenki has joined #armlinux
elastic_dog has joined #armlinux
wwilly has quit [Ping timeout: 265 seconds]
shailangsa has joined #armlinux
jtf has quit [Ping timeout: 240 seconds]
rbutler1728 has quit [Read error: Connection reset by peer]