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

2013-12-30 Thread Puneet B
Hi HNO, i downloaded cubieboard img file from this link. http://dl.linux-sunxi.org/users/hramrach/cubieboard2-linux3.3-SD-card-image/ i flashed this image to sd card. which is working fine. the u-boot log for this image file is : U-Boot SPL 2013.04-07297-gc8f265c-dirty (Jun 23 2013 - 14:31:4

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 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/u-boot-sunxi. >

[linux-sunxi] Re: [PATCH] PWM kernel module for the Allwinner A10 SOC for 3.4 series kernels

2013-12-30 Thread jekl57
Hi, All! I use board Cubieboard v.1 I use Debian distro which build under the instruction from the website linux-sunxi.org Linux Cubieboard 3.4.75 No problems, everything works. Thanks! -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscr

[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}' s

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 0x

[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 ext

[linux-sunxi] Re: [PATCH v2 3/4] pinctrl: sunxi: Add Allwinner A20 clock output pin functions

2013-12-30 Thread Maxime Ripard
Hi Chen-Yu, On Mon, Dec 30, 2013 at 11:25:48AM +0800, Chen-Yu Tsai wrote: > This patch adds the clock output pin functions on the A20. > The 2 pins can output a configurable clock to be used by > external modules. This is used on the CubieTruck, to supply > a 32768 Hz low power clock to the onboar

[linux-sunxi] Re: [PATCH v2 4/4] ARM: dts: sun7i: Add pin muxing options for clock outputs

2013-12-30 Thread Maxime Ripard
Hi Chen-Yu, On Mon, Dec 30, 2013 at 11:25:49AM +0800, Chen-Yu Tsai wrote: > This patch adds the clock output pin options on the A20. > The 2 pins can output a configurable clock to be used by > external modules. This is used on the CubieTruck, to supply > a 32768 Hz low power clock to the onboard

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

2013-12-30 Thread Maxime Ripard
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 as > the first input of the clock outputs, which according to AW's A20 user > manual, is the

[linux-sunxi] Re: [PATCH 1/1] ARM: sunxi: select ARM_PSCI

2013-12-30 Thread Maxime Ripard
Hi Zalan, On Wed, Dec 25, 2013 at 01:11:06PM +0100, Zalan Blenessy wrote: > This is necessary for SMP on sun7i. > > Signed-off-by: Zalan Blenessy I'd expect a bit more details here. What you wrote in your cover letter would be a good start. Something like 8< On Allwinner sun7i (A20) S

Re: [linux-sunxi] boot environment variables..

2013-12-30 Thread Tim Fletcher
On 30/12/13 12:24, Puneet B wrote: 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

Re: [linux-sunxi] Re: New sunxi-next tree with usb (ehci only), hs timers, and other stuff.

2013-12-30 Thread Tim Fletcher
On 22/12/13 12:57, Hans de Goede wrote: Hi, On 12/22/2013 12:21 AM, Michal Suchanek wrote: Actually sun7i smp conflicts badly with the sun6i smp .. so a stab at a merge: https://github.com/hramrach/linux-sunxi/commits/sunxi-next Compile tested. Actually the plan for A20 going forward is to

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

2013-12-30 Thread Nedko Arnaudov
Puneet B 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 with: dd if=u

[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 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 as >> the first input of

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2013-12-30 Thread Siarhei Siamashka
On Tue, 17 Dec 2013 11:36:29 +0100 Michal Suchanek wrote: > On 17 December 2013 07:09, Siarhei Siamashka > wrote: > > On Mon, 16 Dec 2013 14:13:11 +0200 > > Tsvetan Usunov wrote: > > > >> Hi Siarhei > >> You are right, the RPI fans are a bit dissapointed by the Debian image > >> generated from