Skip to content

Commit

Permalink
ANDROID: GKI: add GKI symbol list for Exynosauto SoC
Browse files Browse the repository at this point in the history
This patch add GKI symbol list for Exynosauto SoC.
We need to add 2 functions symbol to support our vdriver.

2 function symbol(s) added
  'unsigned long devm_get_free_pages(struct device*, gfp_t, unsigned int)'
  'int kill_pid(struct pid*, int, int)'

Bug: 326148350
Signed-off-by: Kisung Lee <[email protected]>
Change-Id: Ia8dca21f474b41bf206ad0333e5b0b2649f96ae6
  • Loading branch information
Kisung Lee authored and 이호영 committed Mar 6, 2024
1 parent 23c8963 commit 95805f9
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 42 deletions.
34 changes: 34 additions & 0 deletions android/abi_gki_aarch64.stg
Original file line number Diff line number Diff line change
Expand Up @@ -301635,6 +301635,13 @@ function {
return_type_id: 0x336e8c54
parameter_id: 0x0258f96e
}
function {
id: 0x32ed092e
return_type_id: 0x33756485
parameter_id: 0x0258f96e
parameter_id: 0xf1a6dfed
parameter_id: 0x4585663f
}
function {
id: 0x33281d02
return_type_id: 0x33756485
Expand Down Expand Up @@ -317615,6 +317622,13 @@ function {
parameter_id: 0x1ddf3f71
parameter_id: 0x391f15ea
}
function {
id: 0x9a14f19b
return_type_id: 0x6720d32f
parameter_id: 0x18456730
parameter_id: 0x6720d32f
parameter_id: 0x6720d32f
}
function {
id: 0x9a16828c
return_type_id: 0x6720d32f
Expand Down Expand Up @@ -356100,6 +356114,15 @@ elf_symbol {
type_id: 0xa6579ee9
full_name: "devm_get_clk_from_child"
}
elf_symbol {
id: 0x4f3cedfb
name: "devm_get_free_pages"
is_defined: true
symbol_type: FUNCTION
crc: 0x4c601a67
type_id: 0x32ed092e
full_name: "devm_get_free_pages"
}
elf_symbol {
id: 0x15a83ee8
name: "devm_gh_rm_register_platform_ops"
Expand Down Expand Up @@ -371874,6 +371897,15 @@ elf_symbol {
type_id: 0x1923cb99
full_name: "kill_litter_super"
}
elf_symbol {
id: 0x95c81f5f
name: "kill_pid"
is_defined: true
symbol_type: FUNCTION
crc: 0xb5a8e08b
type_id: 0x9a14f19b
full_name: "kill_pid"
}
elf_symbol {
id: 0x053e25cb
name: "kimage_vaddr"
Expand Down Expand Up @@ -405928,6 +405960,7 @@ interface {
symbol_id: 0x3a75a119
symbol_id: 0x5b50e567
symbol_id: 0xd4aa5b9b
symbol_id: 0x4f3cedfb
symbol_id: 0x15a83ee8
symbol_id: 0x010f4f76
symbol_id: 0x33c681cd
Expand Down Expand Up @@ -407678,6 +407711,7 @@ interface {
symbol_id: 0xe657d525
symbol_id: 0x661955d6
symbol_id: 0xd6a8ff16
symbol_id: 0x95c81f5f
symbol_id: 0x053e25cb
symbol_id: 0x567c8a8a
symbol_id: 0xbc2dc163
Expand Down
Loading

0 comments on commit 95805f9

Please sign in to comment.