Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/75622?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: soc/amd/common/block/cpu/noncar/cpu: add missing types.h include ......................................................................
soc/amd/common/block/cpu/noncar/cpu: add missing types.h include
types.h provides uint32_t via a chain include.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I875e3bb096b56bbea862c9ad0e3e14e025e3298b Reviewed-on: https://review.coreboot.org/c/coreboot/+/75622 Reviewed-by: Raul Rangel rrangel@chromium.org Reviewed-by: Fred Reitberger reitbergerfred@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/amd/common/block/cpu/noncar/cpu.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Raul Rangel: Looks good to me, approved Fred Reitberger: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/soc/amd/common/block/cpu/noncar/cpu.c b/src/soc/amd/common/block/cpu/noncar/cpu.c index 2cd847e..4afb69a 100644 --- a/src/soc/amd/common/block/cpu/noncar/cpu.c +++ b/src/soc/amd/common/block/cpu/noncar/cpu.c @@ -6,6 +6,7 @@ #include <cpu/amd/msr.h> #include <smbios.h> #include <soc/iomap.h> +#include <types.h>
uint32_t get_pstate_0_reg(void) {