Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 47) sorted by relevance

12

/rk3399_ARM-atf/
H A Dpoetry.lock3 [[package]]
15 [[package]]
27 [package.dependencies]
30 [[package]]
42 [package.dependencies]
45 [package.extras]
48 [[package]]
60 [package.dependencies]
67 [package.extras]
74 [[package]]
[all …]
H A D.versionrc.cjs80 "filename": "package.json",
100 "filename": "package-lock.json",
123 "filename": "tools/conventional-changelog-tf-a/package.json",
/rk3399_ARM-atf/tools/cot_dt2c/
H A Dpoetry.lock3 [[package]]
15 [package.dependencies]
18 [[package]]
31 [[package]]
44 [package.extras]
47 [[package]]
96 [package.dependencies]
99 [package.extras]
108 [[package]]
120 [[package]]
[all …]
H A Dpyproject.toml61 # Entry points for the package https://python-poetry.org/docs/pyproject/#scripts
/rk3399_ARM-atf/tools/tlc/
H A Dpoetry.lock3 [[package]]
15 [package.dependencies]
23 [[package]]
36 [package.dependencies]
42 [package.extras]
49 [[package]]
62 [package.dependencies]
68 [package.extras]
75 [[package]]
107 [package.dependencies]
[all …]
/rk3399_ARM-atf/.github/
H A DCODEOWNERS1 package.json @CJKay
2 package-lock.json @CJKay
/rk3399_ARM-atf/tools/memory/
H A Dpoetry.lock3 [[package]]
15 [package.dependencies]
18 [[package]]
30 [package.dependencies]
33 [[package]]
46 [[package]]
58 [package.dependencies]
61 [package.extras]
64 [[package]]
134 [[package]]
[all …]
/rk3399_ARM-atf/include/lib/hob/
H A Dmpinfo.h43 uint32_t package; member
52 uint32_t package; member
/rk3399_ARM-atf/docs/plat/
H A Damd-versal2.rst49 The custom package can define the desired stack size as per the requirement in
62 ``(0xC2002000)`` (64-bit) is used by a custom package for providing
68 - To use this service, the custom package should implement its own SMC handler
69 named ``custom_smc_handler``. Once the custom package is included in the
75 - Custom package is not directly part of the TF-A source.
78 custom package locally.
80 - The custom package must implement a makefile fragment named
83 - ``custom_pkg.mk`` should specify all the rules to include custom package
H A Dxilinx-versal.rst66 The custom package can define the desired stack size as per the requirement in
79 ``(0xC2002000)`` (64-bit) is used by a custom package for providing
85 - To use this service, the custom package should implement its own SMC handler
86 named ``custom_smc_handler``. Once the custom package is included in the
92 - Custom package is not directly part of the TF-A source.
95 custom package locally.
97 - The custom package must implement a makefile fragment named
100 - ``custom_pkg.mk`` should specify all the rules to include custom package
H A Dxilinx-zynqmp.rst96 The custom package can define the desired stack size as per the requirement in
137 (0xC2002000)(64-bit) to be used by a custom package for
143 - to use this service, custom package should implement their
144 smc handler with the name custom_smc_handler. once custom package is
148 Custom package makefile fragment inclusion in TF-A build
151 - custom package is not directly part of TF-A source.
154 custom package locally.
156 - custom package needs to implement makefile fragment named
159 - custom_pkg.mk specify all the rules to include custom package
H A Dhikey960.rst141 - Remove the modemmanager package. This package may causes hikey\_idt tool failure.
H A Dhikey.rst124 - Remove the modemmanager package. This package may cause the idt tool failure.
H A Dimx9.rst26 - Get the ELE FW image from NXP linux SDK package
/rk3399_ARM-atf/fdts/
H A Dstm32mp15xxac-pinctrl.dtsi8 st,package = <STM32MP_PKG_AC>;
66 st,package = <STM32MP_PKG_AC>;
H A Dstm32mp15xxaa-pinctrl.dtsi8 st,package = <STM32MP_PKG_AA>;
78 st,package = <STM32MP_PKG_AA>;
H A Dstm32mp15xxab-pinctrl.dtsi8 st,package = <STM32MP_PKG_AB>;
H A Dstm32mp15xxad-pinctrl.dtsi8 st,package = <STM32MP_PKG_AD>;
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dio_arm_class_diagram.puml3 package arm_io_storage {
53 package IO {
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat.ld.S.tpl9 * - Each custom_pkg.ld.S is preprocessed separately with package-specific macros
11 * - Result is final plat.ld.S with TF-A core + custom package sections
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c337 uint32_t package; in get_cpu_package() local
339 if (stm32_get_otp_value(PACKAGE_OTP, &package) != 0) { in get_cpu_package()
343 package = (package & PACKAGE_OTP_PKG_MASK) >> in get_cpu_package()
346 return package; in get_cpu_package()
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_private.c209 static uint32_t package = UINT32_MAX; in get_cpu_package() local
211 if (package == UINT32_MAX) { in get_cpu_package()
212 if (stm32_get_otp_value(PACKAGE_OTP, &package) != 0) { in get_cpu_package()
217 return (package & PACKAGE_OTP_PKG_MASK) >> PACKAGE_OTP_PKG_SHIFT; in get_cpu_package()
/rk3399_ARM-atf/docs/getting_started/
H A Dtools-build.rst71 Example 1: create a new Firmware package ``fip.bin`` that contains BL2 and BL31:
80 Example 2: view the contents of an existing Firmware package:
86 Example 3: update the entries of an existing Firmware package:
95 Example 4: unpack all entries from an existing Firmware package:
102 Example 5: remove an entry from an existing Firmware package:
H A Dprerequisites.rst73 source code, as it may not be available in the default package repositories.
84 source files (``.dts`` files). DTC is available for Linux through the package
90 The standard software package used for debugging software on Arm development
/rk3399_ARM-atf/plat/amd/common/
H A Dcustom_pkg.mk38 $(info Including custom package from: $(PKG_PATH_CLEAN)), \

12