Re: [U-Boot] ROCK64 fails to boot using U-Boot TPL

2019-09-21 Thread Matwey V. Kornilov
Could you try to load dtb (and check that dtb is valid) into the other memory location? For instance into ${kernel_addr_r} which is a place for loading EFI application binary? пт, 20 сент. 2019 г. в 20:44, Simon South : > > On 2019-09-20 1:37 p.m., Matwey V. Kornilov wrote: > > What is the

[U-Boot] [PATCH] rockchip: rk3399: Add Leez P710 support

2019-09-21 Thread Andy Yan
From: Andy Yan Specification - Rockchip RK3399 - LPDDR4 - TF sd scard slot - eMMC - M.2 B-Key for 4G LTE - AP6256 for WiFi + BT - Gigabit ethernet - HDMI out - 40 pin header - USB 2.0 x 2 - USB 3.0 x 1 - USB 3.0 Type-C x 1 - TYPE-C Power supply Signed-off-by: Andy Yan Signed-off-by: Andy Yan

Re: [U-Boot] ROCK64 fails to boot using U-Boot TPL

2019-09-21 Thread Simon South
On 2019-09-21 3:47 a.m., Matwey V. Kornilov wrote: Could you please try to revert this commit and see what's happening then? Unfortunately undoing that change makes things worse: Either the NetBSD EFI bootloader hangs immediately on start (without any output) or it crashes with output like

[U-Boot] u-boot 2017 doesn't recognized pATA microdrive

2019-09-21 Thread Carlo Pisani
hi I have added the IDE support and I am able to operate with pATA harddrives, but microdrives are not recognized ... any help to what and where I have to investigate? ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] rockchip: rk3399: Add Leez P710 support

2019-09-21 Thread Jagan Teki
On Sat, Sep 21, 2019 at 4:42 PM Andy Yan wrote: > > From: Andy Yan > > Specification > - Rockchip RK3399 > - LPDDR4 > - TF sd scard slot > - eMMC > - M.2 B-Key for 4G LTE > - AP6256 for WiFi + BT > - Gigabit ethernet > - HDMI out > - 40 pin header > - USB 2.0 x 2 > - USB 3.0 x 1 > - USB 3.0

[U-Boot] rk3328 clocks

2019-09-21 Thread Matwey V. Kornilov
Hi all, Is there a reason why do we have include/dt-bindings/clock/rk3328-cru.h completely different from the same file in the Linux kernel tree? Many values (ACLK_*, DCLK_*, PCLK_*, HCLK_*) differs from the Linux kernel version. I've checked that u-boot is still working with Linux kernel version

Re: [U-Boot] ROCK64 fails to boot using U-Boot TPL

2019-09-21 Thread Simon South
On 2019-09-21 8:29 a.m., Matwey V. Kornilov wrote: Could you try to load dtb (and check that dtb is valid) into the other memory location? Same result: With the U-Boot TPL this fails (the FDT header is corrupt); with the Rockchip TPL this works fine. See below. I notice though it always

Re: [U-Boot] ROCK64 fails to boot using U-Boot TPL

2019-09-21 Thread Matwey V. Kornilov
Could you please try to revert this commit and see what's happening then? https://github.com/u-boot/u-boot/commit/16593ccd07afdbb24a937eac4ea7e16269ff51e0 пт, 20 сент. 2019, 20:44 Simon South : > On 2019-09-20 1:37 p.m., Matwey V. Kornilov wrote: > > What is the difference? In filesize? > > The

Re: [U-Boot] [PATCH v2 6/8] pico-imx6: Add Ethernet support

2019-09-21 Thread Otavio Salvador
Hello Anatolij, On Fri, Sep 20, 2019 at 5:58 PM Anatolij Gustschin wrote: > On Fri, 20 Sep 2019 16:47:28 -0300 > Otavio Salvador ota...@ossystems.com.br wrote: > ... > > +/* Ethernet Configuration */ > > +#define CONFIG_FEC_MXC > > +#define CONFIG_MII > > +#define IMX_FEC_BASE

Re: [U-Boot] ROCK64 fails to boot using U-Boot TPL

2019-09-21 Thread Matwey V. Kornilov
сб, 21 сент. 2019 г. в 16:38, Simon South : > > On 2019-09-21 8:29 a.m., Matwey V. Kornilov wrote: > > Could you try to load dtb (and check that dtb is valid) into the other > > memory location? > > Same result: With the U-Boot TPL this fails (the FDT header is corrupt); > with the Rockchip TPL