Re: [PATCH v1 2/2] mkimage: adding sbat data into sbat ELF Note on powerpc

2024-06-12 Thread Daniel Kiper
On Thu, Jun 06, 2024 at 09:44:10PM +0530, Sudhakar Kuppusamy wrote: > it reads the SBAT data from sbat.csv and create the ELF Note for it then > store the SBAT data on it while generate image with -s option May I ask you to use proper English sentences in the commit messages? > Signed-off-by: Sud

[PATCH v1 2/2] mkimage: adding sbat data into sbat ELF Note on powerpc

2024-06-06 Thread Sudhakar Kuppusamy
it reads the SBAT data from sbat.csv and create the ELF Note for it then store the SBAT data on it while generate image with -s option Signed-off-by: Sudhakar Kuppusamy Co-authored-by: Daniel Axtens --- util/mkimage.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) d