Home
last modified time | relevance | path

Searched refs:property (Results 1 – 22 of 22) sorted by relevance

/arm-trusted-firmware-2.8.0/tools/sptool/
A Dsptool.py75 @property
79 @property
83 @property
87 @property
91 @property
101 @property
/arm-trusted-firmware-2.8.0/docs/components/
A Dcot-binding.rst59 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 Dsdei.rst184 the ``SDEI_MAPF_BOUND`` property), enumerate their properties for the GIC
A Dsecure-partition-manager.rst350 The SP package identified by its UUID (matching FF-A uuid property) is
1504 the SPMC. They are differentiated primarily by the 'exception-level' property
1505 and the 'execution-ctx-count' property in the SP manifest. They are host apps
/arm-trusted-firmware-2.8.0/include/lib/libfdt/
A Dlibfdt.h151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
153 uint8_t *bp = (uint8_t *)property; in fdt32_st()
175 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
177 uint8_t *bp = (uint8_t *)property; in fdt64_st()
628 #define fdt_for_each_property_offset(property, fdt, node) \ argument
629 for (property = fdt_first_property_offset(fdt, node); \
630 property >= 0; \
631 property = fdt_next_property_offset(fdt, property))
1118 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
1139 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
[all …]
/arm-trusted-firmware-2.8.0/fdts/
A Dstm32mp15-bl32.dtsi8 /delete-property/ mmc0;
9 /delete-property/ mmc1;
A Dstm32mp157c-lxa-mc1.dts67 /delete-property/ bias-disable;
71 /delete-property/ bias-disable;
A Dstm32mp13-bl2.dtsi9 /delete-property/ mmc0;
10 /delete-property/ mmc1;
A Dstm32mp15-bl2.dtsi9 /delete-property/ mmc0;
10 /delete-property/ mmc1;
A Dfvp-base-psci-common.dtsi81 * terminology. Each interrupt property descriptor has 3 fields:
/arm-trusted-firmware-2.8.0/lib/libfdt/
A Dfdt_overlay.c414 int property) in overlay_fixup_phandle() argument
420 value = fdt_getprop_by_offset(fdto, property, in overlay_fixup_phandle()
498 int property; in overlay_fixup_phandles() local
512 fdt_for_each_property_offset(property, fdto, fixups_off) { in overlay_fixup_phandles()
515 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property); in overlay_fixup_phandles()
545 int property; in overlay_apply_node() local
548 fdt_for_each_property_offset(property, fdto, node) { in overlay_apply_node()
554 prop = fdt_getprop_by_offset(fdto, property, &name, in overlay_apply_node()
A Dfdt_ro.c723 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()
/arm-trusted-firmware-2.8.0/docs/components/fconf/
A Dindex.rst10 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
A Damu-bindings.rst44 | | | | the ``reg`` property array of |
50 | | | | property in children of this node. |
65 | ``enable-at-el3`` | O | ``<empty>`` | The presence of this property |
/arm-trusted-firmware-2.8.0/docs/components/measured_boot/
A Devent_log.rst19 can be used by Measured Boot driver. Each property is named according
27 and this property should be removed when this feature is supported.
/arm-trusted-firmware-2.8.0/docs/_static/css/
A Dcustom.css8 * Set the white-space property of tables to normal.
/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/trp/
A Dlinker.lds10 * different property at the same granularity. */
/arm-trusted-firmware-2.8.0/common/
A Dfdt_wrappers.c546 const struct fdt_property *property = fdt_get_property(dtb, in fdtw_translate_address() local
549 if (property == NULL) { in fdtw_translate_address()
567 global_address = fdtw_search_all_xlat_entries(dtb, property, in fdtw_translate_address()
/arm-trusted-firmware-2.8.0/lib/compiler-rt/builtins/
A Dassembly.h101 .pushsection .note.gnu.property, "a" SEPARATOR \
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp/
A Dindex.rst382 is specified via the ``load-address`` property in the ``hw-config`` node of
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dbuild-options.rst938 platform specific secure interrupt property descriptor is retrieved from
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md86 …- add a new 'isolated-cpu-list' property ([afa4157](https://review.trustedfirmware.org/plugins/git…
444 …- make reset property optional ([8324b16](https://review.trustedfirmware.org/plugins/gitiles/TF-A/…
1202 …- get pin_count from the gpio-ranges property ([d0f2cf3](https://review.trustedfirmware.org/plugin…
3023 …- avoid output on missing DT property ([49e789e](https://review.trustedfirmware.org/plugins/gitile…
4605 - mmc: stm32_sdmmc2: Manage max-frequency property from DT

Completed in 61 milliseconds