diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2021-08-07 15:07:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-01 19:25:37 -0400 |
commit | f629895fa34b7ba12572c9185209e2413a758208 (patch) | |
tree | 9b7eb1989b02d3d5f4a0a9a8e3303237fefa7e4b /board/ste/stemmy/MAINTAINERS | |
parent | f64011e11e283b34b6792165a36c42b8241f2a24 (diff) | |
download | u-boot-f629895fa34b7ba12572c9185209e2413a758208.tar.gz |
board: stemmy: Update documentation
Over the time, the "stemmy" U-Boot board was tested on several other
Samsung smartphones based on ST-Ericsson NovaThor Ux500. Convert the
documentation to reStructuredText at doc/board/ste/stemmy.rst and
make the device list complete. Also note that the board now boots
into USB Fastboot instead of just ending up at the U-Boot prompt.
The device table is mostly taken from the postmarketOS wiki article
(https://wiki.postmarketos.org/wiki/ST-Ericsson_NovaThor_U8500).
All the newly added devices were tested by Linus Walleij.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Diffstat (limited to 'board/ste/stemmy/MAINTAINERS')
-rw-r--r-- | board/ste/stemmy/MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/ste/stemmy/MAINTAINERS b/board/ste/stemmy/MAINTAINERS index 37daabea9c..fa06488284 100644 --- a/board/ste/stemmy/MAINTAINERS +++ b/board/ste/stemmy/MAINTAINERS @@ -2,5 +2,6 @@ STEMMY BOARD M: Stephan Gerhold <stephan@gerhold.net> S: Maintained F: board/ste/stemmy/ -F: include/configs/stemmy.h F: configs/stemmy_defconfig +F: doc/board/ste/stemmy.rst +F: include/configs/stemmy.h |