Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

sdl.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Simon Glass's avatar
      bbc09bf2
      sandbox: Add SDL library for LCD, keyboard, audio · bbc09bf2
      Simon Glass authored
      
      SDL (Simple DirectMedia Layer - see www.libsdl.org) is a library which
      provides simple graphics and sound features. It works under X11 and also
      with a simple frame buffer interface. It is ideally suited to sandbox
      U-Boot since it fits nicely with the low-level feature set required by
      U-Boot. For example, U-Boot has its own font drawing routines, its own
      keyboard processing and just needs raw sound output.
      
      We can use SDL to provide emulation of these basic functions for sandbox.
      This significantly expands the testing that is possible with sandbox.
      
      Add a basic SDL library which we will use in future commits.
      
      Tested-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      bbc09bf2
      History
      sandbox: Add SDL library for LCD, keyboard, audio
      Simon Glass authored
      
      SDL (Simple DirectMedia Layer - see www.libsdl.org) is a library which
      provides simple graphics and sound features. It works under X11 and also
      with a simple frame buffer interface. It is ideally suited to sandbox
      U-Boot since it fits nicely with the low-level feature set required by
      U-Boot. For example, U-Boot has its own font drawing routines, its own
      keyboard processing and just needs raw sound output.
      
      We can use SDL to provide emulation of these basic functions for sandbox.
      This significantly expands the testing that is possible with sandbox.
      
      Add a basic SDL library which we will use in future commits.
      
      Tested-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>