Attention is currently required from: Julius Werner, Paul Menzel.
Hello Intel coreboot Reviewers, Jeff Daly, Julius Werner, Maximilian Brune, Philipp Hug, Vanessa Eusebio, build bot (Jenkins), ron minnich,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86233?usp=email
to look at the new patch set (#7).
Change subject: soc/intel/denverton_ns: Remove unused memcpy_s function ......................................................................
soc/intel/denverton_ns: Remove unused memcpy_s function
Remove the memcpy_s function as it is not used. Additionally, the function did not return the expected values: 0: If the memory copy is successful. EINVAL: If dest or src is a null pointer, or if count is greater than RSIZE_MAX. ERANGE: If count is greater than destsz.
Change-Id: I0d32c838e94ae760907efe55ed00bab3faaaa8c5 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/intel/denverton_ns/include/soc/soc_util.h M src/soc/intel/denverton_ns/soc_util.c 2 files changed, 0 insertions(+), 54 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/86233/7