Re: [linux-sunxi] [PATCH] Revert "sunxi: board: Print error after power initialization fails"

2018-12-29 Thread Priit Laes
On Sat, Dec 29, 2018 at 11:10:36PM +0100, Olliver Schinagl wrote: > Luckily we have had no problem with this on our boards, but its sad to see > this patch reverted due to the buggy ddr implementation ... > > Curiosity is getting the better of me and I cant seem to be able to reproduce > the pro

Re: [linux-sunxi] [PATCH] Revert "sunxi: board: Print error after power initialization fails"

2018-12-29 Thread Olliver Schinagl
Luckily we have had no problem with this on our boards, but its sad to see this patch reverted due to the buggy ddr implementation ... Curiosity is getting the better of me and I cant seem to be able to reproduce the problem. So could you be a little bit more specific on the bug please? On Dece

[linux-sunxi] Re: [PATCH] Add NFC register definitions for Allwinner A20 SoC

2018-12-29 Thread Jagan Teki
On Wed, Dec 26, 2018 at 4:49 PM Nikolai Zhubr wrote: > > And while at it, why not finally add the DT register definitions for > Allwinner A20 NFC. I'm certainly not the author of these, and they have > been around for many years already. Its quite unlikely they will > suddenly change, or vary betw

[linux-sunxi] Re: [PATCH] Add Hynix H27UBG8T2BTR id

2018-12-29 Thread Nikolai Zhubr
29.12.2018 21:51, Jagan Teki: On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr wrote: Add Hynix H27UBG8T2BTR nand chip identification. These chips are sometimes present in e.g. older A20-olinuxino-micro boards. So the older boards were broken these releases? Those with H27UBG8T2BTR chip -- ye

[linux-sunxi] Re: [U-Boot] SPL variant of sunxi nand module

2018-12-29 Thread Nikolai Zhubr
Hi, Its just to remind sunxi_nand_spl.c is still broken. (And probably has been for a couple releases or so). I'm unable to fix it myself (other than reverting the mentioned commit locally.) Thank you, Regards, Nikolai 24.12.2018 0:47, Nikolai Zhubr: Hi again, The following commit (title

Re: [linux-sunxi] [PATCH] Revert "sunxi: board: Print error after power initialization fails"

2018-12-29 Thread Jagan Teki
On Wed, Dec 19, 2018 at 6:32 PM Andre Przywara wrote: > > From: "From: Karl Palsson" > > Commit a8011eb84dfa("sunxi: board: Print error after power initialization > fails") moved the DRAM init after the increase of the CPU clock > frequency. This lead to various DRAM initialisation failures on so

[linux-sunxi] Re: [PATCH] Add Hynix H27UBG8T2BTR id

2018-12-29 Thread Jagan Teki
On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr wrote: > > Add Hynix H27UBG8T2BTR nand chip identification. > These chips are sometimes present in e.g. older A20-olinuxino-micro boards. So the older boards were broken these releases? -- You received this message because you are subscribed to the

[linux-sunxi] Re: [PATCH 1/3] tools: mkimage: Add missing names for imx8mimage and loadables

2018-12-29 Thread Simon Glass
On Fri, 21 Dec 2018 at 18:36, Andre Przywara wrote: > > At the moment "mkimage -T list" starts with two unknown entries, because > their IH_TYPE_ name is not listed in the uimage_type table. > > Add those two entries to get an OCD-compatible image type listing. > > Signed-off-by: Andre Przywara >

[linux-sunxi] Re: [PATCH 2/3] tools: mkimage: Add Allwinner eGON support

2018-12-29 Thread Simon Glass
On Fri, 21 Dec 2018 at 18:36, Andre Przywara wrote: > > So far we used the separate mksunxiboot tool for generating a bootable > image for Allwinner SPLs, probably just for historical reasons. > > Use the mkimage framework to generate a so called eGON image the > Allwinner BROM expects. > The new

[linux-sunxi] Re: [PATCH 3/3] sunxi: Use mkimage -T sunxi_egon for SPL boot image generation

2018-12-29 Thread Simon Glass
On Fri, 21 Dec 2018 at 18:36, Andre Przywara wrote: > > Switch the SPL boot image generation from using mksunxiboot to the new > sunxi_egon format of mkimage. > > Verified to create identical results for all 144 Allwinner boards. > > Signed-off-by: Andre Przywara > --- > scripts/Makefile.spl | 8