Searched hist:"4 e92e60d35d5ef3a3f7ca9cdd24aa51a1a3263a7" (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | cls.c | 4e92e60d35d5ef3a3f7ca9cdd24aa51a1a3263a7 Sat Dec 01 03:47:20 CST 2018 Anatolij Gustschin <agust@denx.de> cmd: add clear screen 'cls' command
Add common clear screen command for configurations CONFIG_DM_VIDEO, CONFIG_LCD and CONFIG_CFB_CONSOLE.
Remove the existing cls command implementation from lcd.c code and activate the command for all boards enabling CONFIG_LCD for compatibility reasons.
Signed-off-by: Anatolij Gustschin <agust@denx.de> Tested-by: Patrick.Delaunay <patrick.delaunay@free.fr>
|
H A D | Makefile | 4e92e60d35d5ef3a3f7ca9cdd24aa51a1a3263a7 Sat Dec 01 03:47:20 CST 2018 Anatolij Gustschin <agust@denx.de> cmd: add clear screen 'cls' command
Add common clear screen command for configurations CONFIG_DM_VIDEO, CONFIG_LCD and CONFIG_CFB_CONSOLE.
Remove the existing cls command implementation from lcd.c code and activate the command for all boards enabling CONFIG_LCD for compatibility reasons.
Signed-off-by: Anatolij Gustschin <agust@denx.de> Tested-by: Patrick.Delaunay <patrick.delaunay@free.fr>
|
H A D | Kconfig | 4e92e60d35d5ef3a3f7ca9cdd24aa51a1a3263a7 Sat Dec 01 03:47:20 CST 2018 Anatolij Gustschin <agust@denx.de> cmd: add clear screen 'cls' command
Add common clear screen command for configurations CONFIG_DM_VIDEO, CONFIG_LCD and CONFIG_CFB_CONSOLE.
Remove the existing cls command implementation from lcd.c code and activate the command for all boards enabling CONFIG_LCD for compatibility reasons.
Signed-off-by: Anatolij Gustschin <agust@denx.de> Tested-by: Patrick.Delaunay <patrick.delaunay@free.fr>
|
/openbmc/u-boot/common/ |
H A D | lcd.c | 4e92e60d35d5ef3a3f7ca9cdd24aa51a1a3263a7 Sat Dec 01 03:47:20 CST 2018 Anatolij Gustschin <agust@denx.de> cmd: add clear screen 'cls' command
Add common clear screen command for configurations CONFIG_DM_VIDEO, CONFIG_LCD and CONFIG_CFB_CONSOLE.
Remove the existing cls command implementation from lcd.c code and activate the command for all boards enabling CONFIG_LCD for compatibility reasons.
Signed-off-by: Anatolij Gustschin <agust@denx.de> Tested-by: Patrick.Delaunay <patrick.delaunay@free.fr>
|