nb/intel/x/bootblock.c Revert `include <arch/pci_io_cfg.h>`
This partially reverts: - Commit77d3b655ed
- Commit487c1a24f5
- Commit875c21f491
- Commitc4d1b47ad9
- Commitb96c358751
- Commit9cbf26d18e
It is intentional to use <device/pci_ops.h> whenever one needs to use PCI config access. The bootblock.c files needing I/O config do not need to be an exception to this. Change-Id: Ifba05717dad404a844618815c5347a05e07a3362 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50231 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
522e0dbdaa
commit
37cae54034
|
@ -1,8 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <arch/bootblock.h>
|
||||
#include <arch/pci_io_cfg.h>
|
||||
#include <assert.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "gm45.h"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <arch/bootblock.h>
|
||||
#include <arch/pci_io_cfg.h>
|
||||
#include <assert.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "haswell.h"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <arch/bootblock.h>
|
||||
#include <arch/pci_io_cfg.h>
|
||||
#include <assert.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "i945.h"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <arch/bootblock.h>
|
||||
#include <arch/pci_io_cfg.h>
|
||||
#include <assert.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "ironlake.h"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <arch/bootblock.h>
|
||||
#include <arch/pci_io_cfg.h>
|
||||
#include <assert.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "sandybridge.h"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include <arch/bootblock.h>
|
||||
#include <arch/mmio.h>
|
||||
#include <arch/pci_io_cfg.h>
|
||||
#include <assert.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "x4x.h"
|
||||
|
|
Loading…
Reference in New Issue