soc/amd/picasso: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I4ed869627af11b607f910644b6f21898f7c7bba5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68237 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
7f7b01d467
commit
68eb439d80
|
@ -1,13 +1,14 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <amdblocks/amd_pci_mmconf.h>
|
||||
#include <amdblocks/cpu.h>
|
||||
#include <bootblock_common.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <cpu/x86/tsc.h>
|
||||
#include <soc/psp_transfer.h>
|
||||
#include <soc/southbridge.h>
|
||||
#include <amdblocks/amd_pci_mmconf.h>
|
||||
#include <stdint.h>
|
||||
|
||||
asmlinkage void bootblock_c_entry(uint64_t base_timestamp)
|
||||
{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <device/pci_rom.h>
|
||||
#include <soc/cpu.h>
|
||||
#include <soc/soc_util.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void map_oprom_vendev_rev(u32 *vendev, u8 *rev)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <amdblocks/amd_pci_util.h>
|
||||
#include <commonlib/bsd/helpers.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/* See AMD PPR 55570 - IOAPIC Initialization for the table that AGESA sets up */
|
||||
const struct pci_routing_info pci_routing_table[] = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <amdblocks/smu.h>
|
||||
#include <console/console.h>
|
||||
#include <soc/smu.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue