[v1.05][ARM] Add support to detect SoC from PCI (#245) with initial support for NVIDIA Tegra

This commit is contained in:
Dr-Noob
2024-07-03 07:59:37 +01:00
parent dfa2b773d1
commit 1b746bc67d
9 changed files with 291 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ enum {
SOC_VENDOR_APPLE,
SOC_VENDOR_ROCKCHIP,
SOC_VENDOR_GOOGLE,
SOC_VENDOR_NVIDIA,
// RISC-V
SOC_VENDOR_SIFIVE,
SOC_VENDOR_STARFIVE,