common: Drop image.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2020-05-10 11:40:01 -06:00 committed by Tom Rini
parent 52f2423804
commit 4d72caa5b9
173 changed files with 195 additions and 7 deletions

View File

@ -5,7 +5,9 @@
#include <common.h>
#include <bootstage.h>
#include <image.h>
#include <irq_func.h>
#include <lmb.h>
#include <asm/cache.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <fdt_support.h>
#include <asm/arch-fsl-layerscape/immap_lsch3.h>
#include <asm/arch-fsl-layerscape/fsl_icid.h>
#include <asm/arch-fsl-layerscape/fsl_portals.h>

View File

@ -5,6 +5,7 @@
#include <common.h>
#include <cpu_func.h>
#include <image.h>
#include <asm/cache.h>
#include <asm/io.h>
#include <asm/system.h>

View File

@ -7,6 +7,7 @@
#include <clock_legacy.h>
#include <cpu_func.h>
#include <env.h>
#include <image.h>
#include <spl.h>
#include <asm/cache.h>
#include <asm/io.h>

View File

@ -6,6 +6,8 @@
#include <common.h>
#include <cpu_func.h>
#include <errno.h>
#include <fdt_support.h>
#include <image.h>
#include <asm/cache.h>
#include <linux/kernel.h>
#include <asm/io.h>

View File

@ -17,6 +17,7 @@
#include <cpu_func.h>
#include <dm.h>
#include <hang.h>
#include <lmb.h>
#include <dm/root.h>
#include <env.h>
#include <image.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <image.h>
#include <mapmem.h>
#include <linux/sizes.h>

View File

@ -7,6 +7,7 @@
* Copyright (C) 2012 Marek Vasut <marek.vasut@gmail.com>
*/
#include <common.h>
#include <image.h>
#define LINUX_ARM_ZIMAGE_MAGIC 0x016f2818
#define BAREBOX_IMAGE_MAGIC 0x00786f62

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <lmb.h>
#include <asm/arch/sys_proto.h>
#include <linux/errno.h>
#include <asm/io.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <cpu_func.h>
#include <image.h>
#include <spl.h>
#include "common.h"
#include <dm.h>

View File

@ -10,6 +10,7 @@
#include <cpu_func.h>
#include <dm.h>
#include <hang.h>
#include <image.h>
#include <asm/cache.h>
#include <linux/soc/ti/ti_sci_protocol.h>
#include <mach/spl.h>

View File

@ -7,6 +7,7 @@
*/
#include <common.h>
#include <image.h>
#include <spl.h>
#include <malloc.h>
#include <remoteproc.h>

View File

@ -6,6 +6,7 @@
*/
#include <hang.h>
#include <image.h>
#include <asm/unaligned.h>
#include <common.h>
#include <command.h>

View File

@ -12,6 +12,7 @@
#include <common.h>
#include <env.h>
#include <dm.h>
#include <hash.h>
#include <dm/uclass-internal.h>
#include <misc.h>
#include <u-boot/crc.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <fdt_support.h>
#include <spl.h>
#include <spl_gpio.h>
#include <syscon.h>

View File

@ -7,6 +7,7 @@
#include <debug_uart.h>
#include <dm.h>
#include <hang.h>
#include <image.h>
#include <ram.h>
#include <spl.h>
#include <asm/arch-rockchip/bootrom.h>

View File

@ -5,6 +5,8 @@
#include <common.h>
#include <dm.h>
#include <image.h>
#include <init.h>
#include <lmb.h>
#include <ram.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <spl.h>
#include <asm/gpio.h>
#include <asm/io.h>

View File

@ -5,6 +5,7 @@
#include <common.h>
#include <debug_uart.h>
#include <hang.h>
#include <image.h>
#include <spl.h>
#include <generated/dt.h>

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <spl.h>

View File

@ -9,6 +9,7 @@
#include <command.h>
#include <env.h>
#include <image.h>
#include <lmb.h>
#include <u-boot/zlib.h>
#include <bzlib.h>
#include <watchdog.h>

View File

@ -15,6 +15,7 @@
#include <fdt_support.h>
#include <hang.h>
#include <image.h>
#include <lmb.h>
#include <asm/cache.h>
#include <u-boot/zlib.h>
#include <asm/byteorder.h>

View File

@ -9,6 +9,7 @@
#include <env.h>
#include <image.h>
#include <fdt_support.h>
#include <lmb.h>
#include <asm/addrspace.h>
#include <asm/io.h>

View File

@ -10,6 +10,7 @@
#include <common.h>
#include <cpu_func.h>
#include <hang.h>
#include <image.h>
#include <init.h>
#include <asm/io.h>
#include <asm/sections.h>

View File

@ -12,6 +12,8 @@
#ifndef _U_BOOT_NDS32_H_
#define _U_BOOT_NDS32_H_ 1
#include <linux/types.h>
/* for the following variables, see start.S */
extern ulong IRQ_STACK_START; /* top of IRQ stack */
extern ulong FIQ_STACK_START; /* top of FIQ stack */

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <cpu_func.h>
#include <image.h>
#include <irq_func.h>
#define NIOS_MAGIC 0x534f494e /* enable command line and initrd passing */

View File

@ -14,6 +14,7 @@
#define _ASM_FSL_I2C_H_
#include <asm/types.h>
#include <linux/compiler.h>
typedef struct fsl_i2c_base {

View File

@ -12,6 +12,7 @@
#include <cpu_func.h>
#include <env.h>
#include <init.h>
#include <lmb.h>
#include <watchdog.h>
#include <command.h>
#include <image.h>

View File

@ -7,6 +7,7 @@
*/
#include <common.h>
#include <image.h>
#include <mapmem.h>
#include <errno.h>
#include <linux/sizes.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <bootstage.h>
#include <image.h>
#include <asm/io.h>
#define LINUX_ARM_ZIMAGE_MAGIC 0x016f2818

View File

@ -9,6 +9,7 @@
#include <common.h>
#include <command.h>
#include <image.h>
#include <asm/byteorder.h>
#include <asm/zimage.h>

View File

@ -7,6 +7,7 @@
#include <binman_sym.h>
#include <bootstage.h>
#include <dm.h>
#include <image.h>
#include <malloc.h>
#include <spi.h>
#include <spl.h>

View File

@ -8,6 +8,7 @@
#include <debug_uart.h>
#include <dm.h>
#include <hang.h>
#include <image.h>
#include <irq_func.h>
#include <malloc.h>
#include <spl.h>

View File

@ -7,6 +7,7 @@
#include <debug_uart.h>
#include <dm.h>
#include <hang.h>
#include <image.h>
#include <spl.h>
#include <asm/cpu.h>
#include <asm/mtrr.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <flash.h>
#include <image.h>
#include <init.h>
#include <net.h>
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)

View File

@ -12,6 +12,7 @@
#include <command.h>
#include <env.h>
#include <hwconfig.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <pci.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <dm.h>
#include <image.h>
#include <spl.h>
#include <fsl_esdhc.h>

View File

@ -9,6 +9,7 @@
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*/
#include <image.h>
#include <asm/arch/clock.h>
#include <asm/arch/imx-regs.h>
#include <asm/arch/iomux.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <dm.h>
#include <eeprom.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <dm/device-internal.h>

View File

@ -7,6 +7,7 @@
#include <dm.h>
#include <env.h>
#include <fdtdec.h>
#include <image.h>
#include <spl.h>
#include <init.h>
#include <virtio_types.h>

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <image.h>
#include <serial.h>
#include <spl.h>

View File

@ -8,6 +8,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <irq_func.h>
#include <netdev.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <asm/processor.h>
#include <asm/mmu.h>
#include <asm/cache.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <asm/processor.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <asm/processor.h>

View File

@ -7,6 +7,7 @@
#include <command.h>
#include <env.h>
#include <fdt_support.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -5,6 +5,7 @@
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <asm/mmu.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <cpu_func.h>
#include <hang.h>
#include <image.h>
#include <spl.h>
#include <asm/io.h>
#include <asm/mach-imx/iomux-v3.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <cpu_func.h>
#include <hang.h>
#include <image.h>
#include <spl.h>
#include <asm/io.h>
#include <asm/mach-imx/iomux-v3.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <cpu_func.h>
#include <hang.h>
#include <image.h>
#include <spl.h>
#include <asm/io.h>
#include <errno.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <hang.h>
#include <image.h>
#include <asm/io.h>
#include <errno.h>
#include <asm/io.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <dm.h>
#include <image.h>
#include <spl.h>
#include <dm/uclass.h>
#include <dm/device.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <dm.h>
#include <image.h>
#include <spl.h>
#include <dm/uclass.h>
#include <dm/device.h>

View File

@ -3,6 +3,7 @@
* Copyright 2019 NXP
*/
#include <common.h>
#include <fdt_support.h>
#include <net.h>
#include <asm/io.h>
#include <netdev.h>

View File

@ -3,6 +3,7 @@
* Copyright 2016 Freescale Semiconductor, Inc.
*/
#include <common.h>
#include <fdt_support.h>
#include <net.h>
#include <asm/io.h>
#include <netdev.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <env.h>
#include <fdt_support.h>
#include <hwconfig.h>
#include <command.h>
#include <net.h>
@ -20,6 +21,7 @@
#include <asm/arch/fsl_serdes.h>
#include <fsl-mc/fsl_mc.h>
#include <fsl-mc/ldpaa_wriop.h>
#include <linux/libfdt.h>
#include "../common/qixis.h"

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <malloc.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <pci.h>

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <asm/io.h>

View File

@ -5,6 +5,7 @@
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*/
#include <image.h>
#include <init.h>
#include <net.h>
#include <asm/arch/clock.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <asm/processor.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <pci.h>

View File

@ -9,6 +9,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <pci.h>

View File

@ -9,6 +9,7 @@
#include <env.h>
#include <hang.h>
#include <hwconfig.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <pci.h>

View File

@ -7,6 +7,7 @@
#include <command.h>
#include <env.h>
#include <hwconfig.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <pci.h>

View File

@ -7,6 +7,7 @@
#include <command.h>
#include <env.h>
#include <fdt_support.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <asm/mmu.h>

View File

@ -9,6 +9,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <asm/mmu.h>

View File

@ -9,6 +9,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -10,6 +10,7 @@
*/
#include <common.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <asm/fsl_serdes.h>

View File

@ -9,6 +9,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -8,6 +8,7 @@
#include <env.h>
#include <fdt_support.h>
#include <hwconfig.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <asm/mmu.h>
@ -28,6 +29,7 @@
#include "../common/qixis.h"
#include "../common/fman.h"
#include "t208xqds_qixis.h"
#include <linux/libfdt.h>
#define EMI_NONE 0xFFFFFFFF
#define EMI1_RGMII1 0

View File

@ -9,6 +9,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <asm/mmu.h>

View File

@ -8,6 +8,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -5,6 +5,7 @@
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <asm/mmu.h>
@ -26,6 +27,7 @@
#include <hwconfig.h>
#include "../common/qixis.h"
#include "../common/fman.h"
#include <linux/libfdt.h>
#include "t4240qds_qixis.h"

View File

@ -8,6 +8,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -9,6 +9,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <irq_func.h>
#include <netdev.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <command.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <asm/mmu.h>

View File

@ -8,6 +8,7 @@
#include <env.h>
#include <fdt_support.h>
#include <i2c.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -33,6 +33,7 @@
#include <mtd_node.h>
#include <netdev.h>
#include <pci.h>
#include <linux/libfdt.h>
#include <power/pmic.h>
#include <power/ltc3676_pmic.h>
#include <power/pfuze100_pmic.h>

View File

@ -24,6 +24,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <init.h>
#include <net.h>
#include <pci.h>

View File

@ -5,6 +5,7 @@
* Copyright 2012 Freescale Semiconductor, Inc.
*/
#include <image.h>
#include <init.h>
#include <asm/arch/clock.h>
#include <asm/arch/imx-regs.h>

View File

@ -7,6 +7,7 @@
#include <ahci.h>
#include <cpu_func.h>
#include <env.h>
#include <fdt_support.h>
#include <net.h>
#include <netdev.h>
#include <scsi.h>

View File

@ -10,6 +10,7 @@
#include <command.h>
#include <env.h>
#include <fdt_support.h>
#include <image.h>
#include <init.h>
#include <netdev.h>
#include <linux/compiler.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <dm.h>
#include <fdt_support.h>
#include <asm/io.h>
#include <asm/arch/clock.h>
#include <asm/arch/imx-regs.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <cpu_func.h>
#include <env.h>
#include <image.h>
#include <serial.h>
#include <spl.h>
#include <linux/libfdt.h>

View File

@ -5,6 +5,7 @@
* Richard Hu <hakahu@gmail.com>
*/
#include <image.h>
#include <asm/arch/clock.h>
#include <asm/arch/imx-regs.h>
#include <asm/arch/iomux.h>

View File

@ -14,6 +14,7 @@
*/
#include <common.h>
#include <fdt_support.h>
#include <net.h>
#include <asm/gpio.h>
#include <asm/io.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <asm/io.h>
#include <led.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <asm/io.h>
#include <led.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <asm/io.h>
#include <asm/addrspace.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <asm/io.h>
#include <led.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <asm/io.h>
#include <led.h>

View File

@ -11,6 +11,7 @@
#include <dm.h>
#include <dm/uclass-internal.h>
#include <asm/arch/rmobile.h>
#include <linux/libfdt.h>
#ifdef CONFIG_RCAR_GEN3

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <cpu_func.h>
#include <image.h>
#include <asm/io.h>
#include <spl.h>

View File

@ -9,6 +9,7 @@
#include <common.h>
#include <cpu_func.h>
#include <image.h>
#include <malloc.h>
#include <netdev.h>
#include <dm.h>

View File

@ -7,6 +7,7 @@
*/
#include <common.h>
#include <image.h>
#include <malloc.h>
#include <netdev.h>
#include <dm.h>

Some files were not shown because too many files have changed in this diff Show More