diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-12-07 13:53:19 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-12-10 14:19:00 +0300 |
commit | 6cabcec51d39a6d4c6176de4486a95cbb492fc24 (patch) | |
tree | a7c31949347a447b07dcec8b6d78a84d0a5ed267 /resources/u-boot/peach_pit/config | |
parent | 38328b93946733ecaaf059352f8d3634f4f180c5 (diff) |
u-boot: Add video damage tracking patch series
Add a series posted to upstream mailing lists that makes the GRUB
text-mode console faster by implementing video damage tracking [1].
Refresh the config files to include its new VIDEO_DAMAGE Kconfig.
Patch 7/7 upstream has a tiny conflict with "Improve UEFI experience"
series we already have, but it's only in the diff context. No changes
other than fixing that.
[1] https://lore.kernel.org/u-boot/20220609225921.62462-1-agraf@csgraf.de/
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'resources/u-boot/peach_pit/config')
-rw-r--r-- | resources/u-boot/peach_pit/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/u-boot/peach_pit/config/default b/resources/u-boot/peach_pit/config/default index 654e043c..39bf9a64 100644 --- a/resources/u-boot/peach_pit/config/default +++ b/resources/u-boot/peach_pit/config/default @@ -1673,6 +1673,7 @@ CONFIG_VIDEO_LOGO=y CONFIG_BACKLIGHT=y CONFIG_VIDEO_PCI_DEFAULT_FB_SIZE=0 # CONFIG_VIDEO_COPY is not set +CONFIG_VIDEO_DAMAGE=y CONFIG_BACKLIGHT_PWM=y # CONFIG_BACKLIGHT_GPIO is not set CONFIG_CMD_VIDCONSOLE=y |