aboutsummaryrefslogtreecommitdiff
path: root/util/amdfwtool/amdfwtool.h
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2020-12-30 00:01:59 +0100
committerIdwer Vollering <vidwer@gmail.com>2020-12-31 16:06:58 +0000
commit93df1d9cfaef526bf5a8f18cb619623d9bd82293 (patch)
tree0840565d85d71bd1d897eb76dde510309993ec86 /util/amdfwtool/amdfwtool.h
parent2c626f332b938caabb38f85db5cafb2f502b5a52 (diff)
util/amdfwtool: portability fixes for FreeBSD
Add the stdint.h header, and drop the GLIBC section from amdfwtool.h to build this tool on FreeBSD as well as Linux. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Change-Id: I295fd308b0f5e2902931f02c9455823a614976de Reviewed-on: https://review.coreboot.org/c/coreboot/+/48977 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/amdfwtool/amdfwtool.h')
-rw-r--r--util/amdfwtool/amdfwtool.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/amdfwtool/amdfwtool.h b/util/amdfwtool/amdfwtool.h
index 6ae4675121..b12b989b74 100644
--- a/util/amdfwtool/amdfwtool.h
+++ b/util/amdfwtool/amdfwtool.h
@@ -3,14 +3,6 @@
#ifndef _AMD_FW_TOOL_H_
#define _AMD_FW_TOOL_H_
-#if defined(__GLIBC__)
-typedef unsigned long long int uint64_t;
-typedef unsigned int uint32_t;
-typedef unsigned char uint8_t;
-typedef unsigned short uint16_t;
-#endif
-
-
typedef enum _amd_fw_type {
AMD_FW_PSP_PUBKEY = 0,
AMD_FW_PSP_BOOTLOADER = 1,