Home
last modified time | relevance | path

Searched refs:step (Results 1 – 22 of 22) sorted by relevance

/rk3399_ARM-atf/plat/brcm/board/stingray/driver/
H A Dswreg.c244 uint32_t step, programmed_step; in set_swreg() local
259 step = B0_DDR_VDDC_STEP_VALUE(micro_volts); in set_swreg()
261 step = B0_STEP_VALUE(micro_volts); in set_swreg()
263 if ((step >> 8) != (programmed_step >> 8)) { in set_swreg()
264 ret = write_swreg_config(reg_id, PHY_REGC, step); in set_swreg()
/rk3399_ARM-atf/docs/plat/arm/automotive_rd/
H A Drdaspen.rst32 * (Optional step) Find the FIP image in a GPT partition, incase the FIP lies
35 * (Optional step) Computes FW_CONFIG image measurement and invokes extend
44 * (Optional step) Computes AP BL31 image measurement and invokes extend operation of TF-M
47 * (Optional step) Computes HW_CONFIG (DTB) image measurement and invokes
50 * (Optional step, if present) Computes AP BL32 image measurement and invokes extend
55 * (Optional step) Computes AP BL33 image measurement and invokes extend operation of TF-M
/rk3399_ARM-atf/plat/mediatek/include/drivers/
H A Ddramc.h15 int get_dram_step_freq(unsigned int step);
/rk3399_ARM-atf/include/lib/psa/
H A Drse_crypto_defs.h56 uint16_t step; /* !< Key derivation step */ member
/rk3399_ARM-atf/include/drivers/allwinner/
H A Daxp.h27 uint16_t step; member
/rk3399_ARM-atf/drivers/allwinner/axp/
H A Dcommon.c88 val = (mvolt / reg->step) - (reg->min_volt / reg->step); in setup_regulator()
/rk3399_ARM-atf/docs/components/
H A Dgranule-protection-tables-design.rst47 PAS region is configured. The first step is the level 0 table, each entry in the
49 descriptor), and the entire region can belong to a single PAS when a one step
51 descriptor) with a 2 step mapping. To change PAS of a region dynamically, the
77 the table creation step, a data structure containing information about the
81 runtime initialization step, the runtime firmware locates the existing tables in
175 are then added to the L1 PAS regions to be initialized in the next step and
H A Dnuma-per-cpu.rst216 step is especially important on platforms that do not support hardware-managed
/rk3399_ARM-atf/plat/brcm/board/stingray/src/
H A Dbl2_setup.c48 #define STEP_TO_UVOLTS(step) \ argument
49 ((MVOLT_BASE + (MVOLT_PER_STEP * (step))) * 1000)
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-ls-fuse-prov.rst139 - Caution: Donot proceed to the next step, until you are sure that OTPMK and SRKH are correctly blo…
140 -- After the next step, there is no turning back.
H A Dnxp-layerscape.rst353 -- Next step is valid for platform where FIP-DDR is needed.
387 -- Next step is valid for platform that needs FIP-DDR.
/rk3399_ARM-atf/plat/allwinner/common/
H A Darisc_off.S29 # it hangs the whole system. So we skip this step for core 0.
/rk3399_ARM-atf/docs/plat/
H A Dwarp7.rst149 A further step is to sign BL2.
205 If you have HAB events @ step 6 - do not lock your board.
H A Drpi3.rst399 5. Follow the instructions in `Setup SD card`_ except for the step of renaming
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot_poc.rst89 the OP-TEE toolkit. On step 3, you need to get the manifest for FVP
96 Then proceed synching the repos as stated in step 3. Continue following
97 the instructions and stop before step 5.
138 (4) Now, you should be able to continue with step 5 in "`Get and build the solution`_"
150 After this step, you should be ready to run the image.
/rk3399_ARM-atf/docs/getting_started/
H A Ddocs-build.rst105 create the documentation is through a docker container. The first step is
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot.rst257 The next step is executed for all the boot loader images.
H A Dinterrupt-framework-design.rst808 the secure CPU context (see step 3 above) in case the TSP had been preempted
H A Dfirmware-design.rst168 This step only applies when ``PROGRAMMABLE_RESET_ADDRESS=0``. Refer to the
/rk3399_ARM-atf/docs/about/
H A Dlts.rst236 with a detailed description of the maximum time spent in each step
/rk3399_ARM-atf/docs/
H A Dchange-log.md10956 This step in the build process is skipped when running on a Windows host. A
11271 This step in the build process is skipped when running on a Windows host. A
11668 This step in the build process is skipped when running on a Windows host. A
11707 - DTB creation not supported when building on a Windows host. This step in the
11920 - DTB creation not supported when building on a Windows host. This step in the
12178 - DTB creation not supported when building on a Windows host. This step in the
12910 first step in the Trusted Board Boot process.
H A Dporting-guide.rst2078 If ``SCP_BL2U_BASE`` is not defined then this step is not performed.