Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35267 )
Change subject: soc/amd/common: Add missing stdint.h to BiosCallOuts.h ......................................................................
soc/amd/common: Add missing stdint.h to BiosCallOuts.h
Change-Id: Ib0eea9bfd0c8d9e3eba257b561980accf5b4bab4 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/35267/1
diff --git a/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h b/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h index 829630b..9205499 100644 --- a/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h +++ b/src/soc/amd/common/block/include/amdblocks/BiosCallOuts.h @@ -18,6 +18,7 @@ #define __CALLOUTS_AMD_AGESA_H__
#include <amdblocks/agesawrapper.h> +#include <stdint.h>
#define BIOS_HEAP_SIZE 0x30000 #define BSP_STACK_BASE_ADDR 0x30000