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

Aaos slimandroid in AAOS #1815

Draft
wants to merge 8 commits into
base: celadon/s/mr0/master
Choose a base branch
from

Commits on Dec 8, 2023

  1. mixins.spec changed for 12L boot

    Tracked-On: NA
    Signed-off-by: Tanuj Tekriwal <[email protected]>
    lwan89 authored and swaroopbalan committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3bcf13e View commit details
    Browse the repository at this point in the history
  2. Increase image size of gpt-build

    Inorder to support mounting of linux in container,
    new partition is created and also data partition
    size is fixed.
    
    Increased the gptbuild size inorder to accomodate
    new partition.
    
    Tracked-On: OAM-109695
    Change-Id: Ide5aeb92cd750615eda253921d008053ebadc6ec
    Signed-off-by: Nitisha Tomar <[email protected]>
    ceiba1985 authored and swaroopbalan committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2ee9a21 View commit details
    Browse the repository at this point in the history
  3. Allocate enough space for userdata to update the Games.

    Increased the gptbuild size inorder to accomodate userdata size.
    
    Tracked-On: OAM-109696
    Signed-off-by: Ankit Agrawal <[email protected]>
    ankithbti52509 authored and swaroopbalan committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    33f53b3 View commit details
    Browse the repository at this point in the history
  4. mixinup: Fix not able to start ubuntu container within Android

    Starting of ubuntu docker container within Android fails.
    
    Kernel Configs required to run ubuntu container inside Android
    is not enabled resulting in docker container not started.
    
    Enabled configs to run ubuntu container in Android.
    
    Note: Some configs are not needed for running ubuntu container
    and the cleanup will be done in another commit.
    
    Change-Id: I2cd0e8bfe9617186b8f07eaac1ac4bc67af0f018
    Tracked-On: OAM-109679
    Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
    JeevakaPrabu authored and swaroopbalan committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d86fc30 View commit details
    Browse the repository at this point in the history
  5. Add and enable ipu

    Tracked-On: OAM-109737
    Signed-off-by: Wang Yating <[email protected]>
    Signed-off-by: Wang, Liang <[email protected]>
    lwan89 authored and swaroopbalan committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b32f971 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbf5c0f View commit details
    Browse the repository at this point in the history
  7. added base_aaos

    swaroopbalan committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e8dda45 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. aaos config for SlimAndroid

    cmdline update i915.enable_guc=7 udmabuf.list_limit=8192
    disable TPM.
    
    kernel config:
    CONFIG_ACRN_HSM=y
    CONFIG_PCI_STUB=y
    CONFIG_UDMABUF=y
    
    Change-Id: Idf727696adf30188208bd05c40f7ce493b5f4ff1
    Signed-off-by: Austin Sun <[email protected]>
    sunausti committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    32668f2 View commit details
    Browse the repository at this point in the history