
21 Nov
2023
21 Nov
'23
2:07 p.m.
On Mon, Nov 20, 2023 at 07:09:27PM -0700, Simon Glass wrote:
At present U-Boot flushes the cache after every character written to ths display. This makes the command-line slower, to the point that pasting in long strings can fail.
Add a cyclic function to sync the display every 10ms. Enable this by default.
Allow much longer times for sandbox, since the SDL display is quite slow.
Avoid size growth if the feature is disabled by making the new init and destroy functions dependent on CYCLIC being enabled.
Signed-off-by: Simon Glass sjg@chromium.org
Thanks for updating the help, I'll leave actual review to Anatolij.
--
Tom