Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 74) sorted by relevance

123

/u-boot/lib/efi_selftest/
A Defi_selftest_variables.c17 static struct efi_runtime_services *runtime; variable
35 runtime = systable->runtime; in setup()
66 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute()
75 ret = runtime->get_variable(u"efi_st_var0", &guid_vendor0, in execute()
90 ret = runtime->set_variable(u"efi_st_var1", &guid_vendor1, in execute()
98 ret = runtime->get_variable(u"efi_st_var1", &guid_vendor1, in execute()
114 ret = runtime->set_variable(u"efi_st_var1", &guid_vendor1, in execute()
123 ret = runtime->get_variable(u"efi_st_var1", &guid_vendor1, in execute()
135 ret = runtime->set_variable(u"efi_none", &guid_vendor1, in execute()
152 ret = runtime->get_next_variable_name(&len, NULL, &guid); in execute()
[all …]
A Defi_selftest_variables_runtime.c18 static struct efi_runtime_services *runtime; variable
31 runtime = systable->runtime; in setup()
53 ret = runtime->query_variable_info(EFI_VARIABLE_BOOTSERVICE_ACCESS, in execute()
61 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute()
70 ret = runtime->get_variable(u"PlatformLangCodes", &guid_vendor0, in execute()
79 ret = runtime->get_next_variable_name(&len, varname, &guid); in execute()
A Defi_selftest_rtc.c15 static struct efi_runtime_services *runtime; variable
27 runtime = systable->runtime; in setup()
56 ret = runtime->get_time(&tm_old, NULL); in execute()
66 ret = runtime->set_time(&tm_new); in execute()
71 ret = runtime->get_time(&tm, NULL); in execute()
87 ret = runtime->set_time(&tm_old); in execute()
A Defi_selftest_reset.c13 static struct efi_runtime_services *runtime; variable
25 runtime = systable->runtime; in setup()
38 runtime->reset_system(EFI_RESET_COLD, EFI_SUCCESS, in execute()
A Defi_selftest_set_virtual_address_map.c14 static const struct efi_runtime_services *runtime; variable
42 ret = runtime->convert_pointer(0, &addr); in notify()
55 ret = runtime->convert_pointer(0, &addr); in notify()
86 runtime = systable->runtime; in setup()
185 ret = runtime->set_virtual_address_map(map_size, desc_size, in execute()
A Defi_selftest_crc32.c102 if (check_table(st->runtime) != EFI_ST_SUCCESS) { in setup()
123 if (check_table(st->runtime) != EFI_ST_SUCCESS) { in execute()
A Defi_selftest.c19 static const struct efi_runtime_services *runtime; variable
262 runtime = st_systable->runtime; in efi_selftest()
350 runtime->reset_system(EFI_RESET_WARM, EFI_NOT_READY, in efi_selftest()
A Defi_selftest_tcg2.c64 static struct efi_runtime_services *runtime; variable
451 ret = runtime->get_variable(boot_variable_test[i].name, in setup_boot_variable()
466 ret = runtime->get_variable(boot_variable_test[i].name, in setup_boot_variable()
478 ret = runtime->set_variable(boot_variable_test[i].name, in setup_boot_variable()
506 ret = runtime->set_variable(boot_variable_test[i].name, in restore_boot_variable()
522 ret = runtime->set_variable(boot_variable_test[i].name, in restore_boot_variable()
625 runtime = systable->runtime; in efi_st_tcg2_setup()
/u-boot/doc/develop/devicetree/
A Dindex.rst7 build-time and runtime configuration.
A Dintro.rst24 boot. So configuration and runtime information goes into the devicetree in
40 that U-Boot needs to know at runtime.
/u-boot/doc/develop/
A Dconfig_binding.rst6 U-Boot supports a number of runtime configuration options which can be selected
A Devent.rst77 cases we want to attach an event handler at runtime. For example, we may wish
84 been processed. Of course, since dynamic event handlers are created at runtime
/u-boot/dts/
A DKconfig34 at runtime. This means that dev_read_...() functions can be used to
109 bool "Provided by the board (e.g a previous loader) at runtime"
112 If this option is enabled, the device tree is provided at runtime by
131 be so packaged. At runtime, the prior stage reads this, does any
149 runtime mechanism (such as OF_BOARD), to avoid confusion.
446 bool "Use a separate struct for device runtime data"
454 which is allocated at runtime.
459 Use a separate struct for driver runtime data.
524 bool "Use a separate struct for device runtime data"
532 which is allocated at runtime.
[all …]
/u-boot/doc/device-tree-bindings/regulator/
A Dfan53555.txt10 voltage. The other one is used for the runtime voltage setting
/u-boot/board/solidrun/clearfog/
A DKconfig11 static configuration is used as a fallback in cases where runtime
14 Only newer revisions of the ClearFog product line support runtime
/u-boot/arch/arm/dts/
A Darmada-3720-espressobin-u-boot.dtsi34 * at runtime changes status to "disabled" if eMMC is not present on the board.
/u-boot/doc/develop/driver-model/
A Dsoc-framework.rst12 information about a specific SoC in use at runtime, and also provide matching
28 identification information about the SoC in use at runtime. The framework
/u-boot/doc/board/xilinx/
A Dzynq.rst49 at runtime and assign the modeboot variable to specific bootmode string which
61 bootmode strings at runtime.
/u-boot/lib/efi_loader/
A DKconfig112 bool "GetTime() runtime service"
116 Provide the GetTime() runtime service at boottime. This service
120 bool "SetTime() runtime service"
124 Provide the SetTime() runtime service at boottime. This service
140 bool "UpdateCapsule() runtime service"
160 There are boards where U-Boot does not support SetVariable at runtime.
308 # bool "Reset runtime service is available"
/u-boot/doc/
A DREADME.ubispl21 constant or runtime detection. Used for sizing the scan data
26 constant or runtime detection. Used for sizing the scan data
/u-boot/lib/efi/
A Defi.c104 priv->run = sys_table->runtime; in efi_init()
/u-boot/arch/arm/mach-imx/mx7/
A DKconfig33 runtime.
/u-boot/arch/arm/mach-zynqmp/
A DKconfig70 string "PMU firmware configuration object to load at runtime by SPL"
74 into U-Boot SPL and loaded at runtime into the PMU firmware.
/u-boot/doc/usage/cmd/
A Defi.rst94 rf: uncached, write-coalescing, write-through, write-back, needs runtime mapping
205 rf: uncached, write-coalescing, write-through, write-back, needs runtime mapping
/u-boot/board/freescale/p1010rdb/
A DREADME.P1010RDB-PB114 a) For temporary use case in runtime without reboot system
121 a) For temporary use case in runtime without reboot system

Completed in 40 milliseconds

123