All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add endianness conversion support
@ 2023-01-28  7:46 Rahul Pathak
  2023-01-28  7:46 ` [PATCH 1/2] include: Add support for byteorder/endianness conversion Rahul Pathak
  2023-01-28  7:46 ` [PATCH 2/2] lib: utils/fdt: Use byteorder conversion functions in libfdt_env.h Rahul Pathak
  0 siblings, 2 replies; 9+ messages in thread
From: Rahul Pathak @ 2023-01-28  7:46 UTC (permalink / raw)
  To: opensbi

This series adds a new header which defines the generic
endianness conversion functions.
These new functions replaces the existing byte-swapping
functions defined in libfdt_env.h

Rahul Pathak (2):
  include: Add support for byteorder/endianness conversion
  lib: utils/fdt: Use byteorder conversion functions in libfdt_env.h

 include/sbi/sbi_byteorder.h   | 57 +++++++++++++++++++++++++++++++++++
 lib/utils/libfdt/libfdt_env.h | 29 ++++++------------
 2 files changed, 67 insertions(+), 19 deletions(-)
 create mode 100644 include/sbi/sbi_byteorder.h

-- 
2.34.1



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

end of thread, other threads:[~2023-02-02  9:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-28  7:46 [PATCH 0/2] Add endianness conversion support Rahul Pathak
2023-01-28  7:46 ` [PATCH 1/2] include: Add support for byteorder/endianness conversion Rahul Pathak
2023-01-28 13:12   ` Xiang W
2023-01-31  8:11   ` Sergey Matyukevich
2023-02-01  7:38     ` Rahul Pathak
2023-02-02  9:24       ` Sergey Matyukevich
2023-02-02  9:32         ` Rahul Pathak
2023-01-28  7:46 ` [PATCH 2/2] lib: utils/fdt: Use byteorder conversion functions in libfdt_env.h Rahul Pathak
2023-01-28 13:13   ` Xiang W

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.