Home
last modified time | relevance | path

Searched refs:FLASH_SIZE (Results 1 – 25 of 89) sorted by relevance

1234

/openbmc/openbmc/meta-google/classes/
H A Dimage_types_hoth.bbclass3 FLASH_IMAGE_DESC_OFFSET:hoth = "${@960 if FLASH_SIZE == '65536' else 7232}"
4 FLASH_HOTH_UPDATE_OFFSET:hoth = "${@1024 if FLASH_SIZE == '65536' else 31744}"
5 FLASH_HOTH_MAILBOX_OFFSET:hoth = "${@65472 if FLASH_SIZE == '65536' else 7168}"
6 FLASH_HOTH_SECONDARY_OFFSET:hoth = "${@61376 if FLASH_SIZE == '65536' else 7296}"
9 FLASH_IMAGE_DESC_OFFSET:hoth:aarch64 = "${@61312 if FLASH_SIZE == '65536' else 7232}"
10 FLASH_HOTH_UPDATE_OFFSET:hoth:aarch64 = "${@61376 if FLASH_SIZE == '65536' else 31744}"
28 int(d.getVar('FLASH_SIZE', True)))
104 d.getVar('FLASH_SIZE')),
146 d.getVar('FLASH_SIZE')),
147 ] if d.getVar('FLASH_SIZE') == '65536' else [
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Dcfi_flagadm.c43 #define FLASH_SIZE 0x400000 macro
60 .size = FLASH_SIZE,
94 FLASH_SIZE, FLASH_PHYS_ADDR); in init_flagadm()
98 FLASH_SIZE); in init_flagadm()
/openbmc/u-boot/include/configs/
H A Dexynos5-dt-common.h21 #define FLASH_SIZE (4 << 20) macro
22 #define CONFIG_ENV_OFFSET (FLASH_SIZE - CONFIG_ENV_SECT_SIZE)
/openbmc/qemu/hw/arm/
H A Dcollie.c25 #define FLASH_SIZE (32 * MiB) macro
61 i ? "collie.fl2" : "collie.fl1", FLASH_SIZE, in collie_init()
H A Dstm32f100_soc.c104 FLASH_SIZE, &error_fatal); in stm32f100_soc_realize()
106 "STM32F100.flash.alias", &s->flash, 0, FLASH_SIZE); in stm32f100_soc_realize()
/openbmc/qemu/tests/qtest/
H A Dpnv-spi-seeprom-test.c15 #define FLASH_SIZE (512 * 1024) macro
88 ret = ftruncate(fd, FLASH_SIZE); in test_spi_seeprom()
/openbmc/qemu/hw/microblaze/
H A Dpetalogix_s3adsp1800_mmu.c42 #define FLASH_SIZE (16 * MiB) macro
93 "petalogix_s3adsp1800.flash", FLASH_SIZE, in petalogix_s3adsp1800_init()
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/
H A Du-boot-aspeed-sdk_%.bbappend1 ASPEED_IMAGE_SIZE_KB = "${FLASH_SIZE}"
/openbmc/openbmc/meta-aspeed/conf/machine/distro/include/
H A Duboot-distrovars.inc1 OVERRIDES .= ":uboot-flash-${FLASH_SIZE}"
/openbmc/openbmc/meta-aspeed/conf/machine/
H A Devb-ast2500.conf11 FLASH_SIZE = "32768"
H A Devb-ast2600.conf22 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/
H A Devb-ast2500.conf11 FLASH_SIZE = "32768"
/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/machine/
H A Devb-ast2600.conf22 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/machine/
H A Dromed8hm3.conf7 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/machine/
H A Dx570d4u.conf7 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/machine/
H A Dspc621d8hm3.conf7 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/machine/
H A De3c246d4i.conf7 FLASH_SIZE = "32768"
/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/machine/
H A De3c256d4i.conf7 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-inventec/meta-starscream/conf/machine/
H A Dstarscream.conf14 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/machine/
H A Devb-npcm750.conf7 FLASH_SIZE = "32768"
/openbmc/openbmc/meta-nuvoton/conf/machine/
H A Devb-npcm750.conf7 FLASH_SIZE = "32768"
/openbmc/openbmc/meta-inventec/meta-transformers/conf/machine/
H A Dtransformers.conf12 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-qualcomm/conf/machine/
H A Dqcom-dc-scm-v1.conf11 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/machine/
H A Dnf5280m7.conf15 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-amd/meta-ethanolx/conf/machine/
H A Dethanolx.conf13 FLASH_SIZE = "32768"

1234