Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-asm.h27 #define MRS_NV(reg, val) __asm__ ("mrs %x[rd]," #reg : [rd] "=r" (val))
28 #define MRS(reg, val) __asm__ volatile ("mrs %x[rd]," #reg : [rd] "=r" (val))
29 #define MSR(reg, val) __asm__ volatile ("msr " #reg ",%x[rd]" : : [rd] "r" (val))
H A Dody-csrs-smmu.h369 uint32_t rd : 20; member
750 uint32_t rd : 20; member
851 uint32_t rd : 20; member
3462 uint32_t rd : 20; member
3686 uint32_t rd : 20; member
3926 uint32_t rd : 20; member
/rk3399_ARM-atf/docs/getting_started/
H A Dimage-terminology.rst22 - Previously, the format for 3rd level images had 2 forms; ``BL3`` was either
65 required to load and authenticate all 3rd level firmware images into their
82 abbreviation should be avoided; use the recommended **Other AP 3rd level
90 Other AP 3rd level images: ``AP_BL3_XXX``
93 The abbreviated names of the existing 3rd level images imply a load/execution
97 but new 3rd level images should be suffixed with an underscore followed by text
100 In systems where 3rd level images are provided by different vendors, the
132 SCP needs to load/authenticate multiple 3rd level images in future.
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/
H A Drdv3_nt_fw_config.dts10 compatible = "arm,rd-v3";
/rk3399_ARM-atf/docs/about/
H A Drelease-information.rst59 | v2.5 | 3rd week of May '21 | 5th week of Apr '21 |
63 | v2.7 | 5th week of May '22 | 3rd week of May '22 |
65 | v2.8 | 5th week of Nov '22 | 3rd week of Nov '22 |
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/
H A Drdn2_nt_fw_config.dts10 compatible = "arm,rd-n2";
/rk3399_ARM-atf/docs/plat/marvell/armada/misc/
H A Dmvebu-iob.rst4 IO bridge configuration driver (3rd stage address translation) for Marvell Armada 8K and 8K+ SoCs.
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h464 int plat_spm_sp_rd_load(struct sp_res_desc *rd, const void *ptr, size_t size);
/rk3399_ARM-atf/docs/
H A Dchange-log.md181 …- enable tbb on rd-aspen platform ([287e24f](https://review.trustedfirmware.org/plugins/gitiles/TF…
8755 …- add support for variant 1 of rd-n2 platform ([fe5d5bb](https://review.trustedfirmware.org/plugin…
10664 - arm/rddaniel: New platform support added for rd-daniel platform
11114 - Factor out cross-BL API into export headers suitable for 3rd party code