On 1/7/26 21:28, David Heidelberg via B4 Relay wrote:
From: David Heidelberg <[email protected]>

U-Boot does work on Qualcomm 845-based Pixel 3 and 3 XL.

Signed-off-by: David Heidelberg <[email protected]>
---
  doc/board/qualcomm/board.rst | 20 ++++++++++++++++++++
  1 file changed, 20 insertions(+)

diff --git a/doc/board/qualcomm/board.rst b/doc/board/qualcomm/board.rst
index 642c5095261..e5dbc9816b9 100644
--- a/doc/board/qualcomm/board.rst
+++ b/doc/board/qualcomm/board.rst
@@ -38,6 +38,25 @@ with appended dtb, so let's mimic linux to satisfy stock 
bootloader.
  Boards
  ------
+Pixel 3 (blueline) and Pixel 3 XL (crosshatch)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

How about the Pixel 5 (redfin) mentioned in patch 2/2?

Best regards

Heinrich

+blueline refers to the Google Pixel 3, and crosshatch to the Pixel 3 XL, both
+powered by the Qualcomm SDM845 SoC.
+
+These devices use the common qcom_defconfig with the google-pixel.config
+fragment for configuration.
+
+Use the following commands::
+
+       make CROSS_COMPILE=aarch64-linux-gnu- O=.output qcom_defconfig 
google-pixel.config qcom-phone.config
+
+The DTB is called:
+
+ - "sdm845-google-blueline.dtb" (Pixel 3)
+ - "sdm845-google-crosshatch.dtb" (Pixel 3 XL)
+
+More information can be found on the `Google Pixel 3 page`_.
+
  starqlte
  ^^^^^^^^
@@ -131,5 +150,6 @@ Other devices with boot image version 2 can be built like this example::
        fastboot flash boot boot.img
        fastboot erase dtbo
+.. _Google Pixel 3 page: https://en.wikipedia.org/wiki/Pixel_3
  .. _Samsung S9 page: https://en.wikipedia.org/wiki/Samsung_Galaxy_S9
  .. _DragonBoard 845c page: https://www.96boards.org/product/rb3-platform/



Reply via email to