From: David Heidelberg Date: Thu, 8 Jan 2026 22:13:02 +0000 (+0100) Subject: configs: Add google-pixel fragment config for Pixel 3, 3 XL, 5 X-Git-Tag: v2026.04-rc1~31^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338dbbba8787ecc74c4d532b37c5fd1c7ab83e00;p=thirdparty%2Fu-boot.git 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 Signed-off-by: David Heidelberg Reviewed-by: Petr Vorel Link: https://patch.msgid.link/20260108-pixel-config-v4-2-76a2212b69a5@ixit.cz Signed-off-by: Casey Connolly --- 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