Recent GCC versions (>=12) warn about out-of-bounds accesses when writing through *(volatile uint8_t *)dest in endian.h. This is a false positive since these pointers intentionally alias hardware/physical memory. Change-Id: Ia47aa1214998dbc17bd4a58f7d996bcc6fff7b6a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89328 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com> |
||
|---|---|---|
| .. | ||
| bsd | ||
| include/commonlib | ||
| storage | ||
| device_tree.c | ||
| fsp_relocate.c | ||
| iobuf.c | ||
| list.c | ||
| Makefile.mk | ||
| mem_pool.c | ||
| rational.c | ||
| region.c | ||
| sort.c | ||