OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Don't use SBI functions in fdt code
@ 2021-05-19  7:54 Daniel Schaefer
  2021-05-19  7:54 ` [PATCH v2 1/3] lib: utils: Add strncpy macro to libfdt_env.h Daniel Schaefer
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Daniel Schaefer @ 2021-05-19  7:54 UTC (permalink / raw)
  To: opensbi

Second series with minor changes based on the feedback

- Made commit description of 1 better
- Changed sbi_memcpy to memcpy in 2 (forgot it before because I was
  basing on v0.9 instead of master)
- Fixed typo in commit message of 3

Cc: Xiang W <wxjstz@126.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Anup Patel <anup.patel@wdc.com>

Daniel Schaefer (3):
  lib: utils: Add strncpy macro to libfdt_env.h
  lib: fdt: Don't use sbi_string functions
  lib: utils: Replace strcmp with strncmp

 lib/utils/fdt/fdt_domain.c    | 9 +++++----
 lib/utils/libfdt/libfdt_env.h | 1 +
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.30.1



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

end of thread, other threads:[~2021-05-19 12:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-19  7:54 [PATCH v2 0/3] Don't use SBI functions in fdt code Daniel Schaefer
2021-05-19  7:54 ` [PATCH v2 1/3] lib: utils: Add strncpy macro to libfdt_env.h Daniel Schaefer
2021-05-19  8:37   ` Xiang W
2021-05-19 12:51     ` Anup Patel
2021-05-19 12:54       ` Anup Patel
2021-05-19  7:54 ` [PATCH v2 2/3] lib: fdt: Don't use sbi_string functions Daniel Schaefer
2021-05-19  8:38   ` Xiang W
2021-05-19 12:52     ` Anup Patel
2021-05-19 12:54       ` Anup Patel
2021-05-19  7:54 ` [PATCH v2 3/3] lib: utils: Replace strcmp with strncmp Daniel Schaefer
2021-05-19 12:52   ` Anup Patel

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