Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/u-boot/tools/binman/test/
A D066_text.dts9 text {
11 text-label = "test-id";
14 type = "text";
15 text-label = "test-id2";
18 type = "text";
19 text-label = "test-id3";
23 type = "text";
24 text-label = "test-id4";
25 test-id4 = "some text";
29 type = "text";
[all …]
A D105_cbfs_raw_compress.dts13 type = "text";
14 text = "compress xxxxxxxxxxxxxxxxxxxxxx data";
19 type = "text";
20 text = "compress xxxxxxxxxxxxxxxxxxxxxx data";
A D143_replace_all.dts19 text {
20 text = "some text";
/u-boot/tools/patman/
A Dterminal.py38 self.text = text
44 return (self.text == other.text and
54 def CalcAsciiLen(text): argument
83 def TrimAsciiLen(text, size): argument
104 if CalcAsciiLen(text) < size:
105 return text
126 after = text[pos:]
151 text = col.Color(colour, text, bright=bright)
153 print(text)
158 text = TrimAsciiLen(text, cols)
[all …]
/u-boot/test/dm/
A Dsoc.c23 char text[128]; in dm_test_soc() local
93 ut_assertok(soc_get_machine(dev, text, sizeof(text))); in dm_test_soc()
94 ut_assertok(strcmp(text, "SANDBOX123")); in dm_test_soc()
96 ut_assertok(soc_get_family(dev, text, sizeof(text))); in dm_test_soc()
97 ut_assertok(strcmp(text, "SANDBOX1xx")); in dm_test_soc()
99 ut_assertok(soc_get_revision(dev, text, sizeof(text))); in dm_test_soc()
100 ut_asserteq_str(text, "1.0"); in dm_test_soc()
A Dcpu.c19 char text[128]; in dm_test_cpu() local
34 ut_assertok(cpu_get_desc(dev, text, sizeof(text))); in dm_test_cpu()
35 ut_assertok(strcmp(text, "LEG Inc. SuperMegaUltraTurbo CPU No. 1")); in dm_test_cpu()
44 ut_assertok(cpu_get_vendor(dev, text, sizeof(text))); in dm_test_cpu()
45 ut_assertok(strcmp(text, "Languid Example Garbage Inc.")); in dm_test_cpu()
A Dosd.c27 text[i] = p[i] / 0x100; in split()
35 u8 text[memsize / 2]; in print_mem() local
38 split(mem, memsize / 2, text, colors); in print_mem()
41 printf("%c", text[i]); in print_mem()
60 u8 text[memsize / 2]; in dm_test_osd_basics() local
73 split(mem, memsize / 2, text, colors); in dm_test_osd_basics()
75 ut_asserteq_mem(text, in dm_test_osd_basics()
106 ut_asserteq_mem(text, in dm_test_osd_basics()
142 u8 text[memsize / 2]; in dm_test_osd_extended() local
160 ut_asserteq_mem(text, in dm_test_osd_extended()
[all …]
/u-boot/arch/powerpc/cpu/mpc85xx/
A Du-boot-nand.lds17 text PT_LOAD;
23 /* Read-only sections, merged into text segment: */
26 .text :
28 *(.text*)
29 } :text
35 } :text
73 .text.init : { *(.text.init) }
79 .bootpg ADDR(.text) - 0x1000 :
82 } :text = 0xffff
84 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN;
A Du-boot.lds23 text PT_LOAD;
32 .text :
34 *(.text*)
35 } :text
41 } :text
80 .text.init : { *(.text.init) }
87 .bootpg ADDR(.text) - 0x1000 :
90 } :text = 0xffff
91 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN;
96 } :text = 0xffff
[all …]
A Du-boot-spl.lds15 text PT_LOAD;
22 .text : {
23 *(.text*)
72 .bootpg ADDR(.text) - 0x1000 :
75 } :text = 0xffff
81 .bootpg ADDR(.text) + BOOT_PAGE_OFFSET :
93 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : {
/u-boot/board/cssi/MCR3000/
A Du-boot.lds15 /* Read-only sections, merged into text segment: */
17 .text :
19 arch/powerpc/cpu/mpc8xx/start.o (.text)
20 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
21 arch/powerpc/lib/built-in.o (.text*)
22 drivers/net/built-in.o (.text*)
25 env/embedded.o (.text.environment)
27 *(.text)
79 .text.init : { *(.text.init) }
/u-boot/arch/powerpc/cpu/mpc86xx/
A Du-boot.lds11 /* Read-only sections, merged into text segment: */
12 .text :
14 arch/powerpc/cpu/mpc86xx/start.o (.text*)
15 arch/powerpc/cpu/mpc86xx/traps.o (.text*)
16 *(.text*)
62 .text.init : { *(.text.init) }
/u-boot/scripts/kconfig/
A Dzconf.l26 static char *text; variable
45 text = xmalloc(START_STRSIZE); in new_string()
48 *text = 0; in new_string()
57 text = xrealloc(text, new_size); in append_string()
62 text[text_size] = 0; in append_string()
67 text = xmalloc(size + 1); in alloc_string()
68 memcpy(text, str, size); in alloc_string()
69 text[size] = 0; in alloc_string()
114 yylval.string = text;
138 yylval.string = text;
[all …]
/u-boot/tools/buildman/
A Dtest.py188 self.assertEqual(text, expect)
214 if line.text.strip():
299 self.assertEqual(next(lines).text,
312 self.assertEqual(next(lines).text,
333 self.assertEqual(next(lines).text,
338 next(lines).text,
352 self.assertEqual(next(lines).text,
357 next(lines).text,
373 self.assertEqual(next(lines).text,
375 self.assertEqual(next(lines).text,
[all …]
/u-boot/examples/standalone/
A Dnds32.lds14 .text :
16 *(.text)
36 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
/u-boot/arch/xtensa/cpu/
A Du-boot.lds37 .reloc_table ALIGN(4) : FOLLOWING(.ResetVector.text)
41 RELOCATE2(WindowVectors,text);
44 RELOCATE2(KernelExceptionVector,text);
46 RELOCATE2(UserExceptionVector,text);
48 RELOCATE2(DoubleExceptionVector,text);
49 RELOCATE1(text);
57 SECTION_VECTOR(WindowVectors,text,XCHAL_WINDOW_VECTORS_VADDR,
60 FOLLOWING(.WindowVectors.text))
68 FOLLOWING(.KernelExceptionVector.text))
72 FOLLOWING(.UserExceptionVector.text))
[all …]
/u-boot/arch/powerpc/cpu/mpc83xx/
A Du-boot.lds10 /* Read-only sections, merged into text segment: */
11 .text :
13 arch/powerpc/cpu/mpc83xx/start.o (.text*)
14 *(.text*)
63 .text.init : { *(.text.init) }
/u-boot/board/qualcomm/dragonboard410c/
A Du-boot.lds18 .text :
21 board/qualcomm/dragonboard410c/head.o (.text*)
22 CPUDIR/start.o (.text*)
25 /* This needs to come before *(.text*) */
28 *(.text.efi_runtime*)
36 *(.text*)
/u-boot/board/qualcomm/dragonboard820c/
A Du-boot.lds18 .text :
21 board/qualcomm/dragonboard820c/head.o (.text*)
22 CPUDIR/start.o (.text*)
25 /* This needs to come before *(.text*) */
28 *(.text.efi_runtime*)
36 *(.text*)
/u-boot/arch/riscv/cpu/
A Du-boot.lds13 .text : {
14 arch/riscv/cpu/start.o (.text)
17 /* This needs to come before *(.text*) */
20 *(.text.efi_runtime*)
27 *(.text*)
/u-boot/arch/sh/cpu/
A Du-boot.lds35 .text :
37 KEEP(*/start.o (.text))
38 KEEP(CONFIG_BOARDDIR/lowlevel_init.o (.text .spiboot1.text))
39 KEEP(*(.spiboot2.text))
45 *(.text)
/u-boot/lib/efi_selftest/
A Defi_selftest_util.c14 u16 *text; member
87 for (tr = efi_st_control_characters; tr->text; ++tr) { in efi_st_translate_char()
89 return tr->text; in efi_st_translate_char()
98 for (tr = efi_st_scan_codes; tr->text; ++tr) { in efi_st_translate_code()
100 return tr->text; in efi_st_translate_code()
/u-boot/arch/m68k/cpu/
A Du-boot.lds19 .text :
21 CPUDIR/start.o (.text*)
24 *(.text*)
73 .text.init : { *(.text.init) }
/u-boot/arch/microblaze/cpu/
A Du-boot-spl.lds15 .text ALIGN(0x4):
18 arch/microblaze/cpu/start.o (.text)
19 *(.text)
20 *(.text.*)
/u-boot/arch/x86/cpu/
A Du-boot-64.lds21 .text.start : { *(.text.start); }
28 *(.text.efi_runtime*)
37 .text : { *(.text*); }

Completed in 21 milliseconds

12345678910>>...13