[PATCH 0/3] 30bpp framebuffer support
    Mark Kettenis 
    kettenis at openbsd.org
       
    Thu Sep 16 15:01:14 CEST 2021
    
    
  
Apple M1 machines come up with a framebuffer that in 30bpp mode.
This series adds basic support for this mode.
Mark Kettenis (3):
  video: Add 30bpp support
  efi_loader: GOP: Add 30bpp support
  video: simplefb: Add 30bpp support
 drivers/video/console_normal.c    |  2 ++
 drivers/video/console_rotate.c    |  6 ++++++
 drivers/video/console_truetype.c  |  3 +++
 drivers/video/simplefb.c          |  3 +++
 drivers/video/vidconsole-uclass.c |  7 +++++++
 drivers/video/video-uclass.c      |  1 +
 include/video.h                   |  1 +
 lib/efi_loader/efi_gop.c          | 10 ++++++++++
 8 files changed, 33 insertions(+)
-- 
2.33.0
    
    
More information about the U-Boot
mailing list