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:
committed by
Patrick Georgi
parent
54f942499b
commit
19f5ba81be
@@ -17,7 +17,7 @@
|
||||
#include <northbridge/amd/agesa/state_machine.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
|
||||
* without new builds of the binaryPI blobs.
|
||||
|
@@ -18,8 +18,8 @@
|
||||
#include <spd_bin.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "AGESA.h"
|
||||
#include "amdlib.h"
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
#include "Ids.h"
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
#include <northbridge/amd/agesa/BiosCallOuts.h>
|
||||
|
@@ -17,9 +17,9 @@
|
||||
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
#include <northbridge/amd/agesa/BiosCallOuts.h>
|
||||
#include "amdlib.h"
|
||||
#include "AGESA.h"
|
||||
#include "AMD.h"
|
||||
#include <amdlib.h>
|
||||
#include <AGESA.h>
|
||||
#include <AMD.h>
|
||||
|
||||
#include <heapManager.h>
|
||||
|
||||
|
@@ -12,8 +12,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "AGESA.h"
|
||||
#include "amdlib.h"
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
|
||||
#include <cbmem.h>
|
||||
#include <northbridge/amd/agesa/agesa_helper.h>
|
||||
|
@@ -25,9 +25,9 @@
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
#include <northbridge/amd/agesa/agesa_helper.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)
|
||||
#include "Dispatcher.h"
|
||||
|
Reference in New Issue
Block a user