Skip to content

Commit

Permalink
Initial EFI
Browse files Browse the repository at this point in the history
  • Loading branch information
SchmockLord committed Mar 19, 2023
1 parent d7f9536 commit 58e8a18
Show file tree
Hide file tree
Showing 511 changed files with 18,773 additions and 0 deletions.
Binary file added EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-AWAC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-Disable-CNVW.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-EC-USBX.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PLUG-ALT.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-SBUS-MCHC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-USBW.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-XH_ADLS3.aml
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenHfsPlus.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/ResetNvramEntry.efi
Binary file not shown.
654 changes: 654 additions & 0 deletions EFI/OC/Kexts/AMDRadeonNavi2xExt.kext/Contents/Info.plist

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<?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>files</key>
<dict/>
<key>files2</key>
<dict/>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
Loading

0 comments on commit 58e8a18

Please sign in to comment.