common: Drop bootstage.h from common header

Move this fairly 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:00 -06:00 committed by Tom Rini
parent b67eefdb6e
commit 52f2423804
61 changed files with 61 additions and 2 deletions

View File

@ -3,9 +3,10 @@
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*/
#include <common.h>
#include <bootstage.h>
#include <irq_func.h>
#include <asm/cache.h>
#include <common.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <time.h>
#include <asm/system.h>

View File

@ -12,6 +12,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <cpu_func.h>
#include <dm.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <env.h>
#include <image.h>

View File

@ -8,6 +8,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <cpu_func.h>
#include <env.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <env.h>
#include <image.h>
#include <fdt_support.h>

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <env.h>
#include <hang.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <bootstage.h>
#include <cpu_func.h>
#include <env.h>
#include <init.h>

View File

@ -7,6 +7,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <dm.h>
#include <fdt_support.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <cpu_func.h>
#include <dm.h>
#include <errno.h>

View File

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

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <binman.h>
#include <bootstage.h>
#include <dm.h>
#include <irq.h>
#include <malloc.h>

View File

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

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <asm/arch/timestamp.h>
#include <asm/arch/sysinfo.h>
#include <linux/compiler.h>

View File

@ -19,6 +19,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <cpu_func.h>
#include <dm.h>

View File

@ -8,6 +8,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <hang.h>
#include <dm/device.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <binman.h>
#include <binman_sym.h>
#include <bootstage.h>
#include <cbfs.h>
#include <dm.h>
#include <init.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <binman.h>
#include <bootstage.h>
#include <asm/mrccache.h>
#include <asm/fsp/fsp_infoheader.h>
#include <asm/fsp2/fsp_api.h>

View File

@ -10,6 +10,7 @@
#include <common.h>
#include <binman.h>
#include <bootstage.h>
#include <dm.h>
#include <asm/arch/fsp/fsp_configs.h>
#include <asm/arch/fsp/fsp_s_upd.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <cpu_func.h>
#include <env.h>

View File

@ -9,6 +9,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <miiphy.h>
#include <net.h>
#include <asm/arch/soc.h>

View File

@ -12,6 +12,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <miiphy.h>
#include <net.h>
#include <asm/mach-types.h>

View File

@ -17,6 +17,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <cpu_func.h>
#include <dm.h>
#include <env.h>

View File

@ -16,6 +16,7 @@
* Philippe Robin, <philippe.robin@arm.com>
*/
#include <common.h>
#include <bootstage.h>
#include <cpu_func.h>
#include <init.h>
#include <malloc.h>

View File

@ -12,6 +12,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <cpu_func.h>
#include <env.h>
#include <errno.h>

View File

@ -8,6 +8,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <env.h>
#include <env_internal.h>
#include <flash.h>

View File

@ -11,6 +11,7 @@
#endif
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <dm.h>
#include <env.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <miiphy.h>
#include <net.h>

View File

@ -4,6 +4,7 @@
* Tapani Utriainen <linuxfae@technexion.com>
*/
#include <common.h>
#include <bootstage.h>
#include <malloc.h>
#include <netdev.h>
#include <twl4030.h>

View File

@ -13,6 +13,7 @@
*
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <env.h>
#include <net.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <bootstage.h>
static int do_bootstage_report(cmd_tbl_t *cmdtp, int flag, int argc,
char * const argv[])

View File

@ -4,6 +4,7 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <cpu_func.h>
#include <image.h>

View File

@ -20,6 +20,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <image.h>
#include <asm/cache.h>
#include <linux/mtd/mtd.h>

View File

@ -8,6 +8,7 @@
* Boot support
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <env.h>
#include <image.h>

View File

@ -12,6 +12,7 @@
#include <common.h>
#include <blk.h>
#include <bootstage.h>
#include <command.h>
#include <console.h>
#include <dm.h>

View File

@ -11,6 +11,7 @@
#include <common.h>
#include <bloblist.h>
#include <bootstage.h>
#include <clock_legacy.h>
#include <console.h>
#include <cpu.h>

View File

@ -11,6 +11,7 @@
#include <common.h>
#include <api.h>
#include <bootstage.h>
#include <cpu_func.h>
#include <exports.h>
#include <flash.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <bootm.h>
#include <bootstage.h>
#include <cpu_func.h>
#include <efi_loader.h>
#include <env.h>

View File

@ -10,6 +10,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <hang.h>
#include <malloc.h>
#include <sort.h>

View File

@ -9,6 +9,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <cli.h>
#include <cli_hush.h>
#include <command.h>

View File

@ -8,6 +8,7 @@
#ifndef USE_HOSTCC
#include <common.h>
#include <bootstage.h>
#include <cpu_func.h>
#include <env.h>
#include <malloc.h>

View File

@ -7,6 +7,7 @@
*/
#include <common.h>
#include <bootstage.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <autoboot.h>
#include <bootstage.h>
#include <cli.h>
#include <command.h>
#include <console.h>

View File

@ -9,6 +9,7 @@
#include <common.h>
#include <bloblist.h>
#include <binman_sym.h>
#include <bootstage.h>
#include <dm.h>
#include <handoff.h>
#include <hang.h>

View File

@ -24,6 +24,7 @@
#include <common.h>
#include <bios_emul.h>
#include <bootstage.h>
#include <dm.h>
#include <errno.h>
#include <init.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <blk.h>
#include <bootstage.h>
#include <dm.h>
#include <env.h>
#include <part.h>

View File

@ -8,6 +8,7 @@
#define LOG_CATEGORY UCLASS_SPI
#include <common.h>
#include <bootstage.h>
#include <div64.h>
#include <dm.h>
#include <dt-structs.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <errno.h>
#include <timer.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <dm/ofnode.h>
#include <mapmem.h>

View File

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

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <bios_emul.h>
#include <bootstage.h>
#include <dm.h>
#include <init.h>
#include <vbe.h>

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <edid.h>
#include <errno.h>

1
env/common.c vendored
View File

@ -8,6 +8,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <env.h>
#include <env_internal.h>

View File

@ -35,7 +35,6 @@
#include <init.h>
#include <display_options.h>
#include <vsprintf.h>
#include <bootstage.h>
#endif /* __ASSEMBLY__ */
/* Pull in stuff for the build system */

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <errno.h>
#include <time.h>

View File

@ -9,6 +9,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <env.h>
#include <efi_loader.h>

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <env.h>
#include <net.h>

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <env.h>
#include <miiphy.h>

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <env.h>
#include <net.h>

View File

@ -88,6 +88,7 @@
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <console.h>
#include <env.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <bootstage.h>
#include <env.h>
#include <malloc.h>
#include <stdio_dev.h>