On Fri, May 03, 2024 at 12:32:29PM +0200, Ahmad Fatoum wrote:
> Firmware compiled into barebox PBL is rarely optional, so even if
> CONFIG_MISSING_FIRMWARE_ERROR is disabled, barebox will not generate
> images with missing PBL firmware.
>
> We can relax this for firmware compiled into barebox prop
On Fri, 03 May 2024 12:32:28 +0200, Ahmad Fatoum wrote:
> For firmware used in the prebootloader, missing firmware is handled
> according to the CONFIG_MISSING_FIRMWARE_ERROR symbol:
>
> - If set, barebox will throw an error when assmebling the final image
> with a list of missing firmware
On Fri, 03 May 2024 12:29:09 +0200, Ahmad Fatoum wrote:
> The fixup was written for Layerscape LS1046A. Enabling it on i.MX8MP
> throws an initcall error, because the SoC node is called /soc@0.
>
> Improve the situation by falling back to either /soc@0 or just plain /.
>
>
Applied, thanks!
[
On Fri, 03 May 2024 12:15:19 +0200, Ahmad Fatoum wrote:
> The register is zeroed on read, so network booting always prints the
> warning that the reset reason is unknown.
>
> Skip the warning in this case.
>
>
Applied, thanks!
[1/1] mfd: pca9450: don't warn if PCA9450_PWRON_STAT is 0
h
On Fri, 03 May 2024 12:11:31 +0200, Ahmad Fatoum wrote:
> The exact same node is duplicated. Drop one instance.
>
>
Applied, thanks!
[1/1] arm: rockchip: mecsbc: drop duplicate reserved-memory node
https://git.pengutronix.de/cgit/barebox/commit/?id=b2ebe85e64e2 (link may
not be stable)
On Fri, May 03, 2024 at 12:09:23PM +0200, Ahmad Fatoum wrote:
> GCC warns that fdt may be uninitialized. Fix that by treating unknown
> variants as the CA variant. CA was chosen for no particular reason.
>
> Signed-off-by: Ahmad Fatoum
> ---
> arch/arm/boards/tqma93xx/lowlevel.c | 3 +++
> 1 fil
On Fri, 03 May 2024 12:08:56 +0200, Ahmad Fatoum wrote:
> Any output, stdout or stderr, during normal operation looks jarring when
> interleaved with Kbuild, so utilities should just be always silent on
> stdout and print errors to stderr if they occur.
>
> The pblimage tool violated this and ha