coreboot/src/arch
Patrick Georgi 1c8e8b259d arch/riscv: Avoid gcc11 replacing memset implementation with memset call
SBI comes with its own memset implementation (under a slightly
different name) that gcc11 "helpfully" tries to replace with a call
to memset(). Since we don't provide a memset, the linker isn't happy,
so prevent gcc from doing that.

Change-Id: I3459a519d46a123f873306000b8b2261bd64e0c3
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56429
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2021-09-19 18:52:22 +00:00
..
arm arch/{arm,ppc64,riscv}: Remove cpu_info 2021-07-26 07:29:16 +00:00
arm64 cbfs: Remove prog_locate() for payloads (SELF and FIT) 2021-03-17 00:13:53 +00:00
ppc64 arch/{arm,ppc64,riscv}: Remove cpu_info 2021-07-26 07:29:16 +00:00
riscv arch/riscv: Avoid gcc11 replacing memset implementation with memset call 2021-09-19 18:52:22 +00:00
x86 arch/x86/boot: Add missing include 2021-09-13 14:18:43 +00:00