coreboot-kgpe-d16/src/commonlib
Hsuan Ting Chen be345c0bb4 commonlib/bsd/elog: Include <stdint.h> instead of <inttypes.h>
The header file <inttypes.h> includes <stdint.h> and defines some
additional PRI* macros. Since elog.h and elog.c do not use any of the
PRI* macro, we should include <stdint.h> directly.

Change-Id: Iac1f4f53e43f171ecef95533cd6a3bf5dff64ec4
Signed-off-by: Hsuan Ting Chen <roccochen@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63113
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
2022-04-28 12:55:32 +00:00
..
bsd commonlib/bsd/elog: Include <stdint.h> instead of <inttypes.h> 2022-04-28 12:55:32 +00:00
include/commonlib commonlib/coreboot_tables.h: Don't pack structs 2022-04-20 14:45:17 +00:00
storage treewide: Remove "ERROR: "/"WARN: " prefixes from log messages 2022-02-07 23:29:09 +00:00
fsp_relocate.c commonlib: Replace 'stdlib' with 'stddef' 2022-04-24 18:31:14 +00:00
iobuf.c
Makefile.inc cbfs: Remove deprecated APIs 2021-12-06 12:36:45 +00:00
mem_pool.c commonlib/mem_pool: Allow configuring the alignment 2021-11-04 10:33:52 +00:00
region.c commonlib/region: Turn addrspace_32bit into a more official API 2021-04-21 02:06:26 +00:00
sort.c