1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Ondrej Jirman
c01d06fdb5 Fix more compilation errors (cmd) 2021-04-05 19:10:07 +02:00
Ondrej Jirman
e836c27f54 cmd: Split tmenu render/input
- so that we can show it quickly and do stuff "in the background"
  before accepting input from the user

Signed-off-by: Ondrej Jirman <megous@megous.com>
2021-04-05 18:41:50 +02:00
Ondrej Jirman
e403e669d0 cmd: Add tmenu command for touch menu user interface
Shows a menu of items that can be controlled using touch panel.
This is useful for touch based devices like tablets to select
alternative boot options (multi-boot).

Signed-off-by: Ondrej Jirman <megous@megous.com>
2021-04-05 18:41:50 +02:00