mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
include: export uuid.h
Move this header to include/u-boot/ so that it can be used by external tools. Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
22c48a92cd
commit
58d825fb18
36 changed files with 35 additions and 35 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <part.h>
|
||||
#include <ram.h>
|
||||
#include <syscon.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <u-boot/crc.h>
|
||||
#include <u-boot/sha256.h>
|
||||
#include <asm/cache.h>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <irq_func.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <vsprintf.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/string.h>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <linux/delay.h>
|
||||
#include <linux/stringify.h>
|
||||
#include <u-boot/crc.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <env.h>
|
||||
#include <init.h>
|
||||
#include <pci.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/immap_85xx.h>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <soc.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
|
||||
#include "fru.h"
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <sort.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <asm/global_data.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <efi.h>
|
||||
#include <efi_api.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
|
||||
void efi_show_tables(struct efi_system_table *systab)
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <command.h>
|
||||
#include <log.h>
|
||||
#include <vsprintf.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
|
||||
#if defined(CONFIG_CMD_MTDPARTS)
|
||||
#include <jffs2/jffs2.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <part_efi.h>
|
||||
#include <part.h>
|
||||
#include <exports.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <div64.h>
|
||||
#include <memalign.h>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <malloc.h>
|
||||
#include <mapmem.h>
|
||||
#include <rtc.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <command.h>
|
||||
#include <efi.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/hob.h>
|
||||
#include <asm/fsp/fsp_hob.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <flash.h>
|
||||
#include <log.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <linux/string.h>
|
||||
|
||||
#include <mtd/cfi_flash.h>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <blk.h>
|
||||
#include <log.h>
|
||||
#include <part.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <asm/cache.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/unaligned.h>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <dm/device-internal.h>
|
||||
#include <dm/devres.h>
|
||||
|
|
2
env/sf.c
vendored
2
env/sf.c
vendored
|
@ -16,7 +16,7 @@
|
|||
#include <spi_flash.h>
|
||||
#include <search.h>
|
||||
#include <errno.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <asm/cache.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <dm/device-internal.h>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <malloc.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <linux/time.h>
|
||||
#include "btrfs.h"
|
||||
#include "crypto/hash.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <linux/errno.h>
|
||||
#include <fs_internal.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
|
||||
/* Provide a compatibility layer to make code syncing easier */
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
#include <fs_internal.h>
|
||||
#include <log.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <memalign.h>
|
||||
#include "kernel-shared/btrfs_tree.h"
|
||||
#include "common/rbtree-utils.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <div64.h>
|
||||
#include <malloc.h>
|
||||
#include <part.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
|
||||
int ext4fs_symlinknest;
|
||||
struct ext_filesystem ext_fs;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <efi.h>
|
||||
#include <fwu_mdata.h>
|
||||
#include <mtd.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <blk.h>
|
||||
#include <ide.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <linker_lists.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/list.h>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#define __RKMTD__
|
||||
|
||||
#include <part_efi.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
|
||||
#define LBA 64 + 512 + 33
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <acpi/acpigen.h>
|
||||
#include <acpi/acpi_dp.h>
|
||||
#include <dm/acpi.h>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <acpi/acpigen.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
#include <acpi/acpi_table.h>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <init.h>
|
||||
#include <malloc.h>
|
||||
#include <sysreset.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/types.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <sort.h>
|
||||
#include <sysreset.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
|
||||
#include <crypto/pkcs7.h>
|
||||
#include <crypto/pkcs7_parser.h>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <nvme.h>
|
||||
#include <efi_loader.h>
|
||||
#include <part.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <asm-generic/unaligned.h>
|
||||
#include <linux/compat.h> /* U16_MAX */
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <malloc.h>
|
||||
#include <rtc.h>
|
||||
#include <search.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <crypto/pkcs7_parser.h>
|
||||
#include <linux/compat.h>
|
||||
#include <u-boot/crc.h>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <mtd.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <dm/ofnode.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <linux/types.h>
|
||||
#include <errno.h>
|
||||
#include <linux/kconfig.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <u-boot/sha1.h>
|
||||
|
||||
#ifdef USE_HOSTCC
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <div64.h>
|
||||
#include <hexdump.h>
|
||||
#include <stdarg.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <stdio.h>
|
||||
#include <vsprintf.h>
|
||||
#include <linux/ctype.h>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <log.h>
|
||||
#include <net.h>
|
||||
#include <rand.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <linux/delay.h>
|
||||
#include <net/tftp.h>
|
||||
#include "bootp.h"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
#include <dm.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <acpi/acpigen.h>
|
||||
#include <acpi/acpi_dp.h>
|
||||
#include <asm/unaligned.h>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <dm.h>
|
||||
#include <irq.h>
|
||||
#include <malloc.h>
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <acpi/acpigen.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
#include <acpi/acpi_table.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
|
||||
*/
|
||||
|
||||
#include <uuid.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <test/lib.h>
|
||||
#include <test/test.h>
|
||||
#include <test/ut.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue