src: Drop unused 'include <cbfs.h>'

Change-Id: If5c5ebacd103d7e1f09585cc4c52753b11ce84d0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31953
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Elyes HAOUAS 2019-03-18 11:30:08 +01:00 committed by Kyösti Mälkki
parent b1434fce01
commit 28b38cd365
24 changed files with 31 additions and 40 deletions

View File

@ -14,7 +14,6 @@
*/
#include <boot_device.h>
#include <cbfs.h>
#include <endian.h>
#include <stdlib.h>

View File

@ -21,11 +21,11 @@
#include <bootmem.h>
#include <stdlib.h>
#include <string.h>
#include <cbfs.h>
#include <program_loading.h>
#include <memrange.h>
#include <fit.h>
#include <boardid.h>
#include <commonlib/cbfs_serialized.h>
#include <commonlib/include/commonlib/stdlib.h>
static struct list_node image_nodes;

View File

@ -24,8 +24,8 @@
#include <fit.h>
#include <program_loading.h>
#include <timestamp.h>
#include <cbfs.h>
#include <string.h>
#include <commonlib/cbfs_serialized.h>
#include <commonlib/compression.h>
#include <lib.h>
#include <fit_payload.h>

View File

@ -19,15 +19,15 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/pi/00660F01/chip.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include "hudson.h"
#include <stdlib.h>
#include <string.h>
#include <northbridge/amd/pi/dimmSpd.h>
#include <northbridge/amd/pi/agesawrapper.h>
#include <boardid.h>
#include "imc.h"
#include "hudson.h"
static AGESA_STATUS Fch_Oem_config(UINT32 Func, UINTN FchData, VOID *ConfigPtr);
static AGESA_STATUS board_ReadSpd(UINT32 Func, UINTN Data, VOID *ConfigPtr);

View File

@ -18,10 +18,10 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <device/azalia.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include <stdlib.h>
#include "imc.h"
#include "hudson.h"
#include <stdlib.h>
static AGESA_STATUS Fch_Oem_config(UINT32 Func, UINTN FchData, VOID *ConfigPtr);

View File

@ -16,12 +16,12 @@
#include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include "hudson.h"
#include <stdlib.h>
#include <device/azalia.h>
#include "imc.h"
#include "hudson.h"
static AGESA_STATUS Fch_Oem_config(UINT32 Func, UINTN FchData, VOID *ConfigPtr);
const BIOS_CALLOUT_STRUCT BiosCallouts[] =

View File

@ -17,10 +17,10 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include <stdlib.h>
#include "imc.h"
const BIOS_CALLOUT_STRUCT BiosCallouts[] =
{
{AGESA_DO_RESET, agesa_Reset },

View File

@ -16,10 +16,10 @@
#include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include <stdlib.h>
#include "imc.h"
#include "hudson.h"
#include <stdlib.h>
static AGESA_STATUS Fch_Oem_config(UINT32 Func, UINTN FchData, VOID *ConfigPtr);

View File

@ -17,10 +17,10 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include <stdlib.h>
#include "imc.h"
const BIOS_CALLOUT_STRUCT BiosCallouts[] =
{
{AGESA_DO_RESET, agesa_Reset },

View File

@ -17,10 +17,10 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include <stdlib.h>
#include "imc.h"
const BIOS_CALLOUT_STRUCT BiosCallouts[] =
{
{AGESA_DO_RESET, agesa_Reset },

View File

@ -18,7 +18,6 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include <stdlib.h>
const BIOS_CALLOUT_STRUCT BiosCallouts[] =

View File

@ -20,7 +20,6 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include <stdlib.h>
#include <pc80/mc146818rtc.h>
#include <types.h>

View File

@ -17,11 +17,11 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include <stdlib.h>
#include <spd_bin.h>
#include "imc.h"
static AGESA_STATUS board_ReadSpd_from_cbfs(UINT32 Func, UINTN Data, VOID *ConfigPtr);
const BIOS_CALLOUT_STRUCT BiosCallouts[] =

View File

@ -16,12 +16,12 @@
#include <AGESA.h>
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include "hudson.h"
#include <stdlib.h>
#include <spd_bin.h>
#include "imc.h"
#include "hudson.h"
static AGESA_STATUS Fch_Oem_config(UINT32 Func, UINTN FchData, VOID *ConfigPtr);
static AGESA_STATUS board_ReadSpd_from_cbfs(UINT32 Func, UINTN Data, VOID *ConfigPtr);

View File

@ -17,10 +17,10 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include <stdlib.h>
#include "imc.h"
const BIOS_CALLOUT_STRUCT BiosCallouts[] =
{
{AGESA_DO_RESET, agesa_Reset },

View File

@ -19,7 +19,6 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include <stdlib.h>
const BIOS_CALLOUT_STRUCT BiosCallouts[] =

View File

@ -17,10 +17,10 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include "imc.h"
#include <stdlib.h>
#include "imc.h"
const BIOS_CALLOUT_STRUCT BiosCallouts[] =
{
{AGESA_DO_RESET, agesa_Reset },

View File

@ -15,7 +15,6 @@
#include <assert.h>
#include <baseboard/variants.h>
#include <cbfs.h>
#include <console/console.h>
#include <soc/romstage.h>
#include <string.h>

View File

@ -18,7 +18,6 @@
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include <stdlib.h>
const BIOS_CALLOUT_STRUCT BiosCallouts[] =

View File

@ -17,11 +17,11 @@
#include <spd_bin.h>
#include <northbridge/amd/agesa/BiosCallOuts.h>
#include <FchPlatform.h>
#include <cbfs.h>
#include <stdlib.h>
#include "gpio_ftns.h"
#include "imc.h"
#include "hudson.h"
#include <stdlib.h>
static AGESA_STATUS Fch_Oem_config(UINT32 Func, UINTN FchData, VOID *ConfigPtr);
static AGESA_STATUS board_ReadSpd_from_cbfs(UINT32 Func, UINTN Data, VOID *ConfigPtr);

View File

@ -15,6 +15,7 @@
#include <console/console.h>
#include <fmap.h>
#include <cbfs.h>
#include <security/vboot/vboot_crtm.h>
#include <security/vboot/misc.h>

View File

@ -16,10 +16,10 @@
#ifndef __SECURITY_VBOOT_CRTM_H__
#define __SECURITY_VBOOT_CRTM_H__
#include <commonlib/cbfs.h>
#include <program_loading.h>
#include <security/tpm/tspi.h>
#include <types.h>
#include <cbfs.h>
/* CRTM */
#define TPM_CRTM_PCR 2

View File

@ -13,10 +13,8 @@
* GNU General Public License for more details.
*/
#include <assert.h>
#include <boot_device.h>
#include <cbfs.h> /* This driver serves as a CBFS media source. */
#include <console/console.h>
#include <soc/alternate_cbfs.h>
#include <soc/power.h>

View File

@ -13,11 +13,9 @@
* GNU General Public License for more details.
*/
#include <arch/cache.h>
#include <assert.h>
#include <boot_device.h>
#include <cbfs.h> /* This driver serves as a CBFS media source. */
#include <console/console.h>
#include <soc/alternate_cbfs.h>
#include <soc/power.h>