coreboot-kgpe-d16/src
Maulik V Vaghela a6d7c00f1d arch/x86/post.c: Hide cmos_post_code from SMM context
Code in SMM segment using cmos_post_code will give compiler error since
cmos_post_code function is not getting compiled during SMM stage.

Also as per patch discussion, CMOS uses a split IO transaction and it's not
really safe to call cmos_post_code from SMM context. Thus we'll hide the
call for SMM context.

Change-Id: Iffdcccaad48e7ad96e068d07046630fbe4297e65
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38370
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2020-01-18 10:57:59 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch arch/x86/post.c: Hide cmos_post_code from SMM context 2020-01-18 10:57:59 +00:00
commonlib include/commonlib: Fix typos 2020-01-10 15:26:03 +00:00
console console/post: NOPOST means NOPOST 2020-01-18 10:53:08 +00:00
cpu drivers/pc80/rtc: Separate {get|set}_option() prototypes 2020-01-09 14:37:33 +00:00
device src/device: Update pci_class to PCI-SIG Specification 2020-01-10 10:55:49 +00:00
drivers drivers/spi/spi_flash: organize spi flash by sector topology 2020-01-17 05:49:09 +00:00
ec soc/intel/{skylake,common}/acpi/dptf/thermal.asl: Prevent iasl remarks 2020-01-18 10:52:12 +00:00
include src/include: Fix typos 2020-01-18 10:55:45 +00:00
lib cbfs: Remove locator concept 2020-01-18 10:51:04 +00:00
mainboard mb/opencellular/elgon: Fix typo 2020-01-18 10:56:48 +00:00
northbridge nb/intel/sandybridge: sort LANEBASE_* defines by their address 2020-01-16 08:40:10 +00:00
security cbfs: Remove locator concept 2020-01-18 10:51:04 +00:00
soc soc/intel/common/cse: Add consistent HECI command id/group id naming 2020-01-18 10:54:25 +00:00
southbridge sb/intel/i82371eb: Add PIIX4 definitions 2020-01-14 18:19:14 +00:00
superio superio/nuvoton/nct5104d: Add soft reset GPIO functionality 2020-01-15 18:54:33 +00:00
vendorcode vc/amd/agesa: Fix out of bounds read 2020-01-13 11:22:40 +00:00
Kconfig timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviour 2020-01-10 14:11:50 +00:00