Re: [U-Boot] rk3288 (Tinkerboard) not booting【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-09-22 Thread Jonathan Gray
On Mon, Sep 23, 2019 at 01:17:40AM +, Alexander von Gluck IV wrote: > Hello! > > There is no uart output and no video with u-boot master. > The board works as expected booting the Asus Armbian image on an SD. > > At this point i'd be happy to get some u-boot uart output :-) > > -- Alex

[U-Boot] [PATCH] nxp: fix NXP copyright

2019-09-22 Thread Biwen Li
Fix NXP copyright for NXP related code. Signed-off-by: Biwen Li --- arch/arm/dts/fsl-ls1088a.dtsi | 2 +- arch/arm/dts/fsl-ls2080a-qds.dts| 1 + arch/arm/dts/fsl-ls2080a.dtsi | 1 + board/freescale/common/emc2305.c| 2 +- board/freescale/common/qixis.c

[U-Boot] [PATCH V2 8/9] spl: spi: support loading i.MX container format file

2019-09-22 Thread peng . fan
From: Peng Fan i.MX8 only support AHAB secure boot with Container format image, we could not use FIT to support secure boot, so introduce container support to let SPL could load container images. Cc: Simon Goldschmidt Cc: Tien Fong Chee Cc: York Sun Cc: Marek Vasut Cc: Alex Kiernan Cc:

[U-Boot] [PATCH V2 4/9] spl: nand: Introduce spl_nand_get_uboot_raw_page

2019-09-22 Thread peng . fan
From: Peng Fan Introduce weak spl_nand_get_uboot_raw_page, then platform could have their own implementation. Signed-off-by: Peng Fan Cc: Simon Goldschmidt Cc: Tien Fong Chee Cc: Marek Vasut Cc: Andreas Dannenberg Cc: Alex Kiernan Cc: Stefan Roese Cc: Patrick Delaunay Cc: Miquel Raynal

[U-Boot] [PATCH V2 3/9] spl: nor: introduce spl_nor_get_uboot_base

2019-09-22 Thread peng . fan
From: Peng Fan Introduce weak spl_nor_get_uboot_base, then platform have their own implementation. Signed-off-by: Peng Fan Cc: Simon Goldschmidt Cc: Tien Fong Chee Cc: Marek Vasut Cc: Andreas Dannenberg Cc: Alex Kiernan Cc: Stefan Roese Cc: Patrick Delaunay Cc: Miquel Raynal Cc: Michal

[U-Boot] [PATCH V2 7/9] spl: nand: support loading i.MX container format file

2019-09-22 Thread peng . fan
From: Peng Fan i.MX8 only support AHAB secure boot with Container format image, we could not use FIT to support secure boot, so introduce container support to let SPL could load container images. Cc: Simon Goldschmidt Cc: Tien Fong Chee Cc: York Sun Cc: Marek Vasut Cc: Alex Kiernan Cc:

[U-Boot] [PATCH V2 2/9] spl: spi: introduce spl_spi_get_uboot_offs

2019-09-22 Thread peng . fan
From: Peng Fan Introduce a weak function spl_spi_get_uboot_offs, then platform could have their own implementation. Signed-off-by: Peng Fan Cc: Simon Goldschmidt Cc: Tien Fong Chee Cc: Marek Vasut Cc: Andreas Dannenberg Cc: Alex Kiernan Cc: Stefan Roese Cc: Patrick Delaunay Cc: Miquel

[U-Boot] [PATCH V2 9/9] spl: nor: support loading i.MX container format file

2019-09-22 Thread peng . fan
From: Peng Fan i.MX8 only support AHAB secure boot with Container format image, we could not use FIT to support secure boot, so introduce container support to let SPL could load container images. Cc: Simon Goldschmidt Cc: Tien Fong Chee Cc: York Sun Cc: Marek Vasut Cc: Alex Kiernan Cc:

[U-Boot] [PATCH V2 5/9] imx8: Add support to get container image set size

2019-09-22 Thread peng . fan
From: Peng Fan To avoid hardcoded offset when adding u-boot.cnt to flash.bin, we use flexible offset which is calculated based on the size of the container image generated int the first stage. And pad u-boot.cnt at 1KB alignment. So add code to get the offset when SPL loading u-boot.cnt.

[U-Boot] [PATCH V2 1/9] spl: mmc: introduce spl_mmc_get_uboot_raw_sector

2019-09-22 Thread peng . fan
From: Peng Fan Introduce a weak function spl_mmc_get_uboot_raw_sector, then platform could have their own implementation. Signed-off-by: Peng Fan Cc: Simon Goldschmidt Cc: Tien Fong Chee Cc: Marek Vasut Cc: Andreas Dannenberg Cc: Alex Kiernan Cc: Stefan Roese Cc: Patrick Delaunay Cc:

[U-Boot] [PATCH V2 6/9] imx8: update README

2019-09-22 Thread peng . fan
From: Peng Fan After u-boot.cnt is padded to flash.bin automatically by script, no need to burn the image mannually, so drop the step. Signed-off-by: Peng Fan --- V2: None board/freescale/imx8qm_mek/README | 1 - board/freescale/imx8qxp_mek/README | 1 - 2 files changed, 2 deletions(-)

Re: [U-Boot] rk3288 (Tinkerboard) not booting【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-09-22 Thread Alexander von Gluck IV
Hello! There is no uart output and no video with u-boot master. The board works as expected booting the Asus Armbian image on an SD. At this point i'd be happy to get some u-boot uart output :-) -- Alex September 22, 2019 8:04 PM, "Kever Yang" wrote: > Hi Alexander, > > The tinker board

Re: [U-Boot] rk3328 clocks

2019-09-22 Thread Kever Yang
Hi Matwey, On 2019/9/21 下午9:04, Matwey V. Kornilov wrote: 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

Re: [U-Boot] rk3288 (Tinkerboard) not booting【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-09-22 Thread Kever Yang
Hi Alexander,     The tinker board already enable TPL, so it should be use TPL instead of SPL with mkimage tool. The idbloader should have including both, if the idbloader boot fail, could you share the boot log? Thanks, - Kever On 2019/9/23 上午5:22, Alexander von Gluck IV wrote: Using

Re: [U-Boot] Please pull u-boot-video

2019-09-22 Thread Tom Rini
On Sun, Sep 22, 2019 at 09:50:47PM +0200, Anatolij Gustschin wrote: > Hi Tom, > > please pull sunxi hdmi and splash fixes for v2019.10-rc3. > > Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/587791479 > > Thanks, > Anatolij > > The following changes since commit

Re: [U-Boot] rk3288 (Tinkerboard) not booting

2019-09-22 Thread Alexander von Gluck IV
Sorry for spam, reposting with more context :-) $ make clean $ make tinker-rk3288_defconfig $ ARCH=arm CROSS_COMPILE=$TOOLCHAIN/bin/arm-unknown-haiku- make -j2 $ sudo dd if=idbloader.img of=/dev/sdd seek=64 $ sudo dd if=u-boot-dtb.img of=/dev/sdd seek=16384 I can confirm this toolchain

Re: [U-Boot] rk3288 (Tinkerboard) not booting

2019-09-22 Thread Alexander von Gluck IV
$ sudo dd if=idbloader.img of=/dev/sdd seek=64 $ sudo dd if=u-boot-dtb.img of=/dev/sdd seek=16384 Still nothing. September 22, 2019 4:47 PM, "Michael Nazzareno Trimarchi" wrote: > Hi > > https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/commits/master > > make idbloader.img > >

Re: [U-Boot] rk3288 (Tinkerboard) not booting

2019-09-22 Thread Michael Nazzareno Trimarchi
Hi https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/commits/master make idbloader.img Michael On Sun, Sep 22, 2019 at 11:22 PM Alexander von Gluck IV wrote: > > Using master from git://git.denx.de/u-boot.git > > commit 390183b58179ddaf986422f4d9446c596660f7e0 (HEAD -> master, >

Re: [U-Boot] rk3288 (Tinkerboard) not booting

2019-09-22 Thread Alexander von Gluck IV
Using master from git://git.denx.de/u-boot.git commit 390183b58179ddaf986422f4d9446c596660f7e0 (HEAD -> master, origin/master, origin/HEAD) Merge: d6c7309f56 79907a4f84 Author: Tom Rini Date: Sat Sep 21 07:31:23 2019 -0400 Merge tag 'efi-2019-10-rc4-5' of

Re: [U-Boot] rk3288 (Tinkerboard) not booting

2019-09-22 Thread Michael Nazzareno Trimarchi
Hi Please use the latest uboot. The fixes should be already merged Mcihael On Sun, Sep 22, 2019 at 10:53 PM Alexander von Gluck IV wrote: > > Anyone know a way to get a functional u-boot on the rk3288? (Tinkerboard, SD) > > The docs seem to recommend: > $ /tmp/arm-build/tools/mkimage -n rk3288

[U-Boot] rk3288 (Tinkerboard) not booting

2019-09-22 Thread Alexander von Gluck IV
Anyone know a way to get a functional u-boot on the rk3288? (Tinkerboard, SD) The docs seem to recommend: $ /tmp/arm-build/tools/mkimage -n rk3288 -T rksd -d arm/tinkerboard/u-boot-spl-dtb.bin out However, that produces: Warning: SPL image is too large (size 0xb000) and will not boot I saw

Re: [U-Boot] Pull request: u-boot-rockchip-20190920

2019-09-22 Thread Tom Rini
On Fri, Sep 20, 2019 at 09:12:32AM +0800, Kever Yang wrote: > Hi Tom, > > Please pull the rockchip update: > - Fix rk3288 tinker and evb SPL boot fail > - Enable get sn from cpuid for rk3399 rockpro64 board > > Travis: > https://travis-ci.org/keveryang/u-boot/builds/586868859 > > Thanks, > -

Re: [U-Boot] Pull request for UEFI sub-system for v2019.10-rc4 (5)

2019-09-22 Thread Tom Rini
On Sat, Sep 21, 2019 at 06:23:50AM +0200, Heinrich Schuchardt wrote: > The following changes since commit aa8c6294ed32b4fcf7a9a27526c7346325d8c928: > > Merge branch '2019-09-19-master-imports' (2019-09-20 10:48:53 -0400) > > are available in the Git repository at: > >

[U-Boot] Please pull u-boot-video

2019-09-22 Thread Anatolij Gustschin
Hi Tom, please pull sunxi hdmi and splash fixes for v2019.10-rc3. Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/587791479 Thanks, Anatolij The following changes since commit aa8c6294ed32b4fcf7a9a27526c7346325d8c928: Merge branch '2019-09-19-master-imports' (2019-09-20 10:48:53

Re: [U-Boot] [PATCH v2 00/08] Please pull https://github.com/OSSystems/u-boot for-imx

2019-09-22 Thread Stefano Babic
Hi Otavio, thanks for "preparation" - I have pulled it and I will send to Tom after Travis run. Regards, Stefano On 20/09/19 21:52, Otavio Salvador wrote: > The following changes since commit 053ed25ecc694087308e3313e35d7d977de8173f: > > configs: pico-imx7d: Convert to DM_VIDEO (2019-09-16

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

2019-09-22 Thread Andyshrk
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 Commit details of rk3399-leez-p710.dts sync from