ANDROID: GKI: Add initial symbol list for bcmstb

Add initial symbol list for the bcmstb target that represents
the Broadcom Set Top Box SoCs.

INFO: 32 function symbol(s) added
  'u32 brcmstb_get_family_id()'
  'u32 brcmstb_get_product_id()'
  'int clk_hw_register_clkdev(struct clk_hw*, const char*, const char*)'
  'int device_get_ethdev_address(struct device*, struct net_device*)'
  'int ehci_resume(struct usb_hcd*, bool)'
  'int ehci_suspend(struct usb_hcd*, bool)'
  'int fixed_phy_set_link_update(struct phy_device*, int(*)(struct net_device*, struct fixed_phy_status*))'
  'int generic_access_phys(struct vm_area_struct*, unsigned long, void*, int, int)'
  'struct gpio_desc* gpiochip_request_own_desc(struct gpio_chip*, unsigned int, const char*, enum gpio_lookup_flags, enum gpiod_flags)'
  'void irq_gc_mask_disable_reg(struct irq_data*)'
  'void irq_gc_noop(struct irq_data*)'
  'void irq_gc_unmask_enable_reg(struct irq_data*)'
  'void netdev_crit(const struct net_device*, const char*, ...)'
  'bool of_device_is_big_endian(const struct device_node*)'
  'struct net_device* of_find_net_device_by_node(struct device_node*)'
  'int of_get_ethdev_address(struct device_node*, struct net_device*)'
  'const char* pci_speed_string(enum pci_bus_speed)'
  'struct phy_device* phy_attach(struct net_device*, const char*, phy_interface_t)'
  'int phy_resume(struct phy_device*)'
  'void phy_start_machine(struct phy_device*)'
  'bool phy_validate_pause(struct phy_device*, struct ethtool_pauseparam*)'
  'pgprot_t phys_mem_access_prot(struct file*, unsigned long, unsigned long, pgprot_t)'
  'const char* pinctrl_dev_get_devname(struct pinctrl_dev*)'
  'void recalc_sigpending()'
  'int restore_online_page_callback(online_page_callback_t)'
  'u16 sdhci_calc_clk(struct sdhci_host*, unsigned int, unsigned int*)'
  'int sdhci_pltfm_resume(struct device*)'
  'int sdhci_pltfm_suspend(struct device*)'
  'int serial8250_handle_irq(struct uart_port*, unsigned int)'
  'int set_online_page_callback(online_page_callback_t)'
  'int spi_split_transfers_maxsize(struct spi_controller*, struct spi_message*, size_t, gfp_t)'
  'void vm_unmap_aliases()'

4 variable symbol(s) added
  'unsigned long empty_zero_page[512]'
  'const unsigned char pcie_link_speed[16]'
  'unsigned long phy_basic_features[2]'
  'unsigned long phy_gbit_features[2]'

Bug: 343006993
Change-Id: Ia094cd3f5444ea60b273415990bceb7a523cfee8
Signed-off-by: Pierre Couillaud <pierre@broadcom.com>
Signed-off-by: Danesh Petigara <danesh.petigara@broadcom.com>
This commit is contained in:
Pierre Couillaud 2024-05-09 07:30:53 -07:00 committed by Carlos Llamas
parent b164ce27fa
commit ac9706483e
3 changed files with 2287 additions and 0 deletions

View File

@ -101,6 +101,7 @@ filegroup(
# keep sorted # keep sorted
"android/abi_gki_aarch64_asr", "android/abi_gki_aarch64_asr",
"android/abi_gki_aarch64_asus", "android/abi_gki_aarch64_asus",
"android/abi_gki_aarch64_bcmstb",
"android/abi_gki_aarch64_db845c", "android/abi_gki_aarch64_db845c",
"android/abi_gki_aarch64_exynos", "android/abi_gki_aarch64_exynos",
"android/abi_gki_aarch64_exynosauto", "android/abi_gki_aarch64_exynosauto",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff