device/mmio.h: Add include file for MMIO ops
MMIO operations are arch-agnostic so the include path should not be arch/. Change-Id: I0fd70f5aeca02e98e96b980c3aca0819f5c44b98 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/31691 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
#include <gic.h>
|
||||
#include <stddef.h>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#include <arch/acpigen.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/i2c_bus.h>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#include <arch/early_variables.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <cbmem.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <console/console.h>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
* (at your option) any later version.
|
||||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <cf9_reset.h>
|
||||
#include <console/console.h>
|
||||
#include <fsp/util.h>
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <device/i2c_simple.h>
|
||||
|
||||
#include "max77686.h"
|
||||
|
@@ -20,6 +20,7 @@
|
||||
* This driver sets the macaddress of a Atheros AR8121/AR8113/AR8114
|
||||
*/
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <device/device.h>
|
||||
#include <cbfs.h>
|
||||
#include <string.h>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <delay.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include <arch/acpi_device.h>
|
||||
|
@@ -19,6 +19,7 @@
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <string.h>
|
||||
#include <device/mmio.h>
|
||||
#include <delay.h>
|
||||
#include <hwilib.h>
|
||||
#include <bootstate.h>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <device/pci_ids.h>
|
||||
#include <console/console.h>
|
||||
#include <console/uart.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <device/pci_ops.h>
|
||||
|
||||
static void oxford_oxpcie_enable(struct device *dev)
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <console/uart.h>
|
||||
#include <drivers/uart/pl011.h>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <console/uart.h>
|
||||
#include <types.h>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <console/uart.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -18,6 +18,7 @@
|
||||
#include <console/console.h>
|
||||
#include <console/usb.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <arch/symbols.h>
|
||||
#include <arch/early_variables.h>
|
||||
#include <string.h>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#include <stddef.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ehci.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_def.h>
|
||||
|
@@ -24,6 +24,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
|
Reference in New Issue
Block a user