Home
last modified time | relevance | path

Searched full:deprecated (Results 1 – 25 of 27) sorted by relevance

12

/trusted-firmware-a-3.4.0/
Dchangelog.yaml78 # This file also describes deprecated scopes, which are scopes that were used before we introduced
110 deprecated:
134 deprecated:
140 deprecated:
147 deprecated:
155 deprecated:
161 deprecated:
180 deprecated:
186 deprecated:
197 deprecated:
[all …]
D.versionrc.js54 "scopes": scope.concat(subsection.deprecated || []),
DMakefile1263 # Check if deprecated declarations and cpp warnings should be treated as error or not.
1265 CPPFLAGS += -Wno-error=deprecated-declarations
1267 CPPFLAGS += -Wno-error=deprecated-declarations -Wno-error=cpp
/trusted-firmware-a-3.4.0/docs/process/
Dplatform-compatibility-policy.rst18 means the previous interface needs to be deprecated and a new interface
23 The deprecated interfaces are listed inside :ref:`Release Processes` as well as
25 deprecated, the page must be updated to indicate the release after which the
29 deprecated interfaces. Platforms are expected to migrate before the removal of
30 the deprecated interface.
Dcommit-style.rst85 deprecated scopes. Please avoid using deprecated scopes.
100 exist in the configuration file at all are considered to be deprecated. If you
/trusted-firmware-a-3.4.0/docs/plat/
Ddeprecated.rst1 Deprecated platforms
7 Platform can be deprecated and its source can be kept in repository for a cooling
9 Deprecated/Deleted version would be same.
11 List of deprecated platforms
15 | Platform | Vendor | Deprecated version | Deleted version |
Dindex.rst12 deprecated
/trusted-firmware-a-3.4.0/include/common/
Dasm_macros_common.S58 * Theses macros are used to create function labels for deprecated
64 func deprecated\_name
68 endfunc deprecated\_name
/trusted-firmware-a-3.4.0/drivers/measured_boot/event_log/
Devent_log.mk13 $(warning "TPM_HASH_ALG is deprecated. Please use MBOOT_EL_HASH_ALG instead.")
/trusted-firmware-a-3.4.0/plat/xilinx/versal/pm_service/
Dpm_defs.h121 * @PM_RET_ERROR_ARGS: illegal arguments provided (deprecated)
122 * @PM_RET_ERROR_NOTSUPPORTED: feature not supported (deprecated)
Dpm_api_sys.c253 * This API is deprecated and maintained here for backward compatibility.
280 * This API is deprecated and maintained here for backward compatibility.
307 * This API is deprecated and maintained here for backward compatibility.
333 * This API is deprecated and maintained here for backward compatibility.
412 * This API is deprecated and maintained here for backward compatibility.
461 * This API is deprecated and maintained here for backward compatibility.
Dpm_svc_main.c123 * eemi_for_compatibility() - EEMI calls handler for deprecated calls
/trusted-firmware-a-3.4.0/plat/nvidia/tegra/soc/t186/drivers/include/
Dt18x_ari.h26 /* index 1 is deprecated */
27 /* index 2 is deprecated */
28 /* index 3 is deprecated */
40 /* index 83 is deprecated */
44 /* index 87 is deprecated */
/trusted-firmware-a-3.4.0/plat/arm/board/common/
Dboard_common.mk25 $(warning Development keys support for FVP is deprecated. Use `regs` \
33 $(warning Development keys support for FVP is deprecated. Use `regs` \
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/pm_service/
Dpm_defs.h246 * @PM_RET_ERROR_ARGS: illegal arguments provided (deprecated)
247 * @PM_RET_ERROR_NOTSUPPORTED: feature not supported (deprecated)
/trusted-firmware-a-3.4.0/docs/about/
Drelease-information.rst56 Removal of Deprecated Interfaces
60 document cataloging all the deprecated interfaces in TF-A project and the
/trusted-firmware-a-3.4.0/plat/arm/board/fvp/sp_min/
Dfvp_sp_min_setup.c75 * gets deprecated. in sp_min_plat_arch_setup()
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/
Dplatform.mk56 $(warning "ZYNQMP_IPI_CRC_CHECK macro is deprecated...instead please use IPI_CRC_CHECK.")
/trusted-firmware-a-3.4.0/plat/arm/board/fvp/
Dfvp_bl31_setup.c94 * gets deprecated. in bl31_plat_arch_setup()
/trusted-firmware-a-3.4.0/include/drivers/brcm/
Dchimp_nv_defs.h273 /* 0x18 iSCSI Boot IPV6 - ***DEPRECATED*** */
275 /* 0x19 iSCSI Boot IPV4N6 - ***DEPRECATED*** */
/trusted-firmware-a-3.4.0/drivers/arm/gic/common/
Dgic_common.c7 #pragma message __FILE__ " is deprecated, use gicv2.mk instead"
/trusted-firmware-a-3.4.0/make_helpers/
Ddefaults.mk187 # Build flag to treat usage of deprecated platform and framework APIs as error.
/trusted-firmware-a-3.4.0/common/
Ddesc_image_load.c324 struct { /* Deprecated version 1 parameter structure. */ in bl31_params_parse_helper()
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md2907 - The previously-deprecated macro `__ASSEMBLY__` has now been removed
2913 - Usage of `drivers/arm/gic/common/gic_common.c` has now been deprecated in
3704 symbols and deprecated code include, keep only IRQ 32 unmasked, enable all
3820 - Remove deprecated `plat_crash_console_*`
3821 - Remove deprecated interfaces `get_afflvl_shift`, `mpidr_mask_lower_afflvls`,
3823 - AARCH32/AARCH64 macros are now deprecated in favor of `__aarch64__`
3824 - `__ASSEMBLY__` macro is now deprecated in favor of `__ASSEMBLER__`
3827 - console: Remove deprecated finish_console_register
3828 - tzc: Remove deprecated types `tzc_action_t` and `tzc_region_attributes_t`
4257 - Removal of a number of deprecated APIs
[all …]
/trusted-firmware-a-3.4.0/docs/getting_started/
Dbuild-options.rst458 deprecated platform APIs, helper functions or drivers within Trusted
459 Firmware as error. It can take the value 1 (flag the use of deprecated

12