Re: [linux-sunxi] New firmware for GSL1680

2015-05-18 Thread Priit Laes
On Sun, 2015-05-17 at 18:31 -0700, sergk.ad...@gmail.com wrote: Hello. Could anyone share or describe the way how to extract it firmware for GSL1680 on 8 with 800x1280? Did you check our wiki: http://linux-sunxi.org/GSL1680 ? It includes link to the following repository which should have

[linux-sunxi] Re: [PATCH v9 4/4] crypto: Add Allwinner Security System crypto accelerator

2015-05-18 Thread Herbert Xu
On Mon, May 18, 2015 at 09:24:49AM +0200, Boris Brezillon wrote: Okay, just to be sure, what does Asynchronous mean in ablkcipher or ahash ? Is it related to the fact that crypto operations can be done in multiple steps (e.g.: one set_key + several encrypt chunk operations), or is this

Re: [linux-sunxi] New firmware for GSL1680

2015-05-18 Thread sergk . admin
Given extracted firmware from an Android driver for a 7inch A13 tablet. Thanks, I will try this https://code.google.com/p/yuandao-n90-window-dual-core-2/source/browse/drivers/input/touchscreen/gslx680_ts.h BUT in my case it is Chuwi vi8 super Baytrail tablet with 8 screen size 1280x800. Som I

Re: [linux-sunxi] New firmware for GSL1680

2015-05-18 Thread Michal Suchanek
On 18 May 2015 at 09:59, Priit Laes pl...@plaes.org wrote: On Sun, 2015-05-17 at 18:31 -0700, sergk.ad...@gmail.com wrote: Hello. Could anyone share or describe the way how to extract it firmware for GSL1680 on 8 with 800x1280? Did you check our wiki: http://linux-sunxi.org/GSL1680 ? It

Re: [linux-sunxi] New firmware for GSL1680

2015-05-18 Thread sergk . admin
Regarding firmware extraction - some newer drivers print a message in dmesg which firmware they loaded so that might be hint which one to try first. Thanks Michal Thanks but unfortunately in my case there is nothing in dmesg besides fw_loading and fw_loaded, also fw is not loaded

[linux-sunxi] Re: [PATCH v6] dma: sun4i: Add support for the DMA engine on sun[457]i SoCs

2015-05-18 Thread Vinod Koul
On Mon, May 11, 2015 at 03:27:32PM +0200, Maxime Ripard wrote: + +/** Normal DMA register values **/ + +/* Normal DMA source/destination data request type values */ +#define NDMA_DRQ_TYPE_SDRAM 0x16 +#define NDMA_DRQ_TYPE_LIMIT (0x1F + 1) + +/** Normal DMA

[linux-sunxi] Re: New firmware for GSL1680

2015-05-18 Thread Alexis Jeandet
Hi, You can do it with readelf and dd, it's not straight forward, you need to find the symbol offset(table offset + symbol ofset) and size in the file then you dump it with dd. I made a graphical tool to make this easier: https://hephaistos.lpp.polytechnique.fr/redmine/projects/execut/wiki You

Re: [linux-sunxi] AXP221 support in sunxi-next may break sd card loading for A31 hummingbird

2015-05-18 Thread Hans de Goede
Hi, On 17-05-15 18:08, Lawrence Y wrote: Hi, I'm not sure if it is my sdcard, my A31 hummingboard device, or something I am doing wrong, but I've been trying to boot an A31 hummingbird from an sdcard using the kernel from the sunxi-next branch at https://github.com/mripard/linux 33da8d2 -

[linux-sunxi] Re: [PATCH v9 4/4] crypto: Add Allwinner Security System crypto accelerator

2015-05-18 Thread Boris Brezillon
Hi Herbert, On Mon, 18 May 2015 08:41:21 +0800 Herbert Xu herb...@gondor.apana.org.au wrote: On Sun, May 17, 2015 at 12:48:11PM +0200, Boris Brezillon wrote: Yep, but then they shouldn't be declared with CRYPTO_ALG_ASYNC and as an

Re: [linux-sunxi] [RFC 0/7] ARM: sun9i: SMP support with Multi-Cluster Power Management

2015-05-18 Thread Nicolas Pitre
On Sun, 17 May 2015, Maxime Ripard wrote: Hi Ian, On Sat, May 16, 2015 at 11:08:46AM +0100, Ian Campbell wrote: On Thu, 2015-05-14 at 14:10 +0800, Chen-Yu Tsai wrote: This is my attempt to support SMP and CPU hot plugging on the Allwinner A80 SoC. The A80 is a big.Little processor

[linux-sunxi] Re: New firmware for GSL1680

2015-05-18 Thread sergk . admin
Could you please explain more detailed this portion by reading registers 00 to 7F for each 128-byte block. Questions: 1) Does it enough only one 128-byte block? 2) How to determine how much such 128byte blocks should be read and where is the finish? On Monday, May 18, 2015 at 11:52:13 AM

Re: [linux-sunxi] [RFC 0/7] ARM: sun9i: SMP support with Multi-Cluster Power Management

2015-05-18 Thread Maxime Ripard
Hi Nicolas, On Mon, May 18, 2015 at 01:19:18AM -0400, Nicolas Pitre wrote: On Sun, 17 May 2015, Maxime Ripard wrote: Hi Ian, On Sat, May 16, 2015 at 11:08:46AM +0100, Ian Campbell wrote: On Thu, 2015-05-14 at 14:10 +0800, Chen-Yu Tsai wrote: This is my attempt to support SMP and

Re: [linux-sunxi] Re: New firmware for GSL1680

2015-05-18 Thread Michal Suchanek
On 18 May 2015 at 11:15, sergk.ad...@gmail.com wrote: To ALL: Could anyone share binary static linked i2c tools for Baytrail x86 (i386) Android? If I understand right simply PC-i386/i686 i2c-tool package will not work? You can try but most likely you will have to rebuild i2c tools

[linux-sunxi] Re: New firmware for GSL1680

2015-05-18 Thread rastersoft
Check if you have the i2c tools in your android system, and try to use them to dump the firmware from the running chip. You should be able to do it by reading registers 00 to 7F for each 128-byte block, and writting in register 0xF0 the page you want to read. -- You received this message

[linux-sunxi] Re: New firmware for GSL1680

2015-05-18 Thread sergk . admin
Thanks, Am I understand right - all I need - it is just open .ko file, jumb to symbols page and choose needed variable (4ex: GSLX680_FW_I81_GSL3676B_8001280_OGS_SG) and choose export to binary and as result I will get my firmware? In that case = declarations exists in .rodata and .data.

[linux-sunxi] It seems that AllWinner released media codec source code

2015-05-18 Thread jacky lau
At least the source code of mpeg2, mpeg4, jpeg, h.264 decode library has been released today: github.com/allwinner-zh/media-codec Well done, allwinner. Hope encode library will follow. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To

[linux-sunxi] Re: New firmware for GSL1680

2015-05-18 Thread Sergio Costas
I would read all the 256 pages, and dump all them to my chip. On 18/05/15 11:00, sergk.ad...@gmail.com wrote: Could you please explain more detailed this portion by reading registers 00 to 7F for each 128-byte block. Questions: 1) Does it enough only one 128-byte block? 2) How to determine

[linux-sunxi] Re: New firmware for GSL1680

2015-05-18 Thread sergk . admin
To ALL: Could anyone share binary static linked i2c tools for Baytrail x86 (i386) Android? If I understand right simply PC-i386/i686 i2c-tool package will not work? On Monday, May 18, 2015 at 11:52:13 AM UTC+3, raste...@gmail.com wrote: Check if you have the i2c tools in your android system,

Re: [linux-sunxi] It seems that AllWinner released media codec source code

2015-05-18 Thread Luc Verhaegen
On Mon, May 18, 2015 at 02:59:41AM -0700, jacky lau wrote: At least the source code of mpeg2, mpeg4, jpeg, h.264 decode library has been released today: github.com/allwinner-zh/media-codec Well done, allwinner. Hope encode library will follow. This does not absolve Allwinner from its legal

[linux-sunxi] Re: [PATCH v2 03/10] clk: sunxi: Let divs clocks read the base factor clock name from devicetree

2015-05-18 Thread Jens Kuske
Hi, On 05/16/15 04:10, Chen-Yu Tsai wrote: 2015年5月16日 上午12:39於 Jens Kuske jensku...@gmail.com寫道: [..] @@ -1141,6 +1133,7 @@ static void __init sunxi_divs_clk_setup(struct device_node *node, struct clk_gate *gate = NULL; struct clk_fixed_factor *fix_factor; struct

[linux-sunxi] Re: [PATCH v2 02/10] clk: sunxi: Add support for multiple parents to gates

2015-05-18 Thread Jens Kuske
Hi, On 05/17/15 14:50, Maxime Ripard wrote: Hi Jens, On Fri, May 15, 2015 at 06:38:52PM +0200, Jens Kuske wrote: Some newer sunxi SoCs (A83T, H3) don't have individual registers for AHB1, APB1 and APB2 gates anymore, but one big bus gates area where each gate can have a different parent.

[linux-sunxi] Re: [PATCH v2 08/10] reset: sunxi: Add compatible for Allwinner H3 bus resets

2015-05-18 Thread Jens Kuske
On 05/17/15 16:31, Maxime Ripard wrote: On Fri, May 15, 2015 at 06:38:58PM +0200, Jens Kuske wrote: Adding a new compatible allows us to define SoC specific behaviour if necessary, for example forcing a particular device out of reset even if no driver is actually using it. Signed-off-by: