
Hi Caleb,
On Fri, 4 Oct 2024 at 06:47, Caleb Connolly caleb.connolly@linaro.org wrote:
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.
Signed-off-by: Caleb Connolly caleb.connolly@linaro.org
doc/board/qualcomm/board.rst | 5 ++ doc/board/qualcomm/index.rst | 1 + doc/board/qualcomm/phones.rst | 122 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
[..]
diff --git a/doc/board/qualcomm/phones.rst b/doc/board/qualcomm/phones.rst new file mode 100644 index 000000000000..0726f782b675 --- /dev/null +++ b/doc/board/qualcomm/phones.rst @@ -0,0 +1,122 @@
[..]
+Ideally, it would be possible to use the framebuffer as an early console / debug output, at the time +of writing there are out of tree patches for this but they haven't been submitted upstream yet.
That's quite intriguing...you should send those patches!
Regards, Simon