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

boot-arch: Set to use physical RPMB in clk lunch target. #424

Open
wants to merge 599 commits into
base: master
Choose a base branch
from

Conversation

zhouyanhongx
Copy link
Contributor

Enable the eMMC RPMB for kernelflinger in WHL RVP.

Tracked-On: OAM-79828
Signed-off-by: Yanhongx.Zhou [email protected]

saranyagopal1 and others added 30 commits October 8, 2018 14:49
Tracked-On: None

Signed-off-by: Muhammad Aksar <[email protected]>
Jira: OAM-66318
Test: Tested locally

Tracked-On:
Signed-off-by: tianmi.chen <[email protected]>
Tracked-On: None

Signed-off-by: Swaroop Balan <[email protected]>
…ta_file by map

Tracked-On: OAM-70371
Signed-off-by: bshwetha <[email protected]>
f2fs filesystem support is enabled for using in adoptable storage
as per google AOSP CDD adoptable storage shall use both ext4 and f2fs. so enabling f2fs

Tracked-On: None
Test: mount cmd
      1. create a storage volume with mkfs.f2fs utility
      2. mount -t f2fs <dev entry> <mount point>
      3. check mount cmd output and check for mount type as f2fs

Signed-off-by: shyjumon <[email protected]>
Include GMS make file if avaiable.

Tracked-On: OAM-69889
Signed-off-by: Yan, WalterX <[email protected]>
Tracked-On: OAM-70601
Signed-off-by: phireg <[email protected]>
Tracked-On:None
Signed-off-by: Swaroop Balan <[email protected]>
  f2fs filesystem support is enabled for using in adoptable storage
  as per google AOSP CDD adoptable storage shall use both ext4 and f2fs. so enabling f2fs

Tracked-On: None
Test: mount cmd
          1. create a storage volume with mkfs.f2fs utility
          2. mount -t f2fs <dev entry> <mount point>
          3. check mount cmd output and check for mount type as f2fs

Signed-off-by: shyjumon <[email protected]>
…er/state

Adding car service to access /sys/power/state to enable IVI to go for
suspend.

Tracked-on: OAM-56502
Signed-off-by: Madhusudhan S <[email protected]>
Enabling CONFIG_ANDROID_AUTO_SUSPEND_BEHAVIOR
to bypass the alarmtimer during suspend flow.

Tracked-On: OAM-56502
Signed-off-by: Madhusudhan S <[email protected]>
In order to the kernel add debug info.

Tracked-On: OAM-71088
Signed-off-by: Meng, KangX <[email protected]>
if the storage speed is slow,then erase data partition maybe
need cost long time.

Tracked-On: OAM-70451

Signed-off-by: Meng, KangX <[email protected]>
if the storage speed is slow,then erase data partition maybe
need cost long time.

Tracked-On: OAM-70451
Signed-off-by: Meng, KangX <[email protected]>
The old code will cause CTS report following error:
junit.framework.AssertionFailedError: The following domain(s) must be
associated with the "coredomain" attribute because they are executed off
of /system:
This patch will add set_storage to codedomain.
After enable the treble, will move the set_storage to /vendor/bin.

Jira: OAM-71287
Test: Pass the CtsSecurityHostTestCases testing case.

Signed-off-by: Ming Tan <[email protected]>
Because logd is not in whitelist of acquiring dac_override permission. remove logd dac_override permission for itself to fix SELinuxNeverallowRulesTest error in CtsSecurityHostTestCases Module.

Jira: https://jira01.devtools.intel.com/browse/OAM-71343
Test: None
Signed-off-by: Duan, YayongX <[email protected]>
…ostTestCases Module

Tracked-On: OAM-71315
Signed-off-by: rnaidu <[email protected]>
Tracked-On: None
Signed-off-by: Swaroop Balan <[email protected]>
Tracked-On: None
Signed-off-by: Swaroop Balan <[email protected]>
varun923 and others added 3 commits May 3, 2019 00:30
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
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]>
Copy link
Contributor

@tanminger tanminger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch does not modify kernelflinger, so please change the commit message title to "boot-arch: Set to use physical RPMB in clk lunch target."

@zhouyanhongx zhouyanhongx changed the title Kernelflinger: Enable eMMC RPMB for clk boot-arch: Set to use physical RPMB in clk lunch target. May 6, 2019
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]>
Copy link

@sysopenci sysopenci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR integrated into 'preintegration' builder

More details, logs, and binaries: /absp/builders/celadon-preintegration/builds/486

Done by "Zhou, YanhongX" [email protected]

Copy link

@sysopenci sysopenci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR integrated into 'premerge' builder

More details, logs, and binaries: /absp/builders/celadon-premerge/builds/229

Done by "Zhou, YanhongX" [email protected]

feijiang1 and others added 4 commits May 6, 2019 21:39
This reverts commit 1022f2e.
GPGPU HAL is not ready to pass VTS test.

Tracked-On: OAM-80053
Signed-off-by: Fei Jiang <[email protected]>
Change the setting of config-partition from enabled to true.
Set system_partition_size=3584.

Tracked-On: OAM-76402
Signed-off-by: Ming Tan <[email protected]>
Move some common files setting to this file.

Tracked-On: OAM-76874
Signed-off-by: Ming Tan <[email protected]>
Copy link
Contributor

@tanminger tanminger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not merge this PR now, hold on it.

buildslave and others added 7 commits May 7, 2019 17:47
Tune the code about boot groups.
Include the boot-arch, avb, slot-ab, vendor-partition,
factory-partition, config-partition, flashfiles.
sepolicy: allow config partition mount on /mnt/vendor/oem_config.

Tracked-On: OAM-76402
Tracked-On: OAM-79980
Mixin-Reviewed-On: projectceladon/device-androidia-mixins#277
Mixin-Reviewed-On: projectceladon#422
Signed-off-by: Ming Tan <[email protected]>
Tracked-On: None
Signed-off-by: swaroopb <[email protected]>
This reverts commit 1022f2e.
Due to manifest.xml is made specific to different platform, previous
revert only applied to apl platform.
GPGPU HAL is not ready to pass VTS test.

Tracked-On: OAM-80053
Signed-off-by: Fei Jiang <[email protected]>
After enable it, the kernel log can be output to screen, help to debug.
And GRUB install also need this.

Tracked-On: OAM-71855
Signed-off-by: Ming Tan <[email protected]>
Then can let output kernel log through PL2303 chip based USB serial port.

Tracked-On: OAM-80071
Signed-off-by: Ming Tan <[email protected]>
It's found SOC tempeature in WHL RVP could sharply rised from ~45C to 100C
when GPU/CPU has higher running in high load. It results in thermal shutdown
at last for example in boot-up or switching user account.

This patch disables the thermal shutdown as a work around solution considering
no hardware is available for thermal team to do fine thermal parameters tunning.

Tracked-On: OAM-79843
Signed-off-by: Zhen Han <[email protected]>
Tracked-On: None
Signed-off-by: swaroopb <[email protected]>
buildslave and others added 2 commits May 17, 2019 01:05
[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]>
Enable the eMMC RPMB for kernelflinger in WHL RVP.

Tracked-On: OAM-79828
Signed-off-by: Yanhongx.Zhou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Stale label for inactive open prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.