diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-11-21 07:37:13 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-04-05 15:00:23 +0200 |
commit | 13cf13587192ff82fbb3d060fe49fc677464c83b (patch) | |
tree | 231735af14e9c213ac7479ad5b832e4e5796b703 /src/include/cpu | |
parent | b85ddc787ee2e82712b95b2eb3b90f4b56698e41 (diff) |
AGESA: Move amd_initmmio() call
Function enables PCI MMCONF and XIP cache, it needs
to be called before giving platform any chance of
calling any PCI access functions.
Change-Id: Ic044d4df7b93667fa987c29c810d0bd826af87ad
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/18623
Tested-by: build bot (Jenkins)
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/include/cpu')
-rw-r--r-- | src/include/cpu/amd/car.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cpu/amd/car.h b/src/include/cpu/amd/car.h index a9c9aa0f4e..7fd83f14ef 100644 --- a/src/include/cpu/amd/car.h +++ b/src/include/cpu/amd/car.h @@ -16,4 +16,6 @@ void cache_as_ram_new_stack(void); void disable_cache_as_ram(void); #endif +void asmlinkage early_all_cores(void); + #endif |