diff options
| author | Tom Rini <[email protected]> | 2026-01-16 15:14:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-16 15:14:37 -0600 |
| commit | ff498a3c5efb424accc1d825cc45cede2540ca13 (patch) | |
| tree | 390a18b9462e99d6ed961425fd6a71020b22092f /doc | |
| parent | adccdb22ebd799a7d964892d4a7e7454ed3c239c (diff) | |
| parent | cd8ee4fff82788546df06fae7bbe6d22a710737b (diff) | |
Merge branch 'qcom-main' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
We have been getting a lot more patches from Qualcomm engineers, largely
focusing on IoT, router, and automotive platforms (those with QCS, IPQ,
and SA prefixes specifically).
Quite a variety of changes here:
- Watchdog overflow fix
- Hardcoded fastboot buffer addresses for a few board (hoppefully
temporary until fastboot is updated to read $fastboot_addr_r)
- Enable memory protection (MMU_MGPROT) for ARCH_SNAPDRAGON
- pinctrl support for the QCS615 soc
- various USB/phy fixes including phy config for msm8996/qcs615
- mmc and i2c clock configuration fixes
- significant fixes for rpmh and regulator drivers
- added config fragment for pixel devices
- sa8775p clock fixes
- support for "flattened" dwc3 DT that recently landed upstream for
sc7280 (qcs6490) and a few other platforms
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/qualcomm/board.rst | 20 |
1 files changed, 20 insertions, 0 deletions
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) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +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/ |
