From a16c2ea0df414eed276c1823fabdcd1f3a570dde Mon Sep 17 00:00:00 2001 From: Chris Lew Date: Mon, 13 Jun 2022 10:20:39 -0700 Subject: [PATCH] ANDROID: abi_gki_aarch64_qcom: Add rproc and rpmsg helpers Add symbols to use added features to rproc and rpmsg: - Introduction of the rpmsg ctrl interface from upstream - Introduction of rpmsg_rx_done - Helpers to remove rproc_mem_entries from an rproc Bug: 235577039 Change-Id: Ic04c7f911b88a58d44622ccacd4115541da7c17f Signed-off-by: Chris Lew --- android/abi_gki_aarch64_qcom | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/abi_gki_aarch64_qcom b/android/abi_gki_aarch64_qcom index ffb63f81614d..2995d09a347e 100644 --- a/android/abi_gki_aarch64_qcom +++ b/android/abi_gki_aarch64_qcom @@ -1638,6 +1638,9 @@ reset_control_put root_task_group round_jiffies_relative + rpmsg_chrdev_eptdev_create + rpmsg_chrdev_eptdev_destroy + rpmsg_class rpmsg_get_signals rpmsg_poll rpmsg_register_device @@ -1655,10 +1658,13 @@ rproc_coredump_cleanup rproc_coredump_set_elf_info rproc_coredump_using_sections + rproc_da_to_va rproc_del + rproc_del_carveout rproc_free rproc_get_by_child rproc_get_by_phandle + rproc_mem_entry_free rproc_put rproc_remove_subdev rproc_report_crash