ANDROID: ABI: Update symbols to unisoc whitelist
Update whitelist for the symbols used by the unisoc device and update the ABI representation accordingly. 1 function symbol(s) added 'int pvclock_gtod_register_notifier(struct notifier_block*)' Bug: 300019103 Change-Id: Ice320a418069f24a27d14939a143ce01f50c0de8 Signed-off-by: Enlin Mu <enlin.mu@unisoc.com>
This commit is contained in:
parent
de3e9f3111
commit
7024c9cd28
2 changed files with 12 additions and 0 deletions
|
|
@ -371286,6 +371286,15 @@ elf_symbol {
|
||||||
type_id: 0x1f00dfeb
|
type_id: 0x1f00dfeb
|
||||||
full_name: "putback_movable_pages"
|
full_name: "putback_movable_pages"
|
||||||
}
|
}
|
||||||
|
elf_symbol {
|
||||||
|
id: 0x8dafa617
|
||||||
|
name: "pvclock_gtod_register_notifier"
|
||||||
|
is_defined: true
|
||||||
|
symbol_type: FUNCTION
|
||||||
|
crc: 0xb4b97c90
|
||||||
|
type_id: 0x9b6d4a33
|
||||||
|
full_name: "pvclock_gtod_register_notifier"
|
||||||
|
}
|
||||||
elf_symbol {
|
elf_symbol {
|
||||||
id: 0x53ee2234
|
id: 0x53ee2234
|
||||||
name: "pwm_apply_state"
|
name: "pwm_apply_state"
|
||||||
|
|
@ -394743,6 +394752,7 @@ interface {
|
||||||
symbol_id: 0x15848de9
|
symbol_id: 0x15848de9
|
||||||
symbol_id: 0xde695e5a
|
symbol_id: 0xde695e5a
|
||||||
symbol_id: 0x4e730977
|
symbol_id: 0x4e730977
|
||||||
|
symbol_id: 0x8dafa617
|
||||||
symbol_id: 0x53ee2234
|
symbol_id: 0x53ee2234
|
||||||
symbol_id: 0x227e051f
|
symbol_id: 0x227e051f
|
||||||
symbol_id: 0x9a5fd229
|
symbol_id: 0x9a5fd229
|
||||||
|
|
|
||||||
|
|
@ -1913,6 +1913,8 @@
|
||||||
# required by trusty-log.ko
|
# required by trusty-log.ko
|
||||||
vm_map_ram
|
vm_map_ram
|
||||||
vm_unmap_ram
|
vm_unmap_ram
|
||||||
|
# required by sprd_time_sync_cp.ko
|
||||||
|
pvclock_gtod_register_notifier
|
||||||
|
|
||||||
# required by trusty-pm.ko
|
# required by trusty-pm.ko
|
||||||
unregister_syscore_ops
|
unregister_syscore_ops
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue