<adj_>
ep_, I don't think that a64-olinuxino boards use mainline kernels, at least not for teres laptop
clemens3 has quit [Ping timeout: 260 seconds]
RichardG867 has quit [Ping timeout: 245 seconds]
lurchi_ is now known as lurchi__
nuuuciano__ has joined #linux-sunxi
nuuuciano_ has quit [Ping timeout: 264 seconds]
lurchi__ is now known as lurchi_
dev1990_ has joined #linux-sunxi
dev1990 has quit [Ping timeout: 248 seconds]
mavkhimenia has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 240 seconds]
lurchi_ is now known as lurchi__
fdcx has quit [Ping timeout: 246 seconds]
ep_ has quit [Quit: Leaving]
fdcx has joined #linux-sunxi
a|3x has joined #linux-sunxi
victhor has quit [Remote host closed the connection]
parazyd has quit [Ping timeout: 276 seconds]
kloczek has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
egbert has quit [Ping timeout: 264 seconds]
lucascastro has joined #linux-sunxi
kloczek has joined #linux-sunxi
lucascastro has quit [Ping timeout: 256 seconds]
egbert has joined #linux-sunxi
fdcx has quit [Read error: Connection reset by peer]
nots has quit [Quit: Page closed]
dddddd has quit [Remote host closed the connection]
paulliu has joined #linux-sunxi
<paulliu>
I'm using AllWinner H2+. When I do "read_nsacr r0" and "write_nsacr r0" after u-boot and inside optee init, the CPU hangs.
<paulliu>
Is there any reason I cannot do that?
<wens>
are you booting to non-secure in u-boot? :)
<paulliu>
how to check that?
<wens>
check if bootm_boot_mode env variable is set
<wens>
set it to "sec" if you want to force it to boot in secure mode
<wens>
the default for h2+ is likely nonsec
<wens>
you can also check the ARMV7_BOOT_SEC_DEFAULT Kconfig option for the default
<paulliu>
wens: thanks. I'll check
<paulliu>
wens: thanks. My mistake. It is really in non-secure mode.
qeed has quit [Quit: Leaving]
<wens>
it's been that way since PSCI support was introduced :)
<icenowy[m]>
paulliu: so if you want to make OP-TEE you need to consider multi-core bringing up
<paulliu>
icenowy[m]: yeah. Any docs describes that. Now the primary core works I think.
<wens>
just look at the psci code in u-boot
<paulliu>
ok. got it. thanks.
<wens>
also some peripherals are set to "secure-only" by default. Again, u-boot has relevant code that enables non-secure access for them
<wens>
major ones are clock control, which would basically break Linux
IgorPec has joined #linux-sunxi
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
paulliu has quit [Quit: Leaving.]
nuuuciano__ has quit [Ping timeout: 263 seconds]
f0xx has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
fredl has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 264 seconds]
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 248 seconds]
<anarsoul>
jernej: I checked and hdmi clock parent is pll_video0, however tcon1 parent is pll_video1
<jernej>
anarsoul: yeah, I thought so
reinforce has joined #linux-sunxi
<jernej>
there was similar issue with H6 DRM driver
<jernej>
hdmi clock must be just enabled, nothing else
<jernej>
I guess similar is with A64
megi has joined #linux-sunxi
Putti has joined #linux-sunxi
montjoie has joined #linux-sunxi
Putti has quit [Ping timeout: 256 seconds]
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<Pe3ucTop>
Hi friends, need some help in submitting SPI driver patch, it's not big ~10 . Have many questrion - whom to send (person/group) ? Which linux tree to use (is it possible linux-sunxi)? Is it enough to use single file diff or ?
<Pe3ucTop>
Do I need to include(add) my initials in driver ?
<wens>
Pe3ucTop: send to spi maintainer and mailing list, and any other you think are relevant
<wens>
Pe3ucTop: scripts/get_maintainer.pl generally tells you who to send it to
<wens>
yeah, and follow the submitting patches doc
<Pe3ucTop>
beeble: thanks for link.
gnarface has quit [Ping timeout: 263 seconds]
<Pe3ucTop>
wens: thanks for support, will try that script.
gnarface has joined #linux-sunxi
gzamboni has quit [Read error: Connection reset by peer]
yann has quit [Ping timeout: 256 seconds]
parazyd has joined #linux-sunxi
parazyd has joined #linux-sunxi
parazyd has quit [Changing host]
sr-digitronic has joined #linux-sunxi
fredl has quit [Ping timeout: 268 seconds]
clemens3 has joined #linux-sunxi
sr-digitronic is now known as basxtonaut
leviathan has joined #linux-sunxi
msimpson has joined #linux-sunxi
DullTube has joined #linux-sunxi
leviathan has quit [Remote host closed the connection]
leviathan has joined #linux-sunxi
tlwoerner has quit [Ping timeout: 256 seconds]
HeavyMetal has quit [Ping timeout: 276 seconds]
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
HeavyMetal has quit [Changing host]
f11f12 has joined #linux-sunxi
pfeerick has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
tlwoerner has joined #linux-sunxi
BenG83_ has quit [Quit: Leaving]
pfeerick has quit [Remote host closed the connection]
pfeerick has joined #linux-sunxi
return0xe has quit [Read error: Connection timed out]
return0xe has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
afaerber has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
fkluknav_ has quit [Ping timeout: 265 seconds]
mavkhimenia has quit [Ping timeout: 240 seconds]
nuuuciano__ has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
BenG83 has joined #linux-sunxi
fkluknav_ has joined #linux-sunxi
xes has quit [Remote host closed the connection]
<Pe3ucTop>
But, if the patch is only related to sunxi , spi-sun6i.c it still need to be sent to main tree ?
DullTube has quit [Ping timeout: 260 seconds]
<Pe3ucTop>
I mean - to current Torvalds source tree ?
<beeble>
is it based on mainline?
<Pe3ucTop>
beeble: yes
<beeble>
and check the output of "scripts/get_maintainer.pl -f drivers/spi/spi-sun6i.c"
<beeble>
it tells you exactly where to send it
<Pe3ucTop>
I'm wonder why in result address list there is no linux-sunxi googlegroups e-mail :(
<montjoie>
because its not an official kernel ML address
<montjoie>
and mripard deny to use it for get_maintainer.pl
<Pe3ucTop>
Ok, it's clear.
<montjoie>
mripard: wens perhaps its time to ask for a vger mailing list ?
basxtonaut is now known as bachteau
black_ink has joined #linux-sunxi
<mripard>
I asked for one on infradead 1 month ago
<mripard>
no reply so far
<mripard>
I have to find an alternate one
<Pe3ucTop>
mripard: is your addres at free-electrons still active ?
<mripard>
and it's not that it's not an "official" kernel ML
<mripard>
it's that google-groups is a complete PITA.
<mripard>
Pe3ucTop: yes
<montjoie>
mripard: why not a vger one ?
<mripard>
there's no archives
<mripard>
and a decent archive is probably the most important part of a mailing list
<montjoie>
and we cannot ask marc/spinics/mail-archive to archive it ?
<mripard>
that doesn't qualify as "decent" :)
yann has joined #linux-sunxi
libv_ is now known as libv
<wens>
huh?
Jagan has joined #linux-sunxi
BenG83 has quit [Read error: Connection reset by peer]
msimpson has quit [Read error: Connection reset by peer]
msimpson has joined #linux-sunxi
dddddd has joined #linux-sunxi
<wens>
why aren't they decent? not on the same host? possible drops?
BenG83 has joined #linux-sunxi
<Jagan>
Hi Dr. Philipp
fkluknav_ has quit [Ping timeout: 260 seconds]
<beeble>
Jagan: he is still not on irc :)
<mripard>
holding with ductape (gmane, possibly more), impossible to see a message half the time (lkml.org), poor threading / searching (spinics), poor threading support (marc.info)
BenG83 has quit [Ping timeout: 248 seconds]
adj_ has quit [Remote host closed the connection]
rellla has quit [Ping timeout: 265 seconds]
adj_ has joined #linux-sunxi
gumblex has quit [Ping timeout: 256 seconds]
gumblex has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
tom_nov has joined #linux-sunxi
rellla has joined #linux-sunxi
<maz>
mripard: have you though of running your own? not that hard, and the level is pretty low anyway.
Ixnus has joined #linux-sunxi
freemangordon has quit [Ping timeout: 255 seconds]
freemangordon has joined #linux-sunxi
<Ixnus>
hm, I think it belongs among linux-arm-kernel, linux-rockchip, linux-mediatek.
<Ixnus>
ask olof, heiko, matthias how they got theirs
<Ixnus>
Also I think Linux Foundation will be happy to assist with this.