Re: [PATCH v3 1/2] mkimage: create new ELF Note for SBAT

2024-10-22 Thread sudhakar
On 2024-10-16 20:36, Daniel Kiper wrote: On Fri, Sep 13, 2024 at 04:57:58PM +0530, Sudhakar Kuppusamy wrote: In order to store the SBAT data, we create a new ELF note. The string "Secure-Boot-Advanced-Targeting", zero-padded to 4 byte alignment, shall be entered in the name field. The string "s

Re: [PATCH v3 1/2] mkimage: create new ELF Note for SBAT

2024-10-16 Thread Daniel Kiper
On Fri, Sep 13, 2024 at 04:57:58PM +0530, Sudhakar Kuppusamy wrote: > In order to store the SBAT data, we create a new ELF note. The string > "Secure-Boot-Advanced-Targeting", > zero-padded to 4 byte alignment, shall be entered in the name field. The > string "sbat"'s ASCII values, > 0x41536967,

[PATCH v3 1/2] mkimage: create new ELF Note for SBAT

2024-09-13 Thread Sudhakar Kuppusamy
In order to store the SBAT data, we create a new ELF note. The string "Secure-Boot-Advanced-Targeting", zero-padded to 4 byte alignment, shall be entered in the name field. The string "sbat"'s ASCII values, 0x41536967, should be entered in the type field. Signed-off-by: Sudhakar Kuppusamy Co-au