[PATCH v2] riscv: sifive: Set default fdtfile names

2021-06-16 Thread Dimitri John Ledkov
-by: Dimitri John Ledkov Reviewed-by: Leo Yu-Chi Liang Reviewed-by: Bin Meng cc: Paul Walmsley cc: Palmer Dabbelt cc: Anup Patel cc: Atish Patra cc: Pragnesh Patel cc: Green Wan --- Changes since v1: In commit message, removed trailing '.' and added hyphen in RISC-V. Added two reviewed-bys

Re: [PATCH] cmd: pxe_utils: sysboot: fix crash if either board or soc are not set.

2021-06-15 Thread Dimitri John Ledkov
, May 8, 2021 at 7:23 AM Ramon Fried wrote: > > On Wed, Apr 21, 2021 at 5:32 PM Dimitri John Ledkov wrote: > > > > If the environment does not have "soc" or "board" set, and fdtdir > > option is specified in extlinux.conf, the bootloader will crash

[PATCH] riscv: sifive: Set default fdtfile names.

2021-06-15 Thread Dimitri John Ledkov
John Ledkov cc: Paul Walmsley cc: Palmer Dabbelt cc: Anup Patel cc: Atish Patra cc: Pragnesh Patel cc: Green Wan --- configs/sifive_unleashed_defconfig | 1 + configs/sifive_unmatched_defconfig | 1 + include/configs/sifive-unleashed.h | 1 + include/configs/sifive-unmatched.h | 1 + 4

Re: [PULL] u-boot-riscv/master

2021-05-07 Thread Dimitri John Ledkov
Hi, On Fri, May 7, 2021 at 2:42 AM Leo Liang wrote: > > On Fri, May 07, 2021 at 09:09:43AM +0800, Tom Rini wrote: > > On Fri, May 07, 2021 at 09:06:33AM +0800, Leo Liang wrote: > > > > > Hi Tom, > > > > > > CI result: > > > https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/7400

Re: [PATCH v7 8/8] drivers: net: macb: add fu740 support

2021-05-05 Thread Dimitri John Ledkov
On Wed, May 5, 2021 at 4:15 AM Green Wan wrote: > > Hi Dimitri, > > Thanks for looking into this. > > On Tue, May 4, 2021 at 5:33 PM Dimitri John Ledkov > wrote: > > > > Hi, > > > > On Thu, Apr 22, 2021 at 10:15 AM Green Wan wrote: > > >

Re: [PATCH v7 2/8] drivers: clk: add fu740 support

2021-05-04 Thread Dimitri John Ledkov
(resending to the list after subscribing) Hi, On Thu, Apr 22, 2021 at 10:15 AM Green Wan wrote: > > Add fu740 support. One abstract layer is added for supporting > multiple chips such as fu540 and fu740. > > Signed-off-by: Green Wan > --- > drivers/clk/sifive/Kconfig | 8 +- >

Re: [PATCH v7 1/8] riscv: cpu: fu740: Add support for cpu fu740

2021-05-04 Thread Dimitri John Ledkov
(resending to the list after subscribing) Hi, On Thu, Apr 22, 2021 at 10:14 AM Green Wan wrote: > > Add SiFive fu740 cpu to support RISC-V arch > > Signed-off-by: Green Wan > Reviewed-by: Bin Meng > --- > arch/riscv/Kconfig| 1 + > arch/riscv/cpu/fu740/Kconfig

Re: [PATCH v7 8/8] drivers: net: macb: add fu740 support

2021-05-04 Thread Dimitri John Ledkov
(resending to list after subscribing) Hi, On Thu, Apr 22, 2021 at 10:15 AM Green Wan wrote: > > From: David Abdurachmanov > > Add fu740 support to macb ethernet driver > > There is a PLL HW quirk in FU740. The VSC8541XMV-02 specification > requires 125 +/-0.0125 Mhz. But the most close value

Re: [PATCH] cmd: pxe_utils: sysboot: fix crash if either board or soc are not set.

2021-05-04 Thread Dimitri John Ledkov
me to send a separate patch to add SYS_SOC to all qemu boards? On Wed, Apr 21, 2021 at 3:32 PM Dimitri John Ledkov wrote: > > If the environment does not have "soc" or "board" set, and fdtdir > option is specified in extlinux.conf, the bootloader will crash whilst >

[PATCH] cmd: pxe_utils: sysboot: fix crash if either board or soc are not set.

2021-04-21 Thread Dimitri John Ledkov
have CONFIG_SYS_SOC defined. Signed-off-by: Dimitri John Ledkov --- cmd/pxe_utils.c | 8 1 file changed, 8 insertions(+) diff --git a/cmd/pxe_utils.c b/cmd/pxe_utils.c index 71c5af4c25..9a30629e26 100644 --- a/cmd/pxe_utils.c +++ b/cmd/pxe_utils.c @@ -587,6 +587,14 @@ static int label_boot(s

Re: u-boot & ZFS

2021-08-18 Thread Dimitri John Ledkov
On Wed, Aug 18, 2021 at 2:26 PM ChrisO wrote: > > On Wed, Aug 18, 2021 at 12:26:11PM +0200, Lukasz Majewski wrote: > > Hi ChrisO, > > > > > On Tue, Aug 17, 2021 at 08:35:14PM -0400, Tom Rini wrote: > > > > On Tue, Aug 17, 2021 at 06:03:10PM +0200, ChrisO wrote: > > > > > > > > > Hi > > > > > > >

[PATCH] qemu-riscv64_smode: fix extlinux (define preboot)

2021-07-23 Thread Dimitri John Ledkov
urachmanov Signed-off-by: Dimitri John Ledkov --- Original patch author is David Abdurachmanov Previously this was submitted in 2019 https://patchwork.ozlabs.org/project/uboot/patch/20190821190720.4286-1-david.abdurachma...@sifive.com/ Since then the sifive fu540 portion of this change

Re: [PATCH] qemu-riscv64_smode: fix extlinux (define preboot)

2021-07-26 Thread Dimitri John Ledkov
On Mon, Jul 26, 2021 at 8:55 AM Leo Liang wrote: > > Hi Dimitri, > > On Sat, Jul 24, 2021 at 12:12:25AM +0800, Dimitri John Ledkov wrote: > > Commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to > > Kconfig") removed preboot commands in RIS

[PATCH v2] qemu-riscv64_smode: fix extlinux (define preboot)

2021-07-26 Thread Dimitri John Ledkov
("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig") Reported-By: Fu Wei Signed-off-by: David Abdurachmanov Signed-off-by: Dimitri John Ledkov --- Original patch author is David Abdurachmanov Previously this was submitted in 2019 https://patchwork.ozlabs.org/project/uboot/patch/2

[PATCH v3] qemu-riscv64_smode: fix extlinux (define preboot)

2021-07-26 Thread Dimitri John Ledkov
("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig") Reported-By: Fu Wei Signed-off-by: David Abdurachmanov Signed-off-by: Dimitri John Ledkov --- changes since my v1 patch: - Add reported-by & fixes tags changes since my v2 patch: - use savedefconfig to order defconfig correctly