coreboot-kgpe-d16/src
Angel Pons 8aedb34501 mb/prodrive/hermes: Properly pack EEPROM structures
To pack a struct, the `__packed` attribute must come after the `struct`
keyword. Moreover, unions cannot be packed (structs inside unions can,
though). Correct uses of `__packed` so that EEPROM structs get packed.

Change-Id: I39d2c9ebc370605d5623b134189aa95a074ec7c3
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51980
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: <wouter.eckhardt@prodrive-technologies.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
2021-04-06 06:49:59 +00:00
..
acpi ACPI: Add SATC structure for DMAR table 2021-03-28 16:03:21 +00:00
arch cbfs: Remove prog_locate() for payloads (SELF and FIT) 2021-03-17 00:13:53 +00:00
commonlib cbfs: Move stage header into a CBFS attribute 2021-03-17 08:10:00 +00:00
console console/vtxprintf.c: Add missing <types.h> 2021-02-16 08:15:26 +00:00
cpu cpu/x86/smm: Fix SMM start address passing 2021-03-24 15:36:36 +00:00
device device/dram/ddr3: Drop unused MRS helpers 2021-04-05 13:03:58 +00:00
drivers drivers/intel/fsp1_1: Drop dead MMA code 2021-04-06 06:46:41 +00:00
ec ec/system76/ec: Add OLED screen toggle 2021-02-27 09:38:19 +00:00
include cbfs: Make `mdata` argument to cbfs_allocator_t const 2021-04-05 22:59:02 +00:00
lib cbfs: Make `mdata` argument to cbfs_allocator_t const 2021-04-05 22:59:02 +00:00
mainboard mb/prodrive/hermes: Properly pack EEPROM structures 2021-04-06 06:49:59 +00:00
northbridge nb/intel/sandybridge: Drop `pci_mmio_size` 2021-04-05 13:16:43 +00:00
security security: vboot: Clarify PCR extension algorithms/sizes 2021-03-30 21:07:56 +00:00
soc soc/amd/cezanne: Add soc/msr.h 2021-04-05 19:25:26 +00:00
southbridge nb/intel/haswell: Move USB config API into Lynx Point 2021-03-25 07:51:50 +00:00
superio acpi/acpigen.h: Add more intuitive AML package closing functions 2021-03-22 11:21:55 +00:00
vendorcode vc/amd/fsp/picasso/platform_descriptors: fix typos in enum element names 2021-04-05 19:49:02 +00:00
Kconfig southbridge: Ensure common Kconfig gets included last 2021-02-18 10:11:39 +00:00