summaryrefslogtreecommitdiff
path: root/src/include/cpu
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-25 18:21:05 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-27 10:41:39 +0000
commit9266ce90c6cf6962f612b59a173149eca4e1538f (patch)
tree1c62a7b9aef2d605d2b7c9b298a1cd8754df3228 /src/include/cpu
parent56397364c9178cae527520a5fffb9eab2f6cc35b (diff)
downloadcoreboot-9266ce90c6cf6962f612b59a173149eca4e1538f.tar.xz
AGESA,binaryPI: Remove early_all_cores()
This was implemented to make sure it gets called before attempting any PCI MMIO access. Now that we have one central romstage_main() implementation this extra precaution is no longer useful. Change-Id: I09b24da827e00d7a9ba0a51d5eef36f174b893a6 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37203 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/amd/car.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/cpu/amd/car.h b/src/include/cpu/amd/car.h
index 59f5bb91aa..46f7e1d5c9 100644
--- a/src/include/cpu/amd/car.h
+++ b/src/include/cpu/amd/car.h
@@ -5,8 +5,6 @@
void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx);
-void asmlinkage early_all_cores(void);
-
void *asmlinkage romstage_main(unsigned long bist);
#endif