| /rk3399_ARM-atf/ |
| H A D | poetry.lock | 3 [[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.cjs | 80 "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 D | poetry.lock | 3 [[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 D | pyproject.toml | 61 # Entry points for the package https://python-poetry.org/docs/pyproject/#scripts
|
| /rk3399_ARM-atf/tools/tlc/ |
| H A D | poetry.lock | 3 [[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 D | CODEOWNERS | 1 package.json @CJKay 2 package-lock.json @CJKay
|
| /rk3399_ARM-atf/tools/memory/ |
| H A D | poetry.lock | 3 [[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 D | mpinfo.h | 43 uint32_t package; member 52 uint32_t package; member
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | amd-versal2.rst | 49 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 D | xilinx-versal.rst | 66 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 D | xilinx-zynqmp.rst | 96 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 D | hikey960.rst | 141 - Remove the modemmanager package. This package may causes hikey\_idt tool failure.
|
| H A D | hikey.rst | 124 - Remove the modemmanager package. This package may cause the idt tool failure.
|
| H A D | imx9.rst | 26 - Get the ELE FW image from NXP linux SDK package
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp15xxac-pinctrl.dtsi | 8 st,package = <STM32MP_PKG_AC>; 66 st,package = <STM32MP_PKG_AC>;
|
| H A D | stm32mp15xxaa-pinctrl.dtsi | 8 st,package = <STM32MP_PKG_AA>; 78 st,package = <STM32MP_PKG_AA>;
|
| H A D | stm32mp15xxab-pinctrl.dtsi | 8 st,package = <STM32MP_PKG_AB>;
|
| H A D | stm32mp15xxad-pinctrl.dtsi | 8 st,package = <STM32MP_PKG_AD>;
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | io_arm_class_diagram.puml | 3 package arm_io_storage { 53 package IO {
|
| /rk3399_ARM-atf/plat/amd/versal2/ |
| H A D | plat.ld.S.tpl | 9 * - 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 D | stm32mp1_private.c | 337 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 D | stm32mp2_private.c | 209 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 D | tools-build.rst | 71 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 D | prerequisites.rst | 73 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 D | custom_pkg.mk | 38 $(info Including custom package from: $(PKG_PATH_CLEAN)), \
|