[linux-sunxi] [PATCH 7/8] meminfo: fill in tpr4 on sun7i

2014-08-19 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/meminfo.c b/meminfo.c index e22a748..a01ff0a 100644 --- a/meminfo.c +++ b/meminfo.c @@ -182,6 +182,7 @@ dram_clock_read(struct dram_para *dram_para) #define

[linux-sunxi] [PATCH 1/8] meminfo: rewrite /dev/mem handling

2014-08-19 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c | 37 + 1 files changed, 21 insertions(+), 16 deletions(-) diff --git a/meminfo.c b/meminfo.c index b29da38..6d87897 100644 --- a/meminfo.c +++ b/meminfo.c @@ -19,6 +19,7 @@ #include sys/stat.h

[linux-sunxi] [PATCH 1/7] meminfo: rewrite /dev/mem handling

2014-08-18 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c | 37 + 1 files changed, 21 insertions(+), 16 deletions(-) diff --git a/meminfo.c b/meminfo.c index b29da38..6d87897 100644 --- a/meminfo.c +++ b/meminfo.c @@ -19,6 +19,7 @@ #include sys/stat.h

[linux-sunxi] sunxi-tools: meminfo rewrite

2014-08-18 Thread Luc Verhaegen
overhauling meminfo. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit https

[linux-sunxi] [PATCH 2/7] meminfo: fix up printing

2014-08-18 Thread Luc Verhaegen
Now we write out a dram file for u-boot directly. Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c | 59 --- 1 files changed, 40 insertions(+), 19 deletions(-) diff --git a/meminfo.c b/meminfo.c index 6d87897..f926380 100644

[linux-sunxi] [PATCH 5/7] meminfo: various cleanups

2014-08-18 Thread Luc Verhaegen
No functional changes. Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c | 39 +-- 1 files changed, 21 insertions(+), 18 deletions(-) diff --git a/meminfo.c b/meminfo.c index 44d5c78..0b7bfe2 100644 --- a/meminfo.c +++ b/meminfo.c @@ -1,29 +1,32

[linux-sunxi] [PATCH 7/7] meminfo: fill in tpr4 on sun7i

2014-08-18 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/meminfo.c b/meminfo.c index 5610bb1..9d4f894 100644 --- a/meminfo.c +++ b/meminfo.c @@ -182,6 +182,7 @@ dram_clock_read(struct dram_para *dram_para) #define

[linux-sunxi] [PATCH 3/7] meminfo: rewrite pll5 retrieval

2014-08-18 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c | 172 - 1 files changed, 68 insertions(+), 104 deletions(-) diff --git a/meminfo.c b/meminfo.c index f926380..d27af71 100644 --- a/meminfo.c +++ b/meminfo.c @@ -20,19 +20,9

[linux-sunxi] [PATCH 6/7] meminfo: read in soc version

2014-08-18 Thread Luc Verhaegen
And bail if it fails to match anything we support. Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c | 68 + 1 files changed, 68 insertions(+), 0 deletions(-) diff --git a/meminfo.c b/meminfo.c index 0b7bfe2..5610bb1 100644

[linux-sunxi] [PATCH 4/7] meminfo: rewrite dram parameter reading

2014-08-18 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c | 188 +++- 1 files changed, 85 insertions(+), 103 deletions(-) diff --git a/meminfo.c b/meminfo.c index d27af71..44d5c78 100644 --- a/meminfo.c +++ b/meminfo.c @@ -22,67 +22,7

Re: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-08-16 Thread Luc Verhaegen
seems to support a limited range of file types. I'd like to upload the stock Android image, You do not upload the stock android image. period. Try following the New Device Howto to the letter. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux

[linux-sunxi] [PATCH 1/1] config:sunxi: add rtl wifi to sun5i_defconfig

2014-08-16 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/configs/sun5i_defconfig |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/sun5i_defconfig b/arch/arm/configs/sun5i_defconfig index f837d69..da0e418 100644 --- a/arch/arm/configs/sun5i_defconfig +++ b

[linux-sunxi] Re: [PATCH 2/4] simplefb: add goto error path to probe

2014-08-14 Thread Luc Verhaegen
how we format error paths in drivers/video/. Will do. Thanks. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr

Re: [linux-sunxi] [PATCH 4/4] simplefb: add clock handling code

2014-08-14 Thread Luc Verhaegen
else does one develop any sizable amount of code?), so it does that cleanly and correctly, which seems quite contrary to your experience with ARM drm drivers. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from

Re: [linux-sunxi] u-boot-sunxi: add hdmi driver (v2)

2014-08-14 Thread Luc Verhaegen
look into that one as well. That about wraps it up. I'll catch up with you after my vacation. Thanks and enjoy. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send

Re: [linux-sunxi] u-boot-sunxi: add hdmi driver (v2)

2014-08-14 Thread Luc Verhaegen
On Thu, Aug 14, 2014 at 09:47:34PM +0200, Luc Verhaegen wrote: 4) Working on 3). made me realize that the clk setup code tries to use m = 16 which won't work. Hrm, that i need to go verify, as i am definitely doing that in my KMS code as well. Nice catch. code: sunxi_io_mask(ccmu

[linux-sunxi] [PATCH 1/4] simplefb: formalize pseudo palette handling

2014-08-13 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- drivers/video/fbdev/simplefb.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/video/fbdev/simplefb.c b/drivers/video/fbdev/simplefb.c index 210f3a0..32be590 100644 --- a/drivers/video/fbdev/simplefb.c

[linux-sunxi] [PATCH 2/4] simplefb: add goto error path to probe

2014-08-13 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- drivers/video/fbdev/simplefb.c | 20 +--- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/drivers/video/fbdev/simplefb.c b/drivers/video/fbdev/simplefb.c index 32be590..72a4f20 100644 --- a/drivers/video/fbdev

[linux-sunxi] simplefb: add clock handling

2014-08-13 Thread Luc Verhaegen
as disabled, as we really have no way back when the clocks get disabled. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr

[linux-sunxi] [PATCH 3/4] simplefb: disable dt node upon remove

2014-08-13 Thread Luc Verhaegen
sense to also flag the dt node as disabled, even though it has no real value today. Signed-off-by: Luc Verhaegen l...@skynet.be --- drivers/video/fbdev/simplefb.c | 43 --- 1 files changed, 39 insertions(+), 4 deletions(-) diff --git a/drivers/video/fbdev

[linux-sunxi] Re: simplefb: add clock handling

2014-08-13 Thread Luc Verhaegen
engine, and register content vanishes. So there is absolutely no coming back from that, apart from starting a proper display driver. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving

Re: [linux-sunxi] Re: [PATCH 3/4] simplefb: disable dt node upon remove

2014-08-13 Thread Luc Verhaegen
On Wed, Aug 13, 2014 at 11:45:24AM +0200, Luc Verhaegen wrote: On Wed, Aug 13, 2014 at 10:23:14AM +0100, Grant Likely wrote: The majority of the DT code is based on the assumption of a static tree. Pantelis has been working on being able to modify it at runtime with overlays, but he has

Re: [linux-sunxi] [PATCH] a20: Ainol AW1 support

2014-08-13 Thread Luc Verhaegen
Pushed. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d

Re: [linux-sunxi] [PATCH] sunxi: Ainol AW1 support

2014-08-13 Thread Luc Verhaegen
insertions(+) create mode 100644 board/sunxi/dram_ainol_aw1.c Pushed. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr

[linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-13 Thread Luc Verhaegen
to be handled is pretty generic from where i sit. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more

[linux-sunxi] Re: [PATCH 3/4] simplefb: disable dt node upon remove

2014-08-13 Thread Luc Verhaegen
people in our sunxi community are interested in it, primarily for u-boot and early console, and only secondarily as a stop-gap for a full driver. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop

[linux-sunxi] Re: [PATCH 3/4] simplefb: disable dt node upon remove

2014-08-13 Thread Luc Verhaegen
On Wed, Aug 13, 2014 at 01:58:36PM -0600, Stephen Warren wrote: On 08/13/2014 01:25 PM, Luc Verhaegen wrote: The code that sets up simplefb for sunxi is primarily for providing a console in u-boot (using the ancient cfbconsole infrastructure). From what i can tell, the u-boot code for rpi

[linux-sunxi] Re: [PATCH 3/4] simplefb: disable dt node upon remove

2014-08-13 Thread Luc Verhaegen
the original display driver quickly and easily. This tree predates most of DT. I was rather hoping that the simplefb stop-gap didn't require me to have fully engineered everything yesterday already. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux

[linux-sunxi] [PATCH 1/1] fexc: add some sanity checking to bin reading

2014-08-13 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- script_bin.c | 39 +-- 1 files changed, 37 insertions(+), 2 deletions(-) diff --git a/script_bin.c b/script_bin.c index cd71218..c797fbe 100644 --- a/script_bin.c +++ b/script_bin.c @@ -210,17 +210,35 @@ int

[linux-sunxi] u-boot-sunxi: add hdmi driver (v2)

2014-08-12 Thread Luc Verhaegen
). * removed a leftover variable from the sunxi_display struct. Matching mainline kernel patches (to simplefb) are coming up, and a port of the attached code to mainline u-boot (safe for the default setting bit) will be submitted as well. Luc Verhaegen. -- You received this message because you

[linux-sunxi] [PATCH 2/4] sunxi:video: add simplefb support

2014-08-12 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/include/asm/arch-sunxi/sunxi_display.h | 21 board/sunxi/board.c | 14 + drivers/video/sunxi_display.c | 61 +++ include/configs/sunxi-common.h

[linux-sunxi] [PATCH 3/4] sunxi:video: claim clocks for simplefb

2014-08-12 Thread Luc Verhaegen
be significantly altered again when KMS happens. Signed-off-by: Luc Verhaegen l...@skynet.be --- drivers/video/sunxi_display.c | 85 + 1 files changed, 85 insertions(+), 0 deletions(-) diff --git a/drivers/video/sunxi_display.c b/drivers/video/sunxi_display.c

[linux-sunxi] [PATCH 4/4] sunxi:video: make video enabled the default

2014-08-12 Thread Luc Verhaegen
Add NO_VIDEO to the options list to disable. Signed-off-by: Luc Verhaegen l...@skynet.be --- include/configs/sunxi-common.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 81f893c..6d99111 100644

Re: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-08-10 Thread Luc Verhaegen
that. Try reading that sentence on the wiki _again_. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more

[linux-sunxi] Move meminfo into sunxi-tools

2014-08-10 Thread Luc Verhaegen
was kept as is. In a final commit, the tool was renamed to meminfo, a static build line was added to the Makefile. The resulting binary has been verified on an ubuntu and on android. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group

[linux-sunxi] [PATCH 1/6] meminfo: Initial upload

2014-08-10 Thread Luc Verhaegen
From: Floris Bos b...@je-eigen-domein.nl --- a10-meminfo.c | 262 + 1 files changed, 262 insertions(+), 0 deletions(-) create mode 100644 a10-meminfo.c diff --git a/a10-meminfo.c b/a10-meminfo.c new file mode 100644 index

[linux-sunxi] [PATCH 4/6] meminfo: fix 'dram_tpr3' reporting

2014-08-10 Thread Luc Verhaegen
From: Siarhei Siamashka siarhei.siamas...@gmail.com Get it from the dllcr registers instead of always returning 0. --- a10-meminfo.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/a10-meminfo.c b/a10-meminfo.c index 2c815af..b4dc2d4 100644 --- a/a10-meminfo.c +++

[linux-sunxi] [PATCH 2/6] meminfo: do not assume Memory is always 24MHz * X

2014-08-10 Thread Luc Verhaegen
From: Oliver Schinagl oli...@schinagl.nl DDR runs from the PLL5 and has several option to be configured, just as factor N, M, P and K. This patch probes all those registers to determine the clock. --- a10-meminfo.c | 25 +++-- 1 files changed, 23 insertions(+), 2

[linux-sunxi] [PATCH 3/6] meminfo: swap PLL1 TUN2 register to proper location

2014-08-10 Thread Luc Verhaegen
From: Oliver Schinagl oli...@schinagl.nl PLL1_tun2 had a wrong comment (0x34) in the original and was swapped to accomidate this position. Actually the comment was wrong and the location right, so this patch puts pll1_tun2 to 0x38. 0x34 is now reserved. --- a10-meminfo.c |2 +- 1 files

[linux-sunxi] [PATCH 6/6] meminfo: rename and add to build

2014-08-10 Thread Luc Verhaegen
* rename a10-meminfo to meminfo * add static build to Makefile * fix operand warning * built binary verified on proper linux and android Signed-off-by: Luc Verhaegen l...@skynet.be --- .gitignore|1 + Makefile |3 + README|6 + a10-meminfo.c | 288

[linux-sunxi] [PATCH 5/6] meminfo: fix 'dram_clk' reporting for frequencies that are not multiples of 24

2014-08-10 Thread Luc Verhaegen
From: Siarhei Siamashka siarhei.siamas...@gmail.com The K and M factors encode values 1-4 in two bits (starting from 1 and not 0). The typical DRAM clock frequency setup uses K=2 and M=2, which means that both of them are read as 1 from the bit fields. That's why a10-meminfo used to work in most

Re: [linux-sunxi] [PATCH] a20: ICOU Fatty I support

2014-08-10 Thread Luc Verhaegen
Done. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d

Re: [linux-sunxi] [PATCH] sunxi: ICOU Fatty I support

2014-08-10 Thread Luc Verhaegen
changed, 33 insertions(+) create mode 100644 board/sunxi/dram_icou_fatty_i.c Done. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr

Re: [linux-sunxi] Running Linux on a Jesurun A19 Android media player

2014-08-09 Thread Luc Verhaegen
the sunxi community here, please take a look at our guide to identifying your device. If you cannot find your device, then you might need to work through our new device howto. Maybe it could be important. Luc Verhaegen. -- You received this message because you are subscribed to the Google

[linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-06 Thread Luc Verhaegen
On Tue, Aug 05, 2014 at 01:56:36PM +0200, Hans de Goede wrote: Hi, On 08/02/2014 06:14 PM, Luc Verhaegen wrote: This adds a fixed mode hdmi driver (lcd to be added in future) for the sunxi platform. Current config is such that 8MB is shaved off at the top of the RAM. Simplefb support

[linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-04 Thread Luc Verhaegen
this code will be swapped around. People will have to manually add VIDEO to their board config. There's just to many hairy cornercases and tough to answer what ifs here, when you actually start thinking things through, to keep this as the default. Luc Verhaegen. -- You received this message

Re: [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-04 Thread Luc Verhaegen
On Mon, Aug 04, 2014 at 05:31:36PM +0200, Henrik Nordström wrote: mån 2014-08-04 klockan 17:05 +0200 skrev Luc Verhaegen: But... What do we do when u-boot sets up cfb, without setting up a simplefb node in the dt. Or what do we do when a simplefb node is set up, but no simplefb code

[linux-sunxi] Re: [PATCH 1/2] ARM: clk: sunxi: claim clocks used by simplefb

2014-08-03 Thread Luc Verhaegen
that that works today, but that sort of luck will run out very quickly. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-03 Thread Luc Verhaegen
On Sun, Aug 03, 2014 at 02:18:13PM +0200, Maxime Ripard wrote: Hi, Thanks for working on this On Sat, Aug 02, 2014 at 04:06:09PM +0200, Luc Verhaegen wrote: +#define CONFIG_SYS_MEM_TOP_HIDE ((CONFIG_SUNXI_FB_SIZE + 0xFFF) ~0xFFF) I'm not too fond of this approach. I'd rather see

Re: [linux-sunxi] Re: [PATCH 1/2] ARM: clk: sunxi: claim clocks used by simplefb

2014-08-03 Thread Luc Verhaegen
On Sun, Aug 03, 2014 at 08:44:44PM +0200, Maxime Ripard wrote: On Sun, Aug 03, 2014 at 05:17:40PM +0200, Luc Verhaegen wrote: On Sun, Aug 03, 2014 at 01:53:56PM +0200, Maxime Ripard wrote: Hi, You forgot to Cc the linux-arm-kernel mailing-list and Emilio. This was deliberate

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-03 Thread Luc Verhaegen
On Sun, Aug 03, 2014 at 09:39:23PM +0200, Maxime Ripard wrote: On Sun, Aug 03, 2014 at 05:51:49PM +0200, Luc Verhaegen wrote: One big open question mark with the dt solution is... What is this memory that we reserved compatible with? At which point can this memory be added to the cma

Re: [linux-sunxi] Re: [PATCH 1/2] ARM: clk: sunxi: claim clocks used by simplefb

2014-08-03 Thread Luc Verhaegen
. For sanity reasons, we chose to add an extra argument. Just like it's already used for interrupts, reset lines, gpios, pretty much every thing. The bitmask here is to make sure we don't get an invalid clock ID, and be able to deal with holes in our register. In time. Luc Verhaegen. -- You

[linux-sunxi] [PATCH 2/2] ARM: sunxi_defconfig: add simplefb support

2014-08-02 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/configs/sunxi_defconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 4ae42cf..309c889 100644 --- a/arch/arm/configs/sunxi_defconfig

[linux-sunxi] [PATCH] ARM: sunxi_defconfig: add NLS_CODEPAGE_437 and NLS_ISO8859_1

2014-08-02 Thread Luc Verhaegen
Otherwise CONFIG_VFAT_FS is useless as mounting vfat fails. Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/configs/sunxi_defconfig |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 7209bfd

[linux-sunxi] [PATCH 1/2] ARM: clk: sunxi: claim clocks used by simplefb

2014-08-02 Thread Luc Verhaegen
This code claims the display engine clocks used by the simplefb support in u-boot. Without this code, the relevant blocks in the display engine get disabled. Signed-off-by: Luc Verhaegen l...@skynet.be --- drivers/clk/sunxi/clk-sunxi.c | 54 + 1 files

[linux-sunxi] [PATCH] sunxi:platform: disable display engine clocks

2014-08-02 Thread Luc Verhaegen
U-boot might have set up an fb which we, without dt, do not know how to use. Just turn everything off and wait for a proper display driver to kick in, or not. Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/plat-sunxi/core.c | 35 +++ 1 files changed

Re: [linux-sunxi] [PATCH 1/2] ARM: clk: sunxi: claim clocks used by simplefb

2014-08-02 Thread Luc Verhaegen
On Sat, Aug 02, 2014 at 03:07:16PM +0200, Luc Verhaegen wrote: This code claims the display engine clocks used by the simplefb support in u-boot. Without this code, the relevant blocks in the display engine get disabled. Signed-off-by: Luc Verhaegen l...@skynet.be This code depends

[linux-sunxi] u-boot cfb console

2014-08-02 Thread Luc Verhaegen
, and the size and layout of this memory. There is no two way communication. You do not get DPMS or anything. If it is on, then it stays on. There is no way to switch modes. Wait for a full blown display driver for all the normal display driver goodness. Luc Verhaegen. -- You received this message because you

[linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
This adds a fixed mode hdmi driver (lcd to be added in future) for the sunxi platform. Current config is such that 8MB is shaved off at the top of the RAM. Simplefb support is available for kernels that know how to use it. Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/include/asm/arch

Re: [linux-sunxi] u-boot cfb console

2014-08-02 Thread Luc Verhaegen
On Sat, Aug 02, 2014 at 10:15:12AM -0400, jonsm...@gmail.com wrote: On Sat, Aug 2, 2014 at 10:06 AM, Luc Verhaegen l...@skynet.be wrote: * sets up 1024x768. It does not do EDID due to the display infrastructure inside u-boot being very last millenium. Modesetting is fully algorithmic

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
On Sat, Aug 02, 2014 at 06:03:40PM +0300, Siarhei Siamashka wrote: On Sat, 2 Aug 2014 16:06:09 +0200 Luc Verhaegen l...@skynet.be wrote: This adds a fixed mode hdmi driver (lcd to be added in future) for the sunxi platform. Current config is such that 8MB is shaved off at the top

[linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
This adds a fixed mode hdmi driver (lcd to be added in future) for the sunxi platform. Current config is such that 8MB is shaved off at the top of the RAM. Simplefb support is available for kernels that know how to use it. Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/include/asm/arch

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
issue, and still get a build and run out of it before having to leave. Thanks for taking the time to look into this, and thanks for convincing me that this is a worthwhile effort the first place. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux

Re: [linux-sunxi] promble with compile sunxi3.4

2014-07-31 Thread Luc Verhaegen
/38209ac7c23 Try changing to contents to: #include standby/pm_debug.h Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr

Re: [linux-sunxi] android board a 20 black screen error

2014-07-31 Thread Luc Verhaegen
any chance of getting any help on hardware that is not fully documented yet, then you better work through this first: http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from

[linux-sunxi] Mainline (linus) mmc issues.

2014-07-30 Thread Luc Verhaegen
on what the smc 1 err, and CIS tuple 0x80 errors are? Are they really responsible for the RO mount, or is there something my 14.04 ubuntu should be aware about with newer kernels? For completeness, the mmc storage 16GB UHS-1 micro-SD card. Luc Verhaegen. -- You received this message because you

Re: [linux-sunxi] Mainline (linus) mmc issues.

2014-07-30 Thread Luc Verhaegen
. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: [linux-sunxi] new A33 quadcore

2014-07-29 Thread Luc Verhaegen
allwinner gpl violation in that a23 kernel tree we have. Also, the only person working this platform is wens, and he is going straight to mainline. We do not have a sunxi-3.4 equivalent for a23, and we really are not in a position where we should be overly happy about the a33 release. Luc

Re: [linux-sunxi] new A33 quadcore

2014-07-29 Thread Luc Verhaegen
On Tue, Jul 29, 2014 at 04:42:17PM -0400, jonsm...@gmail.com wrote: On Tue, Jul 29, 2014 at 4:33 PM, Luc Verhaegen l...@skynet.be wrote: Also, the only person working this platform is wens, and he is going straight to mainline. We do not have a sunxi-3.4 equivalent for a23, and we really

Re: [linux-sunxi] new A33 quadcore

2014-07-29 Thread Luc Verhaegen
On Wed, Jul 30, 2014 at 09:09:44AM +1000, Julian Calaby wrote: Hi Luc, Is this something we could take to Linaro? Do they do anything about GPL violations? Thanks, It's in the wiki: http://linux-sunxi.org/A23#GPL_violations Luc Verhaegen. -- You received this message because you

Re: [linux-sunxi] Re: Our uboot boards.cfg.

2014-07-23 Thread Luc Verhaegen
doing a lot of android work before. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options

Re: [linux-sunxi] Our uboot boards.cfg.

2014-07-23 Thread Luc Verhaegen
On Wed, Jul 23, 2014 at 10:12:41AM +0200, Hans de Goede wrote: Hi, On 07/23/2014 12:11 AM, Luc Verhaegen wrote: I just had a dig through our boards.cfg, and compared it to our wiki and google. We have 69 unique devices in there, and i have categorized it according to how far along

Re: [linux-sunxi] Our uboot boards.cfg.

2014-07-23 Thread Luc Verhaegen
On Wed, Jul 23, 2014 at 08:54:07AM +0100, Ian Campbell wrote: On Wed, 2014-07-23 at 01:48 +0200, Luc Verhaegen wrote: Should get renamed in boards.cfg (12): -- A10-OLinuXino-Lime - Olimex_ A13-OLinuXino - Olimex_ A20

[linux-sunxi] Our uboot boards.cfg.

2014-07-22 Thread Luc Verhaegen
your u-boot board targets, why bother filing the patch in the first place? http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send

Re: [linux-sunxi] Our uboot boards.cfg.

2014-07-22 Thread Luc Verhaegen
On Wed, Jul 23, 2014 at 01:19:07AM +0200, Henrik Nordström wrote: ons 2014-07-23 klockan 00:11 +0200 skrev Luc Verhaegen: is how people find our wiki and thus our project. If you are not convinced, google for cubieboard, and check the third link. Sorry, but I am not you at your place

Re: [linux-sunxi] Re: Experimenting with eu3000 board

2014-07-21 Thread Luc Verhaegen
only possibility to use the Android one. Does anybody have experience how to port back drivers from the android to the linux? As i said on the 11th: http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux

Re: [linux-sunxi] Better face for sunxi website?

2014-07-16 Thread Luc Verhaegen
was under the impression that we were a technical resource, and that we were not trying to sell anything. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [linux-sunxi] Better face for sunxi website?

2014-07-16 Thread Luc Verhaegen
On Wed, Jul 16, 2014 at 09:52:46AM -0400, jonsm...@gmail.com wrote: On Wed, Jul 16, 2014 at 9:39 AM, Luc Verhaegen l...@skynet.be wrote: I was under the impression that we were a technical resource, and that we were not trying to sell anything. That site has a nice look to it. I've seen

Re: [linux-sunxi] Re: Allwinner joins Linaro Digital Home Group, commits to open source chip support

2014-07-15 Thread Luc Verhaegen
On Wed, Mar 05, 2014 at 03:36:23PM +0100, Luc Verhaegen wrote: Time will tell. Luc Verhaegen. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [linux-sunxi] Experimenting with eu3000 board

2014-07-11 Thread Luc Verhaegen
sparse on that. All the best You can fix this by working through http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [linux-sunxi] linux-sunxi.org is down

2014-07-10 Thread Luc Verhaegen
available, as he is the owner, so he can restart his vhosts. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr

Re: [linux-sunxi] [PATCH: u-boot-sunxi] Add Di-Way AND-1

2014-07-05 Thread Luc Verhaegen
the http://linux-sunxi.org/New_Device_howto so that we at least have a chance of matching up some random fex file and u-boot target with some hardware. We carry enough zombies around as is. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi

Re: [linux-sunxi] [PATCH] Add .fex for board YBKJ_A20

2014-06-30 Thread Luc Verhaegen
gone through the device page. Please fix up the remaining problems, provide a comprehensive set of pictures that you made yourself, and provide a patch for u-boot. Thanks, Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group

Re: [linux-sunxi] [PATCH] Add .fex for board YBKJ_A20

2014-06-30 Thread Luc Verhaegen
. There is a whole section on patching u-boot, and that explanation is linked from our new device howto. Sorry but I've got better things to do. Suit yourself. This page will then remain NDH_TODO until someone else comes along and finishes it. Luc Verhaegen. -- You received this message

Re: [linux-sunxi] Re: OLIMEX A20-SOM: requires working uboot

2014-06-28 Thread Luc Verhaegen
On Sat, Jun 28, 2014 at 03:00:34PM +0200, Henrik Nordström wrote: Thanks! https://github.com/linux-sunxi/u-boot-sunxi/commit/299c37419e0b8c7270e145500894e49355afcdfb And nobody mentioned http://linux-sunxi.org/New_Device_howto Amazing. Now we have no wiki page and no fex file. Great. Luc

Re: [linux-sunxi] How can I get pcDuino join sunxi-linux org?

2014-06-23 Thread Luc Verhaegen
are pretty good for A10 and A20 devices atm, especially when they are common devboards. Everyone has those. What is it that you are really trying to achieve with this email of yours? It all seems pretty confused and poorly researched. What do you and/or linksprite want from linux-sunxi.org? Luc

Re: [linux-sunxi] USB port not working on A20 based device with sunxi-3.4

2014-06-05 Thread Luc Verhaegen
/auto.conf', needed by `include/config/kernel.release'. Stop. martin@martin:~/arm/linux-sunxi$ I have working ubuntu, but USB not working. I can't connect keyboard and mouse. Thank you for help. Why don't you try https://github.com/linux-sunxi/linux-sunxi/tree/sunxi-3.4 Luc Verhaegen

Re: [linux-sunxi] Linux in DI-WAY AND-1 Android player

2014-06-04 Thread Luc Verhaegen
will try get hardware info from Android. I do not want do root, if Linux not works I can get money back for 14 days (no root). Thank you. http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group

Re: [linux-sunxi] Linux in DI-WAY AND-1 Android player

2014-06-04 Thread Luc Verhaegen
On Wed, Jun 04, 2014 at 01:14:54PM +0200, Luc Verhaegen wrote: On Wed, Jun 04, 2014 at 04:10:39AM -0700, tux.mar...@gmail.com wrote: Hi, I bought DI-WAY AND-1 Android player. Now I would like to try Linux. Player has A20 CPU, 1GB DDR3 RAM and 1GB internal flash. I tried a lot of images

Re: [linux-sunxi] Linux in DI-WAY AND-1 Android player

2014-06-04 Thread Luc Verhaegen
On Wed, Jun 04, 2014 at 06:33:38AM -0700, tux.mar...@gmail.com wrote: Dne středa, 4. června 2014 13:20:27 UTC+2 Luc Verhaegen napsal(a): http://linux-sunxi.org/New_Device_howto Luc Verhaegen. Oh, and since it is an a20, linux should just work. Luc Verhaegen. I want to run a10

Re: [linux-sunxi] AP6210 (CubieTruck WiFi/BT module) driver for linux-sunxi

2014-06-04 Thread Luc Verhaegen
stopper for general usage. I will work on that when i have more time. Hope this help. Please create the bluetooth wiki page http://linux-sunxi.org/index.php?title=Bluetoothaction=edit and all relevant information there. This will ensure maximum exposure for your work. Luc Verhaegen. -- You

Re: [linux-sunxi] Re: Linux in DI-WAY AND-1 Android player

2014-06-04 Thread Luc Verhaegen
. (script.bin read from fel). How you can use these is fully described in the new device howto link provided earlier. Luc Verhaegen, -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from

Re: [linux-sunxi] [PATCH 2/2] fix k1001l1c name so it buidls with sunxi-bsp

2014-06-01 Thread Luc Verhaegen
capitalization? Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit https

Re: [linux-sunxi] [PATCH 1/2] k1001l1c should use proper dram file too.

2014-06-01 Thread Luc Verhaegen
, consider this: Reviewed-by: Luc Verhaegen l...@skynet.be as then the change is exactly the same. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux

Re: [linux-sunxi] [PATCH 2/2] fix k1001l1c name so it buidls with sunxi-bsp

2014-06-01 Thread Luc Verhaegen
need to go do mass renaming of u-boot and boards devices following my insane wiki device documentation work. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send

Re: [linux-sunxi] Linux on eBay Android 4.2 Smart TV Box player

2014-05-26 Thread Luc Verhaegen
is unbrickable. Just buy it, it will mostly work. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more

Re: [linux-sunxi] [PATCH] Add qt840a

2014-05-15 Thread Luc Verhaegen
were apparently documented. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit https

Re: [linux-sunxi] Ubuntu/Debian Porting on Allwinner A10

2014-05-10 Thread Luc Verhaegen
On Sat, May 10, 2014 at 12:37:49AM -0700, brkr1989 wrote: On Friday, 9 May 2014 20:36:26 UTC+5:30, Luc Verhaegen wrote: On Fri, May 09, 2014 at 06:20:09AM -0700, brkr1989 wrote: I read the pages and was able to retreive the bootloader(u-boot.bin) and a bunch of files from

Re: [linux-sunxi] Sunxi OTG port performance

2014-05-09 Thread Luc Verhaegen
/explanations in old mailing list messages that I can't find now); b) do we have this quirk documented anywhere on the wiki, as it's entirely non-obvious and often comes as a surprise to new users. Answer to b) it's a wiki, it can be searched and edited. Luc Verhaegen. -- You received

Re: [linux-sunxi] Ubuntu/Debian Porting on Allwinner A10

2014-05-08 Thread Luc Verhaegen
On Thu, May 08, 2014 at 06:18:43AM -0700, brkr1...@gmail.com wrote: I have a MicroMax P300 tablet in which I 'm willing to install the Ubuntu/Debian OS and completely remove Android OS. Can anyone help me in this regard? http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You

<    1   2   3   4   >