| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | image.py | 25 @property 37 @property 49 @property 65 @property 72 @property
|
| H A D | mapparser.py | 39 @property 57 @property
|
| H A D | elfparser.py | 74 @property 180 @property
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | sptool.py | 75 @property 79 @property 83 @property 87 @property 91 @property 101 @property
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_setup.c | 112 char *property; in get_memory_region_info() local 127 property = "base-address"; in get_memory_region_info() 128 ret = fdt_read_uint64(sp_manifest, node, property, base_address); in get_memory_region_info() 131 property, name); in get_memory_region_info() 135 property = "pages-count"; in get_memory_region_info() 136 ret = fdt_read_uint32(sp_manifest, node, property, size); in get_memory_region_info() 139 property, name); in get_memory_region_info() 481 char *property, char *out, size_t len) in read_optional_string() argument 486 prop = fdt_getprop(manifest, offset, property, &lenp); in read_optional_string() 514 char *property; in populate_sp_regions() local [all …]
|
| /rk3399_ARM-atf/docs/components/ |
| H 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 For non-root certificates, this property is used to refer 72 required property for all non-root certificates which are 75 This property is not required for all root-certificates. If 78 validating using a different ROTPK, the signing-key property 86 This property is used by all certificates which are 88 counter and it is an optional property. 90 This property is used to refer one of the non-volatile 110 This property provides the Object ID of public key [all …]
|
| H A D | sdei.rst | 184 the ``SDEI_MAPF_BOUND`` property), enumerate their properties for the GIC
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | libfdt.h | 151 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() 653 #define fdt_for_each_property_offset(property, fdt, node) \ argument 654 for (property = fdt_first_property_offset(fdt, node); \ 655 property >= 0; \ 656 property = fdt_next_property_offset(fdt, property)) 1186 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property); 1207 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, [all …]
|
| H A D | fdt_overlay.c | 376 int property) in overlay_fixup_phandle() argument 386 value = fdt_getprop_by_offset(fdto, property, in overlay_fixup_phandle() 476 int property; in overlay_fixup_phandles() local 490 fdt_for_each_property_offset(property, fdto, fixups_off) { in overlay_fixup_phandles() 493 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property); in overlay_fixup_phandles() 772 int property; in overlay_apply_node() local 775 fdt_for_each_property_offset(property, fdto, node) { in overlay_apply_node() 781 prop = fdt_getprop_by_offset(fdto, property, &name, in overlay_apply_node()
|
| H A D | fdt_ro.c | 752 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() argument 757 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count() 777 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() argument 783 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search() 808 const char *property, int idx, in fdt_stringlist_get() argument 814 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_get()
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp15-bl32.dtsi | 11 /delete-property/ mmc0; 12 /delete-property/ mmc1;
|
| H A D | stm32mp157c-lxa-mc1.dts | 67 /delete-property/ bias-disable; 71 /delete-property/ bias-disable;
|
| H A D | stm32mp13-bl2.dtsi | 9 /delete-property/ mmc0; 10 /delete-property/ mmc1;
|
| H A D | stm32mp15-bl2.dtsi | 12 /delete-property/ mmc0; 13 /delete-property/ mmc1;
|
| H A D | fvp-base-gicv23-interrupts.dtsi | 46 * terminology. Each interrupt property descriptor has 3 fields:
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H 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
|
| H A D | tb_fw_bindings.rst | 132 - A string property representing the name of the owner of the secure
|
| /rk3399_ARM-atf/docs/components/measured_boot/ |
| H 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.
|
| /rk3399_ARM-atf/docs/_static/css/ |
| H A D | custom.css | 8 * Set the white-space property of tables to normal.
|
| /rk3399_ARM-atf/common/ |
| H A D | fdt_wrappers.c | 559 const struct fdt_property *property = fdt_get_property(dtb, in fdtw_translate_address() local 562 if (property == NULL) { in fdtw_translate_address() 580 global_address = fdtw_search_all_xlat_entries(dtb, property, in fdtw_translate_address()
|
| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | assembly.h | 108 .pushsection .note.gnu.property, "a" SEPARATOR \
|
| /rk3399_ARM-atf/docs/ |
| H A D | license.rst | 106 - ``tools/cot_dt2c/cot_dt2c/pydevicetree/ast/property.py``
|
| H A D | change-log.md | 735 …- pass an `interrupt-names` property for the timer when using GICv5 ([8c37540](https://review.trus… 1366 …- handle load-address-relative-offset property ([5f7116a](https://review.trustedfirmware.org/plugi… 3140 …- change GIC DT property 'interrupt-cells' to 4 ([1300bbc](https://review.trustedfirmware.org/plug… 6184 …- add Event Log maximum size property in DT ([1cf3e2f](https://review.trustedfirmware.org/plugins/… 6604 …- add a new 'isolated-cpu-list' property ([afa4157](https://review.trustedfirmware.org/plugins/git… 6962 …- make reset property optional ([8324b16](https://review.trustedfirmware.org/plugins/gitiles/TF-A/… 7720 …- get pin_count from the gpio-ranges property ([d0f2cf3](https://review.trustedfirmware.org/plugin… 9542 …- avoid output on missing DT property ([49e789e](https://review.trustedfirmware.org/plugins/gitile… 11124 - mmc: stm32_sdmmc2: Manage max-frequency property from DT
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 1200 platform specific secure interrupt property descriptor is retrieved from
|