summaryrefslogtreecommitdiff
path: root/pixel3_mainline
AgeCommit message (Collapse)Author
2022-02-18Remove pixel3_mainline target.Peter Collingbourne
Unfortunately it has never worked particularly well due to missing driver support and it was getting in the way of some refactoring. The maintainers have indicated that they intend to continue maintaining it out of tree. Bug: 217455793 Change-Id: I2a659a980d32912bec5a1c0869c88e06a29cf9ce
2021-06-01pixel3_mainline: device.mk: add lcd_density for Pixel3Sumit Semwal
Now that lcd_density is made device-specific, add it for Pixel3. Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Change-Id: Iab08a8b9ea6f8fbc1cdb8d04bc957ef9404e2292
2021-06-01pixel3_mainline: device.mk: make fstab device-specificSumit Semwal
fstab.common was updated to add virt a/b and slotselect; pixel3 is not quite ready for it, so temporarily make it device specific and remove slotselect for now. TODO: revert this while adding virt a/b support. Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Change-Id: Iaaada81e2d2fbdaca2ee630eb61422adaedbbb1d
2021-03-22Reserve space in super for dynamic partition metadataTianjie Xu
The maximum size of all dynamic partition groups should not exceed the super size - DAP metadata size. Today the configuration of the device doesn't take the metadata into acount. Since we recommend 4M to partners, reserve 4M here. Bug: 183360400 Bug: 182431975 Change-Id: Idd6d01db2594b4598c03aecbf931009fcf92a36c Test: TH
2020-11-23Remove unnecessary quotesSasha Smundak
Bug: 173737347 Test: treehugger Change-Id: Id49741240ecfe74aa006e58540c16a4b0d8b8ff4
2020-10-06db845c: Unify fstab files to fix issues w/ adb remountJohn Stultz
The overlayfs remount handling of superpartitions expects the fstab to have all the partitions in it. This means we can't use the split between the ramdisk fstab and the vendor fstab that we have been previously. So this patch merges the two fstabs together. With this change "adb root; adb remount" works now. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Iad408d5d3b1e4c9291a947cd44ee65f4aaef5c45
2020-07-02pixel3_mainline: Add changes to get pixel3_mainline building a boot.img (v3)John Stultz
This adds some changes to get the pixel3_mainline target building a boot.img. It requires that a pixel3_mainline dir be present in the dragonboard-kernel dir, and it should contain a Image.gz-dtb file and any kernel modules to be included. If you do not want to use kernel modules, build with PIXEL3_USES_GKI=false. This is take number two, as the first pass was causing build breakage. In this version, I check to make sure we have a kernel image before we try to build. In v3, I've moved some more modules as vendor-only, to allow the pixel3 to boot. Signed-off-by: John Stultz <john.stultz@linaro.org> [sumits: updated the list of vendor-only modules] Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Change-Id: Ie94ef4af00c415baeb20838cb0ba30434efa691e
2020-05-13pixel3_mainline: move the normal fstab path to /vendor/etc/fstab.pixel3_mainlineSumit Semwal
In aosp/master, GetFstabPath funtion defined here: https://android.googlesource.com/platform/system/core/+/refs/heads/master/fs_mgr/fs_mgr_fstab.cpp#411 and the fstab.ramdisk.common does not need to be copied to vendor partition. Test: boot up pixel3 with mainline kernel: it mounts all partitions correctly, and boots to 'UI', also: VtsKernelEncryptionTest#FileBasedEncryptionTest passed 3/3 Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Change-Id: I5a0e3058d0b580aff06bfea1a01eeb666ce14182
2020-03-25dragonboard: pixel3_mainline: Include firmware/device.mk if availableSumit Semwal
This allows including firmware files extracted from stock, if available, to be included into the build. Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Change-Id: I8c3ac09472a01cb0ac52e2e734993711cd409d93
2020-01-31Revert "pixel3_maineline: Add changes to get pixel3_mainline building a ↵Todd Kjos
boot.img" This reverts commit 85f6a8aecd3ba7609d28ace79f474a411092ebdd. Reason for revert: Caused build-break for aosp-master (pixel3_mainline-userdebug build) Change-Id: I653961de83baa953cfdde32e42d5706869764d9a
2020-01-29pixel3_maineline: Add changes to get pixel3_mainline building a boot.imgJohn Stultz
This adds some changes to get the pixel3_mainline target building a boot.img. It requires that a pixel3_mainline dir be present in the dragonboard-kernel dir, and it should contain a Image.gz-dtb file and any kernel modules to be included. If you do not want to use kernel modules, build with PIXEL3_USES_GKI=false. Change-Id: Iacea2afd0c81d65935de7e52bb680d2e314f6b3c Signed-off-by: John Stultz <john.stultz@linaro.org>
2019-09-24pixel3_mainline: Add support for Pixel3 AOSP target running mainline kernelAmit Pundir
Boots Blueline (Pixel3) to console. Graphics broken due to missing drm, panel driver and firmware files. Change-Id: Ibd3df4e03f093ec34b7f3eb5f6394a0a811ce139 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>