Aw: Re: Re: Re: barebox extending boot-scripts

2022-01-07 Thread Frank Wunderlich
Hi missed the defaultenv_append_directory(defaultenv_rk3568); in board-file...after adding that it seems to work > Gesendet: Freitag, 07. Januar 2022 um 14:07 Uhr > Von: "Sascha Hauer" > > Yes. Furthermore you have to add to the board code: > >

[PATCH 1/2] acpi.h: add defines for adr_space and gas

2022-01-07 Thread Steffen Trumtrar
>From linux v5.15-rc1. Signed-off-by: Steffen Trumtrar --- include/acpi.h | 72 ++ 1 file changed, 72 insertions(+) diff --git a/include/acpi.h b/include/acpi.h index b8e73b35df..04f722da23 100644 --- a/include/acpi.h +++ b/include/acpi.h @@

[PATCH 2/2] watchdog: add support for wdat_wdt

2022-01-07 Thread Steffen Trumtrar
Add support for systems with the ACPI Watchdog Action Table (wdat). Based on Linux v5.15-rc1 drivers/watchdog/wdat_wdt.c Signed-off-by: Steffen Trumtrar --- This patch depends on x86: : fix outl/outsl access size https://lore.barebox.org/20220107063644.22595-1-a.fat...@pengutronix.de

Re: Re: Re: barebox extending boot-scripts

2022-01-07 Thread Sascha Hauer
On Thu, Jan 06, 2022 at 01:41:39PM +0100, Frank Wunderlich wrote: > Hi, > thanks for answer. tried to strip mail it a bit down ;) > > Gesendet: Donnerstag, 06. Januar 2022 um 09:08 Uhr > > Von: "Sascha Hauer" > > On Wed, Jan 05, 2022 at 07:13:22PM +0100, Frank Wunderlich wrote: > > > > > >

[PATCH] commands: hashsum: Fix endif typos

2022-01-07 Thread Enguerrand de Ribaucourt
Fix the comments in endif to correspond to the symbol of their ifdef. Signed-off-by: Enguerrand de Ribaucourt --- commands/hashsum.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/commands/hashsum.c b/commands/hashsum.c index bfacee0b9..308faa172 100644 ---

[PATCH] drivers: virtio: import list of newer Virtio IDs

2022-01-07 Thread Ahmad Fatoum
These are unused now. Signed-off-by: Ahmad Fatoum --- include/uapi/linux/virtio_ids.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/uapi/linux/virtio_ids.h b/include/uapi/linux/virtio_ids.h index bc1c0621f5ed..80d76b75bccd 100644 ---