6c9c505ca9
Removed additional firmware, largely Wi-Fi and embedded SoC firmware, from the ramdisk as these devices are unlikely to be needed in the process of the use of a deployment ramdisk. Change-Id: Ia63c4d5d6c00c7fa64e7c2d570645b8a16aaf0c3
16 lines
789 B
Bash
16 lines
789 B
Bash
export IPA_REMOVE_FIRMWARE=${IPA_REMOVE_FIRMWARE:-amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi}
|
|
|
|
# NOTE(TheJulia): List of what each item represents for future context
|
|
# amdgpu == AMD/ATI Radeon/Vega/Raven firmware for drivers
|
|
# netronome == Netronome Agilio Smartnics
|
|
# qcom = Qualcom SoC firmware
|
|
# ti-communication == Texas Instruments SoC firmware
|
|
# ti-keystone == Texas Instruments baseband firmware
|
|
# ueagle-atm == ADSL/ATM interface card firmware
|
|
# rsi == Redpine wifi chip firmware
|
|
# mrvl == Marvell wifi chip and prestera ethernet switch ASIC firmware
|
|
# brcm == Broadcom wifi firmware
|
|
# mediatek == Mediatek wifi and SoC (think chromebook) firmware
|
|
# ath10k == Qualcom Atheros 10k firmware
|
|
# rtlwifi == Realtek Wifi firmware
|