01 Jul, 2022

1 commit


10 Dec, 2021

1 commit


21 Jul, 2021

1 commit


19 Jul, 2021

1 commit


05 Feb, 2021

4 commits


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

4 commits


20 Nov, 2020

2 commits

  • * origin/dn_uboot: (14 commits)
    Revert "mmc: move mmc_power_cycle() after controller initialization"
    Revert "mmc: rework mmc_set_initial_state"
    board: freescale: vid.c: add parantheses to fix build warning
    net: pfe_eth: read PFE ESBC header flash with spi_flash_read API
    lx2160a: Fix address for secure boot headers
    ...

    BJ DevOps Team
     
  • TEE memory region are moved to 0x56000000 ~ 0x58000000 to
    support i.MX 8MN DDR3L board:

    TEE-619 imx: 8mn: add support for i.MX 8MN DDR3L EVK

    DD3L EVK board only has 512MB of DDR.
    move OP-TEE mapping for all the 8MN boards.

    Signed-off-by: Silvano di Ninno

    Adjust the fastboot buffer region to avoid conflicts.

    Test: Super partition flash on imx8mn.

    Change-Id: I56bd0194f24f9f267f436b4b6d762948d96bf815
    Signed-off-by: Ji Luo
    (cherry picked from commit e70c3875de6060cd3ab983fdc6cc207c45e646a7)

    Ji Luo
     

06 Nov, 2020

1 commit

  • Use a dedicated defconfig for LCDIF splash screen to resolve conflict.
    Update board codes to add relevant configs and control mux for LCDIF pins.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan
    (cherry picked from commit b561b31da6aeafd189f0fa29d8d6b8c3fe28d1c9)

    Ye Li
     

05 Nov, 2020

2 commits

  • Starting with commit 7d9701db4089 ("cmd: mdio/mii: add Kconfig help and
    allow break dependency"), CMD_MDIO depends on the PHYLIB Kconfig which
    should be enabled properly from the Kconfig and not through any define
    from a header file.

    Move all LS1088AQDS configs to enable PHYLIB and related through
    Kconfig options. Also, remove the defines from the header file so that
    we do not redefine the same symbol.

    Signed-off-by: Ioana Ciornei

    Ioana Ciornei
     
  • Starting with commit 7d9701db4089 ("cmd: mdio/mii: add Kconfig help and
    allow break dependency"), CMD_MDIO depends on the PHYLIB Kconfig which
    should be enabled properly from the Kconfig and not through any define
    from a header file.

    Move all LS1088ARDB configs to enable PHYLIB and related through
    Kconfig options. Also, remove the defines from the header file so that
    we do not redefine the same symbol.

    Signed-off-by: Ioana Ciornei

    Ioana Ciornei
     

30 Oct, 2020

2 commits

  • add a configuration of "CONFIG_VIRTUAL_AB_SUPPORT" for evk_8mm and
    evk_8mn ddr4 board, so the "CONFIG_ANDROID_DYNAMIC_PARTITION" can be
    selected, and bootargs can be passed to kernel correctly.

    Signed-off-by: faqiang.zhu
    Change-Id: I42a0356940d8e76b560f79ccf440c7ec6df09b90
    (cherry picked from commit 0cdc937f7bdd2de16c9d7161fb46252ba8648e10)

    faqiang.zhu
     
  • To use dynamic partition feature in Android, recovery ramdisk is used to
    mount the logical partitions and boot up Android.

    Define a configuration item "CONFIG_ANDROID_DYNAMIC_PARTITION", use it
    to control the bootargs and whether ramdisk should be loaded instead of
    "CONFIG_ANDROID_AUTO" because now Android auto also use dynamic
    partition feature now.

    Move the definition of function "fastboot_setup_system_boot_args" under
    the macro "CONFIG_CMD_BOOTA" to avoid build warnings.

    Signed-off-by: faqiang.zhu
    Change-Id: I0b1cfe6120fc939e7f1a1eb600d8176c81edf129
    (cherry picked from commit 972ccff86796e2b7f9a444d09550cd5e393cd93e)

    faqiang.zhu
     

19 Oct, 2020

18 commits


01 Oct, 2020

2 commits