diff options
| author | Caleb Connolly <[email protected]> | 2024-02-26 17:26:30 +0000 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2024-03-01 14:52:48 +0000 |
| commit | d795efef8361e6406c08fd1551e1f1d98b1751ff (patch) | |
| tree | 3f1a4da3f8ff528fa825de37e9e4b707e514965f | |
| parent | d9252fcde1218902ed4805acd951da0405ba7d1b (diff) | |
doc: board/qualcomm: link to APQ8016 TRM
The MSM8916/APQ8016 Technical Reference Manual is publicly available and
contains a lot of useful register maps for many core parts of the SoC.
Include an archive.org link to it in the dragonboard410c documentation.
Reviewed-by: Neil Armstrong <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Signed-off-by: Caleb Connolly <[email protected]>
| -rw-r--r-- | doc/board/qualcomm/dragonboard410c.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/board/qualcomm/dragonboard410c.rst b/doc/board/qualcomm/dragonboard410c.rst index d0de9dbcbc9..34629241110 100644 --- a/doc/board/qualcomm/dragonboard410c.rst +++ b/doc/board/qualcomm/dragonboard410c.rst @@ -14,6 +14,8 @@ through LK. This is no longer the case, now U-Boot can replace LK entirely. .. _96Boards product page: https://www.96boards.org/product/dragonboard410c/ +.. _MSM8916/SD410/APQ8016 Technical Reference Manual: https://web.archive.org/web/20210525022203/https://developer.qualcomm.com/qfile/35259/lm80-p0436-100_d_snapdragon_410e_apq8016e_tech_reference_manual_revd.pdf + Installation ------------ First, setup ``CROSS_COMPILE`` for aarch64. Then, build U-Boot for ``dragonboard410c``:: |
