Skip to content
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

Modify kabylake cpu-arch for cel_kbl #443

Open
wants to merge 599 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 8, 2018

  1. Enabling USB Role switch config for Commercial nuc

    Tracked-On:
    saranyagopal1 authored and swaroopbalan committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    527035f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Sepolicy: Fix for compilation error on user build

    Tracked-On: None
    
    Signed-off-by: Muhammad Aksar <[email protected]>
    muhammadaksar authored and swaroopbalan committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    c1d5de7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Add hw mpeg2 decoder support

    Jira: OAM-66318
    Test: Tested locally
    
    Tracked-On:
    Signed-off-by: tianmi.chen <[email protected]>
    TianmiChen authored and swaroopbalan committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    b209872 View commit details
    Browse the repository at this point in the history
  2. [CELADON] Upgrading the kernel def_config to 4.14.76

    Tracked-On: None
    
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    3c25102 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    b740f0c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. [MIXINUP] Change the default serial port to ttyS0.

    Tracked-On: None
    
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and swaroopbalan committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    9c3c00c View commit details
    Browse the repository at this point in the history
  2. [MIXINUP] USB live boot image should set bootloader2 partition empty.

    Tracked-On: OAM-69453
    
    Signed-off-by: Meng, KangX <[email protected]>
    kmengX authored and swaroopbalan committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    d4c5c98 View commit details
    Browse the repository at this point in the history
  3. Make CTS work on User build by allowing system_server access shell_da…

    …ta_file by map
    
    Tracked-On: OAM-70371
    Signed-off-by: bshwetha <[email protected]>
    shwethabolumbu authored and swaroopbalan committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    77f241a View commit details
    Browse the repository at this point in the history
  4. f2fs filesystem support enabled

    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]>
    swaroopbalan committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    fd69ec3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Integrate the GMS applicaton for celadon.

    Include GMS make file if avaiable.
    
    Tracked-On: OAM-69889
    Signed-off-by: Yan, WalterX <[email protected]>
    walterx-yan authored and swaroopbalan committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    0f6682c View commit details
    Browse the repository at this point in the history
  2. [CELADON] New config added for kernel 4.19

    Tracked-On: None
    swaroopbalan committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    e560dd9 View commit details
    Browse the repository at this point in the history
  3. [CELADON] Removed perftools since after rebase of 4.19 kernel issue w…

    …as seen
    
    Tracked-On: None
    swaroopbalan committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    d432c1b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. ota: update sepolicy partition names for slot ab

    Tracked-On: OAM-70601
    Signed-off-by: phireg <[email protected]>
    phireg authored and swaroopbalan committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    c69532b View commit details
    Browse the repository at this point in the history
  2. ota: add required partitions for slotab

    Test: boot ok after ota
    
    Tracked-On: https://jira01.devtools.intel.com/browse/OAM-70545
    
    Signed-off-by: phireg <[email protected]>
    phireg authored and swaroopbalan committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    e17fbf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. [CELADON] Enable CONFIG_TYPEC_TCPM to support USB_ROLE_SWITCH

    Tracked-On: None
    Signed-off-by: sgnanase <[email protected]>
    sgnanase authored and swaroopbalan committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    c77b98d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Set CONFIG_TRUSTY_BACKUP_TIMER to builtin mode in kernel_config

    Tracked-On: None
    Signed-off-by: swei22 <[email protected]>
    swei22 authored and swaroopbalan committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    2f9d7b0 View commit details
    Browse the repository at this point in the history
  2. Enabled NVME flag in kernel4.19

    Tracked-On:None
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    8b6ee00 View commit details
    Browse the repository at this point in the history
  3. [CELADON]f2fs filesystem support enabled

      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]>
    swaroopbalan committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    5782396 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. [CELADON]SELinux:remove dedicated sepolicy configuration for /sys/pow…

    …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]>
    smadhusu authored and swaroopbalan committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    4b4c0ba View commit details
    Browse the repository at this point in the history
  2. [CELADON] Enabling CONFIG_ANDROID_AUTO_SUSPEND_BEHAVIOR

    Enabling CONFIG_ANDROID_AUTO_SUSPEND_BEHAVIOR
    to bypass the alarmtimer during suspend flow.
    
    Tracked-On: OAM-56502
    Signed-off-by: Madhusudhan S <[email protected]>
    smadhusu authored and swaroopbalan committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    76bba74 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. [MIXINUP] Set overlay-car package for IVI

    Tracked-On: OAM-70153
    swaroopbalan committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    2d43769 View commit details
    Browse the repository at this point in the history
  2. [MIXINUP] Change the vendor partition size from 1500MB to 1800MB.

    In order to the kernel add debug info.
    
    Tracked-On: OAM-71088
    Signed-off-by: Meng, KangX <[email protected]>
    kmengX authored and swaroopbalan committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    8cb0b1d View commit details
    Browse the repository at this point in the history
  3. Change the timeout of fastboot from 1 minutes to 20 minutes.

    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]>
    kmengX authored and swaroopbalan committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    b1549b5 View commit details
    Browse the repository at this point in the history
  4. [MIXINUP] Change the timeout of fastboot from 1 minutes to 20 minutes.

    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]>
    kmengX authored and swaroopbalan committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ec907b5 View commit details
    Browse the repository at this point in the history
  5. Sepolicy: add set_storage to coredomain.

    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]>
    tanminger authored and swaroopbalan committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    8f96061 View commit details
    Browse the repository at this point in the history
  6. Debug: remove logd.te file

    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]>
    yayongdx authored and swaroopbalan committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    aa416e3 View commit details
    Browse the repository at this point in the history
  7. Fix for the test InstallDexMetadataHostTest failed in CtsDexMetadataH…

    …ostTestCases Module
    
    Tracked-On: OAM-71315
    Signed-off-by: rnaidu <[email protected]>
    vramyanaidu authored and swaroopbalan committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    6f45528 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. [CELADON] Made seplociy as enforcing for celadon tablet

    Tracked-On: None
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    d55db7a View commit details
    Browse the repository at this point in the history
  2. [MIXINUP] CELADON enforcing done for celadon tablet

    Tracked-On: None
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    0c86e39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c93759 View commit details
    Browse the repository at this point in the history
  4. Revert "[CELADON]SELinux:remove dedicated sepolicy configuration for …

    …/sys/power/state"
    
    This reverts commit 4b4c0ba.
    swaroopbalan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    26d1361 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Enable self implemented usb device mode protocol in kernelflinger.

    Track-On: OAM-70520
    Signed-off-by: Meng Xianglin <[email protected]>
    mengxianglinx authored and swaroopbalan committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    9dbb253 View commit details
    Browse the repository at this point in the history
  2. [MIXINUP] Enable self implemented usb device mode protocol

    Track-On: OAM-70520
    Signed-off-by: Meng Xianglin <[email protected]>
    mengxianglinx authored and swaroopbalan committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    c5c7c24 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    18ecc0b View commit details
    Browse the repository at this point in the history
  2. thermal-daemon: Enable thermal daemon for all builds

    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]>
    ysiyer authored and swaroopbalan committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    8220648 View commit details
    Browse the repository at this point in the history
  3. thermal-daemon: Enable thermal policy for KBL NUC7i5DNHE devices

    Tracked-On: OAM-71333
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and swaroopbalan committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    50e65c2 View commit details
    Browse the repository at this point in the history
  4. thermal-daemon: Enable thermal policy for APL NUC6CAYH devices

    Tracked-On: OAM-71333
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and swaroopbalan committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    42cd1e9 View commit details
    Browse the repository at this point in the history
  5. thermal-daemon: Fix appropriate permission for init

    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]>
    ysiyer authored and swaroopbalan committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    f95494d View commit details
    Browse the repository at this point in the history
  6. [CELADON] thermal-daemon: Update the path for the thermal config files

    …projectceladon#101
    
    Tracked-On: OAM-71333
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    111c23f View commit details
    Browse the repository at this point in the history
  7. [MIXINUP] Add car product overlays

    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]>
    hongcheng-xie authored and swaroopbalan committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    3114eb3 View commit details
    Browse the repository at this point in the history
  8. Enable audio HAL 4.0

    Tracked-On: OAM-71684
    Signed-off-by: M, Kumar K <[email protected]>
    kkm123 authored and swaroopbalan committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    a481886 View commit details
    Browse the repository at this point in the history
  9. [MIXINUP] Enable Audio HAL 4.0 on celadon projectceladon#110

    Tracked-On: OAM-71684
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    21c62b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. enable sepolicy for sample-all neural networks hal

    Tracked-On: OAM-69266
    Signed-off-by: Sristi, Vns Murthy <[email protected]>
    sristivnsmurthy authored and swaroopbalan committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    722b259 View commit details
    Browse the repository at this point in the history
  2. [CELADON] Enable back secure adb

    Tracked-On: None
    Signed-off-by: sgnanase <[email protected]>
    sgnanase authored and swaroopbalan committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a0b94f6 View commit details
    Browse the repository at this point in the history
  3. [CELADON] Upgrading the kernel def_config to 4.19

    Tracked-On:None
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    736d748 View commit details
    Browse the repository at this point in the history
  4. support adoptable storage on usb

    since there is no sd card slot on Commercial KBL-NUC, use adoptable usb to test related function instead.
    
    Tracked-On: https://jira01.devtools.intel.com/browse/OAM-69262
    Signed-off-by: Zhiwei li [email protected]
    Zhiwei-Lii authored and swaroopbalan committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    9e1ff5f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. SELinux: Remove dedicated sepolicy configuration for /sys/power/state

    We do not need the sepolicy changes for sys/power/state in "P" since
    it is already handled by the core.
    
    Tracked-on: OAM-56502
    Signed-off-by: Madhusudhan S <[email protected]>
    smadhusu authored and swaroopbalan committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    70b7336 View commit details
    Browse the repository at this point in the history
  2. [CELADON] Enabling CONFIG_ANDROID_AUTO_SUSPEND_BEHAVIOR

    Enabling CONFIG_ANDROID_AUTO_SUSPEND_BEHAVIOR
    to bypass the alarmtimer during suspend flow.
    
    Tracked-On: OAM-56502
    Signed-off-by: Madhusudhan S <[email protected]>
    swaroopbalan committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5572abc View commit details
    Browse the repository at this point in the history
  3. [CELADON] Change the logging during boot

    This is a wa to increase logging during console initialization and
    will be reverted later.
    
    Tracked-On: OAM-71556
    Signed-off-by: Madhusudhan S <[email protected]>
    swaroopbalan committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    0115b51 View commit details
    Browse the repository at this point in the history
  4. [MIXINUP] Reduce logging after kernel boot-up projectceladon#113

    Tracked-On: None
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    9613572 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. [MIXINUP] enable MultiCameraApp in mixins

    Tracked-On: 69238
    Signed-off-by: Sristi, Vns Murthy <[email protected]>
    sristivnsmurthy authored and swaroopbalan committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    309312c View commit details
    Browse the repository at this point in the history
  2. Adding config_cpuset script

    Tracked-On: OAM-71691
    Signed-off-by: raghupatelraj <[email protected]>
    Signed-off-by: sgnanase <[email protected]>
    raghupatelraj authored and sysopenci committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    e33d488 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. [MIXINUP] for Mixins porting

    Tracked-On: OAM-71487
    Signed-off-by: raghupatelraj <[email protected]>
    Signed-off-by: sgnanase <[email protected]>
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    144d6cc View commit details
    Browse the repository at this point in the history
  2. CTS Fix for SELinuxHostTest Failed in CtsSecurityHostTestCases

    Description:
    The wlan_intel_restore must be associated with the "coredomain"
    attribute because they are executed off of /system
    
    This patch fixs android.security.cts.SELinuxHostTest#testCoredomain
    Violators testcase
    
    Tracked-On: https://jira01.devtools.intel.com/browse/OAM-71816
    Signed-off-by: Nitin Rawat <[email protected]>
    nitinrawat67 authored and swaroopbalan committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    f69aa8b View commit details
    Browse the repository at this point in the history
  3. Fix the issue that kitchensink_app cannot send bluetooth msg

    This issue relates with the AOSP Car service module, It'd better
    put these rules to packages/services/Car/car_product/sepolicy/test.
    Maybe we need to upstream this patch?
    
    Tracked-On: OAM-71318
    Signed-off-by: ji, zhenlong z [email protected]
    Signed-off-by: Yan, WalterX <[email protected]>
    walterx-yan authored and swaroopbalan committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    d2ce06e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b92dc8 View commit details
    Browse the repository at this point in the history
  5. Revert "[CELADON] Change the logging during boot"

    This reverts commit 0115b51.
    swaroopbalan committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    92570f0 View commit details
    Browse the repository at this point in the history
  6. [MIXINUP] after reverting Reduce logging after

    kernel boot-up and support of f2fs enable
    
    Tracked-On: None
    swaroopbalan committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8b1e60f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Set config_enableWifiDisplay to false

    Wifi Display has dependency on wifi direct and
    wifi Direct will work when wifi vendor hal is supported.
    Intel doesnot have wifi vendor hal implementation,
    Hence disabled config_enableWifiDisplay flag to false
    to disable wifi direct so that Concurrencytest will pass.
    
    Tracked-On: OAM-71339
    Signed-off-by: Harshita Goswami <[email protected]>
    goswamiharshita authored and buildslave committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    096fe8a View commit details
    Browse the repository at this point in the history
  2. USB Camera: Change UVC driver as built-in module

    Make the UVC driver as built-in instead of LKM
    
    Tracked-On: OAM-71785
    
    Signed-off-by: Muhammad Aksar <[email protected]>
    muhammadaksar authored and buildslave committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    5b5fd42 View commit details
    Browse the repository at this point in the history
  3. USB Camera: Add support for 720p HD preview at 30fps

    Support for 720@30fps on External Camera HAL
    
    Tracked-On: OAM-72082
    
    Signed-off-by: Muhammad Aksar <[email protected]>
    muhammadaksar authored and buildslave committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    5d3c6c9 View commit details
    Browse the repository at this point in the history
  4. Health-HAL: Adding health hal for celadon

    Current celadon platforms are not battery operated systems.
    Android 9 onwards, the battery less devices status reporting has
    changed. This caused cts failures.
    
    Ref: https://source.android.com/devices/tech/power/batteryless
    +-------------------------------------------------------------------------------+
    |  Battery State             |  Android 9 and higher  |  Android 8.1 and lower  |
    +-------------------------------------------------------------------------------+
    |  Present                   |    false               |    true                 |
    |  Status                    |    unknown             |    charging             |
    |  Remaining Capacity        |    0                   |    100                  |
    |  Health                    |    unknown             |    good                 |
    |  AC charger online status  |    not modified        |    forced to true       |
    +-------------------------------------------------------------------------------+
    
    As per google's recommendation, OEMs can implement HAL to
    overcome/report the status as desired.
    
    Tracked-On: OAM-71291
    Signed-off-by: Liu, PengX <[email protected]>
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and buildslave committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    2c313d9 View commit details
    Browse the repository at this point in the history
  5. mixin updates

    Disable Wifi Direct
    Wifi Direct will work when wifi vendor hal is supported.
    Intel doesnot have wifi vendor hal implementation,
    Hence to pass Concurrencytest, wifi direct is disabled.
    Celadon porting mixins [debug-logs]
    Health-HAL: Adding health hal for celadon
    Current celadon platforms are not battery operated systems.
    Android 9 onwards, the battery less devices status reporting has
    changed. This caused cts failures.
    Ref: https://source.android.com/devices/tech/power/batteryless
    +-------------------------------------------------------------------------------+
    |  Battery State             |  Android 9 and higher  |  Android 8.1 and lower  |
    +-------------------------------------------------------------------------------+
    |  Present                   |    false               |    true                 |
    |  Status                    |    unknown             |    charging             |
    |  Remaining Capacity        |    0                   |    100                  |
    |  Health                    |    unknown             |    good                 |
    |  AC charger online status  |    not modified        |    forced to true       |
    +-------------------------------------------------------------------------------+
    As per google's recommendation, OEMs can implement HAL to
    overcome/report the status as desired.
    Health-HAL: Enabling health hal in mixins
    Current celadon platforms are not battery operated systems.
    Android 9 onwards, the battery less devices status reporting has
    changed. This caused cts failures.
    Ref: https://source.android.com/devices/tech/power/batteryless
    +-------------------------------------------------------------------------------+
    |  Battery State             |  Android 9 and higher  |  Android 8.1 and lower  |
    +-------------------------------------------------------------------------------+
    |  Present                   |    false               |    true                 |
    |  Status                    |    unknown             |    charging             |
    |  Remaining Capacity        |    0                   |    100                  |
    |  Health                    |    unknown             |    good                 |
    |  AC charger online status  |    not modified        |    forced to true       |
    +-------------------------------------------------------------------------------+
    As per google's recommendation, OEMs can implement HAL to
    overcome/report the status as desired.
    
    Change-Id: Ia7e3e6ce179d91300413f94a9259ff49292ecf80
    Tracked-On: OAM-71291
    Tracked-On: OAM-71339
    Tracked-On: OAM-72056
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#119
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#120
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#121
    Mixin-Reviewed-On: projectceladon#164
    Signed-off-by: Harshita Goswami <[email protected]>
    Signed-off-by: Liu, PengX <[email protected]>
    Signed-off-by: raghupatelraj <[email protected]>
    Signed-off-by: sgnanase <[email protected]>
    Signed-off-by: ysiyer <[email protected]>
    buildslave committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    3ef66e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Remove sepolicy rules for logsvc

    Remove bellow rule for logsvc to fix cts test errors:
    allow logsvc self:capability { dac_override sys_nice };
    
    Tracked-On: https://jira01.devtools.intel.com/browse/OAM-71987
    Signed-off-by: Xinanx, Luo [email protected]
    xinanlux authored and buildslave committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    7d19d21 View commit details
    Browse the repository at this point in the history
  2. Remove sepolicy rule for dumpstate_dropbox

    Remove bellow rule for dumpstate_dropbox to fix cts test errors:
    allow dumpstate_dropbox self:capability { chown dac_override };
    
    Tracked-On: https://jira01.devtools.intel.com/browse/OAM-71987
    Signed-off-by: Xinanx, Luo <[email protected]>
    xinanlux authored and buildslave committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    f1af5a2 View commit details
    Browse the repository at this point in the history
  3. Fix the neverallow violations

    There are lots of neverallow violations during the cts
    test, we need to remove the related rules.
    
    Tracked-On: OAM-71989
    Signed-off-by: ji, zhenlong z <[email protected]>
    ceiba1985 authored and buildslave committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    7205234 View commit details
    Browse the repository at this point in the history
  4. thermal-daemon: Moving the data dir to vendor

    As per VNDK rules, data files directory for vendor apps should
    be in vendor folder. Hence moving data dir from /data/misc to
    /data/vendor folder.
    
    Tracked-On: OAM-71986
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and buildslave committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    97a974b View commit details
    Browse the repository at this point in the history
  5. In kernel config, enable virtio pci and virtio input.

    It can be used to support virto-scsi-pci device in QEMU.
    
    Tracked-On: OAM-72233
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and buildslave committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    7fb2057 View commit details
    Browse the repository at this point in the history
  6. [MIXINUP] Fix cts failure in CtsAppTestCases

    CTS failure due to don't support feature: FEATURE_CANT_SAVE_STATE
    the feature is for supporting the R.attr.cantSaveState API( sdk28),
    the cantSaveState declare that this application can't participate
    in the normal state save/restore mechanism.
    
    Test: run cts -m CtsAppTestCases \
            -t
    android.app.cts.ActivityManagerProcessStateTest#testCantSaveStateLaunchAndBackground
          run cts -m CtsAppTestCases \
            -t
    android.app.cts.ActivityManagerProcessStateTest#testCantSaveStateLaunchAndSwitch
    
    Tracked-On: OAM-71298
    Signed-off-by: Wang, ArvinX <[email protected]>
    arvinwax authored and buildslave committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    c8db74f View commit details
    Browse the repository at this point in the history
  7. mixin updates

    thermal-daemon: Updating the data dir in initrc from misc' to 'vendor'
    As per VNDK rules, moving the data dir from /data/misc to
    /data/vendor folder.
    Fix cts failure in CtsAppTestCases
    CTS failure due to don't support feature: FEATURE_CANT_SAVE_STATE
    the feature is for supporting the R.attr.cantSaveState API( sdk28),
    the cantSaveState declare that this application can't participate
    in the normal state save/restore mechanism.
    Test: run cts -m CtsAppTestCases \
    -t android.app.cts.ActivityManagerProcessStateTest#testCantSaveStateLaunchAndBackground
    run cts -m CtsAppTestCases \
    -t android.app.cts.ActivityManagerProcessStateTest#testCantSaveStateLaunchAndSwitch
    
    Change-Id: I72121ec64bfbf14a57c5222cff4046816363c2c0
    Tracked-On: OAM-71298
    Tracked-On: OAM-71986
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#117
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#122
    Signed-off-by: Wang, ArvinX <[email protected]>
    Signed-off-by: ysiyer <[email protected]>
    buildslave committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    0b0070b View commit details
    Browse the repository at this point in the history
  8. MMC: SDHCI Host controller enabling for 4.19.x kernel

    Tracked-On: OAM-71946
    Signed-off-by: shyjumon <[email protected]>
    shyjumon-n authored and swaroopbalan committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    73d666c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. thermal-daemon: Updating the temp limits for all platforms

    temp_crit for cpus set as follows for all platforms:
    KBL-NUC Commercial devices: 100
    KBL-NUC Development devices: 100
    APL-NUC Development devices: 105
    
    Hence redefined the thermal policy as follows:
    KBL-NUC Commercial and Development devices:
    Passive limit 1: 85 C
    Passive limit 2: 95 C
    Critical limit: 99 C
    
    APL-NUC devices:
    Passive limit 1: 90 C
    Passive limit 2: 100 C
    Critical limit: 104 C
    
    Tracked-On: OAM-72228
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and sysopenci committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b98c513 View commit details
    Browse the repository at this point in the history
  2. [MIXINUP]Move TARGET_BOARD_PLATFORM from boot-arch to project-celadon

    Move it to make sure TARGET_BOARD_PLATFORM getting definded
    before using as device.mk gets running before BoardConfig.mk
    
    Tracked-On: OAM-72181
    Signed-off-by: Yan, WalterX <[email protected]>
    walterx-yan authored and sysopenci committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    bc0a90f View commit details
    Browse the repository at this point in the history
  3. support adoptable storage on usb

    since there is no sd card slot on Commercial KBL-NUC, use adoptable usb
    to test related function instead
    
    Tracked-On: https://jira01.devtools.intel.com/browse/OAM-72351
    Signed-off-by: Zhiwei li [email protected]
    Zhiwei-Lii authored and swaroopbalan committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    1584cd8 View commit details
    Browse the repository at this point in the history
  4. [MIXINUP] support adoptable storage on usb projectceladon#175

    Tracked-On: OAM-72351
    Signed-off-by: Swaroop Balan <[email protected]>
    swaroopbalan committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    d0dad66 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Enable 1GB zram swap

    Signed-off-by: Cathy Bao <[email protected]>
    Cbaoj authored and buildslave committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    e9198cd View commit details
    Browse the repository at this point in the history
  2. Add sepolicy for swap

    Cbaoj authored and buildslave committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    cf5e155 View commit details
    Browse the repository at this point in the history
  3. mixin updates

    Add sepolicy for swap
    Add swap mixin group
    
    Tracked-On: https://jira01.devtools.intel.com/browse/OAM-71656
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#127
    Mixin-Reviewed-On: projectceladon#174
    Signed-off-by: Cathy Bao <[email protected]>
    buildslave committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    25a47d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Set proper codec performance range on KBL

    Tracked-On: OAM-71352, OAM-72681
    Signed-off-by: tianmi.chen <[email protected]>
    TianmiChen authored and swaroopbalan committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    89b1cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca21c3 View commit details
    Browse the repository at this point in the history
  3. Mixinup Changes

    Tracked-On: None
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    a309a4b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. celadon: Add socperf and socwatch in extra kernel module path

    It adds socperf and socwatch kernel-modules in extra kernel modules
    to consider extra modules for compile and build.
    
    Tracked-On: OAM-71957
    Signed-off-by: Punit Vara <[email protected]>
    punitvara authored and swaroopbalan committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    907868e View commit details
    Browse the repository at this point in the history
  2. [MIXINUP] enable socperf and socwatch driver

    socwatch and socperf configuration changes for cel_apl and celadon
    
    Tracked-On: OAM-71957
    Signed-off-by: Punit Vara <[email protected]>
    punitvara authored and swaroopbalan committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    1152d78 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. sepolicy: Add selinux permissions for USB

    This patch adds selinux permissions needed for
    init.rc to write into 'role' sysfs and set
    USB config.
    
    Jira: OAM-71244
    
    Signed-off-by: saranya <[email protected]>
    saranyagopal1 authored and swaroopbalan committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    536ea67 View commit details
    Browse the repository at this point in the history
  2. MIXINUP: Fix issue with shutdown

    Jira: OAM-71244
    
    Signed-off-by: saranya <[email protected]>
    saranyagopal1 authored and swaroopbalan committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    83a7d3f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. allow installd delete file of crashreport_app_data_file

    Jira: OAM-73599
    
    Signed-off-by: ji, zhenlong z <[email protected]>
    ceiba1985 authored and swaroopbalan committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    1112581 View commit details
    Browse the repository at this point in the history
  2. Add sepolicy for SystemUpdater and update_engine

    allow SystemUpdater to invoke update_engine server,
    update_engine can access the OTA file in removable storage.
    
    Change-Id: Iefb19d4b7ef48aca94000363d3fbfeecc68edf55
    Tracked-On: OAM-73479
    Signed-off-by: hengluo <[email protected]>
    Signed-off-by: phireg <[email protected]>
    Reviewed-on: https://android.intel.com:443/649052
    luo-heng authored and swaroopbalan committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    d743ce4 View commit details
    Browse the repository at this point in the history
  3. Mixinup Changes

    Tracked-On: None
    
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    a7f39f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Mixinup Changes

    Tracked-On: None
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    b80f3bb View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. [MIXINUP] Use diskbus option instead of hard code

    Tracked-On: 72607
    Signed-off-by: Meng Xianglin <[email protected]>
    mengxianglinx authored and swaroopbalan committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    1a7f606 View commit details
    Browse the repository at this point in the history
  2. Enable NVME target driver to support early mount

    Tracked-On: OAM-72796
    Signed-off-by: Meng Xianglin <[email protected]>
    mengxianglinx authored and swaroopbalan committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    afac684 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. bluetooth: Changes to make treble complaint

    - Change IBluetoothHci transport to hwbinder
    - Add sepolicy for vendor hal service
    
    Tracked-On: OAM-73774
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    JeevakaPrabu authored and swaroopbalan committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    e158961 View commit details
    Browse the repository at this point in the history
  2. [MIXINUP] Set BOARD_HAVE_BLUETOOTH_LINUX_PRI

    Tracked-On: None
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    23570f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. MIXINUP: usb-gadget: Treble compliance

    This is mixin-update for USB treble compliance.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-74901
    Signed-off-by: saranya <[email protected]>
    saranyagopal1 authored and sysopenci committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    2c2ca1d View commit details
    Browse the repository at this point in the history
  2. Add Vehicle HAL hidl config

    Tracked-On:OAM-74923
    Signed-off-by: Hongcheng Xie <[email protected]>
    hongcheng-xie authored and sysopenci committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    f97441f View commit details
    Browse the repository at this point in the history
  3. Add the boot HIDL.

    It is needed to support Treble.
    Currently use boot HAL 1.0.
    
    Tracked-On: OAM-74780
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and swaroopbalan committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    586c163 View commit details
    Browse the repository at this point in the history
  4. [MIXINUP] mixinup vndk

    Tracked-On: None
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    0961eeb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Update VP8/VP9dec1080p performance data

    Tracked-On: OAM-74866
    Signed-off-by: tianmi.chen <[email protected]>
    TianmiChen authored and sysopenci committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    a5d8139 View commit details
    Browse the repository at this point in the history
  2. Enable hw-binder for audio in manifest

    Tracked-On: OAM-74969
    Signed-off-by: M, Kumar K <[email protected]>
    kkm123 authored and sysopenci committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    c508799 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Creating new lunch target for cel_kbl

    Tracked-On: OAM-75083
    Signed-off-by: rnaidu <[email protected]>
    vramyanaidu authored and sysopenci committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    c5c47fb View commit details
    Browse the repository at this point in the history
  2. Add dumpstate hidl config

    Tracked-On: OAM-75053
    Signed-off-by: Hongcheng Xie <[email protected]>
    hongcheng-xie authored and sysopenci committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    e087fe0 View commit details
    Browse the repository at this point in the history
  3. Add memtrack hidl config

    Tracked-On: OAM-75053
    Signed-off-by: Hongcheng Xie <[email protected]>
    hongcheng-xie authored and sysopenci committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    8c7a82c View commit details
    Browse the repository at this point in the history
  4. Add gatekeeper hidl config

    Tracked-On: OAM-75053
    Signed-off-by: Hongcheng Xie <[email protected]>
    hongcheng-xie authored and sysopenci committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    2a89311 View commit details
    Browse the repository at this point in the history
  5. set_storage: set sepolicy after enable treble.

    Tracked-On: OAM-74945
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and buildslave committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    1f725e1 View commit details
    Browse the repository at this point in the history
  6. mixin updates

    Add the treble support for boot system.
    After enable the treble, then use /vendor/etc/fstab.${ro.hardware}
    and /vendor/bin/set_storage.vendor.
    The boot-arch and project-celadon will depend on treble.
    
    Tracked-On: OAM-74931
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#153
    Signed-off-by: Ming Tan <[email protected]>
    buildslave committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    0717031 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Add dummy device as primary in audio config

    Tracked-On: OAM-75020
    Signed-off-by: M, Kumar K <[email protected]>
    kkm123 authored and buildslave committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    0211021 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    Add init.rc for audio
    Add the init.rc with dummy sound kernel module
    load at boot.
    
    Tracked-On: OAM-73881
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#139
    Signed-off-by: M, Kumar K <[email protected]>
    buildslave committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    8391505 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Enable Treble and pass VTS for Power Management

    Ported PowerHAL V1.2 to Celadon
    
    This commit has the initial soruce code for
    PowerHAL v1.2 and the necessary sepolicy
    configurations.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-75180
    Signed-off-by: Madhusudhan S <[email protected]>
    smadhusu authored and buildslave committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d898bf7 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    PowerHAL V1.2:Adding mixins groups for sepolicy
    Updated mixin groups for PowerHAL 1.2.
    Enable Treble and pass VTS for Power Management
    Ported PowerHAL V1.2 to Celadon
    This commit has the initial soruce code for
    PowerHAL v1.2 and the necessary sepolicy
    configurations.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-75180
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#157
    Mixin-Reviewed-On: projectceladon#224
    Signed-off-by: Madhusudhan S <[email protected]>
    buildslave committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    6fdf16c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. mixin updates

    factory-partition: move the mount point to /vendor/factory.
    If enable treble, the GSI has not /factory mount point.
    vendor-partition: Should not add to fstab if enable firststage-mount.
    After enable the firststage-mount, the mount porint of vendor partition
    is defined by ACPI first stage mount SSDT, not in fstab.
    Also adjust some depends of groups to support this change.
    
    Tracked-On: OAM-75157
    Tracked-On: OAM-75272
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#158
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#161
    Signed-off-by: Ming Tan <[email protected]>
    buildslave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    da17565 View commit details
    Browse the repository at this point in the history
  2. remove unused flag 'tos_partition'

    Tracked-On: OAM-75040
    Signed-off-by: sheng wei <[email protected]>
    swei22 authored and buildslave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    6ffcf2c View commit details
    Browse the repository at this point in the history
  3. mixin updates

    remove unused flag 'tos_partition'
    reuse the flag 'trusty' as flag 'tos_partition'
    
    Tracked-On: OAM-75040
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#150
    Mixin-Reviewed-On: projectceladon#207
    Signed-off-by: sheng wei <[email protected]>
    buildslave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    327f244 View commit details
    Browse the repository at this point in the history
  4. Add kernel config for ramdump decoding support

    Currently, both user/user debug use same kernel config,
    this patch add kernel debug config for celadon.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-75275
    Signed-off-by: Baofeng, Tian [email protected]
    btian1 authored and buildslave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    f56a15a View commit details
    Browse the repository at this point in the history
  5. mixin updates

    Add kernel config for user debug support
    Currently, both user/user debug use same kernel config,
    this patch add kernel debug config for celadon.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-75275
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#169
    Signed-off-by: Baofeng, Tian [email protected]
    buildslave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    136db8d View commit details
    Browse the repository at this point in the history
  6. treble: update sepolicy for surfaceflinger

    Tracked-On: OAM-75232
    Signed-off-by: phireg <[email protected]>
    Signed-off-by: Ren Chenglei <[email protected]>
    renchenglei authored and sysopenci committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    154d6e2 View commit details
    Browse the repository at this point in the history
  7. kernel config:enable WDAT_wdt and disable iTCO_wdt

    Enable wdat_wdt watchdog driver kernel config.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-72641
    Signed-off-by: Tian, Baofeng [email protected]
    Signed-off-by: Duan, YayongX [email protected]
    btian1 authored and buildslave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    058c845 View commit details
    Browse the repository at this point in the history
  8. boot-arch: set wdat watchdog timeout

    set watchdog timeout as 40s in cel_apl.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-72641
    Signed-off-by: Tian, Baofeng [email protected]
    Signed-off-by: Duan, YayongX [email protected]
    btian1 authored and buildslave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    dadc932 View commit details
    Browse the repository at this point in the history
  9. mixin updates

    boot-arch: set wdat watchdog timeout
    set watchdog timeout as 40s in cel_apl.
    boot-arch: define watchdog parameters
    define watchdog parameters to false as default in option spec file.
    boot-arch: define watchdogd service
    Define a watchdogd service in a new init.rc file.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-72641
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#173
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#174
    Mixin-Reviewed-On: projectceladon#243
    Signed-off-by: Duan, YayongX [email protected]
    Signed-off-by: Tian, Baofeng [email protected]
    buildslave committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    48453ca View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. mixin updates

    Moving to latest mixin(3.2.2)
    
    Tracked-On: OAM-75331
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#171
    Signed-off-by: rnaidu <[email protected]>
    buildslave committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    7994700 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Fix typo error for vulkan library

    The typo error will cause CTS dEQP vulkan module failure, this
    commit help fix this issue.
    
    Tracked-On: OAM-75410
    Signed-off-by: Ren Chenglei <[email protected]>
    renchenglei authored and sysopenci committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    b942ace View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. set_storage: Fix the sepolicy issue when set API level to 28.

    After set API level to 28, it will report deny some operation for
    default_prop:file.
    
    Tracked-On: OAM-75347
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and sysopenci committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    9343936 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. mixin updates

    Fix CtsVerifier Bugreport collection fail
    Add -z option to bugreport service. New version of bugreport(dumpstate)
    requires -z CLI option. The dumpstate will exit before doing actual dump
    if lack of -z option. That will cause bugreport collection fail.
    
    Tracked-On: OAM-75535
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#177
    Signed-off-by: Yan, WalterX <[email protected]>
    buildslave committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    790503e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Change trusty ref_target for cel_apl and cel_kbl

    set trusty ref_target to project-celadon_apl for lunch target cel_apl
    set trusty ref_target to project-celadon_kbl for lunch target cel_kbl
    
    Signed-off-by: sheng wei <[email protected]>
    Tracked-On: OAM-75315
    swei22 authored and buildslave committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    ac7e06d View commit details
    Browse the repository at this point in the history
  2. mixin updates

    Change trusty ref_target for cel_apl and cel_kbl
    set trusty ref_target to project-celadon_apl for lunch target cel_apl
    set trusty ref_target to project-celadon_kbl for lunch target cel_kbl
    
    Tracked-On: OAM-75315
    Mixin-Reviewed-On: projectceladon#242
    Signed-off-by: sheng wei <[email protected]>
    buildslave committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    1240ad2 View commit details
    Browse the repository at this point in the history
  3. remove simics files

    Add option to build craff file, so in Celadon project
    we can disable use of simics tools.
    
    Tracked-On: OAM-75249
    Signed-off-by: phireg <[email protected]>
    phireg authored and buildslave committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    c2feb3a View commit details
    Browse the repository at this point in the history
  4. mixin updates

    remove simics files
    Add option to build craff file, so in Celadon project
    we can disable use of simics tools.
    remove simics files
    Add option to build craff file, so in Celadon project
    we can disable use of simics tools.
    
    Tracked-On: OAM-75249
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#162
    Mixin-Reviewed-On: projectceladon#249
    Signed-off-by: phireg <[email protected]>
    buildslave committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    a97a8c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. mixin updates

    btusb: Disable new AVRCP in IVI
    As new AVRCP is having issues with IVI package, enable it
    only for tablet package.
    
    Tracked-On: OAM-75947
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#180
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    buildslave committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    6f0687c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Deleting the files to remove the duplicates

    Tracked-On: OAM-76022
    Signed-off-by: rnaidu <[email protected]>
    vramyanaidu authored and swaroopbalan committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    b257e01 View commit details
    Browse the repository at this point in the history
  2. Mixinup changes

    Tracked-On: None
    swaroopbalan committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    f0d2920 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Enable early mount for project-celadon

    Tracked-On: OAM-69202
    Signed-off-by: Meng Xianglin <[email protected]>
    mengxianglinx authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    7c1414d View commit details
    Browse the repository at this point in the history
  2. Enable early mount for project-celadon

    Tracked-On: OAM-69202
    Signed-off-by: Meng Xianglin <[email protected]>
    mengxianglinx authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    9f98d0b View commit details
    Browse the repository at this point in the history
  3. [TREBLE] Fix OTA fail about compatibility matrix.xml

    ota: add drm in manifest.xml for treble enabled build
    ota: set sepolicy version to 27 for enabling treble
    ota: update kernel config for Android P support
    
    Tracked-On: OAM-74970
    Signed-off-by: Regnier, Philippe <[email protected]>
    phireg authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    f83cb31 View commit details
    Browse the repository at this point in the history
  4. [TREBLE] treble and vndk: set to true now.

    Tracked-On: OAM-75326
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    c9c6ffb View commit details
    Browse the repository at this point in the history
  5. [Mixinup] treble and vndk: set to true now.

    Tracked-On: OAM-75326
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    b7b1d9d View commit details
    Browse the repository at this point in the history
  6. [TREBLE] Set API LEVEL to 28

    Tracked-On: None
    Signed-off-by: Qiming Shi <[email protected]>
    qshi5 authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    8a50251 View commit details
    Browse the repository at this point in the history
  7. SELinux: grant some permissions for vendor_init

    Some kernel modules need to be loaded by vendor_init, grant
    the relevant permissions to vendor_init.
    
    Tracked-On: None
    
    Signed-off-by: ji, zhenlong z <[email protected]>
    ceiba1985 authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    3c67bbe View commit details
    Browse the repository at this point in the history
  8. AudioHal VTS Change

    Tracked-On: OAM-75193
    Signed-off-by: karanpat <[email protected]>
    karanpat authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    b38ef85 View commit details
    Browse the repository at this point in the history
  9. [Mixinup] Add support for dummy sound card

    Handle dummy sound device as primary device
    when no default sound card is present
    
    Tracked-On: OAM-75019
    Signed-off-by: karanpat <[email protected]>
    karanpat authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    22c1e34 View commit details
    Browse the repository at this point in the history
  10. Allow vendor_inint read plat_file_contexts

    vendor_init need to assign lables for files under
    /data/vendor
    
    Tracked-On: None
    
    Signed-off-by: ji, zhenlong z <[email protected]>
    swei22 authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    60f10c4 View commit details
    Browse the repository at this point in the history
  11. [TREBLE ]Revert "enable sepolicy for sample-all neural networks hal"

    Remove NN-Hal manifest.xml entry and sepolicy
    This reverts commit 722b259.
    Tracked-On: None
    
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    JeevakaPrabu authored and sgnanase committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    89609fc View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. wlan: Add IWifi to manifest.xml for wifi treble complaint

    Tracked-On: OAM-75990
    Signed-off-by: Amrita Raju <[email protected]>
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    amritara authored and buildslave committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0d79dd4 View commit details
    Browse the repository at this point in the history
  2. Add system.prop

    - Add target specific system.prop which sets value for
    system properties.
    
    Tracked-On: OAM-75987
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    JeevakaPrabu authored and buildslave committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    4bca741 View commit details
    Browse the repository at this point in the history
  3. mixin updates

    bluetooth: Add changes for vendor complaint
    - Define macro to use correct libbt-vendor
    - Remove not used file to store bt paired information
    - Move loading of bluetooth modules from post-fs phase
    to boot phase.
    iwlwifi: Add changes for treble complaint
    IWifi VTS test cases are not getting executed
    due to p2p interface is not set properly.
    Following changes are done to fix the issue:
    - Set wifi.direct.interface to correct value
    - Add p2p configuration file
    - Remove not needed configuration file
    - Add android.hardware.wifi.direct.xml for supporting
    p2p feature
    - Move loading of wifi drivers from post-fs to boot
    phase.
    
    Tracked-On: OAM-75987
    Tracked-On: OAM-75990
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#191
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#192
    Signed-off-by: Amrita Raju <[email protected]>
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    buildslave committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    466c8b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. [TREBLE] Turn on treble flag for cel_apl

    Tracked-On: None
    Signed-off-by: Qiming Shi <[email protected]>
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and sgnanase committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    3ce0512 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    Remove the updater_esp in project celadon
    Since currently updater_esp does not work if do not use the efivar,
    so before rewrite a new not GPL license efivar, remove the
    updater_esp from project celadon
    
    Tracked-On: OAM-75201
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#181
    Signed-off-by: Meng Xianglin <[email protected]>
    buildslave committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    da18f2b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. [CELADON] Rebasing kernel defconfig from 4.19 to 4.19.19

    Tracked-On: OAM-76199
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    344aeda View commit details
    Browse the repository at this point in the history
  2. vendor_init: Add sepolicy to set service.adb.tcp.port prop

    Adb over ethernet/wifi not working as sepolicy for vendor_init
    to set the property service.adb.tcp.port is missing.
    
    As service.adb.tcp.port is defined to shell_prop, add
    sepolicy for vendor_init to set the shell_prop.
    
    Tracked-On: OAM-76057
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    JeevakaPrabu authored and buildslave committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    97591bd View commit details
    Browse the repository at this point in the history
  3. mixin updates

    Fix for ethernet not working after treble enablement
    - Move android.hardware.ethernet to vendor partition
    - Remove setting net.eth0.startonboot=1 as it will be
    set based on macro definition NET_ETH0_STARTONBOOT
    
    Tracked-On: OAM-76057
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#195
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    buildslave committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    590ffd6 View commit details
    Browse the repository at this point in the history
  4. [Celadon] Generic Storage HAL - sepolicy addition

    Storaged implementation exposing the lower layer storage device statistics
    and disk statistics information since the system boot.
    
    Tracked-On: OAM-76200
    Signed-off-by: tkaur <[email protected]>
    Signed-off-by: N, Shyjumon <[email protected]>
    taranpreetkaur0013 authored and sysopenci committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    1fd2106 View commit details
    Browse the repository at this point in the history
  5. Generic Storage HAL

    Storaged implementation exposing the lower layer storage device statistics
    and disk statistics information since the system boot.
    
    Tracked-On: OAM-76200
    Signed-off-by: taranpreet kaur <[email protected]>
    Signed-off-by: N, Shyjumon <[email protected]>
    taranpreetkaur0013 authored and sysopenci committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    02af456 View commit details
    Browse the repository at this point in the history
  6. mixin updates

    Add audio.safemedia.bypass as system property
    For both targets cel_apl & cel_kbl
    
    Tracked-On: OAM-76060
    Tracked-On: OAM-76095
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#196
    Signed-off-by: karanpat <[email protected]>
    buildslave committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    4d211a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. x86: config: enable i915 triple buffer

    It enables triple buffer for i915 drm fb driver to increase the gfx
    performance.
    
    Tracked-On: OAM-76034
    Signed-off-by: Vipin Anand <[email protected]>
    Signed-off-by: Ankit Navik <[email protected]>
    Signed-off-by: Kedar J Karanje <[email protected]>
    vipinana authored and sysopenci committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    4400c73 View commit details
    Browse the repository at this point in the history
  2. Fix: treble support for Camera to avoid crash

    Add Camera treble support in the Celadon branch
    to avoid camera crash
    
    Tracked-On: OAM-76120
    Signed-off-by: Muhammad Aksar <[email protected]>
    muhammadaksar authored and sysopenci committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    1b58886 View commit details
    Browse the repository at this point in the history
  3. sepolicy: remove setattr of default_prop:file from set_storage.

    It can fix the issue of SELinuxNeverallowRulesTest failed in
    CtsSecurityHostTestCases Module.
    
    Tracked-On: OAM-76043
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and sysopenci committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    50529e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Debug: Fix some treble violations for debug module

    Due to treble enabling, some selinux rule may violate
    google original selinux rule. We do some change in this
    patch to make it is compatible with google original selinux
    rule.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-76202
    Signed-off-by: Duan, YayongX <[email protected]>
    Signed-off-by: Ji, Zhenlong z <[email protected]>
    yayongdx authored and buildslave committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e281421 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    Crashlogd: add "vendor" prefix for crashlogd property
    Due to treble enabling, we need add "vendor" prefix
    in front of vendor property to avoid violate selinux
    rule.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-76202
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#198
    Signed-off-by: Duan, YayongX <[email protected]>
    buildslave committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    09195e5 View commit details
    Browse the repository at this point in the history
  3. Changing the code structure for mixins sepolicy

    Tracked-On: OAM-76033
    Signed-off-by: rnaidu <[email protected]>
    vramyanaidu authored and buildslave committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    4f68cf3 View commit details
    Browse the repository at this point in the history
  4. mixin updates

    Changing extra dir path for first stage mount
    
    Tracked-On: OAM-76033
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#190
    Signed-off-by: rnaidu <[email protected]>
    buildslave committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    093026c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. CONFIG_PAGE_TABLE_ISOLATION enabled

    Tracked-On: OAM-76273
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan authored and sysopenci committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    09a798f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. mixin updates

    boot-arch: add the Android feature of FEATURE_VERIFIED_BOOT.
    This patch also fix the issue of can't pass the CTS test of
    android.security.cts.VerifiedBootTest#testVerifiedBootSupport.
    
    Tracked-On: OAM-76274
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#201
    Signed-off-by: Ming Tan <[email protected]>
    buildslave authored and sysopenci committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    4475d4f View commit details
    Browse the repository at this point in the history
  2. Add target-level in manifest.xml

    Fix VTS test fail due to target-level is not specified in
    device manifest.xml.
    
    Tracked-On: OAM-75997
    Signed-off-by: Bo Tong <[email protected]>
    Signed-off-by: Hongcheng Xie <[email protected]>
    hongcheng-xie authored and sysopenci committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    359dc2f View commit details
    Browse the repository at this point in the history
  3. Changing mixins.spec for graphics component

    Tracked-On: OAM-76253
    Signed-off-by: rnaidu <[email protected]>
    vramyanaidu authored and sysopenci committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    e572fcd View commit details
    Browse the repository at this point in the history
  4. mixin updates

    Changing the code structure for mixins graphics similar to one android
    Changing mixins.spec for graphics component
    
    Tracked-On: OAM-76253
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#199
    Mixin-Reviewed-On: projectceladon#276
    Signed-off-by: rnaidu <[email protected]>
    buildslave authored and sysopenci committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    37e0599 View commit details
    Browse the repository at this point in the history
  5. sepolicy: Remove not needed wlan causing treble violations

    Tracked-On: OAM-76216
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    JeevakaPrabu authored and sysopenci committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    40d04a9 View commit details
    Browse the repository at this point in the history
  6. mixin updates

    iwlwifi: Remove wlan_intel_restore as its not used
    
    Tracked-On: OAM-76216
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#203
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    buildslave authored and sysopenci committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    c351439 View commit details
    Browse the repository at this point in the history
  7. [SEPolicy] Fix some treble violations for boot module

    Tracked-On: OAM-76208
    Signed-off-by: ji, zhenlong z <[email protected]>
    ceiba1985 authored and sysopenci committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    61327d1 View commit details
    Browse the repository at this point in the history
  8. [SEPolicy] Fix the treble violations for hal_vehicle_default

    Tracked-On: OAM-76218
    Signed-off-by: ji, zhenlong z <[email protected]>
    ceiba1985 authored and sysopenci committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    b03688a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. [SEPolicy] Fix treble violations for thermal and graphics

    Tracked-On: OAM-76212
    Signed-off-by: ji, zhenlong z <[email protected]>
    ceiba1985 authored and sysopenci committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    b3f71a9 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    Disable new AVRCP in IVI
    As new AVRCP is having issues with IVI package, disable the
    new AVRCP by setting property persist.bluetooth.enablenewavrcp
    to false.
    
    Tracked-On: OAM-76215
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#207
    Signed-off-by: Harshita Goswami <[email protected]>
    buildslave authored and sysopenci committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    09112cf View commit details
    Browse the repository at this point in the history
  3. Mixinup Changes for media_profiles.xml in system.prop

    Tracked-On: OAM-76278
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c70dd76 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. mixin updates

    set ro.crypto.volume.filenames_mode=aes-256-cts in system.property
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-76267
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#212
    Signed-off-by: Zhiwei Li [email protected]
    buildslave authored and sysopenci committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    e9f0441 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Enable GAS package for the CEL_KBL

    Change-Id: I80d24777b9b9f7733c42c949d9170015dfbe4cdb
    Tracked-On: OAM-76314
    Signed-off-by: Yan, WalterX <[email protected]>
    walterx-yan authored and sysopenci committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    5cba890 View commit details
    Browse the repository at this point in the history
  2. Enable GAS package for the CEL_APL

    Tracked-On: OAM-76314
    Signed-off-by: Yan, WalterX <[email protected]>
    walterx-yan authored and sysopenci committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    4933660 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Add cas HIDL config in manifest.xml for Treble

    Tracked-On: OAM-76279
    Signed-off-by: tianmi.chen <[email protected]>
    TianmiChen authored and sysopenci committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    b1c66d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Add drm clearkey hidl interface

    Tracked-On: OAM-76272
    Signed-off-by: Hongfu Ruan <[email protected]>
    hongcheng-xie authored and sysopenci committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    8fb8f7e View commit details
    Browse the repository at this point in the history
  2. Enable default drm

    Tracked-On: OAM-76272
    Signed-off-by: Hongcheng Xie <[email protected]>
    Signed-off-by: Youhua Zhu <[email protected]>
    hongcheng-xie authored and sysopenci committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    516cc50 View commit details
    Browse the repository at this point in the history
  3. Add drm-default sepolicy

    Tracked-On: OAM-76272
    Signed-off-by: Hongcheng Xie <[email protected]>
    Signed-off-by: Youhua Zhu <[email protected]>
    hongcheng-xie authored and sysopenci committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    502dd72 View commit details
    Browse the repository at this point in the history
  4. mixin updates

    Add default drm mixin group
    Add drm-default sepolicy
    
    Tracked-On: OAM-76272
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#217
    Mixin-Reviewed-On: projectceladon#299
    Signed-off-by: Hongcheng Xie <[email protected]>
    Signed-off-by: Youhua Zhu <[email protected]>
    buildslave authored and sysopenci committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    099a851 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Add sepolicies for CTS failures seen in network related tests

    - Added socket permissions for netd, system_server
    - Add getattr permissions for dnsmask
    - Add dontaudit for some of the reported sepolicy errors.
    - Add user_build_only macro
    
    Tracked-On: OAM-76271
    Signed-off-by: ji, zhenlong z <[email protected]>
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    JeevakaPrabu authored and sysopenci committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    d3e3b63 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    Add vendor sepolicy directory
    
    Tracked-On: OAM-76271
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#202
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    buildslave authored and sysopenci committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    53778a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. [CLK] New lunch target addition

    Tracked-On: OAM-76710
    Signed-off-by: sgnanase <[email protected]>
    sgnanase committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    0dfaeae View commit details
    Browse the repository at this point in the history
  2. [CLK] New lunch target addition - Disable trusty

    Tracked-On: OAM-76710
    Signed-off-by: sgnanase <[email protected]>
    sgnanase committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    3fbb364 View commit details
    Browse the repository at this point in the history
  3. mixin updates

    Call the set_storage only in disk-bus
    
    Tracked-On: OAM-74966
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#222
    Signed-off-by: Yang, Kai <[email protected]>
    buildslave authored and sysopenci committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    574c057 View commit details
    Browse the repository at this point in the history
  4. Update avc encoder performance data

    Tracked-On: OAM-76670
    Signed-off-by: tianmi.chen <[email protected]>
    TianmiChen authored and sysopenci committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    945e017 View commit details
    Browse the repository at this point in the history
  5. Move all vendor files to vendor partition

    Required audio congiguration files and mixer_paths should be
    present in Vendor partition. Moving same to vendor partition.
    
    Tracked-On: OAM-76659
    Signed-off-by: Karan Patidar <[email protected]>
    karanpat authored and sysopenci committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    8ac5f95 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. [CLK] Add wifi firmwares for JfP2 and ThP2

    Tracked-On: OAM-76710
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    JeevakaPrabu authored and sgnanase committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    c47c8a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. mixin updates

    reserve 50m /data usage for system usage.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-76809
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#232
    Signed-off-by: Zhiwei Li [email protected]
    buildslave authored and sysopenci committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    745c1bd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. mixin updates

    Set GenCopying as default for celadon IVI
    Add a new group dalvik-heap to enable setting of bpssize
    
    Tracked-On: OAM-76016
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#200
    Signed-off-by: Amrita H S <[email protected]>
    buildslave authored and sysopenci committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    b5bd55a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. [CELADON]Adding vendor system property for diskbus

    Tracked-On: OAM-76660
    Signed-off-by: N, Shyjumon <[email protected]>
    Signed-off-by: Salih, MuhammadhX <[email protected]>
    sgnanase authored and sysopenci committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    10d70c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. [CELADON] Mixinup Art revert PR 200

    Tracked-On: None
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan authored and sgnanase committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    042472f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Sepolicy: Enable /sys/class/thermal access permission

    When do adb sideload in recovery mode, there is an error "E: Failed to
    scandir /sys/class/thermal/: Permission denied".There is enable the file
    access permission with SElinux sepolicy.
    
    Tracked-On: OAM-76587
    Signed-off-by: Yanhongx.Zhou <[email protected]>
    zhouyanhongx authored and sysopenci committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    0c83f0b View commit details
    Browse the repository at this point in the history
  2. Kernel : Support USB serial console in APL NUC

    1.Enable the USB serial console.
    2.Set apl_nuc lunch target use USB serial console,and the others use the default ttyS0.
    3.Only support FTDI USB serial convertor now.
    
    Tracked-On: OAM-76637
    Signed-off-by: Yanhongx.Zhou <[email protected]>
    zhouyanhongx authored and sysopenci committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    3c8559e View commit details
    Browse the repository at this point in the history
  3. mixin updates

    Kernel : Support USB serial console in APL NUC
    1.Enable the USB serial console.
    2.Set apl_nuc lunch target use USB serial console,and the others use the default ttyS0.
    3.Only support FTDI USB serial convertor now.
    add serialport group for config the serial port console
    set the "console=" parameter in the boot command line
    
    Tracked-On: OAM-76637
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#226
    Mixin-Reviewed-On: projectceladon#336
    Signed-off-by: Yanhongx.Zhou <[email protected]>
    buildslave authored and sysopenci committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4d330c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. thermal-daemon: update sepolicy for treble compliance

    Tracked-On: OAM-76925
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and sysopenci committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    a4f6ac3 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    thermal-daemon: Leave thermal daemon to start with main class
    Remove unused property related to pfw hal
    "persist.media.pfw.verbose" is only used in audio_pfw hal,
    which itself is not being used in celadon targets
    Removing this property inclusion as currently its not being used,
    once audio_pfw hal is ported correctly we will modify the hal code
    to use property "persist.vendor.media.verbose" instead of above and
    update init.rc respective to audio.
    
    Tracked-On: OAM-76490
    Tracked-On: OAM-76927
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#214
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#236
    Signed-off-by: Karan Patidar <[email protected]>
    Signed-off-by: ysiyer <[email protected]>
    buildslave authored and sysopenci committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    c3fddfa View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. [CLK] Enable trusty for CLK target

    Tracked-On: OAM-76914
    Signed-off-by: sheng wei <[email protected]>
    swei22 authored and sysopenci committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2a29709 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    [CLK] Enable trusty for CLK target
    
    Tracked-On: OAM-76914
    Mixin-Reviewed-On: projectceladon#335
    Signed-off-by: sheng wei <[email protected]>
    buildslave authored and sysopenci committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    cc91d88 View commit details
    Browse the repository at this point in the history
  3. mixin updates

    Remove unused gfx config
    gfxd is ufo config, we don't use ufo any more on Celadon, so we
    remove related config.
    
    Tracked-On: OAM-76506
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#218
    Signed-off-by: Ren Chenglei <[email protected]>
    buildslave authored and sysopenci committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    765329c View commit details
    Browse the repository at this point in the history
  4. [CELADON] Allow mixin option for app launch boost

    This mixin configuration allows to enable/disable
    app launch boost with true/false values.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-76682
    Signed-off-by: Madhusudhan S <[email protected]>
    smadhusu authored and sysopenci committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    5655add View commit details
    Browse the repository at this point in the history
  5. mixin updates

    [CELADON] Allow mixin option for app launch boost
    This mixin configuration allows to enable/disable
    app launch boost with true/false values.
    Add app_launch_boost as part of boardconfig
    This flag allows to enable/disable
    app launch boost with true/false values.
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-76682
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#224
    Mixin-Reviewed-On: projectceladon#306
    Signed-off-by: Madhusudhan S <[email protected]>
    buildslave authored and sysopenci committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    d340c89 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. thermal-daemon: Fix sepolicy violation on vendor data file

    setattr on vendor data file (/vendor/etc/thermal-daemon) partition is
    neverallow. Fixing this error.
    
    Tracked-On: OAM-77695
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and sysopenci committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    d60c9cb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. mixin updates

    debug-logs: add the vendor to vendor_default_ prop
    the property under /vendor should be marked as vendor_default_prop
    for vendor components to access
    so add the vendor for the property
    
    Tracked-On: OAM-77013
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#250
    Signed-off-by: chenxia1 <[email protected]>
    buildslave authored and sysopenci committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    7c302ab View commit details
    Browse the repository at this point in the history
  2. thermal-daemon: Fix sepolicy error on thermal sysfs link files

    avc error for read permission was thrown on thermal sysfs link
    files. This change fixes the errors.
    
    Tracked-On: OAM-77806
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and sysopenci committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    ccfce3f View commit details
    Browse the repository at this point in the history
  3. [CELADON] porting patch of Add clearkeydrm feature for celadon and WHL

    Tracked-On: OAM-78353
    Signed-off-by: Rakesh Reddy <[email protected]>
    Signed-off-by: sgnanase <[email protected]>
    sgnanase authored and sysopenci committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    074347d View commit details
    Browse the repository at this point in the history
  4. mixin updates

    [TREBLE] porting patch of  Turn on treble flag
    for celadon and WHL
    [CELADON] porting patch of Add clearkeydrm feature for celadon and WHL
    
    Tracked-On: OAM-78353
    Tracked-On:OAM-78352
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#251
    Mixin-Reviewed-On: projectceladon#351
    Signed-off-by: Rakesh Reddy <[email protected]>
    Signed-off-by: sgnanase <[email protected]>
    buildslave authored and sysopenci committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    7b2816f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. mixin updates

    Remove obsolete treble config
    Security vulnerabilities found by BDBA scan in vndk-27 libraries.
    Remove these obsolete libs to avoid security issue.
    
    Tracked-On: OAM-77662
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#249
    Signed-off-by: Hongcheng Xie <[email protected]>
    buildslave authored and sysopenci committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    4bed120 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. ota: updater_ab_esp as a script

    Test: ota ok and kernelflinger is updated
    
    Tracked-On: OAM-75028
    Signed-off-by: phireg <[email protected]>
    phireg authored and sysopenci committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    ea2f912 View commit details
    Browse the repository at this point in the history
  2. mixin updates

    ota: updater_ab_esp as a script
    Test: ota ok and kernelflinger is updated
    ota: add sh in recovery mode
    
    Tracked-On: OAM-75028
    Tracked-On: OAM-78373
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#248
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#252
    Signed-off-by: Regnier, Philippe <[email protected]>
    Signed-off-by: phireg <[email protected]>
    buildslave authored and sysopenci committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    9ea6141 View commit details
    Browse the repository at this point in the history
  3. Add support for HDMI audio module in config

    Tracked-On: OAM-76220
    Signed-off-by: Kumar K M <[email protected]>
    kkm123 authored and sysopenci committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    e75d264 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Add Telephony TX and RX devices

    On CEL call devices are on USB Audio HAL, so APM expects to create
    telephony rx & tx patches, for this vendor configs should have entries
    for respective virtual devices and mixports.
    
    Tracked-On: OAM-78941
    Signed-off-by: Karan Patidar <[email protected]>
    karanpat authored and sysopenci committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    b2543b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. [CELADON] mixinup

    Signed-off-by: sgnanase <[email protected]>
    swaroopbalan authored and sgnanase committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6f3e854 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. MIXIN changes to enable NNHAL with OPENVINO

    Tracked-On: OAM-76132
    Signed-off-by: Atul Vaish <[email protected]>
    avaish1 authored and sysopenci committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    06ba99b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Handle audio policy for USB headset

    Tracked-On: OAM-79065
    Signed-off-by: M, Kumar K <[email protected]>
    kkm123 authored and sysopenci committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    a5305af View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. close adoptable feature

    Zhiwei-Lii authored and sysopenci committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    07064cc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. [CELADON] mixinup

    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan authored and sgnanase committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    f7967ef View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. mixin updates

    fix broken zram with treble enabled
    
    Tracked-On: https://jira.devtools.intel.com/browse/OAM-79091
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#258
    Signed-off-by: Cathy Bao <[email protected]>
    buildslave authored and sysopenci committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    b8fa697 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. add neural network GPU hal support

    Tracked-On: OAM-79386
    Signed-off-by: Fei Jiang <[email protected]>
    feijiang1 authored and sysopenci committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    1022f2e View commit details
    Browse the repository at this point in the history
  2. mixin updates

    add neural network GPU hal support
    
    Tracked-On: OAM-79386
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#261
    Signed-off-by: Fei Jiang <[email protected]>
    buildslave authored and sysopenci committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    71d68a6 View commit details
    Browse the repository at this point in the history
  3. separate manifest per devices

    Tracked-On: OAM-79475
    Signed-off-by: Xinghai, Wei <[email protected]>
    yang8621 authored and sysopenci committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    4fe3480 View commit details
    Browse the repository at this point in the history
  4. mixin updates

    separate manifest per devices
    
    Tracked-On: OAM-79475
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#269
    Signed-off-by: Xinghai, Wei <[email protected]>
    buildslave authored and sysopenci committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    fc53c2a View commit details
    Browse the repository at this point in the history
  5. mixin updates

    project-celadon/default: Does not restart ueventd if enable treble.
    If enabled treble, then after the kernel load some drive from the vendor
    partition, and find some new devices(special some USB devices), but the
    ueventd just restarting, then the device dev node will not be created.
    
    Tracked-On: OAM-76170
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#264
    Signed-off-by: Ming Tan <[email protected]>
    buildslave authored and sysopenci committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    171603c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. [CELADON]DISABLE DEBUGFS IN USER BUILD AND ANDROID KERNEL WITH FORTIF…

    …Y SOURCE
    
    Tracked-On: OAM-78948
    Signed-off-by: varun <[email protected]>
    varun923 authored and swaroopbalan committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f131aab View commit details
    Browse the repository at this point in the history
  2. [CELADON] mixinup

    Tracked-On: None
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a3bc51c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Debug: remove some rules of data_between_core_and_vendor_violators

    1, "allow logsvc system_file:file x_file_perms": This access was
    used to allow the script of logsvc to run /system/bin/logcat tool
    to generate aplog, however, logsvc is permissive currently, so remove
    it will not impact functionality.
    2, remove data_between_core_and_vendor_violators attributes, and change
    related rules as dontaudit due to logsvc is permissive.
    3, "allow dumpstate kernel:system module_request": This dumpstate is an
    AOSP tool.
    
    Tracked-On: OAM-79591
    Signed-off-by: Duan, YayongX <[email protected]>
    yayongdx authored and sysopenci committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    d865e18 View commit details
    Browse the repository at this point in the history
  2. Sepolicy changes for BT HFP for Celadon

    1) Sepolicy needed for Vendor HAL to access the btusb sco driver
    
    2) Add Sepolicy for btusb driver to access the firmware file.
       Without the permission btusb driver will not be able to
       access the firmware located in vendor partition, results
       it to use fallback firmware, instead of the required firmware
       version.
    
    Tracked-On: OAM-75510
    Signed-off-by: Aiswarya Cyriac <[email protected]>
    aiswaryacyriac authored and sysopenci committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    3bb9870 View commit details
    Browse the repository at this point in the history
  3. mixin updates

    Mixin changes for BT HFP in celadon
    1) Add permission for bluetotoh subsystem to access the
    btusb_sco driver.
    2) Insmod the btusb_sco_snd_card driver during init
    
    Tracked-On: OAM-75510
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#234
    Signed-off-by: Aiswarya Cyriac <[email protected]>
    buildslave authored and sysopenci committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    08c6181 View commit details
    Browse the repository at this point in the history
  4. thermal_daemon: Define thermal policy for whiskeylake.

    Tracked-On: OAM-79332
    Signed-off-by: ysiyer <[email protected]>
    ysiyer authored and sysopenci committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    6485ca0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. SEPolicy: Refine sepolicy rules basing on requirements of PSE

    1. Remove icmp_socket related rules, use AOSP patch instead
    2. Remove some data_between_system_and_vendor_violators
    
    Tracked-On: OAM-79592
    Signed-off-by: ji, zhenlong z <[email protected]>
    ceiba1985 authored and sysopenci committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    ace2d35 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Modify Audio Encoder profiles

    AudioEncoder profiles are updated to use maxChannels as 2 for heaac & aaceld.
    aac profile updated to use maxSampleRate as 48000
    
    Tracked-On: OAM-71786
    Signed-off-by: Karan Patidar <[email protected]>
    karanpat authored and sysopenci committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    c36074d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. [CELADON] Enable The Fortify_Source in Kernel

    Tracked-On: OAM-78949
    Signed-off-by: varun <[email protected]>
    varun923 authored and sysopenci committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    f8c0e58 View commit details
    Browse the repository at this point in the history
  2. ADB: DBC: Adding Sepolicy and Enable DBC RAW config

    Adding sepolicy for adb over DBC.
    This adds the sepolicy for Celadon KBL NUC.
    It also have support for dual XHCI.
    Also enable DBC RAW driver as a built-in module.
    At a time either DBC RAW or DBC TTY will work.
    
    Tracked-On: OAM-79899
    Signed-off-by: Prabhat Chand Pandey <[email protected]>
    prabhatchand authored and sysopenci committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    6ec583e View commit details
    Browse the repository at this point in the history
  3. mixin updates

    Device : : Intel : Mixin : adding android property
    Changes to add android property persist.vendor.sys.usb.adbover, it can
    have value dbc or dwc.
    Default it will have value "dwc".
    To enable adb over DbC set it to "dbc".
    
    Tracked-On: OAM-79899
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#274
    Signed-off-by: Prabhat Chand Pandey <[email protected]>
    buildslave authored and sysopenci committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    d7e5e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. mixin updates

    adb: wifi: setprop the adb tcp port
    setprop adb tcp port
    
    Tracked-On: OAM-79948
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#276
    Signed-off-by: Prabhat Chand Pandey <[email protected]>
    buildslave authored and sysopenci committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    61dcbb8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. [CELADON] Enable CONFIG_F2FS_FS_ENCRYPTION for /data partition

    Tracked-On: OAM-80044
    Signed-off-by: varunjex <[email protected]>
    varun923 authored and sysopenci committed May 2, 2019
    Configuration menu
    Copy the full SHA
    4b324e1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. mixin updates

    usb-gadget: Remove auto-suspend enable
    This patch enables USB device mode to work even when cable is plugged in
    after Android boot.
    
    Tracked-On: OAM-79429
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#273
    buildslave authored and sysopenci committed May 3, 2019
    Configuration menu
    Copy the full SHA
    76c85a0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. [CELADON] ENABLE DBC for USB

    Enable DBC RAW driver as a built-in module.
    At a time either DBC RAW or DBC TTY will work.
    
    Tracked-On: OAM-80098
    Signed-off-by: varun <[email protected]>
    varun923 authored and sysopenci committed May 4, 2019
    Configuration menu
    Copy the full SHA
    2a5daa4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. mixin updates

    serialport: use SERIAL_PARAMETER to set the serial port parameter.
    Does not add it to kernel command line directly.
    This patch also fix the issue of GRUB menu serial debug.
    
    Tracked-On: OAM-80067
    Mixin-Reviewed-On: projectceladon/device-androidia-mixins#278
    Signed-off-by: Ming Tan <[email protected]>
    buildslave authored and sysopenci committed May 6, 2019
    Configuration menu
    Copy the full SHA
    b9d0188 View commit details
    Browse the repository at this point in the history
  2. Revert "add neural network GPU hal support"

    This reverts commit 1022f2e.
    GPGPU HAL is not ready to pass VTS test.
    
    Tracked-On: OAM-80053
    Signed-off-by: Fei Jiang <[email protected]>
    feijiang1 authored and sysopenci committed May 6, 2019
    Configuration menu
    Copy the full SHA
    1f3a629 View commit details
    Browse the repository at this point in the history
  3. Tune the mixins.spec after tune the boot groups.

    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]>
    tanminger authored and sysopenci committed May 6, 2019
    Configuration menu
    Copy the full SHA
    1d7f560 View commit details
    Browse the repository at this point in the history
  4. Sepolicy: modify file_contexts.

    Move some common files setting to this file.
    
    Tracked-On: OAM-76874
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and sysopenci committed May 6, 2019
    Configuration menu
    Copy the full SHA
    820c82a View commit details
    Browse the repository at this point in the history
  5. sepolicy: allow config partition mount on /mnt/vendor/oem_config.

    Tracked-On: OAM-79980
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and sysopenci committed May 6, 2019
    Configuration menu
    Copy the full SHA
    f3c0d92 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. mixin updates

    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]>
    buildslave authored and sysopenci committed May 7, 2019
    Configuration menu
    Copy the full SHA
    a02443c View commit details
    Browse the repository at this point in the history
  2. [Mixinup]

    Tracked-On: None
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed May 7, 2019
    Configuration menu
    Copy the full SHA
    328a748 View commit details
    Browse the repository at this point in the history
  3. Revert "add neural network GPU hal support" for kbl/celadon/clk

    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]>
    feijiang1 authored and sysopenci committed May 7, 2019
    Configuration menu
    Copy the full SHA
    1fe69d6 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Kernel config: Enable frame buffer console.

    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]>
    tanminger authored and sysopenci committed May 8, 2019
    Configuration menu
    Copy the full SHA
    f3ae1fc View commit details
    Browse the repository at this point in the history
  2. Kernel config: set PL2303 USB serial port convertor to y.

    Then can let output kernel log through PL2303 chip based USB serial port.
    
    Tracked-On: OAM-80071
    Signed-off-by: Ming Tan <[email protected]>
    tanminger authored and sysopenci committed May 8, 2019
    Configuration menu
    Copy the full SHA
    842e8c3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Thermal: [WA][Revert Me] disable thermal shutdown

    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]>
    zhenhanintel authored and sysopenci committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7208904 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Mixinup changes

    Tracked-On: None
    Signed-off-by: swaroopb <[email protected]>
    swaroopbalan committed May 13, 2019
    Configuration menu
    Copy the full SHA
    eeb7653 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Modify kabylake cpu-arch for cel_kbl

    Tracked-On: OAM-80520
    Signed-off-by: Shalini Salomi Bodapati <[email protected]>
    Signed-off-by: Li Zhuangzhi <[email protected]>
    swaroopbalan authored and lizhuangzhi committed May 15, 2019
    Configuration menu
    Copy the full SHA
    2f90efa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. mixin updates

    [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]>
    buildslave authored and sysopenci committed May 16, 2019
    Configuration menu
    Copy the full SHA
    4f0e60b View commit details
    Browse the repository at this point in the history