1. 65ea46f efi: Correct handling of frame buffer by Simon Glass · Sun Oct 01 19:14:36 2023 -0600
  2. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400
  3. 7c0cca5 video: fix typo in video_sync_all documentation by Heinrich Schuchardt · Mon Aug 28 22:40:47 2023 +0200
  4. e310e00 video: Add parentheses around VNBYTES() macro by Dan Carpenter · Wed Jul 26 09:54:08 2023 +0300
  5. 7683353 include: video: Reserve video using blob by Nikhil M Jain · Tue Jul 18 14:27:30 2023 +0530
  6. 358077b x86: Pass video settings from SPL to U-Boot proper by Simon Glass · Sat Jul 15 21:38:59 2023 -0600
  7. d17a624 video: Use enum with video_index_to_colour() by Simon Glass · Thu Jun 01 10:22:48 2023 -0600
  8. e85e501 video: Correct docs for video_index_to_colour() by Simon Glass · Thu Jun 01 10:22:44 2023 -0600
  9. 062673b video: Provide a way to clear part of the console by Simon Glass · Thu Jun 01 10:22:33 2023 -0600
  10. 985eac8 video: Add support for RGBA8888 format by Michal Simek · Wed May 17 10:42:07 2023 +0200
  11. 737d2ed cmd: bmp: Split bmp commands and functions by Nikhil M Jain · Thu Apr 20 17:41:06 2023 +0530
  12. df865d3 video: Allow a copy framebuffer with pre-allocated fb by Simon Glass · Fri Mar 10 12:47:17 2023 -0800
  13. c80f3fd video: Fix unchnaged typo by Simon Glass · Fri Jan 06 08:52:31 2023 -0600
  14. de368f8 video: Move bmp_display() prototype to video.h by Simon Glass · Tue Oct 18 07:41:14 2022 -0600
  15. 7045990 video: Add a way to get the default font height by Simon Glass · Thu Oct 06 08:36:18 2022 -0600
  16. 7e14804 video: Add a function to get the dimensions of a BMP image by Simon Glass · Thu Oct 06 08:36:17 2022 -0600
  17. 2247742 video: Add function to obtain the U-Boot logo by Simon Glass · Thu Oct 06 08:36:09 2022 -0600
  18. 2baa6f8 video: Allow filling the display with a colour by Simon Glass · Thu Oct 06 08:36:08 2022 -0600
  19. 2a00633 video: Move console colours to the video uclass by Simon Glass · Thu Oct 06 08:36:03 2022 -0600
  20. 81464d0 video: Clean up the uclass header by Simon Glass · Sun Jan 23 07:04:09 2022 -0700
  21. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  22. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · Fri Nov 19 13:24:03 2021 -0700
  23. 8dc32e7 video: Drop the uclass colour map by Simon Glass · Fri Nov 19 13:23:56 2021 -0700
  24. efcc84b video: Add video_is_active function by Patrick Delaunay · Mon Nov 15 16:32:20 2021 +0100
  25. 32b7368 video: Add 30bpp support by Mark Kettenis · Sat Sep 25 22:47:36 2021 +0200
  26. 62b535e video: Allow syncing the entire framebuffer to the copy by Simon Glass · Wed Jan 13 20:29:46 2021 -0700
  27. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Wed Jan 06 07:57:33 2021 -0500
  28. 8ae95df video: Introduce video_sync operation by Michal Simek · Thu Dec 03 09:30:00 2020 +0100
  29. 632e3d4 video: Let video_sync to return error value by Michal Simek · Mon Dec 14 08:47:52 2020 +0100
  30. 6bc7809 video: Fix video sync kernel-doc format by Michal Simek · Mon Dec 14 09:14:03 2020 +0100
  31. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  32. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  33. 3bbcf6f x86: video: Show information about each video device by Simon Glass · Tue Sep 22 21:16:40 2020 -0600
  34. 73c9c37 video: Add support for copying to a hardware framebuffer by Simon Glass · Thu Jul 02 21:12:20 2020 -0600
  35. fc6b784 video: Add a comment for struct video_uc_platdata by Simon Glass · Thu Jul 02 21:12:19 2020 -0600
  36. f74c7bd video: meson: Drop unnecessary header includes by Simon Glass · Sun Oct 27 09:54:03 2019 -0600
  37. 4ed5bc8 video/console: Implement reverse video ANSI sequence for DM_VIDEO by Andre Przywara · Sat Mar 23 01:29:56 2019 +0000
  38. 7d18673 video: Allow driver to specify the line length by Simon Glass · Thu Nov 29 15:08:52 2018 -0700
  39. 2b063b8 video: Update video_set_default_colors() to support invert by Simon Glass · Tue Nov 06 15:21:36 2018 -0700
  40. 6641437 video: Tidy up a few comments in video.o by Simon Glass · Mon Oct 01 12:22:48 2018 -0600
  41. 5534312 video: Adjust video_clear() to return an error by Simon Glass · Mon Oct 01 12:22:26 2018 -0600
  42. 0806dcc sandbox: video: Speed up video output by Simon Glass · Mon Oct 01 11:55:14 2018 -0600
  43. be6ee62 include/video.h: Remove declaration of functions that don't exist. by Liviu Dudau · Mon Sep 17 17:45:03 2018 +0100
  44. 2a436db dm: video: support increased intensity (bold) by Heinrich Schuchardt · Thu Feb 08 21:47:12 2018 +0100
  45. 290e1d8 dm: video: use constants to refer to colors by Heinrich Schuchardt · Thu Feb 08 21:47:11 2018 +0100
  46. 06e7a0d dm: video: Add basic ANSI escape sequence support by Rob Clark · Wed Sep 13 18:12:21 2017 -0400
  47. 88ecb9b video: Move video_get_info_str() prototype to a header file by Simon Glass · Mon Oct 17 20:12:54 2016 -0600
  48. 4947abc video: Add an enum for active low/high by Simon Glass · Sun Feb 21 21:08:50 2016 -0700
  49. cd01ef8 video: Correct 'tor' typo in comment by Simon Glass · Thu Jan 14 18:10:52 2016 -0700
  50. b3a72b3 video: Allow selection of the driver and font size by Simon Glass · Thu Jan 14 18:10:48 2016 -0700
  51. 6463538 video: Add a function to control cache flushing by Simon Glass · Thu Jan 21 19:44:52 2016 -0700
  52. 623d28f dm: video: Add a video uclass by Simon Glass · Mon Jan 18 19:52:15 2016 -0700
  53. 337fb3d video, lg4573: add support for the lg4573 display by Heiko Schocher · Sun Apr 12 10:20:19 2015 +0200
  54. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  55. d7d112d video: add formike lcd panel init by Heiko Schocher · Mon Aug 19 16:39:00 2013 +0200
  56. 987d1d8 video: Provide an API to access video parameters by Stefan Reinauer · Fri Sep 28 15:11:11 2012 +0000
  57. 57e8a85 include/video.h: drop unused video_printf() by Anatolij Gustschin · Fri Apr 27 04:37:57 2012 +0000
  58. 167c589 Initial revision by wdenk · Sat Nov 03 22:21:15 2001 +0000