/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(L"efi_st_var0", &guid_vendor0, in execute() 75 ret = runtime->get_variable(L"efi_st_var0", &guid_vendor0, in execute() 90 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute() 98 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute() 114 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute() 123 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute() 135 ret = runtime->set_variable(L"efi_none", &guid_vendor1, in execute() 176 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, 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(L"efi_st_var0", &guid_vendor0, in execute() 70 ret = runtime->get_variable(L"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 = systable->runtime; in efi_selftest() 349 runtime->reset_system(EFI_RESET_WARM, EFI_NOT_READY, in efi_selftest()
|
/u-boot/lib/optee/ |
A D | Kconfig | 23 runtime. 31 the OPTEE runtime.
|
/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/lib/efi/ |
A D | efi.c | 66 priv->run = sys_table->runtime; in efi_init()
|
/u-boot/board/bachmann/ot1200/ |
A D | README | 5 runtime based on the address of the found phy.
|
/u-boot/lib/efi_loader/ |
A D | Kconfig | 103 bool "GetTime() runtime service" 107 Provide the GetTime() runtime service at boottime. This service 111 bool "SetTime() runtime service" 116 Provide the SetTime() runtime service at boottime. This service 123 bool "UpdateCapsule() runtime service" 276 # bool "Reset runtime service is available"
|
A D | efi_bootmgr.c | 171 rs = systab.runtime; in efi_bootmgr_load()
|
/u-boot/doc/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/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
|
A D | README.spear | 7 one-time by a customer at silicon mask level (i.e. not at runtime!).
|
/u-boot/drivers/mtd/ |
A D | Kconfig | 26 bool "Allow MTDPARTS to be configured at runtime" 30 dynamically build the variables mtdids and mtdparts at runtime.
|
/u-boot/arch/arm/mach-zynqmp/ |
A D | Kconfig | 69 string "PMU firmware configuration object to load at runtime by SPL" 73 into U-Boot SPL and loaded at runtime into the PMU firmware.
|
/u-boot/doc/board/emulation/ |
A D | qemu_capsule_update.rst | 10 the UpdateCapsule runtime service. Instead, capsule-on-disk 91 embedded on an overlay. This overlay is then applied at runtime to the 171 base platform flattened device-tree(dtb) at runtime.
|
/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
|
/u-boot/doc/usage/ |
A D | pstore.rst | 36 This values can be set at build time in U-Boot configuration file, or at runtime.
|
/u-boot/tools/ |
A D | prelink-riscv.inc | 6 * Statically process runtime relocations on RISC-V ELF images
|
/u-boot/arch/arm/dts/ |
A D | r8a7790-lager.dts | 296 * We use the I2C demuxer, so the desired IP core can be selected at runtime 299 * bus with IIC3 on pins 110 (SCL) + 112 (SDA), select I2C0 at runtime, and 300 * instantiate the slave device at runtime according to the documentation.
|