summaryrefslogtreecommitdiff
path: root/doc/board/intel/edison.rst
AgeCommit message (Collapse)Author
2023-01-11Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä
`egrep` has been deprecated in GNU grep since 2007, and since 3.8 it emits obsolescence warnings: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1 Acked-by: Dhruva Gole <[email protected]>
2020-12-22doc: edison: Update information about xFSTKAndy Shevchenko
xFSTK sources got a new home under Edison Firmware Group on GitHub [1]. Update Intel Edison documentation accordingly. While here, fix couple of typos. [1]: https://github.com/edison-fw Signed-off-by: Andy Shevchenko <[email protected]> Reviewed-by: Simon Glass <[email protected]> Acked-by: Bin Meng <[email protected]>
2020-09-25x86: edison: Add documentation for using am xFSTK imageSimon Glass
Add a description of how to flash Edison using the xFSTK tool. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]>
2019-07-24doc: board: Add Intel Edison board docBin Meng
This extracts Intel Edison board specific information from README.x86, converts plain text documentation to reST format and adds it to Sphinx TOC tree. No essential content change. Signed-off-by: Bin Meng <[email protected]> Acked-by: Andy Shevchenko <[email protected]>