summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <[email protected]>2026-01-08 23:13:02 +0100
committerCasey Connolly <[email protected]>2026-01-14 16:25:09 +0100
commit338dbbba8787ecc74c4d532b37c5fd1c7ab83e00 (patch)
treeadaad78d1a2c388529fa20791d75b730d1c86acc
parent500d2e5e554650f02bd7e23c9539d4d6580a6d90 (diff)
configs: Add google-pixel fragment config for Pixel 3, 3 XL, 5
Introduce a fragment config for the Pixel 3, Pixel 3 XL, Pixel 5. On these devices, U-Boot is chainloaded via fastboot. However, due to additional requirements added by Google, the image header must have a specific value for the text offset. This is solved by setting CONFIG_TEXT_BASE to 0x80080000 in U-Boot. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Reviewed-by: Petr Vorel <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Casey Connolly <[email protected]>
-rw-r--r--board/qualcomm/google-pixel.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/qualcomm/google-pixel.config b/board/qualcomm/google-pixel.config
new file mode 100644
index 00000000000..999d4e45268
--- /dev/null
+++ b/board/qualcomm/google-pixel.config
@@ -0,0 +1,5 @@
+# Enables chainloading of U-Boot on Google Pixel phones using
+# newer bootloaders (Android Q/R)
+# Use for following devices: Pixel 3 (blueline), Pixel 3 XL (crosshatch),
+# Pixel 5 (redfin)...
+CONFIG_TEXT_BASE=0x80080000