Home
last modified time | relevance | path

Searched refs:toc1 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/board/nezha/patches/uboot/
H A D0002-Makefile-HACK-Support-building-u-boot.toc1-for-nezda.patch4 Subject: [PATCH] Makefile: HACK: Support building u-boot.toc1 for nezda board
6 For easier integration into Buildroot. The boot0 / toc1 logic is WIP until
28 +MKIMAGEFLAGS_u-boot.toc1 = -T sunxi_toc1
29 +u-boot.toc1: nezha.cfg fw_dynamic.bin inputs
32 +all: u-boot.toc1
/OK3568_Linux_fs/buildroot/board/nezha/
H A Dgenimage.cfg21 image = "u-boot.toc1"
27 image = "u-boot.toc1"
/OK3568_Linux_fs/kernel/block/partitions/
H A Dldm.c236 static bool ldm_compare_tocblocks (const struct tocblock *toc1, in ldm_compare_tocblocks() argument
239 BUG_ON (!toc1 || !toc2); in ldm_compare_tocblocks()
241 return ((toc1->bitmap1_start == toc2->bitmap1_start) && in ldm_compare_tocblocks()
242 (toc1->bitmap1_size == toc2->bitmap1_size) && in ldm_compare_tocblocks()
243 (toc1->bitmap2_start == toc2->bitmap2_start) && in ldm_compare_tocblocks()
244 (toc1->bitmap2_size == toc2->bitmap2_size) && in ldm_compare_tocblocks()
245 !strncmp (toc1->bitmap1_name, toc2->bitmap1_name, in ldm_compare_tocblocks()
246 sizeof (toc1->bitmap1_name)) && in ldm_compare_tocblocks()
247 !strncmp (toc1->bitmap2_name, toc2->bitmap2_name, in ldm_compare_tocblocks()
248 sizeof (toc1->bitmap2_name))); in ldm_compare_tocblocks()
/OK3568_Linux_fs/buildroot/configs/
H A Dnezha_defconfig35 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.toc1"
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dvmlinux.lds.S319 *(.toc1)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h437 uint64_t toc1:1; member
479 uint64_t toc1:1;