Re: [PATCH 2/4] tools: kwbimage: Align BIN header executable code to 128-bit boundary

2021-10-21 Thread Stefan Roese
On 21.10.21 16:46, Pali Rohár wrote: ARM executable code inside the BIN header on some mvebu platforms (e.g. A370, AXP) must always be aligned with the 128-bit boundary. This requirement can be met by inserting dummy arguments into BIN header. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roe

[PATCH 2/4] tools: kwbimage: Align BIN header executable code to 128-bit boundary

2021-10-21 Thread Pali Rohár
ARM executable code inside the BIN header on some mvebu platforms (e.g. A370, AXP) must always be aligned with the 128-bit boundary. This requirement can be met by inserting dummy arguments into BIN header. Signed-off-by: Pali Rohár --- tools/kwbimage.c | 51 -