hno changed the topic of #linux-sunxi to: Allwinner/sunxi development discussion - Don't ask to ask. Just ask! - See http://linux-sunxi.org | https://github.com/linux-sunxi/ | Logs at http://irclog.whitequark.org/linux-sunxi
naobsd has quit [Quit: Page closed]
vicenteH has quit [Ping timeout: 248 seconds]
drachensun has quit [Quit: Leaving]
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
ykchavan has joined #linux-sunxi
[7] has quit [Disconnected by services]
TheSeven has joined #linux-sunxi
ykchavan has quit [Ping timeout: 246 seconds]
\\Mr_C\\ has quit []
BJfreeman has quit [Quit: had a good time]
eebrah_ has joined #linux-sunxi
derethor has quit [Read error: No route to host]
derethor has joined #linux-sunxi
tkoskine has quit [Read error: Operation timed out]
tkoskine has joined #linux-sunxi
piyushverma has quit [Quit: Konversation terminated!]
piyushverma has joined #linux-sunxi
piyushverma has quit [Remote host closed the connection]
piyushverma has joined #linux-sunxi
piyushverma has quit [Remote host closed the connection]
eebrah_ has quit [Read error: Connection reset by peer]
<oliv3r> mripard_: heh, now i have to change the entire device type around; i guess okay :)
piyushverma has joined #linux-sunxi
rellla has joined #linux-sunxi
navlrac has joined #linux-sunxi
<navlrac> does anyone know whether the A20 (Cortex-A7) bootloaders start (Linux / u-boot) in secure-world or non-secure, and also whether Hyp mode is useable or disabled ?
<mripard_> oliv3r: ? what type ? platform_device?
<mripard_> you can't change that.
rellla has quit [Ping timeout: 248 seconds]
<hno> navlrac, if you by secure world think about TrustZone secure wordl then it's normal world (not TrustZone protected). Not sure about virt support.
Quarx has joined #linux-sunxi
rellla has joined #linux-sunxi
eebrah|away is now known as eebrah
<oliv3r> mripard_: but greg said 'why use platform_device, why not change to a regular device'
<oliv3r> mripard_: i'll think more about it tonight, i want to spend today on a31 u-boot
<oliv3r> hno: i think you have a few patches that should be ready to merge now :)
<navlrac> hno: thanks. yes I was referring to TrustZone secure world.
<navlrac> hno: If u-boot/Linux is started in SVC mode, I don't think its easy to get back to Hyp, without the secure monitor's help.
<navlrac> hno: is there a monitor installed? does it have a public API?
rz2k has joined #linux-sunxi
navlrac has quit [Ping timeout: 250 seconds]
<mripard_> oliv3r: you can't change the fact that it's a platform_device, you're making MMIO access to it.
derethor has quit [Read error: Connection reset by peer]
derethor has joined #linux-sunxi
vicenteH has joined #linux-sunxi
<oliv3r> navlrac i don't think we use the trustzone at all
<oliv3r> mripard_: but doesn't greg know that?
wingrime has joined #linux-sunxi
Quarx has quit [Read error: Connection reset by peer]
tzafrir has quit [Ping timeout: 256 seconds]
notmart has joined #linux-sunxi
<wingrime> ssvb: when disp will be deprecated , how I can use overlay for video playing
<wingrime> ssvb: I have intension add mplayer cedar out source
<wingrime> ssvb: but how I can do it without /dev/disp
<wingrime> ?
_BJFreeman has joined #linux-sunxi
_BJFreeman is now known as BJfreeman
<ssvb> wingrime: you will be using hardware layers for video output, accessible by some userspace API (if not disp, then maybe drm or whatever replaces it)
tzafrir has joined #linux-sunxi
<wingrime> ssvb: ums / kms /drm would be cool
<wingrime> ssvb: but it support hw overlays?
_BJFreeman has joined #linux-sunxi
BJfreeman is now known as Guest56555
_BJFreeman is now known as BJfreeman
Guest56555 has quit [Ping timeout: 252 seconds]
\\Mr_C\\ has joined #linux-sunxi
paulk-desktop has joined #linux-sunxi
BJfreeman has quit [Quit: had a good time]
wingrime_ has joined #linux-sunxi
shalem has joined #linux-sunxi
<bfree> http://incoming.debian.org/linux_3.10~rc7-1~exp1.dsc is source for official debian kernel with sunxi emac ... could be a while before the armhf.deb is built and available in experimental though
shalem has quit [Quit: Leaving]
shalem has joined #linux-sunxi
shalem is now known as hansg
Antti has joined #linux-sunxi
<Antti> Hi, i'm having problem with rebooting Olimex A13
<Antti> reboot command starts to shutdown system for reboot
<Antti> but then just hangs
<Antti> this reproduces on Debian and Ubuntu 12.04 images, kernel 3.0.76 and 3.4 kernels
<Antti> would you have any help how to make reboot booting up ?
hansg has quit [Remote host closed the connection]
jemk has joined #linux-sunxi
e-ndy has quit [Ping timeout: 245 seconds]
Antti has quit [Ping timeout: 250 seconds]
<oliv3r> antti did you try the 'poweroff' command?
Superpelican has joined #linux-sunxi
Antti has joined #linux-sunxi
<Superpelican> oliv3r: I'm trying to compile U-Boot for the Protab 2 XXL (the tablet you just added support for yesterday)
<oliv3r> Superpelican: did i make typo's?
<oliv3r> i would hope not :)
<Superpelican> oliv3r:But I get make error 2: "$HOME/workspace/PC1007_dev/sunxi-uboot/u-boot-sunxi/board/sunxi/board.c:85: undefined reference to `sunxi_dram_init'"
<oliv3r> wait, let me try
<Antti> oliv3r: yes i tried poweroff. did not reboot :)
<oliv3r> well poweroff works by poking the axp; reboot pokes the watchdogtimer
<oliv3r> it _should_ work, in theory
<Antti> hmm.. sorry now didnt quite follow
heffer has joined #linux-sunxi
heffer has quit [Changing host]
heffer has joined #linux-sunxi
<oliv3r> Superpelican: you are right
heffer has quit [Remote host closed the connection]
heffer has joined #linux-sunxi
heffer has quit [Changing host]
heffer has joined #linux-sunxi
heffer_ has joined #linux-sunxi
heffer_ has quit [Changing host]
heffer_ has joined #linux-sunxi
<Superpelican> oliv3r:Why does the function sunxi_board_init check twice for !ramsize ?
<oliv3r> ohh a typo!
<oliv3r> Superpelican: because sometimes it's slow :)
<oliv3r> i have a typo in the Makefile
<oliv3r> it says XLL instead of XXL
<Superpelican> ok thanks for checking it
<Superpelican> oliv3r:So now I have to clone the sunxi-current repo again?
<oliv3r> git pull should be enough
<Superpelican> oh yeah
<Superpelican> that's an option too :)
<Antti> is there any config option to check in script.fex to make reboot work?
<oliv3r> antti for reboot you need the watchdog timer to work correctly
<oliv3r> it should work out of the box
<oliv3r> how do you reboot?
<oliv3r> what OS are you running?
Soru has quit [Ping timeout: 255 seconds]
<oliv3r> iirc on my tablet, reboot for example only works from the XFCE gui; but not from the console
<oliv3r> or was it shudtown? i forget
Soru has joined #linux-sunxi
<Antti> i have ubuntu 12.04
<Antti> with 3.0.76 kernel
<oliv3r> do you shutdown from the console?
<Antti> and rebooting just from console. dont have x
<oliv3r> ah
Soru has quit [Read error: Operation timed out]
<oliv3r> you use reboot or shutdown -r ?
vicenteH has quit [Ping timeout: 268 seconds]
<Antti> reboot
<Superpelican> oliv3r:Looks like I have success :)
<oliv3r> \o/
Soru has joined #linux-sunxi
<Antti> oliv3r: and looks it same with shutdown -r, hanging :(
<oliv3r> Antti: then I do not know, sorry :) might be an OS thing, or a kernel thing
<Antti> np, thanks anyway :)
Soru__ has joined #linux-sunxi
Soru has quit [Ping timeout: 276 seconds]
<Superpelican> oliv3r:Does uboot-sunxi support ext4 as root partition?
<oliv3r> no
<oliv3r> well
<oliv3r> u-boot does; u-boot-spl does not
<Superpelican> so I'm limited to ext3?
<oliv3r> :)
<Superpelican> what exactly is u-boot-spl?
<oliv3r> #define CONFIG_FAT_WRITE>-------/* enable write access */
<oliv3r> #define CONFIG_CMD_EXT2>>-------/* with this we can access ext2 bootfs */
<oliv3r> #define CONFIG_CMD_ZFS>->-------/* with this we can access ZFS bootfs */
<oliv3r> #define CONFIG_CMD_EXT4>>-------/* with this we can access ext4 bootfs */
<oliv3r> u-boot-spl is the secondary program loader
<oliv3r> BROM is inside the chip, and executes the SPL
<oliv3r> the SPL setups up the DRAM controller, mmc controller and starts u-boot
<oliv3r> u-boot is the whole thing
<oliv3r> the reason we have it split out, the BROM can only load 24 kiB max.
<Superpelican> but if SPL only loads U-boot, it's U-boot that has to handle the ext4 root partition?
<Superpelican> Why does spl need to support ext4 then?
Soru__ has quit [Read error: Connection reset by peer]
<oliv3r> if there where more room and spl could allow ext4, we could load the entire u-boot from spl
<oliv3r> from ext4
soul has joined #linux-sunxi
<Superpelican> So if you would let uboot-sunxi drop ext2 support for example, you could add ext4 support?
<Superpelican> So U-Boot would not become to big
<oliv3r> u-boot has everything
<oliv3r> the spl has nothing
<oliv3r> the spl loads u-boot
<oliv3r> so you have everything :)
<oliv3r> you can put your kernel on ext4 and boot it with our current u-bot
eebrah is now known as eebrah|away
Antti has quit [Ping timeout: 250 seconds]
_whitelogger has joined #linux-sunxi
<libv> deinterlacing is line-alternating alternate frame rendering
<oliv3r> interlacing is the devils work
<libv> well, undoing that even
<rellla> yeah, but is a10 able to deinterlace using hw?
<libv> very likely
<oliv3r> having a hardware deinterlacer would be pretty cool; i use a raspberry.pi currently do watch TV via tvheadend + XBMC and the interlacing is horrbile
<rellla> libv: and is it implemented or useable yet?
<libv> rellla: i wouldn't know
<libv> rellla: but probably not
<libv> rellla: if you are looking for a project, allwinner SoCs has many open projects
<rellla> this would be done in the kernel/disp part, right?
piyushverma has joined #linux-sunxi
<rellla> libv: give me the skills \o/
<libv> this smells like a media engine thing
<libv> otherwise it wouldn't be able to correlate with motion compensation
<oliv3r> e.g. cedarX
techn__ has joined #linux-sunxi
<rellla> cedarx :(
vicenteH has joined #linux-sunxi
techn_ has quit [*.net *.split]
hramrach__ has quit [*.net *.split]
tinti has quit [Ping timeout: 276 seconds]
hramrach__ has joined #linux-sunxi
leowt has joined #linux-sunxi
naobsd has joined #linux-sunxi
tinti has joined #linux-sunxi
hramrach__ has quit [*.net *.split]
hramrach__ has joined #linux-sunxi
naobsd has quit [Changing host]
naobsd has joined #linux-sunxi
vicenteH` has joined #linux-sunxi
cajg_ has joined #linux-sunxi
oliv3r_ has joined #linux-sunxi
vicenteH has quit [*.net *.split]
jelly-home has quit [*.net *.split]
oliv3r has quit [*.net *.split]
cajg has quit [*.net *.split]
hurtigbuffer has joined #linux-sunxi
\\Mr_C\\ has quit [Read error: Connection reset by peer]
oliv3r_ has quit [Ping timeout: 264 seconds]
oliv3r has joined #linux-sunxi
vicenteH` has quit [Ping timeout: 273 seconds]
leowt has quit [Quit: leowt]
\\Mr_C\\ has joined #linux-sunxi
cajg_ is now known as cajg
Superpelican has quit [Ping timeout: 246 seconds]
Superpelican has joined #linux-sunxi
dwilkins has quit [Ping timeout: 256 seconds]
zumbi has quit [Ping timeout: 256 seconds]
Tartarus has quit [Ping timeout: 256 seconds]
tzafrir has quit [*.net *.split]
theborger has quit [*.net *.split]
fredy has quit [*.net *.split]
paulk-desktop has quit [*.net *.split]
dl9pf has quit [*.net *.split]
ojn has quit [*.net *.split]
bfree has quit [*.net *.split]
steev has quit [*.net *.split]
ssvb has quit [*.net *.split]
FunkyPenguin has quit [*.net *.split]
ChanServ has quit [*.net *.split]
gzamboni has quit [*.net *.split]
egbert has quit [*.net *.split]
jinzo has quit [*.net *.split]
ganbold has quit [*.net *.split]
mdp has quit [*.net *.split]
awafaa has quit [*.net *.split]
soul has quit [*.net *.split]
rellla has quit [*.net *.split]
TheSeven has quit [*.net *.split]
andoma has quit [*.net *.split]
[hawk] has quit [*.net *.split]
jukivili has quit [*.net *.split]
n01 has quit [*.net *.split]
mripard_ has quit [*.net *.split]
cyp has quit [*.net *.split]
hramrach__ has quit [*.net *.split]
focus has quit [*.net *.split]
libv has quit [*.net *.split]
Liberator has quit [*.net *.split]
specing has quit [*.net *.split]
wigyori has quit [*.net *.split]
\\Mr_C\\ has quit [*.net *.split]
cajg has quit [*.net *.split]
oliv3r has quit [*.net *.split]
techn__ has quit [*.net *.split]
jemk has quit [*.net *.split]
notmart has quit [*.net *.split]
Tsvetan has quit [*.net *.split]
hurtigbuffer has quit [*.net *.split]
tinti has quit [*.net *.split]
arete74 has quit [*.net *.split]
CaCtus491 has quit [*.net *.split]
stekern has quit [*.net *.split]
Dreadlish has quit [*.net *.split]
Superpelican has quit [*.net *.split]
hark has quit [*.net *.split]
torindel_ has quit [*.net *.split]
slapin_n1 has quit [*.net *.split]
naobsd has quit [*.net *.split]
wingrime has quit [*.net *.split]
rz2k has quit [*.net *.split]
derethor has quit [*.net *.split]
hno has quit [*.net *.split]
eebrah|away has quit [*.net *.split]
grevaill1t has quit [*.net *.split]
MadSpark has quit [*.net *.split]
piyushverma has quit [*.net *.split]
wingrime_ has quit [*.net *.split]
tkoskine has quit [*.net *.split]
uwe_ has quit [*.net *.split]
luka has quit [*.net *.split]
fldc has quit [*.net *.split]
Turl has quit [*.net *.split]
theOzzieRat has quit [*.net *.split]
_whitelogger has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
derethor has quit [Ping timeout: 264 seconds]
rz2k has quit [Ping timeout: 264 seconds]
hno has quit [Ping timeout: 264 seconds]
grevaill1t has quit [Ping timeout: 264 seconds]
wingrime has quit [Ping timeout: 264 seconds]
eebrah|away has quit [Ping timeout: 264 seconds]
MadSpark has quit [Ping timeout: 264 seconds]
eebrah|away has joined #linux-sunxi
MadSpark has joined #linux-sunxi
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
rz2k has joined #linux-sunxi
hurtigbuffer is now known as jelly-home
eebrah_ has joined #linux-sunxi
eebrah_ has quit [Remote host closed the connection]
notmart has quit [Quit: notmart terminated!]
[hawk] is now known as vincenzo
_BJFreeman has joined #linux-sunxi
BJfreeman is now known as Guest60620
_BJFreeman is now known as BJfreeman
Guest60620 has quit [Ping timeout: 252 seconds]
_BJFreeman has joined #linux-sunxi
BJfreeman has quit [Ping timeout: 252 seconds]
<jelly-home> I've got an A20-based Mele M5. Is there a way to get at relevant boot parameters (script.bin and whatever) from android so I could take a stab at booting Linux?
_BJFreeman is now known as BJfreeman
[hawk] has joined #linux-sunxi
[hawk] is now known as ^vincenzo^
vincenzo has quit [Ping timeout: 248 seconds]
vincenzo has joined #linux-sunxi
<vincenzo> Hi I'm trying to understand how HDMI works... HDMI works (from the shell I can enable disable it using ioctls on a /dev/disp device) but carbon/android does not handle it by itself...
<vincenzo> Anybody knows how to link the /dev/disp device to the android (form me still mysteroius) frameworks?
<vincenzo> I'd lile to just plug the cable and go, like it was possible on the stock ROM/kernel.
wigyori_ has joined #linux-sunxi
e-ndy has joined #linux-sunxi
^vincenzo^ has quit [*.net *.split]
wigyori has quit [*.net *.split]
Superpelican has joined #linux-sunxi
jemk has quit [Ping timeout: 268 seconds]
wingrime1 has quit [Ping timeout: 245 seconds]
n01_ has joined #linux-sunxi
Superpelican has quit [Ping timeout: 245 seconds]
heffer__ has joined #linux-sunxi
heffer___ has joined #linux-sunxi
heffer_ has quit [Ping timeout: 256 seconds]
heffer has quit [Ping timeout: 256 seconds]
heffer__ has quit [Remote host closed the connection]
heffer___ has quit [Remote host closed the connection]
jemk has joined #linux-sunxi
steev has joined #linux-sunxi
[hawk] has joined #linux-sunxi
vincenzo has quit [Ping timeout: 252 seconds]
[hawk] has quit [Ping timeout: 252 seconds]
Superpelican has joined #linux-sunxi
[hawk] has joined #linux-sunxi
eebrah_ has joined #linux-sunxi
pirea has joined #linux-sunxi
<pirea> hy all
<pirea> know somebody how to transform a object file to assember or C?
<Guest82596> objdump
jemk has quit [Ping timeout: 252 seconds]
<pirea> Guest82596 and from assembler to C?
<oliv3r> pirea: you want to decompile? you have to look at professional tools like IDA pro
<pirea> oliv3r i want decompile cedarx libve object files
heffer has joined #linux-sunxi
heffer has joined #linux-sunxi
heffer has quit [Changing host]
<pirea> oliv3r are you here?
<Guest82596> pirea: not sure asm to C
tzafrir has quit [Ping timeout: 256 seconds]
hno` has quit [Changing host]
hno` has joined #linux-sunxi
hno` is now known as hno
_BJFreeman has joined #linux-sunxi
BJfreeman has quit [Ping timeout: 252 seconds]
_BJFreeman is now known as BJfreeman
<pirea> mali400 sucks
<pirea> cedarx sucks
<oliv3r> pirea: talk to wingrime_ :)
<oliv3r> mripard_: ping
<oliv3r> i'll mail you, i need you now :p
Superpelican has quit [Remote host closed the connection]
<n01_> oliv3r: hope you don't mind the joke on nitpicking ;)
wingrime_ has quit [Ping timeout: 256 seconds]
<rz2k> pirea: everything sucks
\\Mr_C\\ has quit []
pirea has quit [Quit: Leaving]
\\Mr_C\\ has joined #linux-sunxi
rz2k has quit [Read error: Connection reset by peer]
tzafrir has joined #linux-sunxi
oliv3r has quit [Ping timeout: 268 seconds]
[hawk] has quit [Quit: Konversation terminated!]
[hawk] has joined #linux-sunxi
paulk-desktop has quit [Quit: Ex-Chat]
_BJFreeman has joined #linux-sunxi
BJfreeman is now known as Guest52576
_BJFreeman is now known as BJfreeman
Guest52576 has quit [Ping timeout: 252 seconds]
techn_ has joined #linux-sunxi
techn__ has quit [Ping timeout: 268 seconds]
techn_ has quit [Read error: Connection reset by peer]
wigyori_ is now known as wigyori
techn_ has joined #linux-sunxi
n01_ has quit [Read error: Operation timed out]
hramrach__ has quit [*.net *.split]
techn_ has quit [Read error: Connection reset by peer]
techn_ has joined #linux-sunxi
BJfreeman has quit [Ping timeout: 252 seconds]
techn_ has quit [Ping timeout: 256 seconds]
_BJFreeman has joined #linux-sunxi
_BJFreeman is now known as BJfreeman
hramrach__ has joined #linux-sunxi
theborger has left #linux-sunxi ["The only mystery in life is why the kamikaze pilots wore helmets"]