[linux-sunxi] Re: A20 mainline kernel questions

2015-08-30 Thread Andrea Venturi
Il giorno domenica 30 agosto 2015 13:55:14 UTC+2, Alexis Jeandet ha scritto: > > Hi Andrea, > > Indeed my song is mono, so that may explain the issue. > > ok > I also continued to investigate the code from Marcus, which if I > understood correctly, is based on your code. I got some successful

Re: [linux-sunxi] [PATCH sunxi-tools 5/6] fel: Make the SPL load address configurable instead of hardcoded 0x0

2015-08-30 Thread Ian Campbell
On Sat, 2015-08-29 at 09:33 +0300, Siarhei Siamashka wrote: > Add a new field 'spl_addr' to the SoC description structure and adjust > the code to honor it. This is needed for supporting Allwinner A80. > > Tested on Allwinner A20 by changing the 'spl_addr' to 0x28000 in the > 'fel' tool and using

[linux-sunxi] Re: A20 mainline kernel questions

2015-08-30 Thread Alexis Jeandet
Hi Andrea, Indeed my song is mono, so that may explain the issue. I also continued to investigate the code from Marcus, which if I understood correctly, is based on your code. I got some successful results also with this code. I think that Marcus wanted to merge the two structures sunxi_priv a

Re: [linux-sunxi] [PATCH sunxi-tools 0/6] Fixes which should provide "fel spl" command support for A80

2015-08-30 Thread Hans de Goede
Hi, On 29-08-15 08:33, Siarhei Siamashka wrote: This is a set of patches, which are intended to eventually support booting Allwinner A80 over USB with the "fel spl" and "fel uboot" commands. The memory map in Allwinner A80 differs from all the other known Allwinner SoC variant. The SPL (or BOOT

Re: [linux-sunxi] [PATCH sunxi-tools 1/2] README: Remove the obsolete 'usb-boot' script

2015-08-30 Thread Hans de Goede
Hi, On 30-08-15 01:25, Siarhei Siamashka wrote: It was designed to be used with the legacy u-boot-sunxi bootloader and has many assumptions, which are specific to it (a special FEL configuration, hardcoded addresses, etc.) The mainline U-Boot can now be booted over USB with the "fel uboot u-boo

[linux-sunxi] Re: A20 mainline kernel questions

2015-08-30 Thread Andrea Venturi
Il giorno venerdì 28 agosto 2015 15:11:47 UTC+2, Alexis Jeandet ha scritto: > > Hi Andrea, > > Good news! I can hear some sounds :). > good! > After some discussions with Marcus I've checked I2S pins with logic > analyser, the data where at the output but really fast (340kS/s). I decided >

[linux-sunxi] Re: Banana pi BPI-M2 uboot 2015-7 and kernel 4.1.6 test

2015-08-30 Thread Thomas Kaiser
lion wang wrote: > > BPI team have test linux kernel 4.1.6 on BPI-M1,BPI-M1+,BPI-M2,BPI-M3 > Where's the M3 stuff? And I would assume the only bit of interest inside your forked kernel is one single file (since everything else already worked before and you didn't change a single line of code).