Jump to content
2 posts in this topic

Recommended Posts

not sure if this is the right sub-forum:

 

 

Where do you get the plist entries for a "device category" to create the hex file for EFI?

 

where did we get the video plist entries? or the audio?

 

e.g the audio plist is:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>PciRoot(0x1)/Pci(0x1b,0x0)</key>

   <dict>

      <key>PinConfigurations</key>

      <string></string>

      <key>built-in</key>

      <string>0x00</string>

      <key>layout-id</key>

      <string>0x0000000c</string>

      <key>revision-id</key>

      <string>0x00000001</string>

      <key>subsystem-id</key>

      <string>0x0000a002</string>

      <key>subsystem-vendor-id</key>

      <string>0x00001458</string>

      <key>vendor-id</key>

      <string>0x00008086</string>

   </dict>

</dict>

</plist>

 

 

i'm working on getting EFI to recognize a different category of device (not audio,video, or network)

 

thanks

Link to comment
https://www.insanelymac.com/forum/topic/113884-plist-entries-for-efi-strings/
Share on other sites

  • 2 weeks later...
×
×
  • Create New...