Home
last modified time | relevance | path

Searched refs:PLAT_PARTITION_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a-latest/include/drivers/partition/
Dpartition.h22 #if !PLAT_PARTITION_BLOCK_SIZE
23 # define PLAT_PARTITION_BLOCK_SIZE 512 macro
26 CASSERT((PLAT_PARTITION_BLOCK_SIZE == 512) ||
27 (PLAT_PARTITION_BLOCK_SIZE == 4096),
32 #define LBA(n) ((unsigned long long)(n) * PLAT_PARTITION_BLOCK_SIZE)
/trusted-firmware-a-latest/drivers/partition/
Dgpt.c59 PLAT_PARTITION_BLOCK_SIZE; in parse_gpt_entry()
62 PLAT_PARTITION_BLOCK_SIZE; in parse_gpt_entry()
Dpartition.c21 static uint8_t mbr_sector[PLAT_PARTITION_BLOCK_SIZE];
63 PLAT_PARTITION_BLOCK_SIZE, &bytes_read); in load_mbr_header()
64 if ((result != 0) || (bytes_read != PLAT_PARTITION_BLOCK_SIZE)) { in load_mbr_header()
169 PLAT_PARTITION_BLOCK_SIZE, &bytes_read); in load_mbr_entry()
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dplatform.mk25 PLAT_PARTITION_BLOCK_SIZE := 4096
31 $(eval $(call add_define,PLAT_PARTITION_BLOCK_SIZE))
Dhikey960_io_storage.c47 .length = PLAT_PARTITION_BLOCK_SIZE *
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_io_storage.c51 .length = PLAT_PARTITION_BLOCK_SIZE *
/trusted-firmware-a-latest/docs/
Dporting-guide.rst570 - **PLAT_PARTITION_BLOCK_SIZE**
574 PLAT_PARTITION_BLOCK_SIZE := 4096
575 $(eval $(call add_define,PLAT_PARTITION_BLOCK_SIZE))