| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_util.c | 18 {0, L"Null"}, 19 {8, L"BS"}, 20 {9, L"TAB"}, 21 {10, L"LF"}, 22 {13, L"CR"}, 30 {0x00, L"Null"}, 31 {0x01, L"Up"}, 32 {0x02, L"Down"}, 34 {0x04, L"Left"}, 35 {0x05, L"Home"}, [all …]
|
| A D | efi_selftest_unicode_collation.c | 47 u16 c1[] = L"first"; in test_stri_coll() 48 u16 c2[] = L"FIRST"; in test_stri_coll() 49 u16 c3[] = L"second"; in test_stri_coll() 81 const u16 c[] = L"Das U-Boot"; in test_metai_match() 84 unicode_collation_protocol, c, L"*"); in test_metai_match() 112 unicode_collation_protocol, c, L"D*Bo*t"); in test_metai_match() 140 unicode_collation_protocol, c, L"D*Bo*tt"); in test_metai_match() 151 u16 c[] = L"U-Boot"; in test_str_lwr() 164 u16 c[] = L"U-Boot"; in test_str_upr() 197 L"U -Boo.t", 6, fat); in test_str_to_fat() [all …]
|
| A D | dtbdump.c | 112 u16 outbuf[2] = L" "; in efi_input() 127 print(L"\r\nAborted\r\n"); in efi_input() 136 print(L"\b \b"); in efi_input() 141 print(L"\r\n"); in efi_input() 323 error(L"File not found\r\n"); in do_load() 335 error(L"Out of memory\r\n"); in do_load() 353 error(L"Out of memory\r\n"); in do_load() 435 error(L"DTB not found\r\n"); in do_save() 462 print(L"\r\n"); in do_save() 487 print(L" written\r\n"); in do_save() [all …]
|
| A D | initrddump.c | 153 u16 outbuf[2] = L" "; in efi_input() 168 print(L"\r\nAborted\r\n"); in efi_input() 177 print(L"\b \b"); in efi_input() 182 print(L"\r\n"); in efi_input() 302 print(L"length: 0x"); in do_load() 304 print(L"\r\n"); in do_load() 311 print(L"crc32: 0x"); in do_load() 313 print(L"\r\n"); in do_load() 369 print(L"\r\n"); in do_save() 388 print(L" written\r\n"); in do_save() [all …]
|
| A D | efi_selftest_variables.c | 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() 183 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute() 190 ret = runtime->set_variable(L"efi_st_var0", &guid_vendor0, in execute() [all …]
|
| A D | efi_selftest_textoutput.c | 47 L" !\"#$%&'()*+,-./0-9:;<=>?@A-Z[\\]^_`a-z{|}~\n"); in execute() 54 L"Testing cursor column update\n"); in execute() 78 ret = con_out->output_string(con_out, L"123"); in execute() 87 ret = con_out->output_string(con_out, L"\b"); in execute() 96 ret = con_out->output_string(con_out, L"\b\b"); in execute() 105 ret = con_out->output_string(con_out, L"\b\b"); in execute()
|
| A D | efi_selftest_miniapp_exit.c | 43 L"Could not open loaded image protocol"); in check_loaded_image_protocol() 52 L"Incorrect image_base or image_size\n"); in check_loaded_image_protocol() 72 con_out->output_string(con_out, L"EFI application calling Exit\n"); in efi_main() 76 L"Loaded image protocol missing\n"); in efi_main()
|
| A D | efi_selftest_miniapp_exception.c | 26 L"EFI application triggers exception.\n"); in efi_main() 41 con_out->output_string(con_out, L"Exception not triggered.\n"); in efi_main()
|
| A D | efi_selftest_fdt.c | 201 str = get_property(L"compatible", NULL); in execute() 213 str = get_property(L"serial-number", NULL); in execute() 222 str = get_property(L"boot-hartid", L"chosen"); in execute()
|
| A D | efi_selftest_variables_runtime.c | 61 ret = runtime->set_variable(L"efi_st_var0", &guid_vendor0, in execute() 70 ret = runtime->get_variable(L"PlatformLangCodes", &guid_vendor0, in execute()
|
| A D | efi_selftest_miniapp_return.c | 27 L"EFI application returning w/o calling Exit\n"); in efi_main()
|
| /u-boot/lib/efi_loader/ |
| A D | helloworld.c | 37 u16 rev[] = L"0.0.0"; in print_uefi_revision() 53 con_out->output_string(con_out, L"\r\n"); in print_uefi_revision() 68 (con_out, L"Have device tree\r\n"); in print_config_tables() 72 (con_out, L"Have ACPI 2.0 table\r\n"); in print_config_tables() 76 (con_out, L"Have SMBIOS table\r\n"); in print_config_tables() 94 con_out->output_string(con_out, L"<none>"); in print_load_options() 95 con_out->output_string(con_out, L"\r\n"); in print_load_options() 111 con_out->output_string(con_out, L"<none>\r\n"); in print_device_path() 122 con_out->output_string(con_out, L"\r\n"); in print_device_path() 176 (con_out, L"Missing device handle\r\n"); in efi_main() [all …]
|
| A D | efi_setup.c | 43 ret = efi_set_variable_int(L"PlatformLangCodes", in efi_init_platform_lang() 57 ret = efi_get_variable_int(L"PlatformLang", in efi_init_platform_lang() 74 ret = efi_set_variable_int(L"PlatformLang", in efi_init_platform_lang() 100 ret = efi_set_variable_int(L"SignatureSupport", in efi_init_secure_boot() 129 ret = efi_set_variable_int(L"CapsuleMax", in efi_init_capsule() 134 22, L"CapsuleFFFF", false); in efi_init_capsule() 165 return efi_set_variable_int(L"OsIndicationsSupported", in efi_init_os_indications()
|
| A D | efi_bootmgr.c | 81 u16 varname[] = L"Boot0000"; in try_load_entry() 82 u16 hexmap[] = L"0123456789ABCDEF"; in try_load_entry() 118 ret = efi_set_variable_int(L"BootCurrent", in try_load_entry() 175 ret = efi_get_variable_int(L"BootNext", in efi_bootmgr_load() 184 ret = efi_set_variable_int(L"BootNext", in efi_bootmgr_load() 204 bootorder = get_var(L"BootOrder", &efi_global_variable_guid, &size); in efi_bootmgr_load()
|
| A D | efi_var_common.c | 215 ret = efi_set_variable_int(L"SecureBoot", &efi_global_variable_guid, in efi_set_secure_state() 221 ret = efi_set_variable_int(L"SetupMode", &efi_global_variable_guid, in efi_set_secure_state() 227 ret = efi_set_variable_int(L"AuditMode", &efi_global_variable_guid, in efi_set_secure_state() 234 ret = efi_set_variable_int(L"DeployedMode", in efi_set_secure_state() 266 ret = efi_set_variable_int(L"PK", &efi_global_variable_guid, in efi_transfer_secure_state() 305 ret = efi_get_variable_int(L"PK", &efi_global_variable_guid, in efi_init_secure_state() 317 ret = efi_set_variable_int(L"VendorKeys", in efi_init_secure_state()
|
| /u-boot/test/ |
| A D | unicode_ut.c | 302 ut_assert(!unicode_test_u16_strcmp(buf, L"j1?l", SIZE_MAX)); in unicode_test_utf8_utf16_strcpy() 307 ut_assert(!unicode_test_u16_strcmp(buf, L"j2?l", SIZE_MAX)); in unicode_test_utf8_utf16_strcpy() 312 ut_assert(!unicode_test_u16_strcmp(buf, L"j3?", SIZE_MAX)); in unicode_test_utf8_utf16_strcpy() 587 ut_assert(u16_strncmp(L"abc", L"abc", 3) == 0); in unicode_test_u16_strncmp() 588 ut_assert(u16_strncmp(L"abcdef", L"abcghi", 3) == 0); in unicode_test_u16_strncmp() 589 ut_assert(u16_strncmp(L"abcdef", L"abcghi", 6) < 0); in unicode_test_u16_strncmp() 590 ut_assert(u16_strncmp(L"abcghi", L"abcdef", 6) > 0); in unicode_test_u16_strncmp() 591 ut_assert(u16_strcmp(L"abc", L"abc") == 0); in unicode_test_u16_strncmp() 592 ut_assert(u16_strcmp(L"abcdef", L"deghi") < 0); in unicode_test_u16_strncmp() 593 ut_assert(u16_strcmp(L"deghi", L"abcdef") > 0); in unicode_test_u16_strncmp() [all …]
|
| /u-boot/lib/lzma/ |
| A D | Types.h | 221 #define WCHAR_PATH_SEPARATOR L'\\' 223 #define WSTRING_PATH_SEPARATOR L"\\" 228 #define WCHAR_PATH_SEPARATOR L'/' 230 #define WSTRING_PATH_SEPARATOR L"/"
|
| /u-boot/doc/chromium/devkeys/ |
| A D | kernel.keyblock | 3 …z�a��d�I����9����X�6���Lq�x���/�� M���?��Y��`���f�{�I�o{$�H��a��哇 :�T��)��ܯ��bĶ�/�T:�^… 4 …T���&[w|��h����بO���塈z�Ř4�cU����K���Eڤ��zPj��o�����HS��u���6�mPH���-�-�F�����L��X�&�
|
| /u-boot/board/nvidia/cardhu/ |
| A D | cardhu.c | 114 err = gpio_request(TEGRA_GPIO(L, 7), "PEX"); in tegra_pcie_board_init() 118 gpio_direction_output(TEGRA_GPIO(L, 7), 1); in tegra_pcie_board_init()
|
| /u-boot/board/corscience/tricorder/ |
| A D | tricorder-eeprom.c | 44 crc = crc32(0L, (unsigned char *)&eepromv0, in handle_eeprom_v0() 55 crc = crc32(0L, (unsigned char *)eeprom, TRICORDER_EEPROM_CRC_SIZE); in handle_eeprom_v0() 71 crc = crc32(0L, (unsigned char *)eeprom, TRICORDER_EEPROM_CRC_SIZE); in handle_eeprom_v1() 162 crc = crc32(0L, (unsigned char *)&eeprom, TRICORDER_EEPROM_CRC_SIZE); in tricorder_eeprom_write()
|
| /u-boot/drivers/video/fonts/ |
| A D | Kconfig | 12 Nimbus Sans L is a version of Nimbus Sans using Adobe font sources. 13 It was designed in 1987. A subset of Nimbus Sans L were released 15 Nimbus Sans L has metrics almost identical to Helvetica and Arial.
|
| /u-boot/board/amlogic/w400/ |
| A D | MAINTAINERS | 4 L: u-boot-amlogic@groups.io
|
| /u-boot/arch/x86/cpu/quark/ |
| A D | smc.c | 1868 for (side_x = L; side_x <= R; side_x++) { in rd_train() 1905 if (side_x == L) in rd_train() 1968 x_coordinate[L][T][ch][rk][bl], in rd_train() 1970 x_coordinate[L][B][ch][rk][bl], in rd_train() 1986 y_coordinate[L][B][ch][bl], in rd_train() 1987 y_coordinate[L][T][ch][bl]); in rd_train() 1992 temp2 = (y_coordinate[L][T][ch][bl] + y_coordinate[L][B][ch][bl]) / 2; in rd_train() 2013 if (side_x == L) in rd_train() 2160 for (side = L; side <= R; side++) { in wr_train() 2201 if (side == L) in wr_train() [all …]
|
| /u-boot/board/amlogic/p201/ |
| A D | MAINTAINERS | 4 L: u-boot-amlogic@groups.io
|
| /u-boot/board/amlogic/u200/ |
| A D | MAINTAINERS | 4 L: u-boot-amlogic@groups.io
|