Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 2aab18f

Browse files
author
Robin Peng
committed
ANDROID: ABI: Update pixel symbol list
Adding the following symbols: - __arm_smccc_sve_check - bitmap_find_free_region - bitmap_release_region - fwnode_typec_mux_get - kvm_iommu_init_hyp - kvm_iommu_register_driver - __pkvm_load_el2_module - pwm_apply_might_sleep - pwmchip_add - pwmchip_remove - pwm_get_chip_data - pwm_set_chip_data - typec_mux_set Bug: 362853446 Change-Id: Ice415fc1940572000b6f50f0fc185c3abbc556a3 Signed-off-by: Robin Peng <[email protected]>
1 parent d7a7845 commit 2aab18f

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

android/abi_gki_aarch64.stg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398782,6 +398782,15 @@ elf_symbol {
398782398782
type_id: 0x97889594
398783398783
full_name: "pwm_adjust_config"
398784398784
}
398785+
elf_symbol {
398786+
id: 0xcd51319b
398787+
name: "pwm_apply_might_sleep"
398788+
is_defined: true
398789+
symbol_type: FUNCTION
398790+
crc: 0x7182b4a9
398791+
type_id: 0x977feed8
398792+
full_name: "pwm_apply_might_sleep"
398793+
}
398785398794
elf_symbol {
398786398795
id: 0x53ee2234
398787398796
name: "pwm_apply_state"
@@ -425181,6 +425190,7 @@ interface {
425181425190
symbol_id: 0x8dafa617
425182425191
symbol_id: 0x6d6f722d
425183425192
symbol_id: 0x5ae13553
425193+
symbol_id: 0xcd51319b
425184425194
symbol_id: 0x53ee2234
425185425195
symbol_id: 0x9a5fd229
425186425196
symbol_id: 0x97ae9712

android/abi_gki_aarch64_pixel

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
argv_split
4343
arm64_use_ng_mappings
4444
__arm_smccc_smc
45+
__arm_smccc_sve_check
4546
async_schedule_node_domain
4647
async_synchronize_full_domain
4748
atomic_notifier_call_chain
@@ -57,6 +58,7 @@
5758
__bitmap_andnot
5859
__bitmap_clear
5960
__bitmap_equal
61+
bitmap_find_free_region
6062
bitmap_find_next_zero_area_off
6163
bitmap_free
6264
bitmap_from_arr32
@@ -65,6 +67,7 @@
6567
bitmap_parselist
6668
bitmap_parse_user
6769
bitmap_print_to_pagebuf
70+
bitmap_release_region
6871
__bitmap_set
6972
bitmap_to_arr32
7073
__bitmap_weight
@@ -857,6 +860,7 @@
857860
fwnode_property_present
858861
fwnode_property_read_string
859862
fwnode_property_read_u32_array
863+
fwnode_typec_mux_get
860864
fwnode_typec_switch_get
861865
gcd
862866
generic_file_llseek
@@ -1252,6 +1256,8 @@
12521256
kvfree
12531257
kvfree_call_rcu
12541258
kvmalloc_node
1259+
kvm_iommu_init_hyp
1260+
kvm_iommu_register_driver
12551261
led_classdev_register_ext
12561262
led_classdev_unregister
12571263
led_init_default_state_get
@@ -1576,6 +1582,7 @@
15761582
pktgen_xfrm_outer_mode_output
15771583
pkvm_iommu_resume
15781584
pkvm_iommu_suspend
1585+
__pkvm_load_el2_module
15791586
__pkvm_topup_hyp_alloc
15801587
__pkvm_topup_hyp_alloc_mgt
15811588
platform_bus_type
@@ -1669,7 +1676,12 @@
16691676
__put_task_struct
16701677
put_unused_fd
16711678
put_vaddr_frames
1679+
pwm_apply_might_sleep
16721680
pwm_apply_state
1681+
pwmchip_add
1682+
pwmchip_remove
1683+
pwm_get_chip_data
1684+
pwm_set_chip_data
16731685
queue_delayed_work_on
16741686
queue_work_on
16751687
radix_tree_insert
@@ -2406,6 +2418,7 @@
24062418
tty_port_tty_get
24072419
typec_mux_get_drvdata
24082420
typec_mux_register
2421+
typec_mux_set
24092422
typec_switch_get_drvdata
24102423
typec_switch_register
24112424
typec_switch_set

android/abi_gki_protected_exports_aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ hci_cmd_sync
104104
hci_cmd_sync_cancel
105105
hci_cmd_sync_cancel_sync
106106
hci_cmd_sync_queue
107+
hci_cmd_sync_status
107108
hci_cmd_sync_submit
108109
hci_conn_check_secure
109110
hci_conn_security

0 commit comments

Comments
 (0)