Re: [PATCH] sunxi: h616: add initial support for T95 AXP313 TV Box

2024-03-11 Thread Clément Péron
Hi, On Mon, 11 Mar 2024 at 11:38, Kamil Kasperski wrote: > > Hello Andre, > Thanks for your reply and thanks for pointing some stuff out. > > > What is "mbox"? Do you have any more information about this vendor? > > "MBOX" refers to the "Model" string from system properties. > The problem is

Re: [PATCH 6/6] sunxi: add CherryPi-F1C200s support

2022-10-13 Thread Clément Péron
Hi Andre, On Wed, 12 Oct 2022 at 18:35, Andre Przywara wrote: > > The CherryPi F1C200s board is a small development board, featuring the > F1C200s with 64MB of co-packaged DRAM. It comes with two USB-C sockets, > of which one is connected to a USB-UART chip, that provides easy access > to UART1.

[PATCH] arm: imx: parse-container: add some missing end of line

2022-03-30 Thread Clément Péron
Some printf() have strings that doesn't terminate with end of line and make the output hard to read. Signed-off-by: Clément Péron --- arch/arm/mach-imx/parse-container.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-imx/parse-container.c b/arch/arm/mach

[PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close cmd

2020-12-21 Thread Clément Péron
Calling ahab_close cmd force the user to interact for confirmation. This is not user-friendly when using this cmd during factory process. Allow the user to pass '-y' option to bypass this confirmation. Signed-off-by: Clément Péron --- v2: - Fix commit log --- arch/arm/mach-imx/imx8/ahab.c

[PATCH] imx: ahab: allow to bypass confirmation for ahab_close cmd

2020-12-21 Thread Clément Péron
Calling ahab_close cmd for the user to interact for confirmation. This is not friendly usable when using this cmd during factory process. Allow the user to pass '-y' option to bypass this confirmation. Signed-off-by: Clément Péron --- arch/arm/mach-imx/imx8/ahab.c | 3 ++- 1 file changed, 2

Re: [U-Boot] [PATCH v2] arm: dts: sync dts for Allwinner H6

2019-10-19 Thread Clément Péron
Hi Jagan On Mon, 30 Sep 2019 at 17:48, Jagan Teki wrote: > > On Sat, Sep 28, 2019 at 2:54 AM Maxime Ripard > wrote: > > > > Hi, > > > > On Fri, Sep 06, 2019 at 09:53:33AM +0200, Clément Péron wrote: > > > Hi, > > > > > > On Sun, 25 A

Re: [U-Boot] [PATCH v2] arm: dts: sync dts for Allwinner H6

2019-09-06 Thread Clément Péron
Hi, On Sun, 25 Aug 2019 at 18:04, Clément Péron wrote: > > Sync Kernel DTS for Allwinner H6 boards. This sync avoid the random mac on the beelink GS1. Could you check if it's ok for you ? Thanks, Clément > > Drop /omit-if-no-ref/ keyword as it's not supported by U-boot. > >

[U-Boot] [PATCH v2] arm: dts: sync dts for Allwinner H6

2019-08-25 Thread Clément Péron
Sync Kernel DTS for Allwinner H6 boards. Drop /omit-if-no-ref/ keyword as it's not supported by U-boot. commit Linux 5.3-rc4 Signed-off-by: Clément Péron --- arch/arm/dts/sun50i-h6-beelink-gs1.dts | 76 ++ arch/arm/dts/sun50i-h6-pine-h64.dts| 12 arch/arm/dts

Re: [U-Boot] [PATCH] arm: dts: sync dts for Allwinner H6

2019-08-14 Thread Clément Péron
Hi On Sun, 11 Aug 2019 at 22:42, Clément Péron wrote: > > Sync Kernel DTS for Allwinner H6 boards. > > commit Linux 5.3-rc4 > > Signed-off-by: Clément Péron > --- > arch/arm/dts/sun50i-h6-beelink-gs1.dts | 76 ++ > arch/arm/dts/sun

[U-Boot] [PATCH] arm: dts: sync dts for Allwinner H6

2019-08-11 Thread Clément Péron
Sync Kernel DTS for Allwinner H6 boards. commit Linux 5.3-rc4 Signed-off-by: Clément Péron --- arch/arm/dts/sun50i-h6-beelink-gs1.dts | 76 ++ arch/arm/dts/sun50i-h6-pine-h64.dts| 12 arch/arm/dts/sun50i-h6.dtsi| 43 ++- 3 files changed

Re: [U-Boot] [linux-sunxi] [PATCH 0/6] sunxi: H6: Enable USB (2.0) support

2019-06-26 Thread Clément Péron
Hi André, On Thu, 20 Jun 2019 at 23:18, André Przywara wrote: > > On 20/06/2019 19:01, Clément Péron wrote: > > Hi Clément, > > thanks for trying that! > ... > > > On Wed, 19 Jun 2019 at 12:03, Andre Przywara wrote: > >> > >> On Wed, 19 J

Re: [U-Boot] [linux-sunxi] [PATCH 0/6] sunxi: H6: Enable USB (2.0) support

2019-06-20 Thread Clément Péron
HI André, On Wed, 19 Jun 2019 at 12:03, Andre Przywara wrote: > > On Wed, 19 Jun 2019 10:57:14 +0200 > Clément Péron wrote: > > Hi, > > > On Wed, 19 Jun 2019 at 03:04, André Przywara wrote: > > > > > > On Tue, 18 Jun 2019 19:22:34 +0200

Re: [U-Boot] [linux-sunxi] [PATCH 7/7] sunxi: H6: Add basic Eachlink H6 Mini support

2019-06-19 Thread Clément Péron
Hi Andre, On Wed, 19 Jun 2019 at 03:12, Andre Przywara wrote: > > The Eachlink H6 Mini is a modestly priced TV box, using the Allwinner H6 > SoC. It comes with 4GB of DRAM (3GB usable) and 32GB of eMMC in the > typical TV box enclosure. > This adds a basic device tree and defconfig for it. > >

Re: [U-Boot] [linux-sunxi] [PATCH 0/6] sunxi: H6: Enable USB (2.0) support

2019-06-19 Thread Clément Péron
Hi André, On Wed, 19 Jun 2019 at 03:04, André Przywara wrote: > > On Tue, 18 Jun 2019 19:22:34 +0200 > Clément Péron wrote: > > Hi, > > > > On Tue, 18 Jun 2019 at 19:08, Clément Péron wrote: > > > > > > Hi Andre, > > > > &

Re: [U-Boot] [linux-sunxi] [PATCH 0/6] sunxi: H6: Enable USB (2.0) support

2019-06-18 Thread Clément Péron
On Tue, 18 Jun 2019 at 19:08, Clément Péron wrote: > > Hi Andre, > > On Tue, 18 Jun 2019 at 09:50, Jagan Teki wrote: > > > > On Thu, May 16, 2019 at 6:56 AM Andre Przywara > > wrote: > > > > > > Hi, > > > > > > this series enab

Re: [U-Boot] [PATCH 4/6] sunxi: phy: Add USB PHY support for Allwinner H6

2019-06-18 Thread Clément Péron
Hi, On Thu, 16 May 2019 at 03:27, Andre Przywara wrote: > > The USB PHY used in the Allwinner H6 SoC has some pecularities (as usual), Checkpatch warning: WARNING: 'pecularities' may be misspelled - perhaps 'peculiarities'? > which require a small addition to the USB PHY driver: > In this case

Re: [U-Boot] [PATCH 6/6] sunxi: Pine64: DTS: enable USB PHY 0 for HCI0

2019-06-18 Thread Clément Péron
Hi, On Thu, 16 May 2019 at 03:27, Andre Przywara wrote: > > The first USB controller on the H6 SoC shares a PHY with the OTG > controller. Reportedly to avoid problems with the VBUS regulator under > Linux, we don't link OHCI0/EHCI0 to the USB PHY in the H6 .dtsi file. > > However on boards

Re: [U-Boot] [linux-sunxi] [PATCH 0/6] sunxi: H6: Enable USB (2.0) support

2019-06-18 Thread Clément Péron
Hi Andre, On Tue, 18 Jun 2019 at 09:50, Jagan Teki wrote: > > On Thu, May 16, 2019 at 6:56 AM Andre Przywara wrote: > > > > Hi, > > > > this series enables USB support on the H6 boards. This is mostly just > > adding some missing pieces here and there, the actual controller and PHY > > are very

Re: [U-Boot] [linux-sunxi] [PATCH v5] sun8i: h3: Add support for the Beelink-x2 STB

2019-05-27 Thread Clément Péron
Hi Marcus, On Sun, 26 May 2019 at 16:57, wrote: > > From: Marcus Cooper > > The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, > 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the > SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, an IR

Re: [U-Boot] [PATCH] sun50i: h6: Fix Beelink GS1 board config

2019-05-20 Thread Clément Péron
Hi Jagan, On Mon, 20 May 2019 at 18:38, Jagan Teki wrote: > > On Mon, May 20, 2019 at 10:07 PM Clément Péron wrote: > > > > Hi Jagan, > > > > On Mon, 20 May 2019 at 18:34, Jagan Teki wrote: > > > > > > On Tue, May 14, 2019 at 11:5

Re: [U-Boot] [PATCH] sun50i: h6: Fix Beelink GS1 board config

2019-05-20 Thread Clément Péron
Hi Jagan, On Mon, 20 May 2019 at 18:34, Jagan Teki wrote: > > On Tue, May 14, 2019 at 11:56 PM wrote: > > > > From: Clément Péron > > > > SPL_TEXT_BASE has been moved to Kconfig with commit: > > f89d6133ee configs: move CONFIG_SPL_TEXT_BASE to Kconfig >

Re: [U-Boot] sun50i: a64: Beelink GS1 box is likely broken

2019-05-14 Thread Clément Péron
Hi Jonas, On Tue, 14 May 2019 at 17:41, Jonas Smedegaard wrote: > > I notice that the patch to initially support Beelink GS1 was proposed > before git commit f89d613 changing location of CONFIG_SPL_TEXT_BASE but > was applied _after_ that commit. > > This is similar to the introduction of Olimex

Re: [U-Boot] [linux-sunxi] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-05-14 Thread Clément Péron
Hi Jagan, On Tue, 14 May 2019 at 15:49, Jagan Teki wrote: > > On Wed, Apr 17, 2019 at 11:11 PM Clément Péron wrote: > > > > WDOG is broken for some H6 rev. The board is not > > reseted correctly. > > > > Use the R_WDOG instead. > > Can you describe

Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-05-12 Thread Clément Péron
On Sun, 12 May 2019 at 20:23, Jagan Teki wrote: > > On Fri, Apr 19, 2019 at 2:49 PM Clément Péron wrote: > > > > Hi, > > > > On Fri, 19 Apr 2019 at 10:24, Jagan Teki wrote: > > > > > > On Fri, Apr 19, 2019 at 1:23 PM Clément Péron > > >

Re: [U-Boot] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-05-12 Thread Clément Péron
Hi Jagan, Is there anything you need to merge this patch? Thanks, Clément On Mon, 29 Apr 2019 at 22:28, Clément Péron wrote: > > Hi Jagan, > > FYI the patch on ATF has been merged just now. It has been tested by > André Przywara on A64, H5 and H6. > > https://github

Re: [U-Boot] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-04-29 Thread Clément Péron
Hi Jagan, FYI the patch on ATF has been merged just now. It has been tested by André Przywara on A64, H5 and H6. https://github.com/ARM-software/arm-trusted-firmware/commit/523ab5be1a84e9aa15fb62c3a15a6338b01d3961 Thanks, Clement On Fri, 19 Apr 2019 at 11:19, Clément Péron wrote: > &

Re: [U-Boot] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-04-19 Thread Clément Péron
Hi, On Fri, 19 Apr 2019 at 10:24, Jagan Teki wrote: > > On Fri, Apr 19, 2019 at 1:23 PM Clément Péron wrote: > > > > Hi, > > > > +Chen-Yu Tsai for test and +Icenowy because she try to contact AW > > about this issue. > > > > On Wed, 17 Apr 2019

Re: [U-Boot] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-04-19 Thread Clément Péron
Hi, +Chen-Yu Tsai for test and +Icenowy because she try to contact AW about this issue. On Wed, 17 Apr 2019 at 19:41, Clément Péron wrote: > > WDOG is broken for some H6 rev. The board is not > reseted correctly. > > Use the R_WDOG instead. The issue is real except on Pine H64

[U-Boot] [PATCH v3 1/3] arm64: allwinner: sun50i: Sync H6 dts(i) files from Linux

2019-04-17 Thread Clément Péron
cription" (sha1: 59a9c39544cd1e5952c2a33028d71aa8180648f8) Part of the sync initiated by 'Clément Péron'. Signed-off-by: Clément Péron Signed-off-by: Jagan Teki --- arch/arm/dts/sun50i-h6-orangepi.dtsi | 62 +++- arch/arm/dts/sun50i-h6-pine-h64.dts| 88 - arch/arm/dts/sun50i-h6.dtsi

[U-Boot] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-04-17 Thread Clément Péron
WDOG is broken for some H6 rev. The board is not reseted correctly. Use the R_WDOG instead. Signed-off-by: Clément Péron --- arch/arm/include/asm/arch-sunxi/cpu_sun50i_h6.h | 1 + arch/arm/mach-sunxi/board.c | 9 +++-- 2 files changed, 8 insertions(+), 2 deletions

[U-Boot] [PATCH v3 2/3] arm: dts: h6: Add Beelink GS1 initial support

2019-04-17 Thread Clément Péron
(RTL8222BS) Introduced in Linux with commit : 089bee8dd119 arm64: dts: allwinner: h6: Introduce Beelink GS1 board Signed-off-by: Clément Péron --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-h6-beelink-gs1.dts | 260 + board/sunxi/MAINTAINERS

[U-Boot] [PATCH v3 0/3] Add Beelink GS1 Board

2019-04-17 Thread Clément Péron
: - Add myself in sunxi MAINTAINERS file - Update with Jagan Teki's rsync patch - Change to complete DTS same as linux - Add linux sha1 to the commit log Changes with v1: - Add bus-width for mmc2 node - Add sha1 in the sync dts commit Clément Péron (2): arm: dts: h6: Add Beelink GS1 initial

Re: [U-Boot] [PATCH v2 2/3] arm: dts: h6: Add Beelink GS1 initial support

2019-04-14 Thread Clément Péron
Hi, On Sun, 14 Apr 2019 at 19:29, Jagan Teki wrote: > > On Fri, Apr 12, 2019 at 7:45 PM Clément Péron wrote: > > > > Beelink GS1 is an Allwinner H6 based TV box, > > which support: > > - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 > > - GPU Mali-T720

[U-Boot] [PATCH v2 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-04-12 Thread Clément Péron
WDOG is broken for some H6 rev. The board is not reseted correctly. Use the R_WDOG instead. Signed-off-by: Clément Péron --- arch/arm/include/asm/arch-sunxi/cpu_sun50i_h6.h | 1 + arch/arm/mach-sunxi/board.c | 9 +++-- 2 files changed, 8 insertions(+), 2 deletions

[U-Boot] [PATCH v2 2/3] arm: dts: h6: Add Beelink GS1 initial support

2019-04-12 Thread Clément Péron
(RTL8222BS) Signed-off-by: Clément Péron --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-h6-beelink-gs1.dts | 184 + configs/beelink_gs1_defconfig | 15 ++ 3 files changed, 200 insertions(+) create mode 100644 arch/arm/dts/sun50i-h6

[U-Boot] [PATCH v2 1/3] arm: dts: h6: sync with dts with Linux sunxi

2019-04-12 Thread Clément Péron
' compatible string Signed-off-by: Clément Péron --- arch/arm/dts/sun50i-h6-orangepi.dtsi | 2 -- arch/arm/dts/sun50i-h6-pine-h64.dts | 4 arch/arm/dts/sun50i-h6.dtsi | 16 ++-- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/arch/arm/dts/sun50i-h6

[U-Boot] [PATCH v2 0/3] Add Beelink GS1 Board

2019-04-12 Thread Clément Péron
This serie introduce the Beelink GS1 board with a patch for the reset on Allwinner H6. Thanks to Jagan Teki most of the Beelink GS1 device-tree is taken from the Orange Pi boards. Changes with v1: - Add bus-width for mmc2 node - Add sha1 in the sync dts commit Clément Péron (3): arm: dts

Re: [U-Boot] [linux-sunxi] [PATCH 1/4] arm: dts: h6: move MMC pinctrl to soc

2019-04-12 Thread Clément Péron
Hi, On Fri, 12 Apr 2019 at 15:36, Jagan Teki wrote: > > On Mon, Apr 8, 2019 at 10:11 PM Clément Péron wrote: > > > > There is only one muxing avalaible for each MMC controller. > > > > Move this pinmux to the SOC dtsi. > > Sync all dts(i) changes in o

Re: [U-Boot] [PATCH 2/4] arm: dts: h6: Add Beelink GS1 initial support

2019-04-11 Thread Clément Péron
Hi, On Mon, 8 Apr 2019 at 18:41, Clément Péron wrote: > > Beelink GS1 is an Allwinner H6 based TV box, > which support: > - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 > - GPU Mali-T720 > - 2GB LPDDR3 RAM > - 16GB eMMC > - AXP805 PMIC > - 1Gbps GMAC via RTL821

Re: [U-Boot] [PATCH 3/4] arm: sunxi: h6: fix reset using r_wdog

2019-04-11 Thread Clément Péron
Hi, On Mon, 8 Apr 2019 at 18:47, Clément Péron wrote: > > +Chen-Yu. > > I would like to fix the reset using the R_WDOG instead of WDOG. > > What do you think? Adding information about the issue as explained on ATF: " There seems to have a HW errata in the new revision of

Re: [U-Boot] [PATCH 3/4] arm: sunxi: h6: fix reset using r_wdog

2019-04-08 Thread Clément Péron
+Chen-Yu. I would like to fix the reset using the R_WDOG instead of WDOG. What do you think? If it's acceptable I will propose a similar patch on ATF. Regards, Clement On Mon, 8 Apr 2019 at 18:41, Clément Péron wrote: > > WDOG in H6 is broken so the reset is actually not working. &

[U-Boot] [PATCH 3/4] arm: sunxi: h6: fix reset using r_wdog

2019-04-08 Thread Clément Péron
WDOG in H6 is broken so the reset is actually not working. Use the R_WDOG instead. Signed-off-by: Clément Péron --- arch/arm/include/asm/arch-sunxi/cpu_sun50i_h6.h | 1 + arch/arm/mach-sunxi/board.c | 9 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 2/4] arm: dts: h6: Add Beelink GS1 initial support

2019-04-08 Thread Clément Péron
(RTL8222BS) Signed-off-by: Clément Péron --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-h6-beelink-gs1.dts | 183 + configs/beelink_gs1_defconfig | 15 ++ 3 files changed, 199 insertions(+) create mode 100644 arch/arm/dts/sun50i-h6

[U-Boot] [PATCH 4/4] arm: dts: h6: minor sync with linux

2019-04-08 Thread Clément Péron
There are some minor differences between U-Boot and Linux. Sync only the minor changes. Signed-off-by: Clément Péron --- arch/arm/dts/sun50i-h6.dtsi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/dts/sun50i-h6.dtsi b/arch/arm/dts/sun50i-h6.dtsi index

[U-Boot] [PATCH 1/4] arm: dts: h6: move MMC pinctrl to soc

2019-04-08 Thread Clément Péron
There is only one muxing avalaible for each MMC controller. Move this pinmux to the SOC dtsi. Signed-off-by: Clément Péron --- arch/arm/dts/sun50i-h6-orangepi.dtsi | 2 -- arch/arm/dts/sun50i-h6-pine-h64.dts | 4 arch/arm/dts/sun50i-h6.dtsi | 4 3 files changed, 4

[U-Boot] [PATCH 0/4] Add Beelink GS1

2019-04-08 Thread Clément Péron
This serie introduce the Beelink GS1 board with a patch for the reset on Allwinner H6. Thanks to Jagan Teki most of the Beelink GS1 device-tree is taken from the Orange Pi boards. Clément Péron (4): arm: dts: h6: move MMC pinctrl to soc arm: dts: h6: Add Beelink GS1 initial support arm

Re: [U-Boot] [PATCH] board: sun50i: h6: Add Beelink GS1 initial support

2019-04-08 Thread Clément Péron
Hi, Please Ignore this patch I will resend a new serie. Thanks, Clement On Mon, 1 Apr 2019 at 16:23, Clément Péron wrote: > > Beelink GS1 is an Allwinner H6 based TV box, > which support: > - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 > - GPU Mali-T720 > - 2GB LPDDR3

[U-Boot] [PATCH] board: sun50i: h6: Add Beelink GS1 initial support

2019-04-01 Thread Clément Péron
(RTL8222BS) Signed-off-by: Clément Péron --- This is based on Jagan Teki works for the OrangePi One Plus. This board is closed source and some regulators may be wrong. The sys_config.fex is available here: https://pastebin.com/TdnfRMJL U-Boot bootlog is available here: https://pastebin.com

Re: [U-Boot] [PATCH V3 7/7] test: vboot: clean its file

2018-11-14 Thread Clément Péron
Here, you introduce a new patch in your serie and Simon didn't review it, so you should not add a "Reviewed-by' on this commit ! > Reviewed-by: Clément Péron Also I don't gave you my "Reviewed-by" tag, only made a comment about the its format, so you should not add my tag on all

Re: [U-Boot] [PATCH V2 6/6] test: vboot: add padding pss for rsa signature

2018-11-12 Thread Clément Péron
ainer but in this case I would have send a V3 if it's not merged or send a separate patch if it's already merged. If you send a V3, don't forget to add the "Reviewed-by" tags. Regards, Clement > > Regards, > Philippe > > > - Mail original - > De: "C

Re: [U-Boot] Issue with relocating code to DDR

2018-11-08 Thread Clément Péron
Hi, Maybe check the GCC option "-mno-unaligned-access" $>cat arch/arm/cpu/armv7/config.mk # # (C) Copyright 2002 # Gary Jennejohn, DENX Software Engineering, # # SPDX-License-Identifier: GPL-2.0+ # # On supported platforms we set the bit which causes us to trap on unaligned # memory access.

Re: [U-Boot] [PATCH v3 10/26] fs: fat: support write with non-zero offset

2018-11-05 Thread Clément Péron
Hi, On Thu, 1 Nov 2018 at 06:08, AKASHI Takahiro wrote: > > On Wed, Oct 31, 2018 at 09:54:14PM +0100, Heinrich Schuchardt wrote: > > On 10/31/2018 01:22 PM, Alexander Graf wrote: > > > On 10/31/2018 11:00 AM, Clément Péron wrote: > > >> Hi, > > >>

Re: [U-Boot] [PATCH 2/2] Aquantia: Print information about system interface and firmaware version

2018-11-05 Thread Clément Péron
Hi Valentin-catalin, There is a typo in your commit title. Regards, Clement On Tue, 30 Oct 2018 at 11:44, Valentin-catalin Neacsu wrote: > > Print information about Aquantia firmware loaded on the phy > Signed-off-by: Valentin Catalin Neacsu > --- > drivers/net/phy/aquantia.c | 21

Re: [U-Boot] [PATCH V2 6/6] test: vboot: add padding pss for rsa signature

2018-11-03 Thread Clément Péron
Hi, I'm not an expert but regarding commit b8790ebeec13c882979dc986947397738d9f38aa I think you should drop the unit-address in its files. "The DT spec demands a unit-address of a node name to match the "reg" property in that node. Newer dtc versions will throw warnings if this is

Re: [U-Boot] CycloneV kernel hang with big zImage over tftpboot

2018-11-02 Thread Clément Péron
Hi Marek, On Fri, 2 Nov 2018 at 14:23, Marek Vasut wrote: > > On 11/02/2018 02:10 PM, Clément Péron wrote: > > Hi, > > Hi, > > > I'm on top of U-Boot 2018.11-rc3 and try to boot using TFTP to load a > > Kernel 4.9.130 > > My board is a custom SoCFPGA

[U-Boot] CycloneV kernel hang with big zImage over tftpboot

2018-11-02 Thread Clément Péron
Hi, I'm on top of U-Boot 2018.11-rc3 and try to boot using TFTP to load a Kernel 4.9.130 My board is a custom SoCFPGA CycloneV with 512MiB and I try to load : -zImage (kernel + rootfs) @ 0x100 (the size is around 29MiB kernel is compressed with gzip) -DeviceTree @ 0x1800 The SDRAM should

Re: [U-Boot] Socfpga ocram warm boot

2018-09-26 Thread Clément Péron
Hi Thomas, On Fri, 21 Sep 2018 at 19:09, Dalon L Westergreen wrote: > > On Thu, 2018-09-20 at 09:25 -0400, Thomas Epperson wrote: > > I've done some troubleshooting on warm resets and determined that the > > ocramis > > not being set correctly for warm reset to run properly (it hangs > >

[U-Boot] FitImage add pubkey signature in DTS

2018-05-03 Thread Clément Péron
Hi, I'm looking to add the public key for the FitImage signature in my dts. Do you know if there is a script to add the pubkey in the .dts and not in the .dtb ? Actually I "decompile" the .dtb to get those values, but maybe there is an easier way. Looking to generate something like this from

Re: [U-Boot] Uboot Hangs when Initrd size increses

2018-05-02 Thread Clément Péron
Got same issue recently and sent the explanation : https://lists.denx.de/pipermail/u-boot/2018-February/321060.html You can try to enable early_printk and confirm if it's the same issue, Regards, Clément Le lun. 30 avr. 2018 à 16:15, josh phelps a écrit : > Hello

Re: [U-Boot] image: Display FIT signature for configs

2018-04-29 Thread Clément Péron
> I think this is fine, but can you please re-post with a Signed off by > line? Thanks! > -- > Tom Yes I will, and also missed to substitute "image" by "configuration" in the comments, Thanks, Clement ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] image: Display FIT signature for configs

2018-04-13 Thread Clément Péron
The signature/hash information are displayed for images but nor for configurations. Add subnodes printing in fit_conf_print() like it's done in fit_image_print() --- common/image-fit.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/common/image-fit.c b/common/image-fit.c index

Re: [U-Boot] FIT Image with same kernel but different load/entry point

2018-04-09 Thread Clément Péron
> I think what you want is to use kernel_noload and then load/entry values > are ignored and we use the kernel in-place. Yes, I will try that Thanks, Clement ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] FIT Image with same kernel but different load/entry point

2018-04-04 Thread Clément Péron
Hi Peter, > Not sure if it does exactly what you need but the pine64 board supports > multiple boards with different device trees for each board in the fit image. > > Peter No it's not why I need, I was looking to do something like this but without doubling the size : kernel-bcm {

[U-Boot] FIT Image with same kernel but different load/entry point

2018-04-03 Thread Clément Péron
Hi, Is it possible to have one kernel entry in a FIT image with two different load/entry point. I have 2 boards which share the same kernel but doesn't have the same entry/load point. Thanks, Clement ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Can't boot with initramfs but It's ok without

2018-02-22 Thread Clément Péron
Replying to myself 2018-02-21 17:16 GMT+01:00 Clément Péron <peron.c...@gmail.com>: > Hi, > > I'm working on a dev board the SoC is Broadcom Cygnus with 256MiB of RAM > Booting a Kernel and device tree works fine. > But booting a Kernel with initramfs and a device tree ma

[U-Boot] Can't boot with initramfs but It's ok without

2018-02-21 Thread Clément Péron
Hi, I'm working on a dev board the SoC is Broadcom Cygnus with 256MiB of RAM Booting a Kernel and device tree works fine. But booting a Kernel with initramfs and a device tree make a strange behavior. Don't want to say stupid things but It seems that the Kernel didn't find the device tree and

Re: [U-Boot] Port help for qca board

2018-02-13 Thread Clément Péron
Hi Ansuel, I made the ipq4018 works (with ethernet and spi) on 2017.07. there is a more recent version of U-boot for ipq806x here : https://source.codeaurora.org/quic/qsdk/oss/boot/u-boot-2016/ Regards, Clement 2018-02-02 1:03 GMT+01:00 Ansuel Smith : > I have source of

Re: [U-Boot] Antwort: Re: QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA

2017-10-04 Thread Clément Péron
Hi, My issue is with the eMMC after the boot from linux 3.12 and a warm reboot. The eMMC is stuck in an infinite loop after CMD8 small trace of the eMMC cmds sent: Sending CMD0 Sending CMD8 dwmci_send_cmd: Response Timeout. Sending CMD55 dwmci_send_cmd: Response Timeout. Sending CMD0 Sending

Re: [U-Boot] strange behaviors with setexpr syntax error and '==' != '-eq"

2017-09-26 Thread Clément Péron
Dear Wolfgang Denk, Thanks a lot for your explanations ! Clement > I'm tempted to rephrase: you made some errors :-) >> The first one is when I try to do a mask from a memory address and >> store it to an env variable. >> >> => setexpr toto *{loadaddr} & 0xFF >> syntax error >> => setexpr toto

[U-Boot] strange behaviors with setexpr syntax error and '==' != '-eq"

2017-09-26 Thread Clément Péron
Hi, I write a script on u-boot but i found 2 strange behaviors. The first one is when I try to do a mask from a memory address and store it to an env variable. => setexpr toto *{loadaddr} & 0xFF syntax error => setexpr toto *{loadaddr} & 0x3F syntax error => setexpr toto 0x3F & *{loadaddr}

Re: [U-Boot] Antwort: Re: QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA

2017-09-22 Thread Clément Péron
Sorry these are my local commits you can find them here : https://patchwork.ozlabs.org/patch/765992/ https://patchwork.ozlabs.org/patch/765996/ https://patchwork.ozlabs.org/patch/765997/ https://patchwork.ozlabs.org/patch/765998/ 2017-09-22 14:12 GMT+02:00 Clément Péron <peron.c...@gmail.

Re: [U-Boot] Antwort: Re: QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA

2017-09-22 Thread Clément Péron
Hi, I got also somme issue with my QSPI on CycmoneV and u-boot 2017.07 I cherry-picked commits from Jason Rush : b90ce1c29023abe730d2b4174294bdc09acef3e0 836a0278476be94c95ff084f81c2302fc5c0265c b0eac7e0d1e4817388543b58d30b322d0bac49a8 Also i forgot to put the "u-boot,dm-pre-reloc;" in my

Re: [U-Boot] mv88e61xx autoneg doesn't work with new driver

2017-09-11 Thread Clément Péron
Hi Chris, > Does that mean with this commit reverted your board is working? Yes, it's fixed the auto negotiation. > I have some older boards using a 88e6097 (compatible with 88e61xx). > I've been looking for an excuse to get them working against the latest > u-boot. Last time I tried the new

Re: [U-Boot] mv88e61xx autoneg doesn't work with new driver

2017-09-08 Thread Clément Péron
reset flag should be written without other bits set. Writing the current state will lead to restoring the state of the PHY (e.g. Powerdown), which is not what is expected from a software reset." Regards, Clement 2017-08-31 11:12 GMT+02:00 Clément Péron <peron.c...@gmail.com>:

[U-Boot] mv88e61xx autoneg doesn't work with new driver

2017-08-31 Thread Clément Péron
Hi, I try to update my u-boot with the latest version 2017.07. My board is an Altera SocFPGA CycloneV and I have a mv88e61xx switch. My board is working fine except I got an issue with the new switch driver. If autoneg is set to enable, negotation never complete and i got a timeout. If I let