| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_variables.c | 17 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 D | efi_selftest_variables_runtime.c | 18 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 D | efi_selftest_rtc.c | 15 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 D | efi_selftest_reset.c | 13 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 D | efi_selftest_set_virtual_address_map.c | 14 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 D | efi_selftest_crc32.c | 102 if (check_table(st->runtime) != EFI_ST_SUCCESS) { in setup() 123 if (check_table(st->runtime) != EFI_ST_SUCCESS) { in execute()
|
| A D | efi_selftest.c | 19 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 D | efi_selftest_tcg2.c | 64 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 D | index.rst | 7 build-time and runtime configuration.
|
| A D | intro.rst | 24 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 D | config_binding.rst | 6 U-Boot supports a number of runtime configuration options which can be selected
|
| A D | event.rst | 77 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 D | Kconfig | 34 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 D | fan53555.txt | 10 voltage. The other one is used for the runtime voltage setting
|
| /u-boot/board/solidrun/clearfog/ |
| A D | Kconfig | 11 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 D | armada-3720-espressobin-u-boot.dtsi | 34 * at runtime changes status to "disabled" if eMMC is not present on the board.
|
| /u-boot/doc/develop/driver-model/ |
| A D | soc-framework.rst | 12 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 D | zynq.rst | 49 at runtime and assign the modeboot variable to specific bootmode string which 61 bootmode strings at runtime.
|
| /u-boot/lib/efi_loader/ |
| A D | Kconfig | 112 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 D | README.ubispl | 21 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 D | efi.c | 104 priv->run = sys_table->runtime; in efi_init()
|
| /u-boot/arch/arm/mach-imx/mx7/ |
| A D | Kconfig | 33 runtime.
|
| /u-boot/arch/arm/mach-zynqmp/ |
| A D | Kconfig | 70 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 D | efi.rst | 94 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 D | README.P1010RDB-PB | 114 a) For temporary use case in runtime without reboot system 121 a) For temporary use case in runtime without reboot system
|