Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-10-22 Thread Siarhei Siamashka
Hello, On Sat, 21 Feb 2015 16:47:20 +0100 Hans de Goede wrote: > Note that sunxi-3.4/staging currently does not work for me (on sun5i at least) > (*) so these patches have only been tested on the sunxi-3.4 branch. > > Regards, > > Hans > > *) It does not boot at all for some reason, not a sin

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-20 Thread Paul Kocialkowski
Le mercredi 18 mars 2015 à 10:24 +0200, Siarhei Siamashka a écrit : > On Sun, 15 Mar 2015 15:05:42 +0100 > Paul Kocialkowski wrote: > > > Le dimanche 15 mars 2015 à 14:10 +0200, Siarhei Siamashka a écrit : > > > On Sun, 15 Mar 2015 12:12:00 +0100 > > > Paul Kocialkowski wrote: > > > > > > > Le

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-18 Thread Siarhei Siamashka
On Sun, 15 Mar 2015 15:05:42 +0100 Paul Kocialkowski wrote: > Le dimanche 15 mars 2015 à 14:10 +0200, Siarhei Siamashka a écrit : > > On Sun, 15 Mar 2015 12:12:00 +0100 > > Paul Kocialkowski wrote: > > > > > Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > > > > On Sat, 21

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Paul Kocialkowski
Le dimanche 15 mars 2015 à 14:10 +0200, Siarhei Siamashka a écrit : > On Sun, 15 Mar 2015 12:12:00 +0100 > Paul Kocialkowski wrote: > > > Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > > > On Sat, 21 Feb 2015 16:47:20 +0100 > > > Hans de Goede wrote: > > > > > > > Hi all,

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Paul Kocialkowski
Le dimanche 15 mars 2015 à 12:25 +0100, Code Kipper a écrit : > On 15 March 2015 at 12:23, Code Kipper wrote: > > On 15 March 2015 at 12:12, Paul Kocialkowski wrote: > >> Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > >>> On Sat, 21 Feb 2015 16:47:20 +0100 > >>> Hans de Goe

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Siarhei Siamashka
On Sun, 15 Mar 2015 12:12:00 +0100 Paul Kocialkowski wrote: > Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > > On Sat, 21 Feb 2015 16:47:20 +0100 > > Hans de Goede wrote: > > > > > Hi all, > > > > > > Newer u-boot versions may chose a different (better) PLL6 / PLL5 setti

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Code Kipper
On 15 March 2015 at 12:23, Code Kipper wrote: > On 15 March 2015 at 12:12, Paul Kocialkowski wrote: >> Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : >>> On Sat, 21 Feb 2015 16:47:20 +0100 >>> Hans de Goede wrote: >>> >>> > Hi all, >>> > >>> > Newer u-boot versions may chose

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Code Kipper
On 15 March 2015 at 12:12, Paul Kocialkowski wrote: > Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : >> On Sat, 21 Feb 2015 16:47:20 +0100 >> Hans de Goede wrote: >> >> > Hi all, >> > >> > Newer u-boot versions may chose a different (better) PLL6 / PLL5 setting >> > and/or di

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Paul Kocialkowski
Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > On Sat, 21 Feb 2015 16:47:20 +0100 > Hans de Goede wrote: > > > Hi all, > > > > Newer u-boot versions may chose a different (better) PLL6 / PLL5 setting > > and/or different voltage settings. Unfortunately the old linux-sunxi-

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-02-24 Thread Siarhei Siamashka
On Sat, 21 Feb 2015 16:47:20 +0100 Hans de Goede wrote: > Hi all, > > Newer u-boot versions may chose a different (better) PLL6 / PLL5 setting > and/or different voltage settings. Unfortunately the old linux-sunxi-3.4 > kernels have a number of hardcoded assumptions about PLL5 speed, and in some

[linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-02-21 Thread Hans de Goede
Hi all, Newer u-boot versions may chose a different (better) PLL6 / PLL5 setting and/or different voltage settings. Unfortunately the old linux-sunxi-3.4 kernels have a number of hardcoded assumptions about PLL5 speed, and in some cases override the bootloader chosen PLL6 / voltages in a bad way.