/tf-a-ffa_el3_spmc/docs/components/ |
A D | cot-binding.rst | 59 This property is required for all non-root certificates. 61 This property is not required for root-certificates 70 This property is used to refer public key node present in 71 parent certificate node and it is required property for all 75 This property is not required for root-certificates 84 This property is used by all certificates which are 86 counter and it is an optional property. 88 This property is used to refer one of the non-volatile 108 This property provides the Object ID of public key 210 hash method. This property is used to refer hash [all …]
|
A D | sdei.rst | 184 the ``SDEI_MAPF_BOUND`` property), enumerate their properties for the GIC
|
A D | secure-partition-manager.rst | 315 The SP package identified by its UUID (matching FF-A uuid property) is
|
/tf-a-ffa_el3_spmc/include/lib/libfdt/ |
A D | libfdt.h | 141 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument 143 uint8_t *bp = (uint8_t *)property; in fdt32_st() 165 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument 167 uint8_t *bp = (uint8_t *)property; in fdt64_st() 610 #define fdt_for_each_property_offset(property, fdt, node) \ argument 611 for (property = fdt_first_property_offset(fdt, node); \ 612 property >= 0; \ 613 property = fdt_next_property_offset(fdt, property)) 1092 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property); 1113 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, [all …]
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt_overlay.c | 429 int property) in overlay_fixup_phandle() argument 435 value = fdt_getprop_by_offset(fdto, property, in overlay_fixup_phandle() 513 int property; in overlay_fixup_phandles() local 527 fdt_for_each_property_offset(property, fdto, fixups_off) { in overlay_fixup_phandles() 530 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property); in overlay_fixup_phandles() 560 int property; in overlay_apply_node() local 563 fdt_for_each_property_offset(property, fdto, node) { in overlay_apply_node() 569 prop = fdt_getprop_by_offset(fdto, property, &name, in overlay_apply_node()
|
A D | fdt_ro.c | 723 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() argument 728 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count() 748 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() argument 754 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search() 779 const char *property, int idx, in fdt_stringlist_get() argument 785 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_get()
|
/tf-a-ffa_el3_spmc/docs/components/measured_boot/ |
A D | event_log.rst | 19 can be used by Measured Boot driver. Each property is named according 27 and this property should be removed when this feature is supported.
|
/tf-a-ffa_el3_spmc/docs/components/fconf/ |
A D | index.rst | 10 platform specific data, allowing a "property" to be queried and a value 25 sub-namespaces: a.b.property. 33 Properties can be accessed with the ``FCONF_GET_PROPERTY(a,b,property)`` macro. 41 captures the property and stores them into a corresponding |FCONF| based C 78 #define FCONF_GET_PROPERTY(a,b,property) a##__##b##_getter(property) 90 Loading the property device tree
|
/tf-a-ffa_el3_spmc/docs/_static/css/ |
A D | custom.css | 8 * Set the white-space property of tables to normal.
|
/tf-a-ffa_el3_spmc/fdts/ |
A D | stm32mp157c-lxa-mc1.dts | 67 /delete-property/ bias-disable; 71 /delete-property/ bias-disable;
|
A D | fvp-base-gicv3-psci-common.dtsi | 79 * terminology. Each interrupt property descriptor has 3 fields:
|
/tf-a-ffa_el3_spmc/common/ |
A D | fdt_wrappers.c | 544 const struct fdt_property *property = fdt_get_property(dtb, in fdtw_translate_address() local 547 if (property == NULL) { in fdtw_translate_address() 565 global_address = fdtw_search_all_xlat_entries(dtb, property, in fdtw_translate_address()
|
/tf-a-ffa_el3_spmc/docs/plat/arm/fvp/ |
A D | index.rst | 396 is specified via the ``hw_config_addr`` property in `TB_FW_CONFIG for FVP`_.
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | build-options.rst | 704 platform specific secure interrupt property descriptor is retrieved from
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 1975 - mmc: stm32_sdmmc2: Manage max-frequency property from DT
|