| /rk3399_ARM-atf/lib/gpt_rme/ |
| H A D | gpt_rme.c | 697 __unused static uintptr_t fill_l1_cont_desc(uint64_t *l1, uintptr_t first, in fill_l1_cont_desc() argument 723 unsigned long idx = GPT_L1_INDEX(first); in fill_l1_cont_desc() 728 if (GPT_REGION_IS_CONT(length, first, cont_size)) { in fill_l1_cont_desc() 749 first, cont_size / SZ_1M); in fill_l1_cont_desc() 753 return (first + cont_size); in fill_l1_cont_desc() 757 return first; in fill_l1_cont_desc() 783 static uintptr_t fill_l1_gran_desc(uint64_t *l1, uintptr_t first, in fill_l1_gran_desc() argument 793 gpi_mask = ULONG_MAX << (GPT_L1_GPI_IDX(gpt_config.p, first) << 2); in fill_l1_gran_desc() 796 for (i = GPT_L1_INDEX(first); i <= GPT_L1_INDEX(last); i++) { in fill_l1_gran_desc() 829 static void fill_l1_tbl(uint64_t *l1, uintptr_t first, uintptr_t last, in fill_l1_tbl() argument [all …]
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | platform-interrupt-controller-API.rst | 32 The API should return whether the interrupt ID (first parameter) is categorized 45 The API should return whether the interrupt ID (first parameter) is categorized 58 The API should return whether the interrupt ID (first parameter) is categorized 72 first parameter, ``id``. 86 This API should enable the interrupt ID specified by the first parameter, 101 This API should disable the interrupt ID specified by the first parameter, 117 This API should set the priority of the interrupt specified by first parameter 167 This API should set the interrupt specified by first parameter ``id`` to the 206 This API should raise an EL3 SGI. The first parameter, ``sgi_num``, specifies 225 specified by first parameter ``id`` to that specified by the second parameter [all …]
|
| H A D | ras.rst | 30 EA’s and Error interrupts corresponding to NS nodes are handled first in firmware 59 EA's originating/attributed to NS world are handled first in NS and Kernel navigates 157 …async EA it will handle the async EA first (nested exception) before handling the original SMC cal… 284 Recovery interrupts. For the firmware-first handling paradigm for interrupts to 335 is set to ``1``, it'll first call ``ras_ea_handler()`` function, which is the
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_trusted_boot.c | 52 uint32_t first; in copy_hash_from_otp() local 63 first = tmp; in copy_hash_from_otp() 71 if ((tmp != 0U) && (tmp != 0xFFFFFFFFU) && (tmp != first)) { in copy_hash_from_otp()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/ |
| H A D | mt_spm_conservation.h | 22 int spm_conservation_fw_run(uint32_t first, void *pwrctrl);
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/ |
| H A D | mt_spm_conservation.h | 23 int spm_conservation_fw_run(uint32_t first, void *pwrctrl);
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/version/inc/ |
| H A D | mt_spm_ver.h | 61 int (*fw_run)(unsigned int first, void *pwrctrl);
|
| /rk3399_ARM-atf/tools/conventional-changelog-tf-a/ |
| H A D | index.js | 32 const first = spaces + "- "; 35 return first + options.fn(this).replace(/\n(?!\s*\n)/gm, `\n${nth}`).trim() + "\n";
|
| /rk3399_ARM-atf/plat/brcm/board/stingray/src/ |
| H A D | bl2_setup.c | 51 #define GET_BITS(first, last, data) \ argument 52 ((data >> first) & ((1 << (last - first + 1)) - 1))
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | brcm-stingray.rst | 31 - Build u-boot first, and get the binary image: u-boot.bin,
|
| H A D | rpi4.rst | 59 As with the previous models, the GPU and its firmware are the first entity to 64 from the first FAT partition on the SD card.
|
| H A D | rpi5.rst | 46 Copy the firmware binary to the first FAT32 partition of a supported boot media
|
| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | input_bl2_ch3_2 | 15 # (default=ADDRESS of first file specified in images)
|
| H A D | input_bl2_ch3 | 15 # (default=ADDRESS of first file specified in images)
|
| H A D | input_bl2_ch2 | 17 # (default=ADDRESS of first file specified in images)
|
| /rk3399_ARM-atf/fdts/ |
| H A D | n1sdp-single-chip.dts | 23 * In the first 2GB of DRAM bank the top 16MB are reserved by firmware as secure memory.
|
| H A D | morello-fvp.dts | 110 /* The first bank of memory, memory map is actually provided by UEFI. */
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | docs-build.rst | 8 If you are building the documentation for the first time then you will need to 105 create the documentation is through a docker container. The first step is
|
| H A D | image-terminology.rst | 55 Typically, this is the first code to execute on the AP and cannot be modified. 115 Typically, this is the first code to execute on the SCP and cannot be modified. 147 Typically, this is the first normal world code to execute on the AP during a
|
| /rk3399_ARM-atf/tools/nxp/create_pbl/ |
| H A D | README | 6 RCW image is placed first followed by the,
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-8.rst | 59 client first sends an SMC that returns 4 values, a malicious client may then 68 SMC synchronous exception. It has behaved this way since the first version.
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | psci-pd-tree.rst | 57 #. The first entry in the array specifies the number of power domains at the 65 #. The size of the array minus the first entry will be equal to the number of 192 * Index of the first CPU power domain node level 0 which has this node 232 populate the two arrays. It is essentially a breadth-first-search. The nodes for
|
| /rk3399_ARM-atf/docs/plat/st/ |
| H A D | stm32mpus.rst | 56 | default location (end of the first 128MB) is used when absent
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | cmake_framework.rst | 104 In the provisioning phase, first we have to obtain the necessary resources, i.e. 108 In the development phase first we run CMake, which will generate the buildsystem
|
| /rk3399_ARM-atf/plat/allwinner/common/ |
| H A D | arisc_off.S | 20 # r3, so to be patched in the lower 16 bits of the first instruction,
|