Lines Matching +full:pc +full:- +full:bios
1 // SPDX-License-Identifier: ISC
24 BRCM_CC_4345_CHIP_ID, 6, "acepc-t8"
28 * and the nvram for the Vi8 Plus is already in linux-firmware, so use that.
31 BRCM_CC_43430_CHIP_ID, 0, "ilife-S806"
35 BRCM_CC_4356_CHIP_ID, 2, "gpd-win-pocket"
39 BRCM_CC_43430_CHIP_ID, 0, "jumper-ezpad-mini3"
43 BRCM_CC_43340_CHIP_ID, 2, "meegopad-t08"
47 BRCM_CC_43340_CHIP_ID, 2, "pov-tab-p1006w-data"
51 BRCM_CC_43341_CHIP_ID, 2, "predia-basic"
55 * exact same nvram file as the Prowise-PT301 tablet. Since the nvram for the
56 * Prowise-PT301 is already in linux-firmware we just point to that here.
59 BRCM_CC_4330_CHIP_ID, 4, "Prowise-PT301"
64 /* ACEPC T8 Cherry Trail Z8350 mini PC */
69 /* also match on somewhat unique bios-version */
75 /* ACEPC T11 Cherry Trail Z8350 mini PC, same wifi as the T8 */
80 /* also match on somewhat unique bios-version */
95 /* Chuwi Hi8 Pro with D2D3_Hi8Pro.233 BIOS */
100 /* Above strings are too generic, also match on BIOS date */
137 /* jumperx.T87.KFBNEEA02 with the version-nr dropped */
153 /* Point of View TAB-P1006W-232 */
168 /* Mx.WT107.KUBNGEA02 with the version-nr dropped */
178 /* Above strings are too generic, also match on BIOS date */
199 data = match->driver_data; in brcmf_dmi_probe()
201 if (data->chip == chip && data->chiprev == chiprev) { in brcmf_dmi_probe()
202 settings->board_type = data->board_type; in brcmf_dmi_probe()
207 /* Not found in the quirk-table, use sys_vendor-product_name */ in brcmf_dmi_probe()
211 snprintf(dmi_board_type, sizeof(dmi_board_type), "%s-%s", in brcmf_dmi_probe()
213 settings->board_type = dmi_board_type; in brcmf_dmi_probe()