-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable trusty #481
Open
sgnanase
wants to merge
612
commits into
projectceladon:master
Choose a base branch
from
sgnanase:dtrusty
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Disable trusty #481
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test: boot ok after ota Tracked-On: https://jira01.devtools.intel.com/browse/OAM-70545 Signed-off-by: phireg <[email protected]>
Tracked-On: None Signed-off-by: sgnanase <[email protected]>
Tracked-On: None Signed-off-by: swei22 <[email protected]>
Tracked-On:None Signed-off-by: Swaroop Balan <[email protected]>
f2fs filesystem support is enabled for using in adoptable storage as per google AOSP CDD adoptable storage shall use both ext4 and f2fs. so enabling f2fs Tracked-On: None Test: mount cmd 1. create a storage volume with mkfs.f2fs utility 2. mount -t f2fs <dev entry> <mount point> 3. check mount cmd output and check for mount type as f2fs Signed-off-by: shyjumon <[email protected]>
…er/state Adding car service to access /sys/power/state to enable IVI to go for suspend. Tracked-on: OAM-56502 Signed-off-by: Madhusudhan S <[email protected]>
Enabling CONFIG_ANDROID_AUTO_SUSPEND_BEHAVIOR to bypass the alarmtimer during suspend flow. Tracked-On: OAM-56502 Signed-off-by: Madhusudhan S <[email protected]>
Tracked-On: OAM-70153
In order to the kernel add debug info. Tracked-On: OAM-71088 Signed-off-by: Meng, KangX <[email protected]>
if the storage speed is slow,then erase data partition maybe need cost long time. Tracked-On: OAM-70451 Signed-off-by: Meng, KangX <[email protected]>
if the storage speed is slow,then erase data partition maybe need cost long time. Tracked-On: OAM-70451 Signed-off-by: Meng, KangX <[email protected]>
The old code will cause CTS report following error: junit.framework.AssertionFailedError: The following domain(s) must be associated with the "coredomain" attribute because they are executed off of /system: This patch will add set_storage to codedomain. After enable the treble, will move the set_storage to /vendor/bin. Jira: OAM-71287 Test: Pass the CtsSecurityHostTestCases testing case. Signed-off-by: Ming Tan <[email protected]>
Because logd is not in whitelist of acquiring dac_override permission. remove logd dac_override permission for itself to fix SELinuxNeverallowRulesTest error in CtsSecurityHostTestCases Module. Jira: https://jira01.devtools.intel.com/browse/OAM-71343 Test: None Signed-off-by: Duan, YayongX <[email protected]>
…ostTestCases Module Tracked-On: OAM-71315 Signed-off-by: rnaidu <[email protected]>
Tracked-On: None Signed-off-by: Swaroop Balan <[email protected]>
Tracked-On: None Signed-off-by: Swaroop Balan <[email protected]>
This reverts commit 76bba74.
…/sys/power/state" This reverts commit 4b4c0ba.
Track-On: OAM-70520 Signed-off-by: Meng Xianglin <[email protected]>
Track-On: OAM-70520 Signed-off-by: Meng Xianglin <[email protected]>
Tracked-On: https://jira01.devtools.intel.com/browse/OAM-70236 Signed-off-by: Zhiwei Li [email protected]
thermal-daemon was a recipe for celadon builds only. This change would make thermal-daemon a recipe for cel_apl builds as well. Tracked-On: OAM-71333 Signed-off-by: ysiyer <[email protected]>
Tracked-On: OAM-71333 Signed-off-by: ysiyer <[email protected]>
Tracked-On: OAM-71333 Signed-off-by: ysiyer <[email protected]>
In sepolicy 'enforcing' mode, the ownership changes for the files were not set appropriately and 'init' was not given the permissions to do the same. This change would give appropriate permissions to 'init' to modify the permissions of sysfs files accessed by thermal-daemon. Tracked-On: OAM-71333 Signed-off-by: ysiyer <[email protected]>
…projectceladon#101 Tracked-On: OAM-71333 Signed-off-by: Swaroop Balan <[email protected]>
Google car.mk will define PRODUCT_PACKAGE_OVERLAYS, we need to make sure vendor car product overlays take precedence than google definition under packages/service/Car/car_product/overlay for customization. Tracked-On: OAM-71506 Signed-off-by: Hongcheng Xie <[email protected]>
Tracked-On: OAM-71684 Signed-off-by: M, Kumar K <[email protected]>
Tracked-On: OAM-71684 Signed-off-by: Swaroop Balan <[email protected]>
Tracked-On: OAM-69266 Signed-off-by: Sristi, Vns Murthy <[email protected]>
This reverts commit 1022f2e. GPGPU HAL is not ready to pass VTS test. Tracked-On: OAM-80053 Signed-off-by: Fei Jiang <[email protected]>
Change the setting of config-partition from enabled to true. Set system_partition_size=3584. Tracked-On: OAM-76402 Signed-off-by: Ming Tan <[email protected]>
Move some common files setting to this file. Tracked-On: OAM-76874 Signed-off-by: Ming Tan <[email protected]>
Tracked-On: OAM-79980 Signed-off-by: Ming Tan <[email protected]>
Tune the code about boot groups. Include the boot-arch, avb, slot-ab, vendor-partition, factory-partition, config-partition, flashfiles. sepolicy: allow config partition mount on /mnt/vendor/oem_config. Tracked-On: OAM-76402 Tracked-On: OAM-79980 Mixin-Reviewed-On: projectceladon/device-androidia-mixins#277 Mixin-Reviewed-On: projectceladon#422 Signed-off-by: Ming Tan <[email protected]>
Tracked-On: None Signed-off-by: swaroopb <[email protected]>
This reverts commit 1022f2e. Due to manifest.xml is made specific to different platform, previous revert only applied to apl platform. GPGPU HAL is not ready to pass VTS test. Tracked-On: OAM-80053 Signed-off-by: Fei Jiang <[email protected]>
After enable it, the kernel log can be output to screen, help to debug. And GRUB install also need this. Tracked-On: OAM-71855 Signed-off-by: Ming Tan <[email protected]>
Then can let output kernel log through PL2303 chip based USB serial port. Tracked-On: OAM-80071 Signed-off-by: Ming Tan <[email protected]>
It's found SOC tempeature in WHL RVP could sharply rised from ~45C to 100C when GPU/CPU has higher running in high load. It results in thermal shutdown at last for example in boot-up or switching user account. This patch disables the thermal shutdown as a work around solution considering no hardware is available for thermal team to do fine thermal parameters tunning. Tracked-On: OAM-79843 Signed-off-by: Zhen Han <[email protected]>
Tracked-On: None Signed-off-by: swaroopb <[email protected]>
[Mixin] PR for Revert "add neural network GPU hal support" for kbl/celadon/clk Tracked-On: OAM-80494 Mixin-Reviewed-On: projectceladon/device-androidia-mixins#281 Signed-off-by: Fei Jiang <[email protected]>
This change is to update hevc decoder 720p peformance due to msdk rebase. Tracked-On: OAM-80328 Signed-off-by: tianmi.chen <[email protected]>
Adding BT-SCO, BT-SCO Headset, BT-SCO Headset Mic devices and respective routes with primary output. Tracked-On: OAM-80739 Signed-off-by: Karan Patidar <[email protected]>
Enabling vendor specific wpa_supplicant library Setting BOARD_WPA_SUPPLICANT_PRIVATE_LIB to enable wpa_supplicant private library support. Tracked-On: OAM-79910 Mixin-Reviewed-On: projectceladon/device-androidia-mixins#279 Signed-off-by: Amrita Raju <[email protected]> Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
This driver requires additional ioctls, these same ones are also required by the anv vulkan driver. Tracked-On: None Signed-off-by: Tapani Pälli <[email protected]>
Different with AUTO, Celadon doesn't have IOC and it relied on RTC to wake from S3. Tracked-On: OAM-80917 Signed-off-by: Chen, Hu <[email protected]>
Previously, the thermal shutdown was disabled as WA when it is found the SOC temperature increasing from 40C to 95C within 4~5s. This patch changes the thermal throttling parameters and re-enable the thermal shutdown which is a POR feature. Tracked-On: OAM-81016 Signed-off-by: Zhen Han <[email protected]>
Tracked-On: None Signed-off-by: swaroopb <[email protected]>
Enable DBC RAW driver as a built-in module. At a time either DBC RAW or DBC TTY will work. Tracked-On: OAM-83084 Signed-off-by: Prabhat Chand Pandey <[email protected]>
Tracked-On: OAM-81158 Signed-off-by: ji, zhenlong z <[email protected]>
Tracked-On: OAM-79987 Signed-off-by: ji, zhenlong z <[email protected]>
Tracked-On: OAM-79987 Signed-off-by: sgnanase <[email protected]>
[WHL] Fix back-light control issue Tracked-On: OAM-79987 Mixin-Reviewed-On: projectceladon/device-androidia-mixins#287 Signed-off-by: sgnanase <[email protected]>
Removing obselete vndk27 config Tracked-On: OAM-83270 Mixin-Reviewed-On: projectceladon/device-androidia-mixins#298 Signed-off-by: rnaidu <[email protected]>
Just a test PR. Not to be merged. |
sysopenci
reviewed
Jun 24, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
FAILURE: CheckBug Bad comments/Bugs
For more information, see: /absp/builders/celadon-autobuild/builds/1018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.