Turl 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
bwarff has quit [Ping timeout: 244 seconds]
<lennyraposo> so far cloned all necessary sources
TheSeven has quit [Ping timeout: 248 seconds]
TheSeven has joined #linux-sunxi
<juri_> so, mainline gives me no output on my pcduino nano.
_whitelogger has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 260 seconds]
p1u3sch1 has joined #linux-sunxi
khuey is now known as khuey|away
bwarff has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
ninolein has quit [Ping timeout: 250 seconds]
ninolein has joined #linux-sunxi
aep has quit [Ping timeout: 276 seconds]
sigjuice has quit [Ping timeout: 260 seconds]
sigjuice has joined #linux-sunxi
aep has joined #linux-sunxi
zkirill has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
tipo has quit [Ping timeout: 246 seconds]
<willmore> Okay, I'm going to call a 5 hour run of cpuburn at max clock 'stable'. 70C is max temp. All cores running just fine.
p1u3sch1 has quit [Ping timeout: 248 seconds]
<willmore> I'm going back to cpuminer as a milder torture test. Also, that won't kill cores if the fan accidentally gets knocked over.
p1u3sch1 has joined #linux-sunxi
<lennyraposo> compiling
<lennyraposo> boring
<lennyraposo> lol
<lvrp16> raspberry pi 3's uart is freaking
<lvrp16> ....
<lvrp16> annoying as shit
<lvrp16> constant corruption
<lvrp16> what a pos...how do they mess this basic feature up...
KotCzarny has quit [Ping timeout: 264 seconds]
<wens> you mean the one that doesn't have an independent clock? lol
<lennyraposo> still no rtc?
<wens> according to wikipedia, no
<lennyraposo> oh
<lennyraposo> let's put wifi and bt
<lennyraposo> but no to an rtc feature
<wens> you can always add rtc over i2c
<lennyraposo> to me wifi/bt are addons rtc not so much
<lennyraposo> see I like my clock settings to be there in case of outage
Gerwin_J has joined #linux-sunxi
<lennyraposo> well
<lennyraposo> not liek I would use these things for a database
<wens> fake-hwclock then lol
<lennyraposo> drift
mosterta has joined #linux-sunxi
<lennyraposo> especially in heavy transaction environment ;)
<zkirill> it’s always raspberry pi time
<lennyraposo> but as you said
<lennyraposo> you can add it afterwards
<lennyraposo> lol
<lennyraposo> you know
<lennyraposo> I don't even liek raspberries
<lennyraposo> so name has been detracting factor to me for a while
<zkirill> i’m all about bananas, personally
<lennyraposo> I have one now
<lennyraposo> a rpi2
<lennyraposo> it's ok
mosterta|2 has quit [Ping timeout: 252 seconds]
<lennyraposo> sheesh if I was compiling in x86 amd64 I would have been done by now
<lennyraposo> lol
<lennyraposo> first time on an arm
<lennyraposo> once I have my other boards in I will set one aside for compiling
<lennyraposo> which remind sme
<lennyraposo> need to order an hdmi to vga
<lennyraposo> for the pine
<lennyraposo> image done
<lennyraposo> now modules
<lvrp16> http://openbenchmarking.org/result/1603301-GA-1603277GA95 here's benchies of Orange Pi One
<lvrp16> surprisingly fast
hulu1522 has quit [Read error: Connection reset by peer]
hulu1522 has joined #linux-sunxi
reev has joined #linux-sunxi
IgorPec has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 264 seconds]
p1u3sch1_ has joined #linux-sunxi
IgorPec has quit [Ping timeout: 276 seconds]
kz1 has joined #linux-sunxi
<lennyraposo> tux logo is out the window
<lennyraposo> ;)
avph has quit [Ping timeout: 246 seconds]
avph has joined #linux-sunxi
<lennyraposo> gonna have a debian build with DE ready for this week ;)
KotCzarny has joined #linux-sunxi
kz1 has quit [Ping timeout: 240 seconds]
kz1_ has joined #linux-sunxi
IgorPec has joined #linux-sunxi
IgorPec has quit [Ping timeout: 276 seconds]
robogoat has joined #linux-sunxi
robogoat_ has quit [Quit: Reconnecting]
reev has quit [Ping timeout: 252 seconds]
IgorPec has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
<montjoie> yeah EMAC still working after a nigth:)
Incursion has joined #linux-sunxi
<wens> mine works pretty well actually
<wens> though the early RX/TX interrupt message pops up
<wens> and I get TX FIFO full when running a large apt-get upgrade set
reev has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
IgorPec has quit [Ping timeout: 264 seconds]
jernej has quit [Ping timeout: 250 seconds]
IgorPec9 has joined #linux-sunxi
mossroy has joined #linux-sunxi
<montjoie> wens: I will remove thoses messages and for TX FIFO full I will tune it (number of descriptors)
reinforce has joined #linux-sunxi
<Amit_T> montjoie : Hello, In this sun8i_emac_set_macaddr , you are using only this SUN8I_EMAC_MACADDR_HI register but 32 bits should be stored in SUN8I_EMAC_MACADDR_LO ?
<montjoie> Amit_T: oooh you are right, thanks
<Amit_T> ok Thanks for looking in to it.
<wens> seems like a typo
<montjoie> but it explains why I needed to tweek the filter
<wens> also getting RE-RUN RX DMA sometimes
<wens> overflow?
cosm_ has joined #linux-sunxi
IgorPec9 has quit [Ping timeout: 252 seconds]
<montjoie> yes
<montjoie> your version havec only 16 descriptors, it is too few
<montjoie> I currently read all ethernet driver and they all use more than that
IgorPec has joined #linux-sunxi
yann|work has quit [Ping timeout: 276 seconds]
IgorPec2 has joined #linux-sunxi
IgorPec has quit [Ping timeout: 244 seconds]
<montjoie> wens: reading documentation said that I need to stop txqueue if the number of free descriptors is below MAX_SKB_FRAGS(16). So a nbdesc of 16 is really too low:)
<wens> lol
<montjoie> forcedepth use 64 for TX and 128 for RX
cosm_ has quit [Quit: Leaving]
Netlynx has joined #linux-sunxi
andoma_ is now known as andoma
yann|work has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
speakman has quit [Remote host closed the connection]
speakman has joined #linux-sunxi
bomboletta has joined #linux-sunxi
Jacmet has quit [Ping timeout: 240 seconds]
Jacmet has joined #linux-sunxi
bomboletta has quit [Ping timeout: 248 seconds]
ricardocrudo has joined #linux-sunxi
<wens> montjoie: anything preventing you from increasing the number?
<zkirill> what’s the audio driver on A20 called? AC’97?
<wens> sun4i-codec
matthias_bgg has joined #linux-sunxi
<zkirill> wens: thank you! :)
<montjoie> wens: I have increse the number to 64
<montjoie> wens: and soon I will bench for finding the right number to use
bwarff has quit [Ping timeout: 248 seconds]
<agraf> longsleep: you have a bunch of reserved regions in https://github.com/longsleep/build-pine64-image/blob/master/blobs/pine64.dts
<agraf> longsleep: do you know what those are?
<wens> places for firmware blobs?
afaerber has quit [Quit: Ex-Chat]
<wens> montjoie: seems like this could be made a module option? then you could just unload/reload the module with a different setting to test
<agraf> wens: well, which ones in particular ;)
<wens> i assume it's the ARM trusted firmware
<agraf> wens: I'd like to see that confirmed
<agraf> wens: the offsets are confusing
<agraf> wens: ATF loads itself to address 0x40000000 directly, but that address isn't marked as reserved for example
<agraf> wens: I also would've expected a big chunk at that offset to get reserved, not several small ones scattered throughout
diego_r has joined #linux-sunxi
<wens> hmm
<wens> well you'll have to wait for the others
<agraf> :)
<wens> a64 support is moving along faster than i expected
<montjoie> wens: making possible to change at runtime the number of descriptors is in my TODO
<montjoie> wens: but the default need to be good
libv_ is now known as libv
enrico_ has joined #linux-sunxi
afaerber has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 260 seconds]
mane has joined #linux-sunxi
bwarff has joined #linux-sunxi
* atsampson unwraps his PINE64...
matthias_bgg has joined #linux-sunxi
uwe__ is now known as uwe_
lemonzest has joined #linux-sunxi
paulk-collins has quit [Quit: Leaving]
JohnDoe_71Rus has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #linux-sunxi
JohnDoe_71Rus has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #linux-sunxi
zkirill has quit [Quit: zkirill]
vishnup has joined #linux-sunxi
IgorPec9 has joined #linux-sunxi
vishnup has quit [Ping timeout: 260 seconds]
IgorPec9 has quit [Client Quit]
vishnup has joined #linux-sunxi
ganbold_ has quit [Ping timeout: 244 seconds]
avph has quit [Ping timeout: 246 seconds]
<willmore> lvrp16, heatsink on that Opi1?
vishnup has quit [Ping timeout: 264 seconds]
<willmore> Goog work, montjoie!
avph has joined #linux-sunxi
<montjoie> thanks:)
IgorPec9 has joined #linux-sunxi
avph has quit [Ping timeout: 246 seconds]
IgorPec9 has quit [Ping timeout: 244 seconds]
avph has joined #linux-sunxi
ganbold has joined #linux-sunxi
<plaes> nice.. apparently there's a decent gslx680 touchscreen driver
Amit_T has quit [Ping timeout: 244 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
Incursion has quit [Quit: Leaving]
jelle has joined #linux-sunxi
p1u3sch1_ has quit [Ping timeout: 244 seconds]
p1u3sch1 has joined #linux-sunxi
fdcx has quit [Read error: Connection reset by peer]
IgorPec2 has quit [Ping timeout: 244 seconds]
steev has quit [Ping timeout: 248 seconds]
fdcx has joined #linux-sunxi
steev has joined #linux-sunxi
IgorPec has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
JohnDoe_71Rus has joined #linux-sunxi
<montjoie> anybody here already got some "Verifying Checksum ... Bad Data CRC" wih u-boot ? On my opipc I cannot get kernel boot
<lennyraposo> hey agraf
<agraf> lennyraposo: howdy
<jelle> montjoie: I can test u-boot master tonight
<lennyraposo> you working on pine/a64 stuff too?
<agraf> yep
tomboy65 has quit [Ping timeout: 268 seconds]
vishnup has joined #linux-sunxi
<lennyraposo> kewl same here
<lennyraposo> build a debian image
<lennyraposo> attempting to build em
<lennyraposo> having an issue with the mali at this moment from the BSP
<agraf> I haven't tried the downstream stuff yet
<lennyraposo> right now the only fully functional method is the BSP
<lennyraposo> if you want eth hdmi usb etc
<agraf> yup, but going upstream only gets quite far already: http://pastebin.com/raw/QNu3cTJi
<agraf> well - "upstream"
vishnup has quit [Ping timeout: 244 seconds]
<agraf> this is still apritzel's non-upstream code :)
<agraf> but it's much closer than the bsp
Wizzup has quit [Remote host closed the connection]
Wizzup has joined #linux-sunxi
<montjoie> jelle: ok
<lennyraposo> true
tomboy65 has joined #linux-sunxi
<lennyraposo> I ma still pretty new at this stuff myself
<lennyraposo> in terms of arm
reev has quit [Ping timeout: 276 seconds]
<jelle> montjoie: but my unknown u-boot build worked, don't remember which version it was
reinforce has quit [Quit: Leaving.]
<lennyraposo> longsleep are you about ?
dev1990 has joined #linux-sunxi
tomboy65 has quit [Ping timeout: 244 seconds]
tomboy65 has joined #linux-sunxi
tomboy65 has quit [Ping timeout: 252 seconds]
FlorianH has quit [Ping timeout: 248 seconds]
sirblackheart has joined #linux-sunxi
<lennyraposo> kernel built
<lennyraposo> u-boot time
tomboy64 has joined #linux-sunxi
jernej has joined #linux-sunxi
bwarff has quit [Ping timeout: 260 seconds]
sirblackheart has quit [Quit: sirblackheart]
steeve has joined #linux-sunxi
<lennyraposo> hmm
<lennyraposo> u-boot won't compile
<lennyraposo> grrr
von_fritz has joined #linux-sunxi
hulu1522 has quit [Remote host closed the connection]
massi has joined #linux-sunxi
hulu1522 has joined #linux-sunxi
reinforce has joined #linux-sunxi
nove has joined #linux-sunxi
zuikis has joined #linux-sunxi
vagrantc has joined #linux-sunxi
von_fritz has quit [Read error: No route to host]
mane has quit []
JohnDoe7 has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 260 seconds]
solarnetone has quit [Ping timeout: 244 seconds]
solarnetone has joined #linux-sunxi
<lennyraposo> still no go
<KotCzarny> mainline?
<lennyraposo> nope
<lennyraposo> bsp
<KotCzarny> why?
<KotCzarny> ahm, pine
<KotCzarny> thought you have h3 device
<lennyraposo> pine
<lennyraposo> if it was h3 I would be having a go at non bsp ;)
<KotCzarny> :)
<lennyraposo> also learning things as I go here with arm ;)
<montjoie> so nobody has idea for http://pastebin.com/YJi7uLsf (cannotr boot uImage with uboot on h3)
<KotCzarny> um
<KotCzarny> dev read error
<KotCzarny> did you try fat partition?
<KotCzarny> where is it loading from, network?
khuey|away is now known as khuey
<KotCzarny> maybe its some kind of off-by-one error, ie. last packet being bad, add some fake filler initramfs and try again?
<montjoie> KotCzarny: for an ext4 partition
<montjoie> same kernel/dtb works fine with FEL
<KotCzarny> try fat?
steeve has quit [Remote host closed the connection]
<mripard_> montjoie: how did you create it ?
<mripard_> (wy are you still using a uImage even)
zuikis has left #linux-sunxi [#linux-sunxi]
zuikis has joined #linux-sunxi
<montjoie> mripard_: create it ? the uImahe ? with make dtbs uImage modules LOADADDR=0x40008000
<mripard_> how do you load the DT then ?
<montjoie> with boot.scr
<lennyraposo> u-boot solved
matthias_bgg has quit [Quit: Leaving]
Gerwin_J has quit [Quit: Gerwin_J]
<montjoie> mripard_: I just followed http://linux-sunxi.org/Mainline_U-Boot and it works like that on my cubie2
<jernej> montjoie: This page https://linux-sunxi.org/Mainline_Kernel_Howto#Boot has a bit different instructions. I'm not sure which is better
enrico_ has quit [Quit: Bye]
Netlynx has quit [Quit: Leaving]
tkaiser has joined #linux-sunxi
<ssvb> jernej: both uImage and zImage should work fine, uImage just adds an extra header with a checksum which is kinda nice if you want to safeguard against transmission errors or other sources of data corruption
<jernej> ssvb: thanks for explanation. What about different loading addresses?
<ssvb> jernej: zImage is position independent, uimage is probably not so much
<montjoie> so using zImage could help, but why I get bad CRC
<montjoie> nobody use opipc with mainline here ? and can report that I am alone
<tkaiser> montjoie: Data corruption? SD card gone bad?
<ssvb> montjoie: buggy software or unreliable hardware?
<jelle> montjoie: I do
<jelle> I just get: *** Warning - bad CRC, using default environment
<montjoie> the device works fine with FEL, but I will try another SD
<jelle> just booted 4.5.0-rc6+ fine
<ssvb> montjoie: in theory, FEL boot is not exactly the same as SD card boot because the BROM may initialize the hardware in a slightly different way
<ssvb> montjoie: for example, vishnup encountered some PLL setup problems in the past on A83, where things worked in FEL mode but not from the SD card
<ssvb> montjoie: in FEL mode, the BROM obviously takes care of initializing whatever is required for a working USB OTG hardware
<montjoie> ok
<jelle> silly question then, I'm working on support for hdmi output for the orange pi pc in u-boot. Can you then start u-boot over FEL mode?
<lennyraposo> building rootfs
<jelle> now I'm just dd'ing, and swapping sd cards
<jelle> wondering if the FEL option is easier :-)
<tkaiser> jelle: It is
<jelle> hmm cool
afaerber has quit [Quit: Ex-Chat]
<ssvb> once you have DRAM support in U-Boot, you don't need swapping the SD card anymore for doing development
<ssvb> but in the end after everything is done, the SD boot has to be tested too
<ssvb> because there can be always some subtle differences
<NiteHawk> ssvb: what's needed to take your A64 WiP branch of sunxi-tools forward, especially the SRAM restructuring and readl/writel support? do you intend to do a v2 any time soon?
<ssvb> NiteHawk: yes, sorry about the delay
<NiteHawk> ssvb: no problem
steeve has joined #linux-sunxi
steeve has quit [Remote host closed the connection]
JohnDoe7 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
<montjoie> it was the sdcard:(
ricardocrudo has quit [Read error: No route to host]
tkaiser has quit [Ping timeout: 260 seconds]
massi has quit [Quit: Leaving]
alain_ has joined #linux-sunxi
<ssvb> U-Boot is doing a good job detecting this problem and complaining loudly instead of just trying to run a corrupted kernel
tkaiser has joined #linux-sunxi
<alain_> montjoie: hi, any updates to the emac driver worth testing on the OPI Plus?
<montjoie> alain_: no sorry
paulk-collins has joined #linux-sunxi
<alain_> no worries :) this is the last piece holding me on the crappy 3.4.39 kernel
zkirill has joined #linux-sunxi
<ssvb> alain_: if you are talking about h3, then proper cpufreq with working budget cooling is still missing too
<ssvb> otherwise there is a risk of overheating the cpu dangerously
<tkaiser> ssvb: Could this be adressed from u-boot by eg. choosing just 816 MHz?
<alain_> ssvb: the poor thing has already been running for 6 months with the crazy overvolting provided by default, not sure how much worse this would be
<alain_> I actually applied tkaiser's script to take it back to saner defaults yesterday (thanks !!)
<ssvb> tkaiser: yes, unless we find a way of stressing it too much at 816MHz too
<ssvb> alain_: one thing is unreasonable default with working protection measures (killing cpu cores, dropping the clock speed)
<ssvb> alain_: and another thing is just somewhat more reasonable settings but without any temperature monitoring and protection at all
<alain_> hmmm I understand, good point, thanks for bringing it to my attention :)
al1o has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<tkaiser> alain_: Settings were developed by ssvb so thank him :)
<alain_> I kind of assumed the protections were provided by the CPU itself, not by the kernel
<ssvb> tkaiser: and people may always put their h3 board in a poorly ventilated enclosure, we should never underestimate the users
<tkaiser> ssvb: LOL, that's true. But how should they know?
<KotCzarny> make the kernel print big red warnings on core kill/throttle ?
al1o has joined #linux-sunxi
<tkaiser> ssvb: To my surprise applying a heatsink in a very small enclosure without any ventilation made already a big difference (tested with A64, to be confirmed with other SoCs but I would assume it's identical)
<alain_> what's a reasonable temperature for H3 ?
<alain_> mine was hovering at 70+
<KotCzarny> mine hovers around 37C at idle
<tkaiser> alain_: 105¡C when doing intensive number crunching ;)
<alain_> hmmm mine is at 58 now
<KotCzarny> (opipc)
<tkaiser> alain_f: Most important lesson regarding numbers: They might be wrong!
<alain_> OPI Plus with heatsink but in an enclosure
<KotCzarny> no heatsink, no enclosure
<alain_> funny enough it never killed cores
<alain_> just complained
<tkaiser> KotCzarny: Relying on a thermal sensor that has been added to A20 by accident and is uncalibrated anyway: So in reality it might be 75¡C or 20¡C -- you simply trust in numbers ;)
<KotCzarny> tkaiser: can touch it, it's mildly warm
<KotCzarny> 58 would be HOT
<KotCzarny> let me grab infra thermometer
<tkaiser> alain_: Do you use a Xunlong or loboris image?
<alain_> loboris
<KotCzarny> tkaiser, ir thermo says ~37C when near soc and ~32C near drams
<tkaiser> alain_: His settings don't kill cores, just constant overvolting/overheating :)
<KotCzarny> cpuburn is already the newest version.
<KotCzarny> hrm
<KotCzarny> what is the binary name?
<alain_> whoops :)
<KotCzarny> tried loading one core with dd, sysfs says ~45C ir thermo confirms
<tkaiser> KotCzarny: I don't care about real temperature measurements. I'm just amused how people always trust in numbers. There's a sensor that produces some readouts, then there's a driver trying to interpret these and then there's a frontend trying to display these values
<KotCzarny> tkaiser, anyway, it seems to be showing real temp
<tkaiser> And we had situations with A20 and mainline kernel with SoC temperatures below ambient temperature or even below 0¡C. And still people trusted these numbers
<KotCzarny> so WFM
tomboy64 has quit [Ping timeout: 244 seconds]
tomboy64 has joined #linux-sunxi
IgorPec has quit [Ping timeout: 246 seconds]
cosm has quit [Quit: Leaving]
cosm has joined #linux-sunxi
doppo has quit [Ping timeout: 246 seconds]
doppo has joined #linux-sunxi
marble_visions has joined #linux-sunxi
<tkaiser> longsleep: In case you've one of these SanDisk Extreme Plus in one of your Pine64 inserted I would still be happy seeing iozone results :)
<marble_visions> hi all, chapter 12 in the a13 user manual says "The interrupt source 0 is always located at FIQ. The interrupt sources 1 to 63 are located at System Interrupt and user peripheral.", but in reality it's a plain IRQ until you set the correct bit in the interrupt controller
<marble_visions> then what does it mean "always located at FIQ"?
IgorPec has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
IgorPec has quit [Ping timeout: 246 seconds]
khuey is now known as khuey|away
<marble_visions> NiteHawk: I know what FIQs are, I don't get what "always located at FIQ" means
<marble_visions> I assumed that the interrupt controller after power on routed line 0 to fiq, but that's not the case
ricardocrudo has joined #linux-sunxi
doppo has quit [Ping timeout: 246 seconds]
<NiteHawk> i interpret "always located at FIQ" as: any attempt to set source 0 to "IRQ" (via Interrupt Select Register 0) will be ignored
khuey|away is now known as khuey
doppo has joined #linux-sunxi
<marble_visions> NiteHawk: but after boot, all irq lines (including 0) are set to normal IRQs.. only after I manually set bit 0 of Select Register 0 to 1 line 0 becomes a FIQ
* marble_visions is using vanilla linux-sunxi kernel 3.4.104+
<NiteHawk> marble_visions: what exactly are you referring to by "line 0"?
zuikis has left #linux-sunxi [#linux-sunxi]
<marble_visions> External NMI
<NiteHawk> so "source" 0 / SRC 0
<marble_visions> yes, source 0
<marble_visions> when i dump the Interrupt Select Register 0, source 0 is a normal IRQ, not a FIQ
<marble_visions> after boot with no intervention
<marble_visions> I can toggle it (IRQ/FIQ) and it works both ways
<marble_visions> as intended
<marble_visions> i only don't get why they've put "always located at FIQ" since it's not
<NiteHawk> ISR0 defaults to 0 - are you sure it's treated as IRQ? i suspect that bit 0 is simply ignored
<marble_visions> i am 90% certain -- it goes through the all the functions a normal interrupt does
<marble_visions> also, if I loop forever in another interrupt, my FIQ handler doesn't get called
<marble_visions> (otherwize it would have panic-ed and dumper info on screen)
<marble_visions> actually that's the giveaway, i've got different things in the FIQ and IRQ handlers so I can see which one gets called
<NiteHawk> i see. the A10 user manual documents the same "The interrupt source 0 is always located at FIQ." for External NMI. Maybe that's simply inaccurate?
<marble_visions> either that or they're trying to say something that's true, but we can't understand what
tkaiser has quit [Ping timeout: 246 seconds]
<marble_visions> does the manual say you need to use their reference linux for the information inside to be correct?
<marble_visions> because their github repo has another way of registering source 0 and it might be true for that code that source 0 is a FIQ
<NiteHawk> i don't see a notion of that - it's close to the start of the "interrupt controller" section, right after a rather general description/overview. i'd also expect this to be pretty much "hardware"-related, and not a software- or even os-specific thing
<NiteHawk> it's seems a bit weird that a "non-maskable" interrupt won't get priority over others (with a lesser priority)
<marble_visions> it does.. you can't even set an IRQ priority on src 0 (1:0 bits are marked as / in the Source Priority Register 0), which is in line with their view
pmattern has joined #linux-sunxi
tkaiser has joined #linux-sunxi
<marble_visions> do you know the name of the interrupt controller in the a13? i can't seem to google it
<NiteHawk> no idea, sorry.
doppo has quit [Ping timeout: 246 seconds]
doppo has joined #linux-sunxi
<marble_visions> np
avph has quit [Ping timeout: 246 seconds]
iamfrankenstein1 has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 248 seconds]
iamfrankenstein1 is now known as iamfrankenstein
avph has joined #linux-sunxi
IgorPec has joined #linux-sunxi
alain_ has quit [Ping timeout: 250 seconds]
IgorPec2 has joined #linux-sunxi
IgorPec2 has quit [Client Quit]
IgorPec has quit [Ping timeout: 260 seconds]
mossroy has quit [Quit: Quitte]
pekka10 has quit [Ping timeout: 276 seconds]
lemonzest has quit [Quit: Leaving]
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
premoboss has joined #linux-sunxi
avph has quit [Ping timeout: 246 seconds]
cptG has joined #linux-sunxi
avph has joined #linux-sunxi
cptG_ has quit [Ping timeout: 252 seconds]
marble_visions has left #linux-sunxi [#linux-sunxi]
pekka10 has joined #linux-sunxi
khuey is now known as khuey|away
iamfrankenstein has quit [Quit: iamfrankenstein]
tomboy64 has quit [Ping timeout: 244 seconds]
tomboy64 has joined #linux-sunxi
adr0id has joined #linux-sunxi
nove has quit [Quit: nove]
Jacmet has quit [Remote host closed the connection]
paulk-collins has quit [Quit: Leaving]
khuey|away is now known as khuey
jelle has quit [Ping timeout: 260 seconds]
andoma has quit [Read error: Connection reset by peer]
andoma has joined #linux-sunxi
jelle has joined #linux-sunxi
jelle has quit [Changing host]
jelle has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
fredy has quit [Ping timeout: 260 seconds]
fredy has joined #linux-sunxi
pmattern has quit [Quit: Genug für heute.]
premoboss has quit [Ping timeout: 248 seconds]
premoboss has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 276 seconds]
p1u3sch1 has joined #linux-sunxi
hulu1522 has quit [Ping timeout: 248 seconds]
mosterta has quit [Ping timeout: 248 seconds]
ricardocrudo has quit [Ping timeout: 246 seconds]
adr0id has quit [Ping timeout: 240 seconds]