Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 67) sorted by relevance

123

/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c697 __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 Dplatform-interrupt-controller-API.rst32 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 Dras.rst30 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 Dstm32mp_trusted_boot.c52 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 Dmt_spm_conservation.h22 int spm_conservation_fw_run(uint32_t first, void *pwrctrl);
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm_conservation.h23 int spm_conservation_fw_run(uint32_t first, void *pwrctrl);
/rk3399_ARM-atf/plat/mediatek/drivers/spm/version/inc/
H A Dmt_spm_ver.h61 int (*fw_run)(unsigned int first, void *pwrctrl);
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H A Dindex.js32 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 Dbl2_setup.c51 #define GET_BITS(first, last, data) \ argument
52 ((data >> first) & ((1 << (last - first + 1)) - 1))
/rk3399_ARM-atf/docs/plat/
H A Dbrcm-stingray.rst31 - Build u-boot first, and get the binary image: u-boot.bin,
H A Drpi4.rst59 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 Drpi5.rst46 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 Dinput_bl2_ch3_215 # (default=ADDRESS of first file specified in images)
H A Dinput_bl2_ch315 # (default=ADDRESS of first file specified in images)
H A Dinput_bl2_ch217 # (default=ADDRESS of first file specified in images)
/rk3399_ARM-atf/fdts/
H A Dn1sdp-single-chip.dts23 * In the first 2GB of DRAM bank the top 16MB are reserved by firmware as secure memory.
H A Dmorello-fvp.dts110 /* The first bank of memory, memory map is actually provided by UEFI. */
/rk3399_ARM-atf/docs/getting_started/
H A Ddocs-build.rst8 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 Dimage-terminology.rst55 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 DREADME6 RCW image is placed first followed by the,
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-8.rst59 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 Dpsci-pd-tree.rst57 #. 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 Dstm32mpus.rst56 | default location (end of the first 128MB) is used when absent
/rk3399_ARM-atf/docs/design_documents/
H A Dcmake_framework.rst104 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 Darisc_off.S20 # r3, so to be patched in the lower 16 bits of the first instruction,

123