Commit Graph

9 Commits

Author SHA1 Message Date
Elliot Berman
00f1d5d229 ANDROID: Add initial QCOM symbol list
Add initial symbol list for QCOM in android/abi_gki_aarch64_qcom.

Bug: 176974005
Change-Id: I3b79c9738b8eff86b95e61b3a8775ef0e51fae3a
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
2021-01-19 20:35:54 +00:00
Greg Kroah-Hartman
1f7c7b74e3 ANDROID: GKI: provide initial snapshot for android12-5.10 .xml
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 <gregkh@google.com>
Change-Id: Ic9d9aeead1f017409644810f50528be2d165bae6
2021-01-15 07:35:56 +00:00
Ram Muthiah
e7579f4acd ANDROID: renamed virtual device symbol list
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 <rammuthiah@google.com>
Change-Id: I21755fbd3e9ab6319fdf4fcd06e501d722fb7242
2021-01-06 21:26:57 +00:00
John Stultz
75d4170323 ANDROID: db845c: Fixup missing XHCI_HCD config and abi symbols
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 <john.stultz@linaro.org>
Fixes: 552cb0291a ("Revert "ANDROID: GKI: Enable CONFIG_USB_XHCI_HCD"")
Change-Id: Ibd2d543dbab0c6be918e8ba4bd45194d5994a0a3
2021-01-06 04:39:43 +00:00
Yongqin Liu
cfe05bdbf9 ANDROID: abi_gki_aarch64_db845c: Update for the DMABUF_HEAPS_SYSTEM change
After recent changes to the DMABUF_HEAPS_SYSTEM config, we need the following
symbols in the symbol list.

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

Fixes: 9ebbf23bfb ("ANDROID: defconfig: Enable DMA-BUF system heap as a module")

Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Change-Id: I6ee22dfa07f794cdb30ad2fc312bb229b66f6518
2021-01-01 21:10:24 +08:00
John Stultz
ad34119165 ANDROID: Update db845c KMI symbol list for DWC3 changes
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: 87e01dd378 ("Revert "ANDROID: db845c_gki.fragment: Drop CONFIG_USB_DWC3 from config frament"")
Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: Ifc8b74fe33a040a778d04b77cb68a9e62cb997aa
2020-12-22 01:06:34 +00:00
Matthias Maennich
3106314066 ANDROID: add initial symbol list for cuttlefish
Generated with:

BUILD_CONFIG=common-modules/virtual-device/build.config.cuttlefish.aarch64 build/build_abi.sh -s

Bug: 175534863
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I7841f2a2298bc1ddae8039006f8cddf374ff0f19
2020-12-16 11:36:20 +00:00
Matthias Maennich
895a2f809a ANDROID: add initial symbol list for db845c
Generated with:
  BUILD_CONFIG=common/build.config.db845c build/build_abi.sh -s

Bug: 175534863
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I51a1981556da3439618dfc5ad40e8927a53434ec
2020-12-16 11:36:20 +00:00
Matthias Maennich
33a674bd42 ANDROID: create initial symbol lists for android12-5.10
Bug: 175534863
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I99bb33802b001bbe9e0adb96b52ba81b9df3b30b
2020-12-16 11:36:20 +00:00