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:
parent
b1434fce01
commit
28b38cd365
|
@ -14,7 +14,6 @@
|
|||
*/
|
||||
|
||||
#include <boot_device.h>
|
||||
#include <cbfs.h>
|
||||
#include <endian.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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[] =
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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[] =
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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[] =
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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[] =
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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[] =
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue