Re: [PATCH 05/10] meson: compile bundled device trees

2023-08-29 Thread Richard Henderson
On 8/29/23 07:25, Philippe Mathieu-Daudé wrote: On 29/8/23 10:29, Paolo Bonzini wrote: If dtc is available, compile the .dts files in the pc-bios directory instead of using the precompiled binaries. Signed-off-by: Paolo Bonzini ---   pc-bios/Makefile    | 19 ---   pc-bios/meson

Re: [PATCH 05/10] meson: compile bundled device trees

2023-08-29 Thread Richard Henderson
On 8/29/23 01:29, Paolo Bonzini wrote: If dtc is available, compile the .dts files in the pc-bios directory instead of using the precompiled binaries. Signed-off-by: Paolo Bonzini --- pc-bios/Makefile| 19 --- pc-bios/meson.build | 25 + 2 files ch

Re: [PATCH 05/10] meson: compile bundled device trees

2023-08-29 Thread Philippe Mathieu-Daudé
On 29/8/23 10:29, Paolo Bonzini wrote: If dtc is available, compile the .dts files in the pc-bios directory instead of using the precompiled binaries. Signed-off-by: Paolo Bonzini --- pc-bios/Makefile| 19 --- pc-bios/meson.build | 25 + 2 files c

[PATCH 05/10] meson: compile bundled device trees

2023-08-29 Thread Paolo Bonzini
If dtc is available, compile the .dts files in the pc-bios directory instead of using the precompiled binaries. Signed-off-by: Paolo Bonzini --- pc-bios/Makefile| 19 --- pc-bios/meson.build | 25 + 2 files changed, 21 insertions(+), 23 deletions(-) d