[PATCH] bootcount: clarify documentation

2022-03-02 Thread Michael Opdenacker
- Grammar fixes - Clarify explanations Signed-off-by: Michael Opdenacker --- doc/README.bootcount | 34 ++ drivers/bootcount/Kconfig | 10 +- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/doc/README.bootcount b/doc/README.bootcount

Re: ARM: mach-at91: how to stop U-Boot/SPL from disabling the watchdog timer on SAMAD3 Xplained

2021-12-10 Thread Michael Opdenacker
c#L121 > and > https://elixir.bootlin.com/u-boot/latest/source/arch/arm/mach-at91/spl.c#L16 Good catch, thanks! Indeed setting CONFIG_WDT_AT91=y did the trick. I didn't consider enabling the watchdog driver to avoid disabling the watchdog timer! Thanks again, Michael. -- Michael Opdenacker, Bo

ARM: mach-at91: how to stop U-Boot/SPL from disabling the watchdog timer on SAMAD3 Xplained

2021-12-09 Thread Michael Opdenacker
L from disabling the watchdog on SAMA5D3 (Xplained at least)? Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

[PATCH] board: sama5d3_xplained: add Falcon boot support

2021-05-31 Thread Michael Opdenacker
ticular case is currently not functional as adding FAT and partition support cause the SPL to be too big again. Signed-off-by: Michael Opdenacker --- board/atmel/sama5d3_xplained/sama5d3_xplained.c | 7 +++ include/configs/sama5d3_xplained.h | 14 ++ 2 files changed

Re: [PATCH v2] time: Fix get_ticks being non-monotonic

2021-03-01 Thread Michael Opdenacker
Simon Glass wrote: > Hi Michael, > > On Thu, 19 Nov 2020 at 04:23, Michael Opdenacker > wrote: >> Hi, >> >> Sorry, no messaging quoting, I was not subscribed to the list at that time. >> >> Merging this change into master actually broke the SPL on >&g

Re: [sw-dev] Booting Linux from U-Boot in qemu-system-riscv64?

2020-12-02 Thread Michael Opdenacker
e of course... Thanks again, Michael. -- Michael Opdenacker, CEO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

Booting Linux from U-Boot in qemu-system-riscv64?

2020-12-01 Thread Michael Opdenacker
sure my dtb file is suitable though. I'm surprised there is no DTS file for the riscv64 "virt" board emulated by QEMU in the Linux kernel sources, as U-Boot will refuse to boot Linux without one. Note that in U-Boot, the bootargs environment is set to: bootargs=console=ttyS0 I'

Re: [PATCH] added check for ignored CONFIG_ENV_EXT4_DEVICE_AND_PART definition

2020-11-24 Thread Michael Opdenacker
return env_dev_part; > + > static char *const dev_part[] = {"0:auto", "1:auto", "2:auto"}; > u32 bootmode = get_bootmode(); > Tested-by: Michael Opdenacker -- Michael Opdenacker, CEO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

Re: [PATCH v2] time: Fix get_ticks being non-monotonic

2020-11-19 Thread Michael Opdenacker
initialize timer (err -11) ... I'll look for a fix, but suggestions are welcome! Cheers, Michael. -- Michael Opdenacker, CEO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

Re: [PATCH v3] arm: vexpress: don't reset flags in board_init to avoid losing previous ones

2020-11-19 Thread Michael Opdenacker
Tested-by: Michael Opdenacker -- Michael Opdenacker, CEO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com