summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/pi/00730F01/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-09-24 08:34:39 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-09-26 01:16:44 +0000
commit3de8f8c137f336ec2b96114303cee873ac636762 (patch)
treec57334477b64584649f8c064a1342927fd8f9874 /src/cpu/amd/pi/00730F01/Makefile.inc
parentda33246bc53ec1bfa093b991e263a9629920bc37 (diff)
downloadcoreboot-3de8f8c137f336ec2b96114303cee873ac636762.tar.gz
coreboot-3de8f8c137f336ec2b96114303cee873ac636762.tar.bz2
coreboot-3de8f8c137f336ec2b96114303cee873ac636762.zip
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>
Diffstat (limited to 'src/cpu/amd/pi/00730F01/Makefile.inc')
-rw-r--r--src/cpu/amd/pi/00730F01/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/pi/00730F01/Makefile.inc b/src/cpu/amd/pi/00730F01/Makefile.inc
index 5e49869de754..c4a92cf65df9 100644
--- a/src/cpu/amd/pi/00730F01/Makefile.inc
+++ b/src/cpu/amd/pi/00730F01/Makefile.inc
@@ -12,8 +12,6 @@
#
romstage-y += fixme.c
-romstage-y += update_microcode.c
-romstage-y += microcode_fam16h.c
ramstage-y += fixme.c
ramstage-y += chip_name.c