[PATCH v2] gitignore: ignore *.dtbo and *.dtbo.*

2024-03-05 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f0afd899e1a..5e1b0c2b68f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,8 @@ binary.0 Module.symvers *.dtb *.dtb.* +*.dtbo +*.dtbo.* # # Top-level generic

Re: [PATCH] fixup! of: fdt: implement fdt_machine_is_compatible

2024-03-05 Thread Sascha Hauer
On Mon, Mar 04, 2024 at 07:55:58PM +0100, Ahmad Fatoum wrote: > of: fdt: have fdt_machine_is_compatible() return a score > > fdt_machine_is_compatible() currently returns false on mismatch and > true on match. of_machine_is_compatible(), that it's meant to partially > replace, returns a positive s

Re: [PATCH master] ARM: rpi: fix regression booting without VideoCore DT

2024-03-05 Thread Sascha Hauer
On Tue, 05 Mar 2024 11:32:41 +0100, Ahmad Fatoum wrote: > The Raspberry Pi firmware running prior to barebox can load a kernel > directly and thus can boot barebox-dt-2nd.img straight without having to > use the Raspberry Pi images. > > However, the Raspberry Pi specific PBL entry points, store

Re: [PATCH v2 000/113] efi: prepare for ARM64 EFI loader support

2024-03-05 Thread Sascha Hauer
On Mon, 04 Mar 2024 19:58:45 +0100, Ahmad Fatoum wrote: > I've been working on enabling use of barebox as EFI loader for a while. > It's already functional enough to boot efi-stubbed Linux directly or via > Grub, but some key parts like proper runtime services and the EFI boot > manager are still

RE: [EXT] Re: [EXT] Re: [EXT] Re: [EXT] Re: [PATCH v2 2/2] raspi: fixup additional vc created nodes

2024-03-05 Thread Denis OSTERLAND-HEIM
Hi, Cool. Thanks for the trigger. Works fine on my side. You can add my Tested-by: Denis Osterland-Heim Regards, Denis -Original Message- From: Ahmad Fatoum Sent: Tuesday, March 5, 2024 11:34 AM To: Denis OSTERLAND-HEIM ; Roland Hieber ; Denis Osterland-Heim Cc: barebox@lists.infrad

Re: [EXT] Re: [EXT] Re: [EXT] Re: [PATCH v2 2/2] raspi: fixup additional vc created nodes

2024-03-05 Thread Ahmad Fatoum
On 29.02.24 07:03, Denis OSTERLAND-HEIM wrote: > Hi, > > Well, the kernel in root A may have a different device tree, than the one in > root B. > This is the kernel version update case. > What would break, depends on the changes to the dt. Hmm, ok. I just sent a patch that should support both my

[PATCH master] ARM: rpi: fix regression booting without VideoCore DT

2024-03-05 Thread Ahmad Fatoum
The Raspberry Pi firmware running prior to barebox can load a kernel directly and thus can boot barebox-dt-2nd.img straight without having to use the Raspberry Pi images. However, the Raspberry Pi specific PBL entry points, store the VideoCore DT into a handover area for earlier extraction of fixu