Re: [linux-sunxi] Lemon Pi on Indiegogo campaign,$35 ARM Quad-core A9 and Imagination PowerVR SGX544 open source board

2015-05-26 Thread jonsm...@gmail.com
On Tue, May 26, 2015 at 7:28 PM, Julian Calaby julian.cal...@gmail.com wrote: Hi, Stupid question: isn't this kinda off-topic for this list as the SoC on the LemonPi isn't an Allwinner part? Are there lists for these other Chinese vendors? I haven't found one for Rockchip or AMLogic.

Re: [linux-sunxi] Lemon Pi on Indiegogo campaign,$35 ARM Quad-core A9 and Imagination PowerVR SGX544 open source board

2015-05-26 Thread Julian Calaby
Hi Jon, On Wed, May 27, 2015 at 10:06 AM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Tue, May 26, 2015 at 7:28 PM, Julian Calaby julian.cal...@gmail.com wrote: Hi, Stupid question: isn't this kinda off-topic for this list as the SoC on the LemonPi isn't an Allwinner part? Are

[linux-sunxi] External Interrupts with sun6i / sun8i

2015-05-26 Thread Lawrence Y
Hi, I was wondering if there was an example of a dts that used external interrupts with the sun6i or sun8i chips? I've been trying to configure an external interrupt on PA23 with no luck so far. I looked through all of the sun6i and sun8i dts files for an example but did not find anything

[linux-sunxi] Re: External Interrupts with sun6i / sun8i

2015-05-26 Thread Priit Laes
On Wednesday, May 27, 2015 at 5:53:06 AM UTC+3, Lawrence Y wrote: Hi, Hi! I was wondering if there was an example of a dts that used external interrupts with the sun6i or sun8i chips? I've been trying to configure an external interrupt on PA23 with no luck so far. I looked through

Re: [linux-sunxi] Lemon Pi on Indiegogo campaign,$35 ARM Quad-core A9 and Imagination PowerVR SGX544 open source board

2015-05-26 Thread Priit Laes
On Wed, 2015-05-27 at 06:32 +0800, Embed Studio wrote: SDK is being prepared. you know, Lemon Pi is on campaign process. Everything including code/document/datasheet/hardware material etc. will be availabel as soon as possible. I don't think that neither You (EmbedStudio) or Actions Semi

[linux-sunxi] Re: Proposal to add NAND-boot support for Sunxi SPL

2015-05-26 Thread Roy Spliet
Hello Hans, Re-sent to everybody instead of just you. Reply inline. Op 25-05-15 om 22:39 schreef Hans de Goede: Hi, On 25-05-15 20:35, Hans de Goede wrote: Hi, On 22-05-15 09:04, Roy Spliet wrote: Hello, For my set-up I made use of Boris Brezillon's sunxi-nand tree[1], or actually I

Re: [linux-sunxi] tv-in documentation from allwinner?

2015-05-26 Thread Andrea Venturi
On Tuesday, May 26, 2015 at 4:07:00 AM UTC+2, Julian Calaby wrote: Hi Euge, On Tue, May 26, 2015 at 3:24 AM, euge sobrino eu...@pcbya.com javascript: wrote: I need to decode a analog signal, but i cannot see any reference nor documentation of the 4 TVIN pins of A20. I Even see

[linux-sunxi] [PATCH V4 1/4] sunxi/nand: change BLOCK_SIZE in mksunxiboot to match NAND block size

2015-05-26 Thread Roy Spliet
From: Daniel Kochmański dkochman...@turtle-solutions.eu This change is necessary to calculate correct checksum for NAND boot. Works both for MMC and NAND. Without it BROM rejects boot image as invalid (bad checksum). (Changes block size from 0x200 to 0x2000). V2: Document decision in source too

[linux-sunxi] [PATCH V4 4/4] sunxi/nand: Add support for booting from internal NAND memory

2015-05-26 Thread Roy Spliet
From: Daniel Kochmański dkochman...@turtle-solutions.eu V2: - Rename config option - Move to separate driver - fix DMA directly into RAM - Many readability upgrades - Drop R32 and W32 macros in favour of readl/writel respectively - Use standard port controller methods for pinctl - Make many NAND

[linux-sunxi] [PATCH V4 2/4] sunxi: Add DMA definitions

2015-05-26 Thread Roy Spliet
Signed-off-by: Roy Spliet r.spl...@ultimaker.com --- arch/arm/include/asm/arch-sunxi/dma.h | 16 +++ arch/arm/include/asm/arch-sunxi/dma_sun4i.h | 68 + 2 files changed, 84 insertions(+) create mode 100644 arch/arm/include/asm/arch-sunxi/dma.h create mode

[linux-sunxi] [PATCH V4] Add Sunxi NAND support to SPL

2015-05-26 Thread Roy Spliet
V4 slightly clarifies the gating code and is a bit more precise with definitions for other boards. As far as I'm concerned they can be merged now. Happy testing, Roy -- IMAGINE IT MAKE IT Meet us online at Twitter http://twitter.com/ultimaker, Facebook http://facebook.com/ultimaker,

[linux-sunxi] [PATCH V4 3/4] sunxi: Match sun4i, sun6i, sun9i CCI definitions for NAND and DMA

2015-05-26 Thread Roy Spliet
V4: - Match clock_sun9i too - Make sure definitions for DMA gate bits are available across boards Signed-off-by: Roy Spliet r.spl...@ultimaker.com --- arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 4 ++-- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 3 +++

[linux-sunxi] Re: Proposal to add NAND-boot support for Sunxi SPL

2015-05-26 Thread Hans de Goede
Hi, On 05/26/2015 09:34 AM, Roy Spliet wrote: Hello Hans, Re-sent to everybody instead of just you. Reply inline. Op 25-05-15 om 22:39 schreef Hans de Goede: Hi, On 25-05-15 20:35, Hans de Goede wrote: Hi, On 22-05-15 09:04, Roy Spliet wrote: Hello, For my set-up I made use of Boris

Re: [linux-sunxi] Lemon Pi on Indiegogo campaign,$35 ARM Quad-core A9 and Imagination PowerVR SGX544 open source board

2015-05-26 Thread jonsm...@gmail.com
What is the github link to the mentioned source code for the Android 5.0 port? On Tue, May 26, 2015 at 5:59 PM, Embed Studio embedstudioi...@gmail.com wrote: The Lemon Pi is a very low-cost open source single-board computer (SBC) equipped with a powerful ARM quad-core Cortex A9 microprocessor

Re: [linux-sunxi] Lemon Pi on Indiegogo campaign,$35 ARM Quad-core A9 and Imagination PowerVR SGX544 open source board

2015-05-26 Thread Julian Calaby
Hi, Stupid question: isn't this kinda off-topic for this list as the SoC on the LemonPi isn't an Allwinner part? Thanks, Julian Calaby On Wed, May 27, 2015 at 7:59 AM, Embed Studio embedstudioi...@gmail.com wrote: The Lemon Pi is a very low-cost open source single-board computer (SBC)

Re: [linux-sunxi] Lemon Pi on Indiegogo campaign,$35 ARM Quad-core A9 and Imagination PowerVR SGX544 open source board

2015-05-26 Thread Embed Studio
SDK is being prepared. you know, Lemon Pi is on campaign process. Everything including code/document/datasheet/hardware material etc. will be availabel as soon as possible. 2015-05-27 6:13 GMT+08:00 jonsm...@gmail.com jonsm...@gmail.com: What is the github link to the mentioned source code for