From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 00/33] sandbox: Move to SDL2
Date: Wed, 12 Feb 2020 13:07:12 +0100 [thread overview]
Message-ID: <20200212120712.D2BB9240057@gemini.denx.de> (raw)
In-Reply-To: <20200112190624.79077-1-sjg@chromium.org>
Dear Simon,
In message <20200112190624.79077-1-sjg@chromium.org> you wrote:
> This series handles moving sandbox to the latest version of SDL, SDL2. It
> provides a few more features, better performance and has been around for
> long enough that it is present in distributions in the last several years.
One thing that I never really understood is what SDL is actually
good for? Yes, I read in doc/arch/sandbox.rst that it provides
"display/keyboard support" - but what exactly can I do with a "SDL
enhanced" U-Boot compared to a non-SDL sandbox configuration?
And why is this the default?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Let the programmers be many and the managers few -- then all will be
productive. -- Geoffrey James, "The Tao of Programming"
next prev parent reply other threads:[~2020-02-12 12:07 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-12 19:05 [PATCH 00/33] sandbox: Move to SDL2 Simon Glass
2020-01-12 19:05 ` [PATCH 01/33] sandbox: Sort the help options Simon Glass
2020-01-12 19:05 ` [PATCH 02/33] video: Support truetype fonts on a 32-bit display Simon Glass
2020-01-12 19:59 ` Anatolij Gustschin
2020-01-12 19:05 ` [PATCH 03/33] video: sandbox: Enable all colour depths Simon Glass
2020-01-12 20:02 ` Anatolij Gustschin
2020-01-12 19:05 ` [PATCH 04/33] mailbox: Rename free() to rfree() Simon Glass
2020-01-12 19:05 ` [PATCH 05/33] power-domain: " Simon Glass
2020-01-12 20:05 ` Anatolij Gustschin
2020-01-12 19:05 ` [PATCH 06/33] reset: " Simon Glass
2020-01-12 19:05 ` [PATCH 07/33] gpio: " Simon Glass
2020-01-12 19:05 ` [PATCH 08/33] clk: " Simon Glass
2020-01-12 19:06 ` [PATCH 09/33] dma: " Simon Glass
2020-01-13 7:41 ` Peter Ujfalusi
2020-01-12 19:06 ` [PATCH 10/33] mtd: " Simon Glass
2020-02-12 13:13 ` Masahiro Yamada
2020-02-12 17:14 ` Simon Glass
2020-02-13 9:05 ` Simon Goldschmidt
2020-02-14 19:16 ` Simon Glass
2020-01-12 19:06 ` [PATCH 11/33] sandbox: Rename 'free' variable Simon Glass
2020-01-12 19:06 ` [PATCH 12/33] sandbox: Use a prefix for all allocation functions Simon Glass
2020-01-12 19:06 ` [PATCH 13/33] exports: Add the malloc.h header Simon Glass
2020-01-12 19:06 ` [PATCH 14/33] string: Allow arch override of strndup() also Simon Glass
2020-01-12 19:06 ` [PATCH 15/33] sandbox: Rename strdup() functions Simon Glass
2020-01-12 19:06 ` [PATCH 16/33] sandbox: Drop use of special os_malloc() where possible Simon Glass
2020-01-12 19:06 ` [PATCH 17/33] sandbox: Drop os_realloc() Simon Glass
2020-01-12 19:06 ` [PATCH 18/33] sandbox: Ensure that long-options array is terminated Simon Glass
2020-01-12 19:06 ` [PATCH 19/33] sandbox: Add a new header for the system malloc() Simon Glass
2020-01-12 19:06 ` [PATCH 20/33] sound: Add a new stop_play() method Simon Glass
2020-01-12 19:06 ` [PATCH 21/33] sandbox: sound: Handle errors better in sound_beep() Simon Glass
2020-01-12 19:06 ` [PATCH 22/33] sandbox: Add comments to the sdl struct Simon Glass
2020-01-12 19:06 ` [PATCH 23/33] sandbox: sdl: Improve error handling Simon Glass
2020-01-12 19:06 ` [PATCH 24/33] sandbox: sdl: Support waiting for audio to complete Simon Glass
2020-01-12 19:06 ` [PATCH 25/33] gitlab: Disable SDL when building sandbox Simon Glass
2020-01-12 19:06 ` [PATCH 26/33] sandbox: sdl: Move to use SDL2 Simon Glass
2020-01-12 19:06 ` [PATCH 27/33] sandbox: sdl: Add an option to double the screen size Simon Glass
2020-01-12 20:11 ` Anatolij Gustschin
2020-01-12 19:06 ` [PATCH 28/33] sandbox: Support changing the LCD colour depth Simon Glass
2020-01-12 20:15 ` Anatolij Gustschin
2020-01-12 19:06 ` [PATCH 29/33] dm: core: Require users of devres to include the header Simon Glass
2020-01-12 20:29 ` Anatolij Gustschin
2020-01-12 19:06 ` [PATCH 30/33] dm: core: Create a new header file for 'compat' features Simon Glass
2020-01-12 19:06 ` [PATCH 31/33] dm: core: Drop the inclusion of linux/compat.h in dm.h Simon Glass
2020-01-12 19:06 ` [PATCH 32/33] sandbox: Complete migration away from os_malloc() Simon Glass
2020-01-12 19:06 ` [PATCH 33/33] video: Drop the Nimbus font Simon Glass
2020-01-13 8:28 ` Jonathan Gray
2020-02-12 12:07 ` Wolfgang Denk [this message]
2020-02-12 17:14 ` [PATCH 00/33] sandbox: Move to SDL2 Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200212120712.D2BB9240057@gemini.denx.de \
--to=wd@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox