amd: Fix non-local header treated as local

Change-Id: I0668b73cd3a5bf5220af55c29785220b77eb5259
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29103
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS
2018-10-14 14:52:06 +02:00
committed by Patrick Georgi
parent 54f942499b
commit 19f5ba81be
109 changed files with 203 additions and 204 deletions

View File

@ -18,7 +18,7 @@
#include <cpu/amd/mtrr.h> #include <cpu/amd/mtrr.h>
#include <northbridge/amd/agesa/agesa_helper.h> #include <northbridge/amd/agesa/agesa_helper.h>
#include <AGESA.h> #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
void amd_initcpuio(void) void amd_initcpuio(void)
{ {

View File

@ -18,7 +18,7 @@
#include <cpu/amd/mtrr.h> #include <cpu/amd/mtrr.h>
#include <northbridge/amd/agesa/agesa_helper.h> #include <northbridge/amd/agesa/agesa_helper.h>
#include <AGESA.h> #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
/* Define AMD Ontario APPU SSID/SVID */ /* Define AMD Ontario APPU SSID/SVID */
#define AMD_APU_SVID 0x1022 #define AMD_APU_SVID 0x1022

View File

@ -18,7 +18,7 @@
#include <cpu/amd/mtrr.h> #include <cpu/amd/mtrr.h>
#include <northbridge/amd/agesa/agesa_helper.h> #include <northbridge/amd/agesa/agesa_helper.h>
#include <AGESA.h> #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
void amd_initcpuio(void) void amd_initcpuio(void)
{ {

View File

@ -18,7 +18,7 @@
#include <cpu/amd/mtrr.h> #include <cpu/amd/mtrr.h>
#include <northbridge/amd/agesa/agesa_helper.h> #include <northbridge/amd/agesa/agesa_helper.h>
#include <AGESA.h> #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
void amd_initcpuio(void) void amd_initcpuio(void)
{ {

View File

@ -17,7 +17,7 @@
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <northbridge/amd/agesa/agesa_helper.h> #include <northbridge/amd/agesa/agesa_helper.h>
#include "AGESA.h" #include <AGESA.h>
/* Fields were removed from the structure and we cannot add them back /* Fields were removed from the structure and we cannot add them back
* without new builds of the binaryPI blobs. * without new builds of the binaryPI blobs.

View File

@ -18,8 +18,8 @@
#include <spd_bin.h> #include <spd_bin.h>
#include <string.h> #include <string.h>
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include "Ids.h" #include "Ids.h"
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>

View File

@ -17,9 +17,9 @@
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "amdlib.h" #include <amdlib.h>
#include "AGESA.h" #include <AGESA.h>
#include "AMD.h" #include <AMD.h>
#include <heapManager.h> #include <heapManager.h>

View File

@ -12,8 +12,8 @@
*/ */
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include <cbmem.h> #include <cbmem.h>
#include <northbridge/amd/agesa/agesa_helper.h> #include <northbridge/amd/agesa/agesa_helper.h>

View File

@ -25,9 +25,9 @@
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <northbridge/amd/agesa/agesa_helper.h> #include <northbridge/amd/agesa/agesa_helper.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "amdlib.h" #include <amdlib.h>
#include "AMD.h" #include <AMD.h>
#if IS_ENABLED(CONFIG_CPU_AMD_AGESA_OPENSOURCE) #if IS_ENABLED(CONFIG_CPU_AMD_AGESA_OPENSOURCE)
#include "Dispatcher.h" #include "Dispatcher.h"

View File

@ -15,11 +15,11 @@
#include <device/pci_def.h> #include <device/pci_def.h>
#include <device/device.h> #include <device/device.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/pi/00660F01/chip.h> #include <northbridge/amd/pi/00660F01/chip.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include "hudson.h" #include "hudson.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -14,11 +14,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <device/azalia.h> #include <device/azalia.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include "hudson.h" #include "hudson.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <southbridge/amd/cimx/sb800/gpio_oem.h> #include <southbridge/amd/cimx/sb800/gpio_oem.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -201,7 +201,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include "hudson.h" #include "hudson.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,11 +13,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
#define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FT3_SOCKET_SUPPORT TRUE
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include "hudson.h" #include "hudson.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,11 +13,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
/* Select the CPU family. */ /* Select the CPU family. */
#define INSTALL_FAMILY_10_SUPPORT FALSE #define INSTALL_FAMILY_10_SUPPORT FALSE

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <stdlib.h> #include <stdlib.h>
static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr); static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr);

View File

@ -201,7 +201,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <southbridge/amd/cimx/sb800/gpio_oem.h> #include <southbridge/amd/cimx/sb800/gpio_oem.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -201,7 +201,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -13,11 +13,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
/* Select the CPU family. */ /* Select the CPU family. */
#define INSTALL_FAMILY_10_SUPPORT FALSE #define INSTALL_FAMILY_10_SUPPORT FALSE

View File

@ -13,8 +13,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "Hudson-2.h" #include "Hudson-2.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
/* Select the CPU family. */ /* Select the CPU family. */

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <southbridge/amd/cimx/sb800/gpio_oem.h> #include <southbridge/amd/cimx/sb800/gpio_oem.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <string.h> #include <string.h>

View File

@ -201,7 +201,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
/* Select the CPU family. */ /* Select the CPU family. */

View File

@ -14,11 +14,11 @@
*/ */
#include <device/azalia.h> #include <device/azalia.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include <stdlib.h> #include <stdlib.h>
const BIOS_CALLOUT_STRUCT BiosCallouts[] = const BIOS_CALLOUT_STRUCT BiosCallouts[] =

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
#define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FT3_SOCKET_SUPPORT TRUE
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE

View File

@ -16,11 +16,11 @@
*/ */
#include <device/azalia.h> #include <device/azalia.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include <stdlib.h> #include <stdlib.h>
#include <pc80/mc146818rtc.h> #include <pc80/mc146818rtc.h>
#include <types.h> #include <types.h>

View File

@ -14,7 +14,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
#define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FT3_SOCKET_SUPPORT TRUE
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -13,8 +13,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>

View File

@ -13,11 +13,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include <stdlib.h> #include <stdlib.h>
#include <spd_bin.h> #include <spd_bin.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
#define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FT3_SOCKET_SUPPORT TRUE
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include "hudson.h" #include "hudson.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,11 +13,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
#define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FT3_SOCKET_SUPPORT TRUE
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE

View File

@ -15,11 +15,11 @@
*/ */
#include <device/azalia.h> #include <device/azalia.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include <stdlib.h> #include <stdlib.h>
const BIOS_CALLOUT_STRUCT BiosCallouts[] = const BIOS_CALLOUT_STRUCT BiosCallouts[] =

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
#define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FT3_SOCKET_SUPPORT TRUE
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include "amdlib.h" #include <amdlib.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <stdlib.h> #include <stdlib.h>
static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr); static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr);

View File

@ -201,7 +201,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -13,9 +13,9 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <stdlib.h> #include <stdlib.h>
static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr); static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr);

View File

@ -14,7 +14,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -203,7 +203,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -13,11 +13,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "imc.h" #include "imc.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -26,7 +26,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
#define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FT3_SOCKET_SUPPORT TRUE
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE

View File

@ -14,11 +14,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include <stdlib.h> #include <stdlib.h>
const BIOS_CALLOUT_STRUCT BiosCallouts[] = const BIOS_CALLOUT_STRUCT BiosCallouts[] =

View File

@ -14,7 +14,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -31,7 +31,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "AGESA.h" #include <AGESA.h>
#define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FT3_SOCKET_SUPPORT TRUE
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -13,8 +13,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <amdlib.h> #include <amdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -13,8 +13,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>

View File

@ -13,9 +13,9 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <southbridge/amd/cimx/sb800/gpio_oem.h> #include <southbridge/amd/cimx/sb800/gpio_oem.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -202,7 +202,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -16,10 +16,10 @@
#include <console/console.h> #include <console/console.h>
#include <device/device.h> #include <device/device.h>
#include <delay.h> #include <delay.h>
#include "OEM.h" /* SMBUS0_BASE_ADDRESS */ #include <OEM.h> /* SMBUS0_BASE_ADDRESS */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/dimmSpd.h> #include <northbridge/amd/agesa/dimmSpd.h>
#include "sema.h" #include "sema.h"

View File

@ -13,9 +13,9 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <southbridge/amd/cimx/sb800/gpio_oem.h> #include <southbridge/amd/cimx/sb800/gpio_oem.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -202,7 +202,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -14,7 +14,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -14,8 +14,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>
#include <PlatformMemoryConfiguration.h> #include <PlatformMemoryConfiguration.h>

View File

@ -13,10 +13,10 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <spd_bin.h> #include <spd_bin.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "SB800.h" #include <SB800.h>
#include <stdlib.h> #include <stdlib.h>
#include "gpio_ftns.h" #include "gpio_ftns.h"

View File

@ -201,7 +201,7 @@
* Uncomment and specify the value for the configuration options * Uncomment and specify the value for the configuration options
* needed by the system. * needed by the system.
*/ */
#include "AGESA.h" #include <AGESA.h>
/* The fixed MTRR values to be set after memory initialization. */ /* The fixed MTRR values to be set after memory initialization. */
CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] =

View File

@ -20,7 +20,7 @@
#include <superio/nuvoton/common/nuvoton.h> #include <superio/nuvoton/common/nuvoton.h>
#include <superio/nuvoton/nct5104d/nct5104d.h> #include <superio/nuvoton/nct5104d/nct5104d.h>
#include "gpio_ftns.h" #include "gpio_ftns.h"
#include "SB800.h" #include <SB800.h>
#define SIO_PORT 0x2e #define SIO_PORT 0x2e
#define SERIAL_DEV PNP_DEV(SIO_PORT, NCT5104D_SP1) #define SERIAL_DEV PNP_DEV(SIO_PORT, NCT5104D_SP1)

View File

@ -13,11 +13,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "AGESA.h" #include <AGESA.h>
#include <spd_bin.h> #include <spd_bin.h>
#include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/BiosCallOuts.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "cbfs.h" #include <cbfs.h>
#include "gpio_ftns.h" #include "gpio_ftns.h"
#include "imc.h" #include "imc.h"
#include "hudson.h" #include "hudson.h"

View File

@ -16,7 +16,7 @@
#include <stdint.h> #include <stdint.h>
#include <arch/io.h> #include <arch/io.h>
#include <southbridge/amd/cimx/cimx_util.h> #include <southbridge/amd/cimx/cimx_util.h>
#include "FchPlatform.h" #include <FchPlatform.h>
#include "gpio_ftns.h" #include "gpio_ftns.h"
void configure_gpio(u32 iomux_gpio, u8 iomux_ftn, u32 gpio, u32 setting) void configure_gpio(u32 iomux_gpio, u8 iomux_ftn, u32 gpio, u32 setting)

View File

@ -17,8 +17,8 @@
#ifndef CALLOUTS_AMD_AGESA_H #ifndef CALLOUTS_AMD_AGESA_H
#define CALLOUTS_AMD_AGESA_H #define CALLOUTS_AMD_AGESA_H
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
AGESA_STATUS agesa_NoopUnsupported (UINT32 Func, UINTN Data, VOID *ConfigPtr); AGESA_STATUS agesa_NoopUnsupported (UINT32 Func, UINTN Data, VOID *ConfigPtr);
AGESA_STATUS agesa_NoopSuccess (UINT32 Func, UINTN Data, VOID *ConfigPtr); AGESA_STATUS agesa_NoopSuccess (UINT32 Func, UINTN Data, VOID *ConfigPtr);

View File

@ -28,8 +28,8 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <northbridge/amd/agesa/dimmSpd.h> #include <northbridge/amd/agesa/dimmSpd.h>

View File

@ -13,8 +13,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <cbmem.h> #include <cbmem.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -16,11 +16,11 @@
#include <device/pci_def.h> #include <device/pci_def.h>
#include <device/device.h> #include <device/device.h>
#include <stdlib.h> #include <stdlib.h>
#include "OEM.h" /* SMBUS0_BASE_ADDRESS */ #include <OEM.h> /* SMBUS0_BASE_ADDRESS */
/* warning: Porting.h includes an open #pragma pack(1) */ /* warning: Porting.h includes an open #pragma pack(1) */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include "chip.h" #include "chip.h"
#include <northbridge/amd/agesa/dimmSpd.h> #include <northbridge/amd/agesa/dimmSpd.h>

View File

@ -13,8 +13,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <arch/io.h> #include <arch/io.h>
#include <cbmem.h> #include <cbmem.h>

View File

@ -18,8 +18,8 @@
#include <stdlib.h> #include <stdlib.h>
/* warning: Porting.h includes an open #pragma pack(1) */ /* warning: Porting.h includes an open #pragma pack(1) */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include "chip.h" #include "chip.h"
#include <northbridge/amd/agesa/dimmSpd.h> #include <northbridge/amd/agesa/dimmSpd.h>

View File

@ -13,8 +13,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <cbmem.h> #include <cbmem.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -18,8 +18,8 @@
#include <stdlib.h> #include <stdlib.h>
/* warning: Porting.h includes an open #pragma pack(1) */ /* warning: Porting.h includes an open #pragma pack(1) */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include "chip.h" #include "chip.h"
#include <northbridge/amd/agesa/dimmSpd.h> #include <northbridge/amd/agesa/dimmSpd.h>

View File

@ -13,8 +13,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <cbmem.h> #include <cbmem.h>
#include <northbridge/amd/agesa/state_machine.h> #include <northbridge/amd/agesa/state_machine.h>

View File

@ -27,9 +27,8 @@
#include <cpu/x86/msr.h> #include <cpu/x86/msr.h>
#include <cpu/x86/cache.h> #include <cpu/x86/cache.h>
#include <cpu/amd/vr.h> #include <cpu/amd/vr.h>
#include <cpu/cpu.h>
#include "northbridge.h" #include "northbridge.h"
#include "../../../southbridge/amd/cs5536/cs5536.h" #include <southbridge/amd/cs5536/cs5536.h>
/* here is programming for the various MSRs.*/ /* here is programming for the various MSRs.*/

View File

@ -17,11 +17,11 @@
#include <device/device.h> #include <device/device.h>
/* warning: Porting.h includes an open #pragma pack(1) */ /* warning: Porting.h includes an open #pragma pack(1) */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include "chip.h" #include "chip.h"
#include "northbridge/amd/pi/dimmSpd.h" #include <northbridge/amd/pi/dimmSpd.h>
#define DIMENSION(array)(sizeof(array)/ sizeof(array [0])) #define DIMENSION(array)(sizeof(array)/ sizeof(array [0]))

View File

@ -18,10 +18,10 @@
#include <stdlib.h> #include <stdlib.h>
/* warning: Porting.h includes an open #pragma pack(1) */ /* warning: Porting.h includes an open #pragma pack(1) */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include "chip.h" #include "chip.h"
#include "northbridge/amd/pi/dimmSpd.h" #include <northbridge/amd/pi/dimmSpd.h>
AGESA_STATUS AmdMemoryReadSPD (UINT32 unused1, UINTN unused2, AGESA_READ_SPD_PARAMS *info) AGESA_STATUS AmdMemoryReadSPD (UINT32 unused1, UINTN unused2, AGESA_READ_SPD_PARAMS *info)
{ {

View File

@ -17,11 +17,11 @@
#include <device/device.h> #include <device/device.h>
/* warning: Porting.h includes an open #pragma pack(1) */ /* warning: Porting.h includes an open #pragma pack(1) */
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include "chip.h" #include "chip.h"
#include "northbridge/amd/pi/dimmSpd.h" #include <northbridge/amd/pi/dimmSpd.h>
#define DIMENSION(array)(sizeof(array)/ sizeof(array [0])) #define DIMENSION(array)(sizeof(array)/ sizeof(array [0]))

View File

@ -19,8 +19,8 @@
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER) #if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
#include <stdint.h> #include <stdint.h>
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
AGESA_STATUS agesawrapper_amdinitreset(void); AGESA_STATUS agesawrapper_amdinitreset(void);
AGESA_STATUS agesawrapper_amdinitearly(void); AGESA_STATUS agesawrapper_amdinitearly(void);

View File

@ -16,7 +16,7 @@
#include <stdint.h> #include <stdint.h>
#include <console/console.h> #include <console/console.h>
#include "AGESA.h" #include <AGESA.h>
/* /*
* Possible AGESA_STATUS values: * Possible AGESA_STATUS values:

View File

@ -16,8 +16,8 @@
#include "imc.h" #include "imc.h"
#include <arch/io.h> #include <arch/io.h>
#include <delay.h> #include <delay.h>
#include "Porting.h" #include <Porting.h>
#include "AGESA.h" #include <AGESA.h>
#include <amdlib.h> #include <amdlib.h>
#include <Proc/Fch/Fch.h> #include <Proc/Fch/Fch.h>
#include <Proc/Fch/Common/FchCommonCfg.h> #include <Proc/Fch/Common/FchCommonCfg.h>

Some files were not shown because too many files have changed in this diff Show More