Re: [RFC] libdl: Make Elf_Sym::st_other available

2024-03-03 Thread Chris Johns
On 1/3/2024 6:05 pm, Sebastian Huber wrote: > On 29.02.24 00:27, Chris Johns wrote: >> On 27/2/2024 6:46 pm, Sebastian Huber wrote: >>> The 64-bit PowerPC ELFv2 relocation support needs access to the >>> Elf_Sym::st_other symbol information.  The machine-specific relocation >>> handler >>> had onl

Re: [PATCH 4/6] build: Add support to make bootloader images

2024-03-03 Thread Chris Johns
On 1/3/2024 9:57 pm, Sebastian Huber wrote: > On 29.02.24 00:05, Chris Johns wrote: If it is will the details be exported in the pkgconfig file and made available for users building applications in a consistent and easy to use way? >>> Application build systems can query the tool

Re: [PATCH 5/6] build: Add mkimage support for powerpc/qoriq

2024-03-03 Thread Chris Johns
On 28/2/2024 2:15 am, Sebastian Huber wrote: > Update #4272. > --- > spec/build/bsps/optpython.yml | 14 > spec/build/bsps/optubootmkimage.yml | 20 > spec/build/bsps/powerpc/qoriq/grp.yml | 6 > spec/build/bsps/powerpc/qoriq/mkimage.yml | 39 +

Re: [PATCH 5/6] build: Add mkimage support for powerpc/qoriq

2024-03-03 Thread Sebastian Huber
On 04.03.24 08:22, Chris Johns wrote: diff --git a/spec/build/bsps/powerpc/qoriq/mkimage.yml b/spec/build/bsps/powerpc/qoriq/mkimage.yml new file mode 100644 index 00..712fd237b1 --- /dev/null +++ b/spec/build/bsps/powerpc/qoriq/mkimage.yml @@ -0,0 +1,39 @@ +SPDX-License-Identifier: CC