mnemoc 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
<rellla> no
<rellla> and mali has nothing to do with the framebuffer
paulk-collins has quit [Quit: Ex-Chat]
akaizen has quit [Remote host closed the connection]
akaizen_ has joined #linux-sunxi
deasy has joined #linux-sunxi
deasy has quit [Read error: Connection reset by peer]
rafaelMOD has joined #linux-sunxi
TheSeven has quit [Ping timeout: 260 seconds]
TheSeven has joined #linux-sunxi
petr has quit [Ping timeout: 245 seconds]
petr has joined #linux-sunxi
physis has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
naobsd has joined #linux-sunxi
npcomp has quit [Read error: Connection reset by peer]
npcomp has joined #linux-sunxi
popolon has quit [Quit: WeeChat 1.0.1]
Andy-D has quit [Ping timeout: 245 seconds]
gzamboni has quit [Read error: Connection reset by peer]
<wens> libv: guess i spoke too soon
Andy-D has joined #linux-sunxi
arete74_ has joined #linux-sunxi
furan_ has joined #linux-sunxi
physis has quit []
arete74 has quit [*.net *.split]
furan- has quit [*.net *.split]
TheSeven has quit [Ping timeout: 272 seconds]
TheSeven has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
naobsd has quit [Quit: Page closed]
Skaag has joined #linux-sunxi
viccuad has quit [Read error: Connection reset by peer]
megal0maniac has quit [Ping timeout: 244 seconds]
megal0maniac has joined #linux-sunxi
eagles0513875 has quit [Changing host]
eagles0513875 has joined #linux-sunxi
eagles0513875 has joined #linux-sunxi
kz1 has joined #linux-sunxi
sasq has quit [Quit: Page closed]
kz1 has quit [Client Quit]
kz1 has joined #linux-sunxi
gzamboni has joined #linux-sunxi
megal0maniac has quit [Ping timeout: 260 seconds]
megal0maniac has joined #linux-sunxi
bertrik has joined #linux-sunxi
megal0maniac is now known as Guest3446
Guest3446 has quit [Killed (card.freenode.net (Nickname regained by services))]
megal0maniac has joined #linux-sunxi
konradoo77 has joined #linux-sunxi
akaizen_ has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
rafaelMOD has quit [Quit: Leaving]
<diego71> rellla: quite stupid code ... I wonder if it is a typo or whatever ...
bertrik has quit [Ping timeout: 245 seconds]
sehraf has joined #linux-sunxi
megal0ma1iac has joined #linux-sunxi
megal0maniac has quit [Killed (wilhelm.freenode.net (Nickname regained by services))]
megal0ma1iac is now known as megal0maniac
konradoo77 has quit [Ping timeout: 260 seconds]
konradoo77 has joined #linux-sunxi
megal0maniac is now known as Guest69940
Guest69940 has quit [Killed (morgan.freenode.net (Nickname regained by services))]
megal0maniac has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 272 seconds]
konradoo77 has joined #linux-sunxi
megal0maniac has quit [Killed (wolfe.freenode.net (Nickname regained by services))]
megal0maniac has joined #linux-sunxi
megal0maniac has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
megal0maniac has joined #linux-sunxi
bonbons has joined #linux-sunxi
<wens> ijc: could we get rid of CONFIG_SUN?I as well (using CONFIG_TARGET_SUNxI)?
<ijc> wens: Do we have CONFIG_SUN?I in maniline -- I'm not seeing it.
<ijc> Oh wait, there it is
<ijc> Yes, I think we can and should move as you suggest.
<ijc> I suspect that the majority of include/configs/sun?i.h can/should become Kconfig based.
<wens> however it would make some of the #ifs in various drivers very long
<wens> yeah, i was looking at it earlier
konradoo77 has quit [Ping timeout: 258 seconds]
konradoo77 has joined #linux-sunxi
<ijc> wens: Done locally. One or two lines might be a bit long, true
<rellla> diego71: i just wondered about the possible div by zero
<rellla> this should be catched before
naobsd has joined #linux-sunxi
rz2k has joined #linux-sunxi
<wens> ijc: i only mention it because i keep adding them ...
<ijc> wens: I think the solution is either to move those strings of SUNxI || SUNyI into specific Kconfig options (select'd by TARGET_SUN[xy]I) or to pull them up into ifdef's which define a more specific define. Probably the former...
<wens> the former sounds good
<wens> SUNXI_GEN1 (sun457i), SUNXI_GEN2 (sun68i), and so on
<ijc> wens: I was thinking more along the lines of SUNXI_SMP_AUXREG and SUNXI_HAS_A_THING, i.e. specific h/w features, but perhaps a more umbrella generational approach would work too. I prefer the former since it is more specific and somewhat less of an artificial construct.
<ijc> I'm seeing a mixture of SUN4I||SUN7I and SUN5I||SUN7I In the current code, which doesn't seem to fit the generaiton pattern (but the existing ones are wrong)
<wens> there are a few things that are generational, like a31 started to have reset controls, R_PIO, PRCM, separate RTC block and stuff
<wens> memory map is slightly different as well
<wens> the smp stuff keeps changing
deasy has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 260 seconds]
konradoo77 has joined #linux-sunxi
<ijc> castor3: Not sure which platform you are on but I think if you can arrange to boot the kernel+initrd from ftp://ftp.debian.org/debian/dists/jessie/main/installer-armhf/current/images/network-console/ with bootargs "hostname=mysunxi domain=mydomain network-console/password=password network-console/password-again=password" then you *should* be able to ssh to installer@<DHCP address> with password "password" and run through the Debian installer from there.
<ijc> Main problems would be if d-i wants to ask you some other question before it launches the ssh server (in which case without serial you'll never see it) or if e.g. flash-kernel doesn't support your board, in which case the resulting fs may lack the /boot/boot.scr which would launch things for you. I suspect you could work around the latter by providing your own script etc.
<ijc> I only tried this for the first time ~5mins ago on a cubietruck, so YMMV...
<ijc> This should probably be documented on https://wiki.debian.org/InstallingDebianOn/Allwinner (or even somewhere more general, since it will potentially work for any armhf platform, I think.)
paulk-collins has joined #linux-sunxi
<wens> didn't know we had installer support already :)
paulk-collins_ has joined #linux-sunxi
bengal has joined #linux-sunxi
<ijc> wens: For ages now. See that wiki page...
<wens> i've been using debootstrap for sunxi...
paulk-collins_ has quit [Remote host closed the connection]
<ijc> wens: That's reasonable too, depends on what you prefer. I like the installer because you don't need to mess around tailorin the resulting fs, e.g. writing an fstab, adding stuff to passwd etc...
FreezingCold has quit [Ping timeout: 245 seconds]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
Svetlana has quit [Quit: ?? ????????]
Andy-D has quit [Ping timeout: 240 seconds]
konradoo77 has quit [Ping timeout: 245 seconds]
eebrah|mobile has joined #linux-sunxi
eebrah|mobile has quit [Client Quit]
eebrah|mobile has joined #linux-sunxi
konradoo77 has joined #linux-sunxi
bengal has quit [Quit: Leaving]
Gerwin_J has joined #linux-sunxi
eebrah|mobile has quit [Read error: Connection reset by peer]
Andy-D has joined #linux-sunxi
viccuad has joined #linux-sunxi
Black_Horseman has quit [Remote host closed the connection]
<wens> u-boot reset on a31 test ok
Svetlana has joined #linux-sunxi
Svetlana has quit [Read error: Connection reset by peer]
bertrik has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 240 seconds]
popolon has joined #linux-sunxi
konradoo77 has joined #linux-sunxi
physis has joined #linux-sunxi
F1skr has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #linux-sunxi
leviathanch2 has joined #linux-sunxi
Svetlana has joined #linux-sunxi
Svetlana has quit [Remote host closed the connection]
afaerber__ has joined #linux-sunxi
afaerber_ has quit [Ping timeout: 260 seconds]
konradoo77 has quit [Ping timeout: 260 seconds]
konradoo77 has joined #linux-sunxi
leviathanch2 has quit [Ping timeout: 272 seconds]
<wens> mripard: btw, did you see linus' proposal(?) to change pinctrl bindings?
konradoo77 has quit [Ping timeout: 246 seconds]
konradoo77 has joined #linux-sunxi
philippe_fouquet has joined #linux-sunxi
philippe_fouquet has quit [Remote host closed the connection]
philippe_fouquet has joined #linux-sunxi
nove has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 245 seconds]
konradoo77 has joined #linux-sunxi
Andy-D has quit [Ping timeout: 246 seconds]
wingrime1 has joined #linux-sunxi
<wingrime1> nove: rk open their vpu?
<nove> wingrime1: that vpu is hantro from on2, and i don't looked close enough to see if need to have firmware
<wingrime1> Thats looks much diffrenet from cedar
<nove> wingrime1: but at least rockchip is trying to do the right thing
<wingrime1> It seems maybe resonable look to rk socs too
<nove> wingrime1: there were some sources already available, but not by using v4l2
<wingrime1> And rk still use mali?
<wingrime1> Rk code muck crap and seems like sunxi in old days
<nove> wingrime1: http://linux-rockchip.info/mw/index.php?title=Category:List_of_Rockchip_SoCs
<wingrime1> Ah hramrach
<wingrime1> And olv3er
<wingrime1> Seems have some rk devboards
<wingrime1> nove: it possible to ask tom send us ks devboards, but I unsure where I can find time to for it
<wingrime1> *rk
<wingrime1> Still mainlining for me is dark matter, and it main work field
<nove> wingrime1: well you know about the position of libv about jumping from soc to soc
<nove> but i also wonder how serious is allwinner, about working with the community
<libv> not very
<wingrime1> nove: I think libv, isnt going work with powervr
<libv> unless they act soon, i will open the taps on the gpl violation mess.
<libv> wingrime1: atm, i do not care about a gpu
<libv> these crap chinese companies jump gpus like most big open source noise makers jump SoCs
<wingrime1> yes, but rk much like sunxi in old days
<wingrime1> Many fields for hacking, nor mainlineing
<libv> who wants to go fix everything and fill up the wiki on linux-rockchip.info?
<libv> and even then
<libv> what will rockchip do next, if they do anything at all?
<libv> and then what?
<wingrime1> No rk hw with it on hands
<wingrime1> libv: they looks like open vpu
<wingrime1> libv: thats make some impression to me
<libv> wingrime1: go.
<nove> wingrime1: if you saw the source, they still have a proprietary license, not really open source
<libv> but at least put your back into it and don't just talk
<wingrime1> libv: I wait some actions from aw
<wingrime1> libv: and still not going anywhere
<libv> well, i will be acting on the gpl violations issue in the coming week
philippe_fouquet has quit [Remote host closed the connection]
<wingrime1> libv: thats I wanted to hear from you in a first place)
eebrah|mobile has joined #linux-sunxi
<wingrime1> nove: i have some good news for you
<nove> wingrime1: what is?
<wingrime1> w
<wingrime1> Do you know about IDA?
<wingrime1> nove:^
<nove> wingrime1: the disassembler tool?
<wingrime1> Yes, good news, arm decompiler finaly leaked to web
<wingrime1> I mean, decompiler to C code for arm
paulk-collins has quit [Ping timeout: 245 seconds]
eebrah|mobile has quit [Ping timeout: 260 seconds]
<wingrime1> There was only x86 decompiler in ida recenty,
<nove> wingrime1: i don't use it, never used it
<wingrime1> So if you don't know arm asm, it can be usefull
<wingrime1> nove: thats best tool looking into the blob
<nove> wingrime1: no need for me, any assembly language is equal with the instruction set manual open
<wingrime1> nove: yes it does, but decode some math code takes much time to.understand
Gerwin_J has quit [Quit: Gerwin_J]
<nove> wingrime1: but i never did, or will look at the blob
<wingrime1> nove: if I will have some time I try look into h264 encoding blob again
<nove> wingrime1: you know what could maybe be useful, would be to get a irrefutable proof of the gpl violation
<wingrime1> nove: what kind of proof you confider irrefutable?
<nove> wingrime1: find a some small function, and do a comparation between the assembly and the correspondent source code
tomboy65 has joined #linux-sunxi
petrosag1 has joined #linux-sunxi
petrosagg has quit [Ping timeout: 240 seconds]
<wingrime1> nove: aw android blobs have much audio software decoding implementation
<wingrime1> Libs
tomboy64 has quit [Ping timeout: 264 seconds]
<nove> wingrime1: explained in detail, find a ffmpeg function inside the blob, and track the must similar source code that matches, and do a comparison to prove the use of ffmpeg in blob
<wingrime1> nove: good idea
RzR is now known as rZr
<nove> wingrime1: and add this comparison (blob disassembly arm instruction => ffmped source code) to the wiki
<nove> wingrime1: this will be usefull, because there are people that doen't believe that a gpl violation exists
Andy-D has joined #linux-sunxi
<wingrime1> good point, but I hoped strings in blob enought
tomboy65 has quit [Ping timeout: 264 seconds]
tomboy65 has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 258 seconds]
<diego71> rellla: have you noticed, that that code seems redundant? like a=x*2/x
konradoo77 has joined #linux-sunxi
<ssvb> wingrime1, nove: guys, you just need to have realistic expectations - https://www.libav.org/shame.html
<ssvb> allwinner is not alone violating the ffmpeg/libav license, they are in a large and happy company of other violators
<wingrime1> ssvb: yes, more one line in that list, only thing that realisticly can be happen
<wingrime1> In recent time
<ssvb> and the ffmpeg/libav developers don't seem to be willing or able to do any license compliance enforcement other than just listing the offenders on that page
<wingrime1> ssvb: are you touched rk hw?
philippe_fouquet has joined #linux-sunxi
<ssvb> I have no rk hardware
<ssvb> but will probably get something with a cortex-a17 cpu eventually (not necessarily rk)
<wingrime1> Situation with voliation are same for all china socs
<wingrime1> Maybe only freescale better in some ways
gzamboni has quit [Read error: Connection reset by peer]
paulk-collins has joined #linux-sunxi
<nove> worst than allwinner, is those board makers that weave the open-source friendly flag and simultaneously have no problem using the software with this license issues
philippe_fouquet has quit [Remote host closed the connection]
<wingrime1> Nove: best opensource looks like some open risc soc project
<wingrime1> When verilog code avaliable)
<nove> for me would be enough respecting the licenses used
<nove> been them opensource licenses or proprietary licenses
<wingrime1> nove: soc building it self very intetest for me
<wingrime1> When you load cpu to fpga and launch
<nove> wingrime1: also for me. but is still not possible to do at home
<wingrime1> Why no, there much cheap fpga devboard
<wingrime1> If you are student altra boards will be much cheaper
<wingrime1> For you
<nove> fpga is a "simulator", not the real thing
gzamboni has joined #linux-sunxi
<wingrime1> Asic production indeed not sutable for home scale, but there much expensive quipment that uses a plenty fpga's, just only becose asic is not sutable for small scale prodution
physis has quit []
<wingrime1> I have luck use it, and when it boot system it even shows "loading fpga firmware.." messages
formruga has joined #linux-sunxi
<hno> nove, FPGAs have very many real thing applications. Not sure why you say that an CPU running in an FPGA is not the real thing. Have several products running Linux on FPGA hosted CPUs.
konradoo77 has quit [Ping timeout: 258 seconds]
FreezingCold has joined #linux-sunxi
konradoo77 has joined #linux-sunxi
<wingrime1> hno: fpga are best for small size productions
<wingrime1> hno: some huge speed data crunching can't be make without it
<nove> hno: yes you know, but is not possible to reach the level of performance (clock frequency) of the "real thing"
<wingrime1> Yea, but moving from fpga to asic is straitforward
<hno> I know. But the FPGA allows very tight integration with I/O to a level that can not be acheived using off-the-shelf CPUs. CPU clock speed is not very important for many applications.
<hno> Sure, it makes no sense to build a desktop or general purpose server with an FPGA based CPU, but very many other applications makes a lot of sense.
<nove> what is needed is a 3d printer capable of disposing single atoms within some tolerance
<hno> nove, wouldn't help. You also need it to stay put..
ganbold_ has quit [Ping timeout: 240 seconds]
rafaelMOD has joined #linux-sunxi
ganbold_ has joined #linux-sunxi
ninolein has quit [Ping timeout: 244 seconds]
ninolein has joined #linux-sunxi
megal0maniac is now known as Guest17309
Guest17309 has quit [Killed (tepper.freenode.net (Nickname regained by services))]
megal0maniac has joined #linux-sunxi
megal0maniac has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
megal0maniac has joined #linux-sunxi
megal0maniac has quit [Ping timeout: 260 seconds]
konradoo77 has quit [Ping timeout: 240 seconds]
konradoo77 has joined #linux-sunxi
megal0maniac has joined #linux-sunxi
montjoie[home] has quit [Ping timeout: 258 seconds]
montjoie[home] has joined #linux-sunxi
F1skr has quit [Ping timeout: 245 seconds]
paulk-collins has quit [Ping timeout: 240 seconds]
deasy has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
rZr has quit [Ping timeout: 246 seconds]
konradoo77 has quit [Ping timeout: 272 seconds]
<rellla> diego71: src != scn. if ioctl DISP_CMD_VIDEO_START is called and parameter src_win.width is null, this will end with a division by zero, won't it?
rafaelMOD has quit [Ping timeout: 245 seconds]
Andy-D has quit [Ping timeout: 245 seconds]
viccuad has quit [Read error: Connection reset by peer]
nove has quit [Quit: nove]
konradoo77 has joined #linux-sunxi
rZr has joined #linux-sunxi
FreezingCold has quit [Ping timeout: 272 seconds]
konradoo77 has quit [Ping timeout: 260 seconds]
viccuad has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
konradoo77 has joined #linux-sunxi
heffer_ has joined #linux-sunxi
heffer_ has quit [Remote host closed the connection]
heffer_ has joined #linux-sunxi
lauri has joined #linux-sunxi
<lauri> Hi guys
<lauri> I attempted booting 3.17-rc3 on Cubietruck
<lauri> from mripard/linux repo
<lauri> it basically boots the kernel but get's stuck right about here:
<lauri> [ 2.766053] Adding alias for supply ldo24in,(null) -> ldo24in,0-0034
<lauri> [ 2.772398] Adding alias for supply ldo3in,(null) -> ldo3in,0-0034
<lauri> [ 2.778578] Adding alias for supply ldo5in,(null) -> ldo5in,0-0034
<lauri> [ 2.784883] axp20x 0-0034: AXP20X driver loaded
<lauri> [ 2.791212] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
<lauri> [ 2.799662] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
<lauri> [ 2.805783] sunxi-mmc 1c0f000.mmc: Got CD GPIO #225.
souther has quit [Ping timeout: 260 seconds]
heffer has quit [Read error: Connection reset by peer]
souther has joined #linux-sunxi
heffer_ has quit [Remote host closed the connection]
heffer has joined #linux-sunxi
heffer has quit [Ping timeout: 272 seconds]
konradoo77 has quit [Ping timeout: 272 seconds]
heffer has joined #linux-sunxi
heffer has joined #linux-sunxi
konradoo77 has joined #linux-sunxi
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
paulk-collins has quit [Quit: Ex-Chat]
bonbons has quit [Quit: Leaving]
konradoo77 has quit [Ping timeout: 260 seconds]
sehraf has quit [Quit: www.miranda-fusion.de ... be part of it...]
F1skr has joined #linux-sunxi
viccuad has quit [Read error: Connection reset by peer]
nicksydney_ has quit [Remote host closed the connection]
codyps has quit [Read error: Connection reset by peer]
formruga has quit [Quit: Konversation terminated!]
bertrik has quit [Remote host closed the connection]
nabblet has joined #linux-sunxi
rz2k has quit []