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 '
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 '
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
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
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
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/
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
&
7 matches
Mail list logo