17 Jan, 2021

1 commit

  • Sync config change after refining the config
    dependency.

    Test: builds.

    Change-Id: I32c36e822458c8eea9dde4ba4d874a65475f3a26
    Signed-off-by: Ji Luo
    (cherry picked from commit 45cd8014f7e81ed7b9ed7766e5d5911384eb3de4)

    Ji Luo
     

08 Jan, 2021

1 commit


19 Oct, 2020

2 commits

  • Enable loading the avb public key from RPMB storage for some
    platforms.

    Test: AVB verify pass.

    Signed-off-by: Ji Luo
    Change-Id: Ia9c080717239611f8d1bea18dbc61c7ae9a6741e
    (cherry picked from commit 601eda60064b5c1e27daadf7b963090f0381d388)

    Ji Luo
     
  • Disable unused dts and configs for imx8q to reduce the boot time.

    The 'part_get_info_by_name' can be very time consuming as it will
    loop through all the GPT entries to find the matched partition,
    specify the number of 'misc' partition and use 'part_get_info' to
    load the partition info directly will save much time.

    With this patch, about 300ms can be save for imx8qm, about 350ms
    can be saved for imx8qxp.

    Test: boot tests.

    Signed-off-by: Ji Luo
    Change-Id: I66bc7e002caea62754b670d0a30860a23a17ff61
    (cherry picked from commit d25c0c7b9de22abd6c326975199c86c943e742cf)

    Ji Luo
     

16 Jun, 2020

2 commits