Home
last modified time | relevance | path

Searched refs:colour (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/drivers/serial/
A Dsandbox.c31 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 Dterminal.py37 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 Dstatus.py342 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 Dmain.py190 colour=terminal.Color.RED)
A Dpatman190 colour=terminal.Color.RED)
/u-boot/drivers/demo/
A Ddemo-pdata.c11 .colour = "red",
15 .colour = "green",
19 .colour = "yellow",
A Ddemo-shape.c47 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 Ddemo-uclass.c73 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 Ddemo-simple.c19 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 Dsandbox-serial.txt10 sandbox,text-colour: If present, this is the colour of the console text.
/u-boot/arch/sandbox/include/asm/
A Dserial.h16 int colour; /* Text colour to use for output, -1 for none */ member
/u-boot/include/
A Ddm-demo.h17 const char *colour; member
/u-boot/board/bluewater/gurnard/
A Dgurnard.c122 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 Dbuilder.py961 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 Dtest.py238 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 Dsandbox.dtsi78 colour = "white";
275 colour = "blue";
294 colour = "cyan";
304 sandbox,text-colour = "cyan";
/u-boot/doc/device-tree-bindings/video/
A Dexynos-dp.txt43 samsung,color-depth: number of bits per colour component
/u-boot/tools/
A Dfdtgrep.c52 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 DKconfig686 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 Dax25-ae350.rst464 Console: colour dummy device 40x30
504 Console: switching to colour frame buffer device 40x30
/u-boot/board/freescale/m54455evb/
A DREADME352 Console: colour dummy device 80x25
/u-boot/doc/board/sifive/
A Dfu540.rst310 [ 0.008559] Console: colour dummy device 80x25
/u-boot/doc/driver-model/
A Ddesign.rst288 pdata->colour, pdata->sides);
406 .colour = "red",
435 colour = "red";
/u-boot/doc/board/sipeed/
A Dmaix.rst189 [ 0.008450] Console: colour dummy device 80x25
/u-boot/doc/board/microchip/
A Dmpfs_icicle.rst590 [ 0.008679] Console: colour dummy device 80x25

Completed in 36 milliseconds

12