提交 b71078e3 编写于 作者: M mackie100

Updated drivers list

上级 d006e4e6
......@@ -9,30 +9,53 @@
<string>HDA audio support driver in UEFI firmwares for most Intel and some other analog audio controllers.</string>
<key>name</key>
<string>AudioDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Proprietary ExFAT file system driver for Bootcamp support commonly found in Apple firmwares. For Sandy Bridge and earlier CPUs ExFatDxeLegacy driver should be used due to the lack of RDRAND instruction support.</string>
<key>name</key>
<string>ExFatDxe</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>ExFatDxeLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HII services support driver from MdeModulePkg. This driver is included in most firmwares starting with Ivy Bridge generation. Some applications with the GUI like UEFI Shell may need this driver to work properly.</string>
<key>name</key>
<string>HiiDatabase</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>OpenRuntime is an OpenCore plugin implementing OC_FIRMWARE_RUNTIME protocol. This protocol implements multiple features required for OpenCore that are otherwise not possible to implement in OpenCore itself as they are needed to work in runtime, i.e. during operating system functioning.</string>
<key>name</key>
<string>OpenRuntime</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
......@@ -41,72 +64,130 @@ OpenCanopy requires graphical resources located in Resources directory to run. S
Note: OpenCanopy is currently considered experimental and is not recommended for everyday use.</string>
<key>name</key>
<string>OpenCanopy</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NVMe support driver from MdeModulePkg. This driver is included in most firmwares starting with Broadwell generation. For Haswell and earlier embedding it within the firmware may be more favourable in case a NVMe SSD drive is installed.</string>
<key>name</key>
<string>NvmExpressDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB keyboard driver adding the support of AppleKeyMapAggregator protocols on top of a custom USB keyboard driver implementation. This is an alternative to builtin KeySupport, which may work better or worse depending on the firmware.</string>
<key>name</key>
<string>OpenUsbKbDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>PS/2 keyboard driver from MdeModulePkg. OpenDuetPkg and some firmwares may not include this driver, but it is necessary for PS/2 keyboard to work. Note, unlike OpenUsbKbDxe this driver has no AppleKeyMapAggregator support and thus requires KeySupport to be enabled.</string>
<key>name</key>
<string>Ps2KeyboardDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>PS/2 mouse driver from MdeModulePkg. Some very old laptop firmwares may not include this driver, but it is necessary for touchpad to work in UEFI graphical interfaces, such as OpenCanopy.</string>
<key>name</key>
<string>Ps2MouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB mouse driver from MdeModulePkg. Some virtual machine firmwares like OVMF may not include this driver, but it is necessary for mouse to work in UEFI graphical interfaces, such as OpenCanopy.</string>
<key>name</key>
<string>UsbMouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>This driver is included in most firmwares starting with Sandy Bridge generation. For earlier firmwares or legacy systems it may be used to support external USB 3.0 PCI cards.</string>
<key>name</key>
<string>XhciDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HFS file system driver with bless support. This driver is an alternative to a closed source HFSPlus driver commonly found in Apple firmwares. It replaces the previous VboxHfs.efi.</string>
<key>name</key>
<string>OpenHfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Proprietary HFS file system driver with bless support commonly found in Apple firmwares. For Sandy Bridge and earlier CPUs HfsPlusLegacy driver should be used due to the lack of RDRAND instruction support.</string>
<key>name</key>
<string>HfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>HfsPlusLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NTFS filesystem driver.</string>
<key>name</key>
<string>NTFS</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>The tool for taking screenshots on the OpenCanopy boot interface, the shortcut key is F10</string>
<key>name</key>
<string>CrScreenshotDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
</array>
</dict>
......
......@@ -9,30 +9,53 @@
<string>HDA audio support driver in UEFI firmwares for most Intel and some other analog audio controllers.</string>
<key>name</key>
<string>AudioDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Proprietary ExFAT file system driver for Bootcamp support commonly found in Apple firmwares. For Sandy Bridge and earlier CPUs ExFatDxeLegacy driver should be used due to the lack of RDRAND instruction support.</string>
<key>name</key>
<string>ExFatDxe</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>ExFatDxeLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HII services support driver from MdeModulePkg. This driver is included in most firmwares starting with Ivy Bridge generation. Some applications with the GUI like UEFI Shell may need this driver to work properly.</string>
<key>name</key>
<string>HiiDatabase</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>OpenRuntime is an OpenCore plugin implementing OC_FIRMWARE_RUNTIME protocol. This protocol implements multiple features required for OpenCore that are otherwise not possible to implement in OpenCore itself as they are needed to work in runtime, i.e. during operating system functioning.</string>
<key>name</key>
<string>OpenRuntime</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
......@@ -41,72 +64,130 @@ OpenCanopy requires graphical resources located in Resources directory to run. S
Note: OpenCanopy is currently considered experimental and is not recommended for everyday use.</string>
<key>name</key>
<string>OpenCanopy</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NVMe support driver from MdeModulePkg. This driver is included in most firmwares starting with Broadwell generation. For Haswell and earlier embedding it within the firmware may be more favourable in case a NVMe SSD drive is installed.</string>
<key>name</key>
<string>NvmExpressDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB keyboard driver adding the support of AppleKeyMapAggregator protocols on top of a custom USB keyboard driver implementation. This is an alternative to builtin KeySupport, which may work better or worse depending on the firmware.</string>
<key>name</key>
<string>OpenUsbKbDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>PS/2 keyboard driver from MdeModulePkg. OpenDuetPkg and some firmwares may not include this driver, but it is necessary for PS/2 keyboard to work. Note, unlike OpenUsbKbDxe this driver has no AppleKeyMapAggregator support and thus requires KeySupport to be enabled.</string>
<key>name</key>
<string>Ps2KeyboardDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>PS/2 mouse driver from MdeModulePkg. Some very old laptop firmwares may not include this driver, but it is necessary for touchpad to work in UEFI graphical interfaces, such as OpenCanopy.</string>
<key>name</key>
<string>Ps2MouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB mouse driver from MdeModulePkg. Some virtual machine firmwares like OVMF may not include this driver, but it is necessary for mouse to work in UEFI graphical interfaces, such as OpenCanopy.</string>
<key>name</key>
<string>UsbMouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>This driver is included in most firmwares starting with Sandy Bridge generation. For earlier firmwares or legacy systems it may be used to support external USB 3.0 PCI cards.</string>
<key>name</key>
<string>XhciDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HFS file system driver with bless support. This driver is an alternative to a closed source HFSPlus driver commonly found in Apple firmwares. It replaces the previous VboxHfs.efi.</string>
<key>name</key>
<string>OpenHfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Proprietary HFS file system driver with bless support commonly found in Apple firmwares. For Sandy Bridge and earlier CPUs HfsPlusLegacy driver should be used due to the lack of RDRAND instruction support.</string>
<key>name</key>
<string>HfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>HfsPlusLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NTFS filesystem driver.</string>
<key>name</key>
<string>NTFS</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>The tool for taking screenshots on the OpenCanopy boot interface, the shortcut key is F10</string>
<key>name</key>
<string>CrScreenshotDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
</array>
</dict>
......
......@@ -9,30 +9,53 @@
<string>UEFI固件中的HDA音频支持驱动程序,适用于大多数英特尔和其他一些模拟音频控制器。</string>
<key>name</key>
<string>AudioDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>用于Bootcamp支持的专有ExFAT文件系统驱动程序,通常在Apple固件中找到。对于Sandy Bridge和更早的CPU,由于缺少RDRAND指令支持,因此应使用ExFatDxeLegacy驱动程序。</string>
<key>name</key>
<string>ExFatDxe</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string></string>
<key>name</key>
<string>ExFatDxeLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>HII服务支持MdeModulePkg的驱动程序。从Ivy Bridge生成的大多数固件中都包含此驱动程序。某些带有GUI的应用程序(例如UEFI Shell)可能需要此驱动程序才能正常工作。</string>
<key>name</key>
<string>HiiDatabase</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>OpenRuntime是OpenCore必不可少插件。该协议实现了OpenCore所需的多个功能,必须!!</string>
<key>name</key>
<string>OpenRuntime</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
......@@ -41,72 +64,130 @@ OpenCanopy需要位于Resources目录中的图形资源才能运行。可以在O
</string>
<key>name</key>
<string>OpenCanopy</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>来自MdeModulePkg的NVMe支持驱动程序。从Broadwell一代开始的大多数固件中都包含此驱动程序。对于Haswell及更早版本,如果安装了NVMe SSD驱动器,则将其嵌入固件中可能会更有利。</string>
<key>name</key>
<string>NvmExpressDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>USB键盘驱动程序在自定义USB键盘驱动程序实现的基础上添加了对AppleKeyMapAggregator协议的支持。这是内置KeySupport的替代方法,根据固件的不同,它可能会更好或更坏。</string>
<key>name</key>
<string>OpenUsbKbDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>MdeModulePkg的PS/2键盘驱动程序。 OpenDuetPkg和某些固件可能不包括此驱动程序,但是PS / 2键盘必须工作。请注意,与OpenUsbKbDxe不同,该驱动程序没有AppleKeyMapAggregator支持,因此需要启用KeySupport。</string>
<key>name</key>
<string>Ps2KeyboardDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>MdeModulePkg的PS/2鼠标驱动程序。某些非常古老的笔记本电脑固件可能不包括此驱动程序,但触摸板必须在UEFI图形界面(如OpenCanopy)中工作。</string>
<key>name</key>
<string>Ps2MouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>MdeModulePkg的USB鼠标驱动程序。某些虚拟机固件(例如OVMF)可能不包含此驱动程序,但鼠标必须在UEFI图形界面(如OpenCanopy)中工作。</string>
<key>name</key>
<string>UsbMouseDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>从Sandy Bridge代开始的大多数固件中都包含此驱动程序。对于较早的固件或旧系统,它可以用于支持外部USB 3.0 PCI卡。</string>
<key>name</key>
<string>XhciDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>具有bless支持的HFS文件系统驱动程序。该驱动程序可以替代Apple固件中常见的封闭源HFSPlus驱动程序。现已替代了VboxHfs.efi。</string>
<key>name</key>
<string>OpenHfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>Apple固件中常见的具有bless支持的专有HFS文件系统驱动程序。对于Sandy Bridge和更早的CPU,由于缺少RDRAND指令支持,因此应使用HfsPlusLegacy驱动程序。</string>
<key>name</key>
<string>HfsPlus</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>传统引导模式下HFS分区格式支持</string>
<key>name</key>
<string>HfsPlusLegacy</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>NTFS文件系统驱动程序。很少用到</string>
<key>name</key>
<string>NTFS</string>
<key>arch</key>
<array>
<string>64</string>
</array>
</dict>
<dict>
<key>description</key>
<string>OpenCore引导界面用于截图的工具,快捷键为F10</string>
<key>name</key>
<string>CrScreenshotDxe</string>
<key>arch</key>
<array>
<string>32</string>
<string>64</string>
</array>
</dict>
</array>
</dict>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册