mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] ratp: fixes
@ 2025-04-07  7:29 Sascha Hauer
  2025-04-07  7:29 ` [PATCH 1/3] ratp: Drop wrong alignment annotation Sascha Hauer
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sascha Hauer @ 2025-04-07  7:29 UTC (permalink / raw)
  To: open list:BAREBOX

The ratp commands have a wrong alignment on X86 sandbox builds which
currently breaks the allyes sandbox build. Also the ratp commands are
placed in a readonly section, but are nevertheless modified. This series
contains fixes for both issues.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Sascha Hauer (3):
      ratp: Drop wrong alignment annotation
      ratp: do not export ratp command list
      ratp: make ratp commands const

 common/ratp/ratp.c | 37 +++++++++++++++++++++++--------------
 include/ratp_bb.h  | 10 ++--------
 2 files changed, 25 insertions(+), 22 deletions(-)
---
base-commit: b4c0c4615ace1795aa75ced21caa1e78b665cde0
change-id: 20250407-ratp-fixes-438ad710b68f

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




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

end of thread, other threads:[~2025-04-07 13:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-07  7:29 [PATCH 0/3] ratp: fixes Sascha Hauer
2025-04-07  7:29 ` [PATCH 1/3] ratp: Drop wrong alignment annotation Sascha Hauer
2025-04-07  7:59   ` Ahmad Fatoum
2025-04-07 13:10     ` Sascha Hauer
2025-04-07  7:29 ` [PATCH 2/3] ratp: do not export ratp command list Sascha Hauer
2025-04-07  7:29 ` [PATCH 3/3] ratp: make ratp commands const Sascha Hauer
2025-04-07 13:09 ` [PATCH 0/3] ratp: fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox