diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-11-25 18:21:05 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-11-27 10:41:39 +0000 |
commit | 9266ce90c6cf6962f612b59a173149eca4e1538f (patch) | |
tree | 1c62a7b9aef2d605d2b7c9b298a1cd8754df3228 /src/include | |
parent | 56397364c9178cae527520a5fffb9eab2f6cc35b (diff) |
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')
-rw-r--r-- | src/include/cpu/amd/car.h | 2 |
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 |