Home
last modified time | relevance | path

Searched refs:entrypoint (Results 1 – 12 of 12) sorted by relevance

/openbmc/libpldm/
H A Dmeson.build37 entrypoint = '__attribute__((visibility("default")))' variable
46 entrypoint += ' __attribute__((tainted_args))'
51 conf.set('LIBPLDM_ABI_DEPRECATED', entrypoint)
61 conf.set('LIBPLDM_ABI_STABLE', entrypoint) # Always expose the stable symbols
63 conf.set('LIBPLDM_ABI_TESTING', entrypoint)
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/
H A DDockerfile11 COPY ./dco-check/entrypoint.sh /
13 ENTRYPOINT ["/entrypoint.sh"]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/
H A D0005-feat-corstone1000-Add-multicore-support-for-FVP-plat.patch67 +int corstone1000_validate_ns_entrypoint(uintptr_t entrypoint)
70 + * Check if the non secure entrypoint lies within the non
73 + if ((entrypoint >= ARM_NS_DRAM1_BASE) && (entrypoint < (ARM_NS_DRAM1_BASE + ARM_NS_DRAM1_SIZE))) {
127 +/* The secondary core entrypoint address points to bl31_warm_entrypoint
H A D0001-Fix-FF-A-version-in-SPMC-manifest.patch29 entrypoint = <0x0 0x2002000>;
/openbmc/u-boot/cmd/
H A Darmflash.c26 u32 entrypoint; member
108 afi->entrypoint = readl((void *)imginfo + 0x10); in parse_bank()
128 afi->entrypoint = readl((void *)imginfo+0x08); in parse_bank()
231 printf(" Entry point: 0x%08X\n", afi->entrypoint); in print_images()
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/
H A DDockerfile41 COPY ./yocto-builder/entrypoint-yocto-check-layer.sh /
42 COPY ./yocto-builder/entrypoint-build.sh /
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/files/
H A D0001-Add-spmc_manifest-for-qemu.patch43 + entrypoint = <0x0 0x0e100000>;
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/fvp-base/
H A Doptee_spmc_maifest.dts28 entrypoint = <0x0 0x6000000>;
/openbmc/u-boot/board/Barix/ipam390/
H A DREADME.ipam39079 $ mono HexAIS_OMAP-L138.exe -entrypoint 0xC1080000 -ini ipam390-ais-uart.cfg \
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dclasses.rst1760 specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by
1773 is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by
1786 by :term:`UBOOT_LOADADDRESS` and the entrypoint by :term:`UBOOT_ENTRYPOINT`.
H A Dvariables.rst10684 Specifies the entrypoint for the RAM disk image. During FIT image
10686 :ref:`ref-classes-kernel-fitimage` class to specify the entrypoint to be
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch1000 +`pkg_resources.DistributionNotFound` errors when running the entrypoint