coreboot/src
Kyösti Mälkki 3de8f8c137 cpu/amd/pi/00730F01: Clean up microcode update from __PRE_RAM__
It is only called in ramstage. Even if it was called in
romstage, execution flow is such that BSP and AP CPUs
should not be able to enter update_microcode() routine
concurrently.

Also the Kconfig guarding the spin_lock() calls are not
selected nor are the lock variables declared for these
platforms.

Change-Id: I1c2e106f10e8420e942b3ed082c677c0db95557c
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35586
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-09-26 01:16:44 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch arch/x86: Replace some __PRE_RAM__ use 2019-09-14 10:56:46 +00:00
commonlib lib/fmap: Cache FMAP in cbmem 2019-09-23 08:46:13 +00:00
console src/: Replace some __PRE_RAM__ use 2019-09-14 11:16:17 +00:00
cpu cpu/amd/pi/00730F01: Clean up microcode update from __PRE_RAM__ 2019-09-26 01:16:44 +00:00
device device/cardbus: Remove unnecessary bridge_ctrl bitmask 2019-09-22 18:39:08 +00:00
drivers drivers/wifi/generic.c: Upper case the AML WiFi name as required by spec 2019-09-21 01:22:20 +00:00
ec 3rdparty/chromeec: Update to latest master 2019-09-16 13:42:10 +00:00
include device/mmio.h: Add bit field helpers 2019-09-24 10:32:50 +00:00
lib lib/fmap: Cache FMAP in cbmem 2019-09-23 08:46:13 +00:00
mainboard mb/google/kukui: Add new build target 'Juniper' 2019-09-25 12:56:26 +00:00
northbridge intel/cpu: Switch older models to TSC_MONOTONIC_TIMER 2019-09-24 22:56:52 +00:00
security vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2 2019-09-21 01:13:54 +00:00
soc soc/intel/(apl,skl,cnl,common): Move mkhi_hdr structure definition to common 2019-09-25 06:26:14 +00:00
southbridge soc/fsp_broadwell_de: fix flashconsole support for platform 2019-09-25 12:56:56 +00:00
superio superio/common: Fix types in printf 2019-09-17 10:33:40 +00:00
vendorcode vendorcode/cavium: Replace use of __PRE_RAM__ 2019-09-23 21:39:22 +00:00
Kconfig x86emu: Drop UDELAY_LAPIC dependency 2019-09-18 13:00:41 +00:00