Re: [linux-sunxi] [PATCH u-boot-sunxi v2 00/13] Add GMAC support to u-boot

2013-12-30 Thread Siarhei Siamashka
On Sun, 22 Dec 2013 00:39:39 +0800 Chen-Yu Tsai w...@csie.org wrote: Hi everyone, This patch series add support for GMAC on Cubieboard2 and Cubietruck, using the designware driver already in u-boot. The patch series should be applied over the current 'sunxi' branch in

[linux-sunxi] boot environment variables..

2013-12-30 Thread Puneet B
Hi, i am using these boot cmd. setenv console 'ttyS0,115200' setenv root '/dev/mmcblk0p2' setenv panicarg 'panic=10' setenv extra 'rootfstype=ext4 rootwait' setenv loglevel '8' setenv setargs 'setenv bootargs console=${console} root=${root} init=/init loglevel=${loglevel} ${panicarg} ${extra}'

Re: [linux-sunxi] [PATCH 3.4] sunxi: Simplify and unify the __phys_to_bus/__bus_to_phys macros

2013-12-30 Thread Hans de Goede
Hi, On 12/30/2013 01:50 AM, Siarhei Siamashka wrote: These macros are used to convert between physical addresses (as seen by the CPU) and bus addresses (as seen by various peripherals such as the display controller, cedar, g2d, mali, ...). The difference between physical and bus addresses is

[linux-sunxi] Re: [PATCH 0/4] clk: sunxi: add A20 external output clock support

2013-12-30 Thread Maxime Ripard
Hi Mike, On Sun, Dec 29, 2013 at 01:56:33PM -0800, Mike Turquette wrote: Quoting Maxime Ripard (2013-12-29 12:59:27) Hi Chen-Yu, On Mon, Dec 23, 2013 at 04:37:02PM +0800, Chen-Yu Tsai wrote: Hi everyone, This patch series adds support for the Allwinner A20's 2 external clock

Re: [linux-sunxi] u-boot source code for A20

2013-12-30 Thread Nedko Arnaudov
Puneet B punit...@gmail.com writes: i got sunxi-spl.bin ,u-boot.bin and u-boot-spl.bin. sudo dd if=sunxi-spl.bin of=/dev/sdc bs=1024 seek=8 sudo dd if=u-boot.bin of=/dev/sdc bs=1024 seek=32. in log i got this error. For olinuxino A20 i also got u-boot-sunxi-with-spl.bin which i installed

[linux-sunxi] Re: [PATCH v2 2/4] ARM: dts: sun7i: external clock outputs

2013-12-30 Thread Chen-Yu Tsai
Hi, On Mon, Dec 30, 2013 at 11:25 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Mon, Dec 30, 2013 at 11:25:47AM +0800, Chen-Yu Tsai wrote: This commit adds the two external clock outputs available on A20 to its device tree. A dummy fixed factor clock is also added to serve