15 Jan, 2021

1 commit

  • We have to start somewhere, so add initial abi_gki_aarch64.xml file
    for the current snapshot with a limited set of symbols.

    Note, these symbols have not been reviewed yet, it just gives us a base
    to work off of, as now the infrastructure allows for building and
    managing the .xml file properly.

    Bug: 177417361
    Signed-off-by: Greg Kroah-Hartman
    Change-Id: Ic9d9aeead1f017409644810f50528be2d165bae6

    Greg Kroah-Hartman
     

07 Jan, 2021

1 commit

  • Formerly cuttlefish and goldfish had separate symbol lists.
    The defconfigs and symbol lists were unified recently. However, the
    symbol lists should conform to this naming convention.

    Generated with
    BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh;
    BUILD_CONFIG= \
    common-modules/virtual-device/build.config.virtual_device.aarch64 \
    build/build.sh;
    build/abi/extract_symbols out/android12-5.10/dist/ \
    --whitelist common/android/abi_gki_aarch64_virtual_device

    Test: Treehugger
    Bug: 176831960
    Signed-off-by: Ram Muthiah
    Change-Id: I21755fbd3e9ab6319fdf4fcd06e501d722fb7242

    Ram Muthiah
     

06 Jan, 2021

1 commit

  • The XHCI_HCD config was pulled back out of gki_defconfig,
    and without it USB host mode ports don't work on db845c.

    This patch re-adds the module to the db845c_gki.fragment
    and updates the KABI symbol list.

    Signed-off-by: John Stultz
    Fixes: 552cb0291a49 ("Revert "ANDROID: GKI: Enable CONFIG_USB_XHCI_HCD"")
    Change-Id: Ibd2d543dbab0c6be918e8ba4bd45194d5994a0a3

    John Stultz
     

01 Jan, 2021

1 commit


22 Dec, 2020

1 commit

  • After recent changes to the DWC3 driver, we need the following
    symbols in the symbol list.

    Generated with:
    BUILD_CONFIG=common/build.config.db845c build/build_abi.sh -s

    Fixes: 87e01dd37854 ("Revert "ANDROID: db845c_gki.fragment: Drop CONFIG_USB_DWC3 from config frament"")
    Signed-off-by: John Stultz
    Change-Id: Ifc8b74fe33a040a778d04b77cb68a9e62cb997aa

    John Stultz
     

16 Dec, 2020

3 commits