common: Drop part.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:39:58 -06:00 committed by Tom Rini
parent 0528979fa7
commit e6f6f9e648
97 changed files with 142 additions and 10 deletions

View File

@ -8,6 +8,7 @@
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <api_public.h> #include <api_public.h>
#include <part.h>
#if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_STORAGE) #if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_STORAGE)
#include <usb.h> #include <usb.h>

View File

@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <env.h> #include <env.h>
#include <part.h>
#include <asm/setup.h> #include <asm/setup.h>
#include <asm/arch/sys_proto.h> #include <asm/arch/sys_proto.h>
#include <asm/omap_common.h> #include <asm/omap_common.h>

View File

@ -8,6 +8,7 @@
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <part.h>
#include <smem.h> #include <smem.h>
#include <fdt_support.h> #include <fdt_support.h>
#include <asm/arch/dram.h> #include <asm/arch/dram.h>

View File

@ -6,6 +6,8 @@
#ifndef __ASM_FSP_API_H #ifndef __ASM_FSP_API_H
#define __ASM_FSP_API_H #define __ASM_FSP_API_H
#include <linux/linkage.h>
enum fsp_phase { enum fsp_phase {
/* Notification code for post PCI enuermation */ /* Notification code for post PCI enuermation */
INIT_PHASE_PCI = 0x20, INIT_PHASE_PCI = 0x20,

View File

@ -7,6 +7,8 @@
#ifndef __FSP_FV___ #ifndef __FSP_FV___
#define __FSP_FV___ #define __FSP_FV___
#include <efi.h>
/* Value of EFI_FV_FILE_ATTRIBUTES */ /* Value of EFI_FV_FILE_ATTRIBUTES */
#define EFI_FV_FILE_ATTR_ALIGNMENT 0x0000001F #define EFI_FV_FILE_ATTR_ALIGNMENT 0x0000001F
#define EFI_FV_FILE_ATTR_FIXED 0x00000100 #define EFI_FV_FILE_ATTR_FIXED 0x00000100

View File

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

View File

@ -3,8 +3,10 @@
* Copyright (C) 2017 The Android Open Source Project * Copyright (C) 2017 The Android Open Source Project
*/ */
#include <common.h>
#include <android_ab.h> #include <android_ab.h>
#include <command.h> #include <command.h>
#include <part.h>
static int do_ab_select(cmd_tbl_t *cmdtp, int flag, int argc, static int do_ab_select(cmd_tbl_t *cmdtp, int flag, int argc,
char * const argv[]) char * const argv[])

View File

@ -8,6 +8,7 @@
#include <android_bootloader_message.h> #include <android_bootloader_message.h>
#include <command.h> #include <command.h>
#include <common.h> #include <common.h>
#include <part.h>
enum bcb_cmd { enum bcb_cmd {
BCB_CMD_LOAD, BCB_CMD_LOAD,

View File

@ -11,6 +11,7 @@
#include <mapmem.h> #include <mapmem.h>
#include <fat.h> #include <fat.h>
#include <fs.h> #include <fs.h>
#include <part.h>
#include <asm/cache.h> #include <asm/cache.h>
int do_fat_size(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) int do_fat_size(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])

View File

@ -11,9 +11,11 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <env.h> #include <env.h>
#include <malloc.h> #include <malloc.h>
#include <command.h> #include <command.h>
#include <part.h>
#include <part_efi.h> #include <part_efi.h>
#include <exports.h> #include <exports.h>
#include <uuid.h> #include <uuid.h>

View File

@ -5,9 +5,11 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <mmc.h> #include <mmc.h>
#include <part.h>
#include <sparse_format.h> #include <sparse_format.h>
#include <image-sparse.h> #include <image-sparse.h>

View File

@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <dm.h> #include <dm.h>
#include <nvme.h> #include <nvme.h>

View File

@ -11,6 +11,7 @@
#include <common.h> #include <common.h>
#include <ahci.h> #include <ahci.h>
#include <blk.h>
#include <dm.h> #include <dm.h>
#include <command.h> #include <command.h>
#include <part.h> #include <part.h>

View File

@ -8,6 +8,7 @@
* SCSI support. * SCSI support.
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <scsi.h> #include <scsi.h>

View File

@ -8,6 +8,7 @@
#include <command.h> #include <command.h>
#include <env.h> #include <env.h>
#include <gzip.h> #include <gzip.h>
#include <part.h>
static int do_unzip(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) static int do_unzip(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{ {

View File

@ -11,6 +11,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <dm.h> #include <dm.h>

View File

@ -6,10 +6,11 @@
* Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
*/ */
#include <errno.h>
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <errno.h>
#include <g_dnl.h> #include <g_dnl.h>
#include <malloc.h> #include <malloc.h>
#include <part.h> #include <part.h>

View File

@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <dm.h> #include <dm.h>
#include <virtio_types.h> #include <virtio_types.h>

View File

@ -5,9 +5,11 @@
#include <common.h> #include <common.h>
#include <android_ab.h> #include <android_ab.h>
#include <android_bootloader_message.h> #include <android_bootloader_message.h>
#include <blk.h>
#include <malloc.h> #include <malloc.h>
#include <linux/err.h> #include <part.h>
#include <memalign.h> #include <memalign.h>
#include <linux/err.h>
#include <u-boot/crc.h> #include <u-boot/crc.h>
#include <u-boot/crc.h> #include <u-boot/crc.h>

View File

@ -2,6 +2,7 @@
#include <common.h> #include <common.h>
#include <env.h> #include <env.h>
#include <part.h>
#include <spl.h> #include <spl.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include <ext4fs.h> #include <ext4fs.h>

View File

@ -7,6 +7,7 @@
*/ */
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <part.h>
#include <spl.h> #include <spl.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#include <errno.h> #include <errno.h>

View File

@ -33,6 +33,7 @@
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>

View File

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

View File

@ -9,6 +9,7 @@
#include <env.h> #include <env.h>
#include <ide.h> #include <ide.h>
#include "part_amiga.h" #include "part_amiga.h"
#include <part.h>
#ifdef CONFIG_HAVE_BLOCK_DEVICE #ifdef CONFIG_HAVE_BLOCK_DEVICE

View File

@ -14,10 +14,12 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <ide.h> #include <ide.h>
#include <memalign.h> #include <memalign.h>
#include "part_dos.h" #include "part_dos.h"
#include <part.h>
#ifdef CONFIG_HAVE_BLOCK_DEVICE #ifdef CONFIG_HAVE_BLOCK_DEVICE

View File

@ -9,10 +9,12 @@
* when CONFIG_SYS_64BIT_LBA is not defined, lbaint_t is 32 bits; this * when CONFIG_SYS_64BIT_LBA is not defined, lbaint_t is 32 bits; this
* limits the maximum size of addressable storage to < 2 Terra Bytes * limits the maximum size of addressable storage to < 2 Terra Bytes
*/ */
#include <common.h>
#include <blk.h>
#include <part.h>
#include <uuid.h> #include <uuid.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <common.h>
#include <command.h> #include <command.h>
#include <fdtdec.h> #include <fdtdec.h>
#include <ide.h> #include <ide.h>

View File

@ -5,7 +5,9 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <part.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include "part_iso.h" #include "part_iso.h"

View File

@ -17,6 +17,7 @@
#include <memalign.h> #include <memalign.h>
#include <ide.h> #include <ide.h>
#include "part_mac.h" #include "part_mac.h"
#include <part.h>
#ifdef CONFIG_HAVE_BLOCK_DEVICE #ifdef CONFIG_HAVE_BLOCK_DEVICE

View File

@ -9,6 +9,7 @@
* This driver provides a SCSI interface to SATA. * This driver provides a SCSI interface to SATA.
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <command.h> #include <command.h>

View File

@ -6,6 +6,7 @@
#include <common.h> #include <common.h>
#include <ahci.h> #include <ahci.h>
#include <blk.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <dm.h> #include <dm.h>
#include <dwc_ahsata.h> #include <dwc_ahsata.h>
@ -13,6 +14,7 @@
#include <libata.h> #include <libata.h>
#include <malloc.h> #include <malloc.h>
#include <memalign.h> #include <memalign.h>
#include <part.h>
#include <sata.h> #include <sata.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -6,6 +6,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <cpu_func.h> #include <cpu_func.h>

View File

@ -11,7 +11,9 @@
#include <common.h> #include <common.h>
#include <ahci.h> #include <ahci.h>
#include <blk.h>
#include <dm.h> #include <dm.h>
#include <part.h>
#include <sata.h> #include <sata.h>
#ifndef CONFIG_AHCI #ifndef CONFIG_AHCI

View File

@ -33,6 +33,7 @@
#include <common.h> #include <common.h>
#include <ahci.h> #include <ahci.h>
#include <blk.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <dm.h> #include <dm.h>
#include <asm/cache.h> #include <asm/cache.h>

View File

@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
int init_sata(int dev) int init_sata(int dev)
{ {

View File

@ -8,6 +8,8 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <part.h>
#include <pci.h> #include <pci.h>
#include <command.h> #include <command.h>
#include <config.h> #include <config.h>

View File

@ -8,6 +8,7 @@
#include <blk.h> #include <blk.h>
#include <dm.h> #include <dm.h>
#include <malloc.h> #include <malloc.h>
#include <part.h>
#include <dm/device-internal.h> #include <dm/device-internal.h>
#include <dm/lists.h> #include <dm/lists.h>
#include <dm/uclass-internal.h> #include <dm/uclass-internal.h>

View File

@ -5,6 +5,8 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <part.h>
#include <linux/err.h> #include <linux/err.h>
struct blk_driver *blk_driver_lookup_type(int if_type) struct blk_driver *blk_driver_lookup_type(int if_type)

View File

@ -4,8 +4,8 @@
* Author: Eric Nelson<eric@nelint.com> * Author: Eric Nelson<eric@nelint.com>
* *
*/ */
#include <config.h>
#include <common.h> #include <common.h>
#include <blk.h>
#include <malloc.h> #include <malloc.h>
#include <part.h> #include <part.h>
#include <linux/ctype.h> #include <linux/ctype.h>

View File

@ -6,8 +6,10 @@
#include <common.h> #include <common.h>
#include <ata.h> #include <ata.h>
#include <blk.h>
#include <dm.h> #include <dm.h>
#include <ide.h> #include <ide.h>
#include <part.h>
#include <watchdog.h> #include <watchdog.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -14,6 +14,7 @@
#include <ext4fs.h> #include <ext4fs.h>
#include <fat.h> #include <fat.h>
#include <mmc.h> #include <mmc.h>
#include <part.h>
static unsigned char *dfu_file_buf; static unsigned char *dfu_file_buf;
static u64 dfu_file_buf_len; static u64 dfu_file_buf_len;

View File

@ -10,6 +10,7 @@
#include <fb_mmc.h> #include <fb_mmc.h>
#include <fb_nand.h> #include <fb_nand.h>
#include <fs.h> #include <fs.h>
#include <part.h>
#include <version.h> #include <version.h>
static void getvar_version(char *var_parameter, char *response); static void getvar_version(char *var_parameter, char *response);

View File

@ -6,6 +6,7 @@
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <blk.h>
#include <flash.h> #include <flash.h>
#include <fastboot.h> #include <fastboot.h>

View File

@ -6,6 +6,7 @@
#include <common.h> #include <common.h>
#include <fsl_ifc.h> #include <fsl_ifc.h>
#include <part.h>
#ifdef CONFIG_TFABOOT #ifdef CONFIG_TFABOOT
struct ifc_regs ifc_cfg_default_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = { struct ifc_regs ifc_cfg_default_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {

View File

@ -8,6 +8,7 @@
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <dm.h> #include <dm.h>
#include <dm/device-internal.h> #include <dm/device-internal.h>

View File

@ -8,6 +8,7 @@
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <blk.h>
#include <dm.h> #include <dm.h>
#include <part.h> #include <part.h>
#include <div64.h> #include <div64.h>

View File

@ -13,6 +13,7 @@
#include <malloc.h> #include <malloc.h>
#include <mmc.h> #include <mmc.h>
#include <dm.h> #include <dm.h>
#include <part.h>
#include <dm/device_compat.h> #include <dm/device_compat.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/compat.h> #include <linux/compat.h>

View File

@ -10,6 +10,7 @@
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/io.h> #include <asm/io.h>
#include <fsl_ifc.h> #include <fsl_ifc.h>
#include <part.h>
#include <linux/mtd/rawnand.h> #include <linux/mtd/rawnand.h>
#ifdef CONFIG_CHAIN_OF_TRUST #ifdef CONFIG_CHAIN_OF_TRUST
#include <fsl_validate.h> #include <fsl_validate.h>

View File

@ -5,6 +5,7 @@
* Dave Liu <daveliu@freescale.com> * Dave Liu <daveliu@freescale.com>
*/ */
#include <common.h> #include <common.h>
#include <part.h>
#include <asm/io.h> #include <asm/io.h>
#ifdef CONFIG_DM_ETH #ifdef CONFIG_DM_ETH
#include <dm.h> #include <dm.h>

View File

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

View File

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

View File

@ -5,8 +5,10 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <dm.h> #include <dm.h>
#include <env.h> #include <env.h>
#include <part.h>
#include <pci.h> #include <pci.h>
#include <scsi.h> #include <scsi.h>
#include <dm/device-internal.h> #include <dm/device-internal.h>

View File

@ -10,6 +10,7 @@
#include <common.h> #include <common.h>
#include <console.h> #include <console.h>
#include <env.h> #include <env.h>
#include <part.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/usb/ch9.h> #include <linux/usb/ch9.h>

View File

@ -10,6 +10,7 @@
#include <errno.h> #include <errno.h>
#include <malloc.h> #include <malloc.h>
#include <memalign.h> #include <memalign.h>
#include <part.h>
#include <linux/usb/ch9.h> #include <linux/usb/ch9.h>
#include <linux/usb/gadget.h> #include <linux/usb/gadget.h>
#include <linux/usb/composite.h> #include <linux/usb/composite.h>

View File

@ -8,6 +8,7 @@
#include <common.h> #include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <malloc.h> #include <malloc.h>
#include <part.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/gpio.h> #include <asm/arch/gpio.h>
#include <asm/arch/clk.h> #include <asm/arch/clk.h>

View File

@ -9,6 +9,7 @@
#include <atmel_lcd.h> #include <atmel_lcd.h>
#include <dm.h> #include <dm.h>
#include <fdtdec.h> #include <fdtdec.h>
#include <part.h>
#include <video.h> #include <video.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/gpio.h> #include <asm/arch/gpio.h>

View File

@ -11,6 +11,7 @@
*/ */
#include <common.h> #include <common.h>
#include <part.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -11,6 +11,7 @@
#include <dm.h> #include <dm.h>
#include <efi_loader.h> #include <efi_loader.h>
#include <fdt_support.h> #include <fdt_support.h>
#include <part.h>
#include <linux/sizes.h> #include <linux/sizes.h>
#include <asm/arch/mem.h> #include <asm/arch/mem.h>
#include <dm/device-internal.h> #include <dm/device-internal.h>

View File

@ -7,6 +7,7 @@
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <part.h>
#include <video.h> #include <video.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <dm/device_compat.h> #include <dm/device_compat.h>

View File

@ -12,6 +12,7 @@
#include <efi_loader.h> #include <efi_loader.h>
#include <fdtdec.h> #include <fdtdec.h>
#include <fdt_support.h> #include <fdt_support.h>
#include <part.h>
#include <video.h> #include <video.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -7,6 +7,7 @@
#include <dm.h> #include <dm.h>
#include <fdtdec.h> #include <fdtdec.h>
#include <panel.h> #include <panel.h>
#include <part.h>
#include <pwm.h> #include <pwm.h>
#include <video.h> #include <video.h>
#include <asm/cache.h> #include <asm/cache.h>

View File

@ -12,6 +12,7 @@
#include <display.h> #include <display.h>
#include <edid.h> #include <edid.h>
#include <lcd.h> #include <lcd.h>
#include <part.h>
#include <video.h> #include <video.h>
#include <asm/gpio.h> #include <asm/gpio.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -7,6 +7,7 @@
#include <common.h> #include <common.h>
#include <blk.h> #include <blk.h>
#include <dm.h> #include <dm.h>
#include <part.h>
#include <virtio_types.h> #include <virtio_types.h>
#include <virtio.h> #include <virtio.h>
#include <virtio_ring.h> #include <virtio_ring.h>

1
env/ext4.c vendored
View File

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

6
env/fat.c vendored
View File

@ -7,18 +7,18 @@
*/ */
#include <common.h> #include <common.h>
#include <asm/cache.h>
#include <command.h> #include <command.h>
#include <env.h> #include <env.h>
#include <env_internal.h> #include <env_internal.h>
#include <linux/stddef.h> #include <part.h>
#include <malloc.h> #include <malloc.h>
#include <memalign.h> #include <memalign.h>
#include <search.h> #include <search.h>
#include <errno.h> #include <errno.h>
#include <fat.h> #include <fat.h>
#include <mmc.h> #include <mmc.h>
#include <asm/cache.h>
#include <linux/stddef.h>
#ifdef CONFIG_SPL_BUILD #ifdef CONFIG_SPL_BUILD
/* TODO(sjg@chromium.org): Figure out why this is needed */ /* TODO(sjg@chromium.org): Figure out why this is needed */

View File

@ -6,6 +6,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <compiler.h> #include <compiler.h>
#include <fs_internal.h> #include <fs_internal.h>

View File

@ -5,9 +5,11 @@
* 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz * 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz
*/ */
#include "btrfs.h" #include <common.h>
#include <memalign.h> #include <memalign.h>
#include <part.h>
#include <linux/compat.h> #include <linux/compat.h>
#include "btrfs.h"
#define BTRFS_SUPER_FLAG_SUPP (BTRFS_HEADER_FLAG_WRITTEN \ #define BTRFS_SUPER_FLAG_SUPP (BTRFS_HEADER_FLAG_WRITTEN \
| BTRFS_HEADER_FLAG_RELOC \ | BTRFS_HEADER_FLAG_RELOC \

View File

@ -19,10 +19,12 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <ext_common.h> #include <ext_common.h>
#include <ext4fs.h> #include <ext4fs.h>
#include <malloc.h> #include <malloc.h>
#include <memalign.h> #include <memalign.h>
#include <part.h>
#include <stddef.h> #include <stddef.h>
#include <linux/stat.h> #include <linux/stat.h>
#include <linux/time.h> #include <linux/time.h>

View File

@ -14,6 +14,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <ext4fs.h> #include <ext4fs.h>
#include <malloc.h> #include <malloc.h>
#include <ext_common.h> #include <ext_common.h>

View File

@ -22,8 +22,10 @@
#include <common.h> #include <common.h>
#include <blk.h>
#include <malloc.h> #include <malloc.h>
#include <memalign.h> #include <memalign.h>
#include <part.h>
#include <linux/stat.h> #include <linux/stat.h>
#include <div64.h> #include <div64.h>
#include "ext4_common.h" #include "ext4_common.h"

View File

@ -21,11 +21,13 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <ext_common.h> #include <ext_common.h>
#include <ext4fs.h> #include <ext4fs.h>
#include "ext4_common.h" #include "ext4_common.h"
#include <div64.h> #include <div64.h>
#include <malloc.h> #include <malloc.h>
#include <part.h>
#include <uuid.h> #include <uuid.h>
int ext4fs_symlinknest; int ext4fs_symlinknest;

View File

@ -7,6 +7,7 @@
#include <errno.h> #include <errno.h>
#include <common.h> #include <common.h>
#include <env.h> #include <env.h>
#include <lmb.h>
#include <mapmem.h> #include <mapmem.h>
#include <part.h> #include <part.h>
#include <ext4fs.h> #include <ext4fs.h>

View File

@ -6,6 +6,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <compiler.h> #include <compiler.h>
#include <part.h> #include <part.h>
#include <memalign.h> #include <memalign.h>

View File

@ -7,6 +7,7 @@
#include <fs.h> #include <fs.h>
#include <malloc.h> #include <malloc.h>
#include <os.h> #include <os.h>
#include <sandboxfs.h>
int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info) int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info)
{ {

View File

@ -17,6 +17,7 @@
#include <malloc.h> #include <malloc.h>
#include <memalign.h> #include <memalign.h>
#include "ubifs.h" #include "ubifs.h"
#include <part.h>
#include <dm/devres.h> #include <dm/devres.h>
#include <u-boot/zlib.h> #include <u-boot/zlib.h>

View File

@ -6,7 +6,8 @@
#ifndef __ANDROID_AB_H #ifndef __ANDROID_AB_H
#define __ANDROID_AB_H #define __ANDROID_AB_H
#include <common.h> struct blk_desc;
struct disk_partition;
/* Android standard boot slot names are 'a', 'b', 'c', ... */ /* Android standard boot slot names are 'a', 'b', 'c', ... */
#define BOOT_SLOT_NAME(slot_num) ('a' + (slot_num)) #define BOOT_SLOT_NAME(slot_num) ('a' + (slot_num))

View File

@ -8,6 +8,9 @@
#ifndef __U_BOOT_BTRFS_H__ #ifndef __U_BOOT_BTRFS_H__
#define __U_BOOT_BTRFS_H__ #define __U_BOOT_BTRFS_H__
struct blk_desc;
struct disk_partition;
int btrfs_probe(struct blk_desc *fs_dev_desc, int btrfs_probe(struct blk_desc *fs_dev_desc,
struct disk_partition *fs_partition); struct disk_partition *fs_partition);
int btrfs_ls(const char *); int btrfs_ls(const char *);

View File

@ -28,7 +28,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <part.h>
#include <image.h> #include <image.h>
#include <log.h> #include <log.h>
#include <asm/u-boot.h> /* boot information for Linux kernel */ #include <asm/u-boot.h> /* boot information for Linux kernel */

View File

@ -9,11 +9,14 @@
#define _EFI_LOADER_H 1 #define _EFI_LOADER_H 1
#include <common.h> #include <common.h>
#include <blk.h>
#include <part_efi.h> #include <part_efi.h>
#include <efi_api.h> #include <efi_api.h>
#include <image.h> #include <image.h>
#include <pe.h> #include <pe.h>
struct blk_desc;
static inline int guidcmp(const void *g1, const void *g2) static inline int guidcmp(const void *g1, const void *g2)
{ {
return memcmp(g1, g2, sizeof(efi_guid_t)); return memcmp(g1, g2, sizeof(efi_guid_t));

View File

@ -28,6 +28,8 @@
#define __EXT4__ #define __EXT4__
#include <ext_common.h> #include <ext_common.h>
struct disk_partition;
#define EXT4_INDEX_FL 0x00001000 /* Inode uses hash tree index */ #define EXT4_INDEX_FL 0x00001000 /* Inode uses hash tree index */
#define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */ #define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */
#define EXT4_EXT_MAGIC 0xf30a #define EXT4_EXT_MAGIC 0xf30a

View File

@ -12,6 +12,8 @@
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <fs.h> #include <fs.h>
struct disk_partition;
/* Maximum Long File Name length supported here is 128 UTF-16 code units */ /* Maximum Long File Name length supported here is 128 UTF-16 code units */
#define VFAT_MAXLEN_BYTES 256 /* Maximum LFN buffer in bytes */ #define VFAT_MAXLEN_BYTES 256 /* Maximum LFN buffer in bytes */
#define VFAT_MAXSEQ 9 /* Up to 9 of 13 2-byte UTF-16 entries */ #define VFAT_MAXSEQ 9 /* Up to 9 of 13 2-byte UTF-16 entries */

View File

@ -6,6 +6,9 @@
#ifndef _FB_MMC_H_ #ifndef _FB_MMC_H_
#define _FB_MMC_H_ #define _FB_MMC_H_
struct blk_desc;
struct disk_partition;
/** /**
* fastboot_mmc_get_part_info() - Lookup eMMC partion by name * fastboot_mmc_get_part_info() - Lookup eMMC partion by name
* *

View File

@ -14,6 +14,8 @@
#define FS_TYPE_UBIFS 4 #define FS_TYPE_UBIFS 4
#define FS_TYPE_BTRFS 5 #define FS_TYPE_BTRFS 5
struct blk_desc;
/** /**
* do_fat_fsload - Run the fatload command * do_fat_fsload - Run the fatload command
* *

View File

@ -10,6 +10,7 @@
#ifdef CONFIG_FSL_IFC #ifdef CONFIG_FSL_IFC
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <part.h>
#ifdef CONFIG_ARM #ifdef CONFIG_ARM
#include <asm/arch/soc.h> #include <asm/arch/soc.h>
#endif #endif

View File

@ -7,6 +7,8 @@
#ifndef __GZIP_H #ifndef __GZIP_H
#define __GZIP_H #define __GZIP_H
struct blk_desc;
/** /**
* gzip_parse_header() - Parse a header from a gzip file * gzip_parse_header() - Parse a header from a gzip file
* *

View File

@ -8,6 +8,10 @@
typedef int (*init_fnc_t)(void); typedef int (*init_fnc_t)(void);
#ifdef CONFIG_EFI_APP
#include <efi.h>
#endif
/* /*
* To enable debugging. add #define DEBUG at the top of the including file. * To enable debugging. add #define DEBUG at the top of the including file.
* *

View File

@ -18,6 +18,9 @@
#define SECTOR_SIZE 0x200 #define SECTOR_SIZE 0x200
#define SECTOR_BITS 9 #define SECTOR_BITS 9
struct blk_desc;
struct disk_partition;
/* Error codes */ /* Error codes */
typedef enum typedef enum
{ {

View File

@ -18,6 +18,9 @@
#ifndef __SANDBOX_FS__ #ifndef __SANDBOX_FS__
#define __SANDBOX_FS__ #define __SANDBOX_FS__
struct blk_desc;
struct disk_partition;
int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info); int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info);
int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer, int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer,

View File

@ -26,6 +26,7 @@ struct image_header;
#define MMCSD_MODE_FS 2 #define MMCSD_MODE_FS 2
#define MMCSD_MODE_EMMCBOOT 3 #define MMCSD_MODE_EMMCBOOT 3
struct blk_desc;
struct image_header; struct image_header;
/* /*

View File

@ -14,6 +14,9 @@
#ifndef __UBIFS_UBOOT_H__ #ifndef __UBIFS_UBOOT_H__
#define __UBIFS_UBOOT_H__ #define __UBIFS_UBOOT_H__
struct blk_desc;
struct disk_partition;
int ubifs_init(void); int ubifs_init(void);
int uboot_ubifs_mount(char *vol_name); int uboot_ubifs_mount(char *vol_name);
void uboot_ubifs_umount(void); void uboot_ubifs_umount(void);

View File

@ -28,6 +28,8 @@
* iPXE uses the simple file protocol to load Grub or the Linux Kernel. * iPXE uses the simple file protocol to load Grub or the Linux Kernel.
*/ */
#include <common.h>
#include <blk.h>
#include <efi_driver.h> #include <efi_driver.h>
#include <malloc.h> #include <malloc.h>
#include <dm/device-internal.h> #include <dm/device-internal.h>

View File

@ -6,6 +6,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <efi_loader.h> #include <efi_loader.h>
#define MAC_OUTPUT_LEN 22 #define MAC_OUTPUT_LEN 22

View File

@ -11,6 +11,7 @@
#include <malloc.h> #include <malloc.h>
#include <mapmem.h> #include <mapmem.h>
#include <fs.h> #include <fs.h>
#include <part.h>
/* GUID for file system information */ /* GUID for file system information */
const efi_guid_t efi_file_system_info_guid = EFI_FILE_SYSTEM_INFO_GUID; const efi_guid_t efi_file_system_info_guid = EFI_FILE_SYSTEM_INFO_GUID;

View File

@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <blk.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <div64.h> #include <div64.h>

View File

@ -36,6 +36,7 @@
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <blk.h>
#include <image-sparse.h> #include <image-sparse.h>
#include <div64.h> #include <div64.h>
#include <malloc.h> #include <malloc.h>

View File

@ -5,6 +5,7 @@
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <part.h>
#include <usb.h> #include <usb.h>
#include <asm/state.h> #include <asm/state.h>
#include <dm/test.h> #include <dm/test.h>

View File

@ -6,6 +6,7 @@
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <mmc.h> #include <mmc.h>
#include <part.h>
#include <dm/test.h> #include <dm/test.h>
#include <test/ut.h> #include <test/ut.h>

View File

@ -6,6 +6,7 @@
#include <common.h> #include <common.h>
#include <console.h> #include <console.h>
#include <dm.h> #include <dm.h>
#include <part.h>
#include <usb.h> #include <usb.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/state.h> #include <asm/state.h>