Idwer Vollering has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37766 )
Change subject: util/amdfwtool: silence compiler on FreeBSD ......................................................................
util/amdfwtool: silence compiler on FreeBSD
Change-Id: Ida2c1f36aba7469d69dbb12ee6afce4a181bd6b7 Signed-off-by: Idwer Vollering vidwer@gmail.com --- M util/amdfwtool/amdfwtool.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/37766/1
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 02564cf..b5cad76 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -110,10 +110,12 @@ */ #define PSP_COMBO 0
+#if !defined(__FreeBSD__) typedef unsigned long long int uint64_t; typedef unsigned int uint32_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; +#endif
/* * Creates the OSI Fletcher checksum. See 8473-1, Appendix C, section C.3.