Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Maxime Ripard
On Mon, Sep 08, 2014 at 06:01:25PM +0200, Luc Verhaegen wrote: On Mon, Sep 08, 2014 at 04:33:48PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 03:55:19PM +0200, Luc Verhaegen wrote: For those who do not know what Maxime is on about, here is the short explanation:

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Michal Suchanek
On 9 September 2014 11:53, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, Sep 08, 2014 at 09:53:21PM +0200, Michal Suchanek wrote: A10= AW1623 (sun4i) A13/A10s = AW1625 (sun5i) A31= AW1633 (sun6i) A20= AW1651 (sun7i) A23= AW1650 (sun8i) A80= AW1635

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Maxime Ripard
On Tue, Sep 09, 2014 at 12:41:41PM +0200, Michal Suchanek wrote: On 9 September 2014 11:53, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, Sep 08, 2014 at 09:53:21PM +0200, Michal Suchanek wrote: A10= AW1623 (sun4i) A13/A10s = AW1625 (sun5i) A31= AW1633 (sun6i)

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Luc Verhaegen
On Tue, Sep 09, 2014 at 12:05:54PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 06:01:25PM +0200, Luc Verhaegen wrote: For now. Forgive me, I don't have the chance to own a crystal ball. And logically extrapolating is not one of your strengths either apparently. It was a

[linux-sunxi] Re: [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Stefan Monnier
For now. Forgive me, I don't have the chance to own a crystal ball. And logically extrapolating is not one of your strengths either apparently. Could we try to stay friendly? Pretty please? Stefan -- You received this message because you are subscribed to the Google Groups

[linux-sunxi] New device support strategy.

2014-09-09 Thread Luc Verhaegen
Hi, A31 was always a pretty marginal affair for Allwinner. I doubt that they made much money off of it. A23 should've been a wake-up call for us, but we seemed unable to get much going with it. With A33 and A80 happening now, and with Olimex doing an A31 device, and with development boards

Re: [linux-sunxi] [u-boot 3/3] Remove CONS_INDEX from generic A13_MID entry.

2014-09-09 Thread Luc Verhaegen
On Fri, Aug 29, 2014 at 10:42:15PM +0200, Michal Suchanek wrote: As this entry is promoted as generic tablet bootloader and uart turned on prevents booting at least on some tablets it should be removed. Separate A13_MID_UART entry is provided as sample for people who are willing to take

[linux-sunxi] [sunxi-boards 0/5] A13 tablet fex files

2014-09-09 Thread Michal Suchanek
Fex files for two A13 tablets. With these basic functionality should be obtained on iNet 86VS and A86 V4. Dodgy devices like Mali or touchscreen are not tested and may need additional options. Thanks Michal Michal Suchanek (5): Original fex file from iNet technology 86VS (Manta MID705).

[linux-sunxi] [sunxi-boards 2/5] Update iNet 86VS fex with a10-meminfo output.

2014-09-09 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- sys_config/a13/inet_86vs.fex |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys_config/a13/inet_86vs.fex b/sys_config/a13/inet_86vs.fex index f1c224f..b2a04c2 100644 --- a/sys_config/a13/inet_86vs.fex +++

[linux-sunxi] [sunxi-boards 1/5] Original fex file from iNet technology 86VS (Manta MID705).

2014-09-09 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- sys_config/a13/inet_86vs.fex | 735 ++ 1 file changed, 735 insertions(+) create mode 100644 sys_config/a13/inet_86vs.fex diff --git a/sys_config/a13/inet_86vs.fex b/sys_config/a13/inet_86vs.fex new

[linux-sunxi] [sunxi-boards 4/5] Update a86v4 fex with paramaters read from meminfo.

2014-09-09 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- sys_config/a13/a86v4.fex |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys_config/a13/a86v4.fex b/sys_config/a13/a86v4.fex index 618e5d9..43fade3 100644 --- a/sys_config/a13/a86v4.fex +++

[linux-sunxi] [sunxi-boards 3/5] Add a86v4 original fex from Prestigio PMP370B (black).

2014-09-09 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- sys_config/a13/a86v4.fex | 626 ++ 1 file changed, 626 insertions(+) create mode 100644 sys_config/a13/a86v4.fex diff --git a/sys_config/a13/a86v4.fex b/sys_config/a13/a86v4.fex new file mode

[linux-sunxi] Differences between Allwinner's u-boot and kernel and uboot-sunxi/linux-sunxi on sun7i

2014-09-09 Thread Toroshin Dmitry
I tried to use kexec to boot kernel. Kexec from sdk/stock kernel works only with sdk kernels, kexec from linux-sunxi kernel works only with sunxi. sdk' kernel is unuseful because g2d API is broken, usb sometimes crashes (NPD somewhere in usb code). -- You received this message because you are

Re: [linux-sunxi] Differences between Allwinner's u-boot and kernel and uboot-sunxi/linux-sunxi on sun7i

2014-09-09 Thread Henrik Nordström
tis 2014-09-09 klockan 11:01 -0700 skrev Toroshin Dmitry: I tried to use kexec to boot kernel. Kexec from sdk/stock kernel works only with sdk kernels, kexec from linux-sunxi kernel works only with sunxi. sdk' kernel is unuseful because g2d API is broken, usb sometimes crashes (NPD

[linux-sunxi] [sunxi-boards v2 2/4] Update iNet 86VS fex with a10-meminfo output.

2014-09-09 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- sys_config/a13/inet_86vs.fex |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys_config/a13/inet_86vs.fex b/sys_config/a13/inet_86vs.fex index f1c224f..b2a04c2 100644 --- a/sys_config/a13/inet_86vs.fex +++

[linux-sunxi] [sunxi-boards v2 3/4] Update A86 V4.0 Prestigio PMP370B fex with paramaters read from meminfo.

2014-09-09 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- sys_config/a13/prestigio_pmp3670b.fex |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys_config/a13/prestigio_pmp3670b.fex b/sys_config/a13/prestigio_pmp3670b.fex index 59e8ec2..e024d2d 100644 ---

[linux-sunxi] [sunxi-boards v2 0/4] A13 tablet fex files

2014-09-09 Thread Michal Suchanek
Fex files which should provide basic functionalit on Prestigio PMP370B and iNet 86VS. V2 Rebased on top of the existing PMP370B fex file. Thanks Michal Michal Suchanek (4): Original fex file from iNet technology 86VS (Manta MID705). Update iNet 86VS fex with a10-meminfo output. Update

[linux-sunxi] [sunxi-boards v2 4/4] Fix broken keys and uarts on PMP370B and iNet 86VS

2014-09-09 Thread Michal Suchanek
Kernel wants an uart3 serction otherwise whines. Keys should be explicitly enabled and mapped as appropriate. USB should be enabled by default because it is not detected otherwise. Signed-off-by: Michal Suchanek hramr...@gmail.com --- sys_config/a13/inet_86vs.fex | 14 +-