Skip to content

Commit

Permalink
UefiPayloadPkg: Fix build with coreboot-sdk 2022-09-18_c8870b1334
Browse files Browse the repository at this point in the history
Build system complained on __packed redefinition and couldn't build the
SerialDxe module.

Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 authored and MrChromebox committed Aug 7, 2024
1 parent 6b389b6 commit df4d548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UefiPayloadPkg/Include/Coreboot.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,6 @@ struct cb_tpm_physical_presence {
UINT32 ppi_address; /* Address of ACPI PPI communication buffer */
UINT8 tpm_version; /* 1: TPM1.2, 2: TPM2.0 */
UINT8 ppi_version; /* BCD encoded */
} __packed;
} __attribute__((packed));

#endif // _COREBOOT_PEI_H_INCLUDED_

0 comments on commit df4d548

Please sign in to comment.