Home
last modified time | relevance | path

Searched refs:FLASH_SIZE (Results 1 – 25 of 94) 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/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()
/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/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/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/
H A Devb-ast2500.conf11 FLASH_SIZE = "32768"
/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-aspeed/meta-evb-ast2600/conf/machine/
H A Devb-ast2600.conf22 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-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"
/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/machine/
H A Dx11spi.conf13 FLASH_SIZE = "32768"
/openbmc/openbmc/meta-amd/meta-daytonax/conf/machine/
H A Ddaytonax.conf13 FLASH_SIZE = "32768"
/openbmc/qemu/include/hw/arm/
H A Dstm32f100_soc.h41 #define FLASH_SIZE (128 * 1024) macro
H A Dmax78000_soc.h25 #define FLASH_SIZE (512 * 1024) macro
/openbmc/openbmc/meta-ibm/meta-sbp1/conf/machine/
H A Dsbp1.conf8 FLASH_SIZE = "65536"
/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/machine/
H A Ds2600wf.conf15 FLASH_SIZE = "32768"

1234