southbridge/amd/agesa/hudson: Clean up AGESA #includes
Just like in commit
* 1d87dac
hp/pavilion_m6_1035dx: Sanitize #includes
Include AGESA headers specifying the path relative to AGESA_ROOT. The
path is specified relative to AGESA_ROOT as opposed to src/ since this
code may include headers from different AGESA families, depending on
the board.
Change-Id: Ide38cc34e207a8b617d1d319fd9c17a785f55833
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/5423
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
parent
ee905a8161
commit
01e0adf267
|
@ -22,10 +22,10 @@
|
||||||
#include <delay.h>
|
#include <delay.h>
|
||||||
#include "Porting.h"
|
#include "Porting.h"
|
||||||
#include "AGESA.h"
|
#include "AGESA.h"
|
||||||
#include "amdlib.h"
|
#include <Lib/amdlib.h>
|
||||||
#include "Fch.h"
|
#include <Proc/Fch/Fch.h>
|
||||||
#include "FchCommonCfg.h"
|
#include <Proc/Fch/Common/FchCommonCfg.h>
|
||||||
#include "FchPlatform.h"
|
#include <Proc/Fch/FchPlatform.h>
|
||||||
|
|
||||||
void imc_reg_init(void)
|
void imc_reg_init(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "FchPlatform.h"
|
#include <Proc/Fch/FchPlatform.h>
|
||||||
#include "Fch.h"
|
#include <Proc/Fch/Fch.h>
|
||||||
#include <cpu/amd/agesa/s3_resume.h>
|
#include <cpu/amd/agesa/s3_resume.h>
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
#include "hudson.h"
|
#include "hudson.h"
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
|
|
||||||
#if defined (CONFIG_HUDSON_IMC_FWM)
|
#if defined (CONFIG_HUDSON_IMC_FWM)
|
||||||
#include "FchPlatform.h"
|
#include <Proc/Fch/FchPlatform.h>
|
||||||
|
|
||||||
static int bus_claimed = 0;
|
static int bus_claimed = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue