soc/intel/{skl,cnl}: Do not chain-include systemagent.h
Change-Id: I8f48765ad99dad49f9d94c45aa4af6aff2ed702c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50950 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
ec953face1
commit
68fe2aa204
|
@ -3,6 +3,7 @@
|
||||||
#include <bootblock_common.h>
|
#include <bootblock_common.h>
|
||||||
#include <cpu/x86/mtrr.h>
|
#include <cpu/x86/mtrr.h>
|
||||||
#include <intelblocks/gspi.h>
|
#include <intelblocks/gspi.h>
|
||||||
|
#include <intelblocks/systemagent.h>
|
||||||
#include <intelblocks/tco.h>
|
#include <intelblocks/tco.h>
|
||||||
#include <intelblocks/uart.h>
|
#include <intelblocks/uart.h>
|
||||||
#include <soc/bootblock.h>
|
#include <soc/bootblock.h>
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#ifndef _SOC_CANNONLAKE_BOOTBLOCK_H_
|
#ifndef _SOC_CANNONLAKE_BOOTBLOCK_H_
|
||||||
#define _SOC_CANNONLAKE_BOOTBLOCK_H_
|
#define _SOC_CANNONLAKE_BOOTBLOCK_H_
|
||||||
|
|
||||||
#include <intelblocks/systemagent.h>
|
|
||||||
|
|
||||||
/* Bootblock pre console init programming */
|
/* Bootblock pre console init programming */
|
||||||
void bootblock_cpu_init(void);
|
void bootblock_cpu_init(void);
|
||||||
void bootblock_pch_early_init(void);
|
void bootblock_pch_early_init(void);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
#include <bootblock_common.h>
|
#include <bootblock_common.h>
|
||||||
#include <intelblocks/systemagent.h>
|
|
||||||
#include <intelblocks/gspi.h>
|
#include <intelblocks/gspi.h>
|
||||||
|
#include <intelblocks/systemagent.h>
|
||||||
#include <intelblocks/tco.h>
|
#include <intelblocks/tco.h>
|
||||||
#include <intelblocks/uart.h>
|
#include <intelblocks/uart.h>
|
||||||
#include <soc/bootblock.h>
|
#include <soc/bootblock.h>
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#ifndef _SOC_SKYLAKE_BOOTBLOCK_H_
|
#ifndef _SOC_SKYLAKE_BOOTBLOCK_H_
|
||||||
#define _SOC_SKYLAKE_BOOTBLOCK_H_
|
#define _SOC_SKYLAKE_BOOTBLOCK_H_
|
||||||
|
|
||||||
#include <intelblocks/systemagent.h>
|
|
||||||
|
|
||||||
/* Bootblock pre console init programming */
|
/* Bootblock pre console init programming */
|
||||||
void bootblock_cpu_init(void);
|
void bootblock_cpu_init(void);
|
||||||
void bootblock_pch_early_init(void);
|
void bootblock_pch_early_init(void);
|
||||||
|
|
Loading…
Reference in New Issue