BIN header arguments are used only for aligning ARM executable code to 128-bit boundary. This patch series document this behavior and fix kwbimage and kwboot code to properly generate BIN headers.
Pali Rohár (4): tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary tools: kwbimage: Align BIN header executable code to 128-bit boundary arm: mvebu: Add documentation for save_boot_params() function arm: mvebu: Remove dummy BIN header arguments for SPL binary arch/arm/mach-mvebu/kwbimage.cfg.in | 2 +- arch/arm/mach-mvebu/lowlevel_spl.S | 9 +++++ tools/kwbimage.c | 51 +++++++++++++++++++---------- tools/kwboot.c | 22 ++++++++++--- 4 files changed, 61 insertions(+), 23 deletions(-) -- 2.20.1