All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] arm: mvebu: Fix usage of BIN header arguments
@ 2021-10-21 14:46 Pali Rohár
  2021-10-21 14:46 ` [PATCH 1/4] tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary Pali Rohár
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Pali Rohár @ 2021-10-21 14:46 UTC (permalink / raw)
  To: Stefan Roese; +Cc: Marek Behún, u-boot

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-10-28 10:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-21 14:46 [PATCH 0/4] arm: mvebu: Fix usage of BIN header arguments Pali Rohár
2021-10-21 14:46 ` [PATCH 1/4] tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary Pali Rohár
2021-10-22  6:47   ` Stefan Roese
2021-10-21 14:46 ` [PATCH 2/4] tools: kwbimage: Align BIN header executable code " Pali Rohár
2021-10-22  6:47   ` Stefan Roese
2021-10-21 14:46 ` [PATCH 3/4] arm: mvebu: Add documentation for save_boot_params() function Pali Rohár
2021-10-22  6:47   ` Stefan Roese
2021-10-21 14:46 ` [PATCH 4/4] arm: mvebu: Remove dummy BIN header arguments for SPL binary Pali Rohár
2021-10-22  6:48   ` Stefan Roese
2021-10-28 10:48 ` [PATCH 0/4] arm: mvebu: Fix usage of BIN header arguments Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.