| /u-boot/drivers/serial/ |
| A D | sandbox.c | 31 static void output_ansi_colour(int colour) in output_ansi_colour() argument 35 ansi_code[5] = '0' + colour; in output_ansi_colour() 64 if (plat->colour != -1) in sandbox_serial_remove() 77 plat->colour != -1) { in sandbox_serial_putc() 79 output_ansi_colour(plat->colour); in sandbox_serial_putc() 194 const char *colour; in sandbox_serial_of_to_plat() local 199 plat->colour = -1; in sandbox_serial_of_to_plat() 201 if (colour) { in sandbox_serial_of_to_plat() 203 if (!strcmp(colour, ansi_colour[i])) { in sandbox_serial_of_to_plat() 204 plat->colour = i; in sandbox_serial_of_to_plat() [all …]
|
| /u-boot/tools/patman/ |
| A D | terminal.py | 37 def __init__(self, text, colour, newline=True, bright=True): argument 40 self.colour = colour 46 self.colour == other.colour and 51 (self.newline, self.colour, self.bright, self.text)) 133 def Print(text='', newline=True, colour=None, limit_to_line=False, bright=True): argument 147 print_test_list.append(PrintLine(text, colour, newline, bright)) 149 if colour: 151 text = col.Color(colour, text, bright=bright) 192 if line.colour: 194 print(col.Color(line.colour, line.text), end='')
|
| A D | status.py | 342 newline=False, colour=col.GREEN, bright=is_new) 343 terminal.Print(who, colour=col.WHITE, bright=is_new) 459 colour=col.BLUE) 469 terminal.Print('Review: %s' % review.meta, colour=col.RED) 474 colour=col.MAGENTA if quoted else None)
|
| A D | main.py | 190 colour=terminal.Color.RED)
|
| A D | patman | 190 colour=terminal.Color.RED)
|
| /u-boot/drivers/demo/ |
| A D | demo-pdata.c | 11 .colour = "red", 15 .colour = "green", 19 .colour = "yellow",
|
| A D | demo-shape.c | 47 const char *colour = pdata->colour; in shape_hello() local 65 putc(first ? *colour++ : ch); in shape_hello() 68 if (!*colour) in shape_hello() 69 colour = pdata->colour; in shape_hello()
|
| A D | demo-uclass.c | 73 pdata->colour = fdt_getprop(gd->fdt_blob, dn, "colour", NULL); in demo_parse_dt() 74 if (!pdata->sides || !pdata->colour) { in demo_parse_dt()
|
| A D | demo-simple.c | 19 printf("Hello from %08x: %s %d\n", (uint)map_to_sysmem(dev), pdata->colour, in simple_hello()
|
| /u-boot/doc/device-tree-bindings/serial/ |
| A D | sandbox-serial.txt | 10 sandbox,text-colour: If present, this is the colour of the console text.
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | serial.h | 16 int colour; /* Text colour to use for output, -1 for none */ member
|
| /u-boot/include/ |
| A D | dm-demo.h | 17 const char *colour; member
|
| /u-boot/board/bluewater/gurnard/ |
| A D | gurnard.c | 122 u16 colour; in lcd_splash() local 133 colour = bmp_logo_palette[bmp_logo_bitmap[ in lcd_splash() 137 base_addr[posy * width + posx] = colour; in lcd_splash()
|
| /u-boot/tools/buildman/ |
| A D | builder.py | 961 Print(msg, colour=color) 989 Print(msg, colour=color, newline=False) 1099 Print(msg, colour=color, newline=False) 1247 Print(' ' + line, newline=True, colour=col) 1249 def _OutputErrLines(err_lines, colour): argument 1330 _OutputErrLines(better_err, colour=self.col.GREEN) 1331 _OutputErrLines(worse_err, colour=self.col.RED) 1332 _OutputErrLines(better_warn, colour=self.col.CYAN) 1333 _OutputErrLines(worse_warn, colour=self.col.YELLOW) 1496 Print(msg, colour=self.col.BLUE) [all …]
|
| A D | test.py | 238 def add_line_prefix(prefix, boards, error_str, colour): argument 256 expect = self._col.Color(colour, prefix + '(') 259 expect += self._col.Color(colour, ') %s' % line) 261 expect = self._col.Color(colour, prefix + line)
|
| /u-boot/arch/sandbox/dts/ |
| A D | sandbox.dtsi | 78 colour = "white"; 275 colour = "blue"; 294 colour = "cyan"; 304 sandbox,text-colour = "cyan";
|
| /u-boot/doc/device-tree-bindings/video/ |
| A D | exynos-dp.txt | 43 samsung,color-depth: number of bits per colour component
|
| /u-boot/tools/ |
| A D | fdtgrep.c | 52 int colour; /* Display output in ANSI colour */ member 339 if (disp->colour) in display_fdt_by_regions() 368 if (disp->colour) in display_fdt_by_regions() 1206 disp.colour = disp.all && isatty(0); in main()
|
| /u-boot/drivers/video/ |
| A D | Kconfig | 686 model. Video drivers typically provide a colour text console and 690 bool "Enable colour frame buffer console" 694 Enables the colour frame buffer driver. This supports colour 696 Several colour devices are supported along with various options to 734 This allows the colour buffer frame buffer driver to support 780 hex "Background colour" 784 Defines the background colour for the console. The value is from 787 the background and foreground to the same colour or you will see 791 hex "Foreground colour" 795 Defines the foreground colour for the console. The value is from [all …]
|
| /u-boot/doc/board/AndesTech/ |
| A D | ax25-ae350.rst | 464 Console: colour dummy device 40x30 504 Console: switching to colour frame buffer device 40x30
|
| /u-boot/board/freescale/m54455evb/ |
| A D | README | 352 Console: colour dummy device 80x25
|
| /u-boot/doc/board/sifive/ |
| A D | fu540.rst | 310 [ 0.008559] Console: colour dummy device 80x25
|
| /u-boot/doc/driver-model/ |
| A D | design.rst | 288 pdata->colour, pdata->sides); 406 .colour = "red", 435 colour = "red";
|
| /u-boot/doc/board/sipeed/ |
| A D | maix.rst | 189 [ 0.008450] Console: colour dummy device 80x25
|
| /u-boot/doc/board/microchip/ |
| A D | mpfs_icicle.rst | 590 [ 0.008679] Console: colour dummy device 80x25
|