Re: [U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-08 Thread Alistair Francis
On Thu, 2019-11-07 at 17:49 -0500, Tom Rini wrote: > On Tue, Nov 05, 2019 at 11:30:45AM -0800, Alistair Francis wrote: > > > To fix these failures when building with musl: > >include/env.h:166:1: error: unknown type name 'ulong'; did you > > mean '

Re: [U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-06 Thread Alistair Francis
On Wed, 2019-11-06 at 17:59 +0200, David Abdurachmanov wrote: > On Wed, Nov 6, 2019 at 4:30 PM Alistair Francis > wrote: > > To fix these failures when building with musl: > >include/env.h:166:1: error: unknown type name 'ulong'; did you > > mean '

[U-Boot] [PATCH] include/env.h: Ensure ulong is defined

2019-11-06 Thread Alistair Francis
To fix these failures when building with musl: include/env.h:166:1: error: unknown type name 'ulong'; did you mean 'long'? ensure that ulong is defined. Signed-off-by: Alistair Francis --- include/env.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/env.h b

Re: [U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-28 Thread Alistair Francis
On Mon, 2019-08-26 at 20:45 +0800, Bin Meng wrote: > On Tue, Aug 20, 2019 at 11:38 PM Auer, Lukas > wrote: > > On Fri, 2019-08-16 at 11:00 -0700, Alistair Francis wrote: > > > Add the mmc0 device as a BOOT_TARGET_DEVICES. > > > > > > Signed-off-by: Ali

[U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-17 Thread Alistair Francis
Add the mmc0 device as a BOOT_TARGET_DEVICES. Signed-off-by: Alistair Francis --- include/configs/sifive-fu540.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sifive-fu540.h b/include/configs/sifive-fu540.h index 858b7a7da1..736ceb1f48 100644 --- a/include/configs/sifive

Re: [U-Boot] [PATCH v7 7/9] riscv: sifive: fu540: Setup ethaddr env variable using OTP

2019-07-10 Thread Alistair Francis
On Wed, 2019-07-10 at 12:15 -0500, Troy Benjegerdes wrote: > > On Jun 23, 2019, at 11:03 PM, Anup Patel > > wrote: > > > > This patch extends SiFive FU540 board support to setup ethaddr > > env variable based on board serialnum read from OTP. > > > > Signed-off-by: Anup Patel > > --- > > board/

Re: [U-Boot] [PATCH v5 8/8] doc: sifive-fu540: Update README for steps to create FW_PAYLOAD

2019-06-21 Thread Alistair Francis
igned-off-by: Anup Patel Reviewed-by: Alistair Francis Alistair > --- > doc/README.sifive-fu540 | 356 ++-- > > 1 file changed, 164 insertions(+), 192 deletions(-) > > diff --git a/doc/README.sifive-fu540 b/doc/README.sifive-fu540 &