Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ian Campbell
On Wed, 2014-03-12 at 06:53 -0700, Ezaul Zillmer wrote: > > Nothing appears scsi info Perhaps try increasing WAIT_MS_LINKUP some more (as per patch 3/4)? Ian. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ian Campbell
On Wed, 2014-03-12 at 14:17 +0100, Koen Kooi wrote: > Op 12 mrt. 2014, om 13:56 heeft Ian Campbell het > volgende geschreven: > > > On Wed, 2014-03-12 at 05:43 -0700, Ezaul Zillmer wrote: > > > > I'm afraid much of your mail was incomprehensible to me. > > > >> setenv bootargs console = tty0 c

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ezaul Zillmer
> > sun7i# scsi reset > > Reset SCSI > scanning bus for devices... > timeout exit! > Found 0 device(s). > > this same problem not think that the drive to boot > > Nothing appears scsi info > > :( > I will try to put another HD > > Loading the kernel > [3.723244] ata1.00: ATA-8: SAMSUNG HM320II,

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Koen Kooi
Op 12 mrt. 2014, om 13:56 heeft Ian Campbell het volgende geschreven: > On Wed, 2014-03-12 at 05:43 -0700, Ezaul Zillmer wrote: > > I'm afraid much of your mail was incomprehensible to me. > >> setenv bootargs console = tty0 console = ttyS0, 115200 = hdmi.audio >> EDID: 0 = disp.screen0_outpu

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ian Campbell
On Wed, 2014-03-12 at 05:43 -0700, Ezaul Zillmer wrote: I'm afraid much of your mail was incomprehensible to me. > setenv bootargs console = tty0 console = ttyS0, 115200 = hdmi.audio > EDID: 0 = disp.screen0_output_mode EDID: 1280x800p60 root = / dev/sda1 > rootfstype = ext4 rootwait panic = 10

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ezaul Zillmer
Hi Ian U-Boot SPL 2014.01-rc1-gb754a91 (Mar 12 2014 - 09:11:26) Board: Cubieboard2 DRAM: 1024 MiB CPU: 96000Hz, AXI/AHB/APB: 3/2/2 spl: not an uImage at 1600 U-Boot 2014.01-rc1-gb754a91 (Mar 12 2014 - 09:11:26) Allwinner Technology CPU: Allwinner A20 (SUN7I) Board: Cubieboard2 I2C: rea

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-07 Thread Ian Campbell
On Fri, 2014-03-07 at 08:44 -0800, Ezaul Zillmer wrote: > You would have a repository with these updates where I could play with > git, > compile and test my cubieboard2 using kernel 3.14.rc5 git://gitorious.org/ijc/u-boot.git ahci-sunxi It is based on jwrdegoede/sunxi-next. Ian. ___

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-07 Thread Ezaul Zillmer
Hi Ian .. You would have a repository with these updates where I could play with git, compile and test my cubieboard2 using kernel 3.14.rc5 I'm waiting! to test your boot! thank you ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-06 Thread Ian Campbell
On Fri, 2014-03-07 at 01:19 +, Ian Campbell wrote: > This is the third version of my series to add support for AHCI to the > sunxi platform. This uses the existing ahci platform support already > present in u-boot. Most of the sunxi specific code comes from the Linux > platform patches. > > Si