coreboot/src
Angel Pons df2049be31 sb/intel/lynxpoint: Use unions for MEI registers
Wrap bitfield structs in unions to reduce pointer usage. This adds more
uses of the `mei_dump()` function, only used for debugging. Refactoring
the MEI CSR functions to not use pointers is done in a follow-up.

Change-Id: I4defbb8c0e7812bf95c672ce529959f67c34537a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59623
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2021-12-18 12:49:01 +00:00
..
acpi acpi,Makefile: Add preload_acpi_dsdt 2021-11-29 20:35:33 +00:00
arch arch/x86/c_start.S: Remove duplicated "the" in comments 2021-12-13 23:46:54 +00:00
commonlib lib: Add __fls() (Find Last Set) 2021-12-13 02:57:07 +00:00
console
cpu cpu/x86/mp_init.c: Make it work for !CONFIG_SMP 2021-12-10 15:57:34 +00:00
device device/pci_device.c: Scan only one device for PCIe 2021-11-29 03:19:51 +00:00
drivers drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN better 2021-12-15 22:39:21 +00:00
ec ec/google/chromeec: Support 5 temperature sensors 2021-11-26 11:19:52 +00:00
include rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP 2021-12-15 23:25:32 +00:00
lib Spell *Boot Guard* with a space for official spelling 2021-12-16 14:17:36 +00:00
mainboard mb/google/guybrush: Disable GPIO export for Goodix Touchscreen 2021-12-18 02:12:06 +00:00
northbridge Spell *Boot Guard* with a space for official spelling 2021-12-16 14:17:36 +00:00
security Revert "security/vboot: Add NVRAM counter for TPM 2.0" 2021-12-16 20:58:30 +00:00
soc soc/amd/cezanne/acpi: Add support for RTC workaround 2021-12-18 12:23:21 +00:00
southbridge sb/intel/lynxpoint: Use unions for MEI registers 2021-12-18 12:49:01 +00:00
superio superio/smsc/sch5545: Disable PS/2 lines isolation during init 2021-11-27 14:23:08 +00:00
vendorcode vendorcode/intel/fsp: Add Alder Lake FSP headers for FSP v2471_02 2021-12-13 06:09:15 +00:00
Kconfig