| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | terminal.py | 31 def __init__(self, text, newline, colour): argument 32 self.text = text 38 self.text) 40 def Print(text='', newline=True, colour=None): argument 52 print_test_list.append(PrintLine(text, newline, colour)) 56 text = col.Color(colour, text) 57 print(text, end='') 86 print(col.Color(line.colour, line.text), end='') 88 print(line.text, end='') 142 def Color(self, color, text, bright=True): argument [all …]
|
| /rk3399_rockchip-uboot/board/cssi/MCR3000/ |
| H A D | u-boot.lds | 16 /* Read-only sections, merged into text segment: */ 18 .text : 20 arch/powerpc/cpu/mpc8xx/start.o (.text) 21 arch/powerpc/cpu/mpc8xx/start.o (.text*) 22 arch/powerpc/cpu/mpc8xx/traps.o (.text*) 23 arch/powerpc/cpu/mpc8xx/built-in.o (.text*) 24 arch/powerpc/lib/built-in.o (.text*) 25 board/cssi/MCR3000/built-in.o (.text*) 26 disk/built-in.o (.text*) 27 drivers/net/built-in.o (.text*) [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot-nand.lds | 18 text PT_LOAD; 24 /* Read-only sections, merged into text segment: */ 27 .text : 29 *(.text*) 30 } :text 36 } :text 74 .text.init : { *(.text.init) } 79 .bootpg ADDR(.text) - 0x1000 : 82 } :text = 0xffff 84 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN;
|
| H A D | u-boot.lds | 24 text PT_LOAD; 30 /* Read-only sections, merged into text segment: */ 33 .text : 35 *(.text*) 36 } :text 42 } :text 81 .text.init : { *(.text.init) } 87 .bootpg ADDR(.text) - 0x1000 : 90 } :text = 0xffff 91 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN; [all …]
|
| H A D | u-boot-spl.lds | 16 text PT_LOAD; 23 .text : { 24 *(.text*) 72 .bootpg ADDR(.text) - 0x1000 : 75 } :text = 0xffff 81 .bootpg ADDR(.text) + BOOT_PAGE_OFFSET : 93 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : {
|
| H A D | u-boot-nand_spl.lds | 16 .text : { 17 *(.text*) 47 .bootpg ADDR(.text) + 0x1000 : 57 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : {
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | test.py | 166 def assertSummary(self, text, arch, plus, boards, ok=False): argument 175 self.assertEqual(text, expect) 197 if line.text.strip(): 207 self.assertEqual(lines[0].text, '01: %s' % commits[0][1]) 208 self.assertEqual(lines[1].text, '02: %s' % commits[1][1]) 212 self.assertSummary(lines[2].text, 'sandbox', '+', ['board4']) 213 self.assertSummary(lines[3].text, 'arm', '+', ['board1']) 214 self.assertSummary(lines[4].text, 'powerpc', '+', ['board2', 'board3']) 217 self.assertEqual(lines[5].text, 'w+%s' % 221 self.assertEqual(lines[6].text, '03: %s' % commits[2][1]) [all …]
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.l | 26 static char *text; variable 43 text = xmalloc(START_STRSIZE); in new_string() 46 *text = 0; in new_string() 55 text = realloc(text, new_size); in append_string() 58 memcpy(text + text_size, str, size); in append_string() 60 text[text_size] = 0; in append_string() 65 text = xmalloc(size + 1); in alloc_string() 66 memcpy(text, str, size); in alloc_string() 67 text[size] = 0; in alloc_string() 113 zconflval.string = text; [all …]
|
| H A D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() argument 15 int multiline = strchr(text, '\n') != NULL; in escape() 17 int textlen = strlen(text); in escape() 19 if ((textlen > 0) && (text[textlen-1] == '\n')) in escape() 32 while (*text != '\0' && len > 1) { in escape() 33 if (*text == '"') in escape() 35 else if (*text == '\n') { in escape() 42 ++text; in escape() 45 else if (*text == '\\') { in escape() 49 *bfp++ = *text++; in escape()
|
| H A D | nconf.h | 86 int get_line_no(const char *text); 87 const char *get_line(const char *text, int line_no); 88 void fill_window(WINDOW *win, const char *text); 96 const char *text);
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | u-boot.lds | 12 /* Read-only sections, merged into text segment: */ 13 .text : 15 arch/powerpc/cpu/mpc86xx/start.o (.text*) 16 arch/powerpc/cpu/mpc86xx/traps.o (.text*) 17 *(.text*) 63 .text.init : { *(.text.init) }
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | u-boot.lds | 11 /* Read-only sections, merged into text segment: */ 12 .text : 14 arch/powerpc/cpu/mpc83xx/start.o (.text*) 15 *(.text*) 58 .text.init : { *(.text.init) }
|
| /rk3399_rockchip-uboot/arch/xtensa/cpu/ |
| H A D | u-boot.lds | 38 .reloc_table ALIGN(4) : FOLLOWING(.ResetVector.text) 42 RELOCATE2(WindowVectors,text); 45 RELOCATE2(KernelExceptionVector,text); 47 RELOCATE2(UserExceptionVector,text); 49 RELOCATE2(DoubleExceptionVector,text); 50 RELOCATE1(text); 58 SECTION_VECTOR(WindowVectors,text,XCHAL_WINDOW_VECTORS_VADDR, 61 FOLLOWING(.WindowVectors.text)) 66 SECTION_VECTOR(KernelExceptionVector,text,XCHAL_KERNEL_VECTOR_VADDR, 69 FOLLOWING(.KernelExceptionVector.text)) [all …]
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | nds32.lds | 15 .text : 17 *(.text) 37 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
|
| /rk3399_rockchip-uboot/board/freescale/mx31ads/ |
| H A D | u-boot.lds | 19 .text : 26 arch/arm/cpu/arm1136/start.o (.text*) 27 board/freescale/mx31ads/built-in.o (.text*) 28 arch/arm/lib/built-in.o (.text*) 29 net/built-in.o (.text*) 30 drivers/mtd/built-in.o (.text*) 33 env/embedded.o(.text*) 35 *(.text*)
|
| /rk3399_rockchip-uboot/arch/sh/cpu/ |
| H A D | u-boot.lds | 35 .text : 37 KEEP(*/start.o (.text)) 38 KEEP(CONFIG_BOARDDIR/lowlevel_init.o (.text .spiboot1.text)) 39 KEEP(*(.spiboot2.text)) 45 *(.text)
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/ |
| H A D | u-boot.lds | 20 .text : 22 CPUDIR/start.o (.text*) 25 *(.text*) 74 .text.init : { *(.text.init) }
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | cache.S | 25 .pushsection .text.__asm_dcache_level, "ax" 71 .pushsection .text.__asm_dcache_all, "ax" 110 .pushsection .text.__asm_flush_dcache_all, "ax" 117 .pushsection .text.__asm_invalidate_dcache_all, "ax" 132 .pushsection .text.__asm_flush_dcache_range, "ax" 161 .pushsection .text.__asm_invalidate_dcache_range, "ax" 186 .pushsection .text.__asm_invalidate_icache_all, "ax" 194 .pushsection .text.__asm_invalidate_l3_dcache, "ax" 202 .pushsection .text.__asm_flush_l3_dcache, "ax" 210 .pushsection .text.__asm_invalidate_l3_icache, "ax" [all …]
|
| H A D | transition.S | 13 .pushsection .text.armv8_switch_to_el2, "ax" 36 .pushsection .text.armv8_switch_to_el1, "ax" 48 .pushsection .text.armv8_el2_to_aarch32, "ax"
|
| /rk3399_rockchip-uboot/arch/microblaze/cpu/ |
| H A D | u-boot-spl.lds | 16 .text ALIGN(0x4): 19 arch/microblaze/cpu/start.o (.text) 20 *(.text) 21 *(.text.*)
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_error.c | 18 const char *text; member 52 while (e->code && e->text) { in yaffs_error_to_str() 54 return e->text; in yaffs_error_to_str()
|
| /rk3399_rockchip-uboot/board/qualcomm/dragonboard410c/ |
| H A D | u-boot.lds | 19 .text : 22 board/qualcomm/dragonboard410c/head.o (.text*) 23 CPUDIR/start.o (.text*) 24 *(.text*)
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | cleanpatch | 161 $text = substr($line, 1); 162 $text =~ s/[ \t\r]*$//; # Remove trailing spaces 163 $text = clean_space_tabs($text); 165 $l_width = strwidth($text); 172 push(@hunk_lines, '+'.$text);
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | elf_arm_efi.lds | 14 .text 0x0 : { 16 *(.text.head) argument 17 *(.text) 18 *(.text.*)
|
| H A D | elf_aarch64_efi.lds | 14 .text 0x0 : { 16 *(.text.head) argument 17 *(.text) 18 *(.text.*)
|