Luca Weiss
41e2de28c0
doc: board/qualcomm: Add example for boot image version 2
...
As required e.g. on Fairphone 5, add an example how to use boot image
with header version 2.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com >
Reviewed-by: Casey Connolly <casey.connolly@linaro.org >
Link: https://lore.kernel.org/r/20250611-qualcomm-doc-update-v1-3-5cf8cd94974d@fairphone.com
Signed-off-by: Casey Connolly <casey.connolly@linaro.org >
2025-06-24 07:54:51 -06:00
Luca Weiss
13043a2339
doc: board/qualcomm: Replace buildman build instructions
...
This command does not work as described in this doc, so replace it with
a regular make with qcom_defconfig, as already used for other
defconfigs.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com >
Reviewed-by: Casey Connolly <casey.connolly@linaro.org >
Link: https://lore.kernel.org/r/20250611-qualcomm-doc-update-v1-2-5cf8cd94974d@fairphone.com
Signed-off-by: Casey Connolly <casey.connolly@linaro.org >
2025-06-24 07:54:51 -06:00
Luca Weiss
6746e81ba6
doc: board/qualcomm: Fix commands for compilation missing CROSS_COMPILE
...
One needs to set CROSS_COMPILE also for the actual compilation, not just
for the kconfig step, otherwise the host arch compiler would be used.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com >
Reviewed-by: Casey Connolly <casey.connolly@linaro.org >
Link: https://lore.kernel.org/r/20250611-qualcomm-doc-update-v1-1-5cf8cd94974d@fairphone.com
Signed-off-by: Casey Connolly <casey.connolly@linaro.org >
2025-06-24 07:54:51 -06:00
Caleb Connolly
4509f81839
doc: board/qualcomm: describe phone support and bringup
...
Add some documentation which attempts to describe Qualcomm smartphone
support with the qcom-phone.config fragment, as well as a high level
debugging guide for diagnosing U-Boot issues when UART and framebuffer
are unavailable.
Reviewed-by: Simon Glass <sjg@chromium.org >
Tested-by: Danila Tikhonov <danila@jiaxyga.com > # google-sunfish
Tested-by: Jens Reidel <adrian@mainlining.org > # xiaomi-davinci
Link: https://lore.kernel.org/r/20250331-qcom-phones-v4-4-f52e57d3b8c6@linaro.org
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org >
2025-04-11 15:28:14 +02:00
Caleb Connolly
d9252fcde1
doc: board/qualcomm: document generic targets
...
Replace the board specific docs with a generic board.rst file which
documents the build/boot process for the sdm845 and qcs404 boards now
that the only differences are the DTB in use.
At the same time, create a debugging page to document some useful
snippets and tips for working with Qualcomm platforms.
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Reviewed-by: Sumit Garg <sumit.garg@linaro.org >
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org >
2024-03-01 14:52:47 +00:00