Skip to content

Commit

Permalink
Update to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 committed Sep 19, 2023
1 parent aa6e2cb commit cf461a2
Show file tree
Hide file tree
Showing 111 changed files with 5,238 additions and 4,509 deletions.
Binary file removed DRIVER WIN X64 DW1830.zip
Binary file not shown.
1 change: 1 addition & 0 deletions EFI/BOOT/.contentFlavour
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenCore
1 change: 1 addition & 0 deletions EFI/BOOT/.contentVisibility
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disabled
Binary file modified EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file renamed EFI/OC/ACPI/SSDT-HACK.aml → EFI/OC/ACPI/SSDT-Dell.aml
100644 → 100755
Binary file not shown.
50 changes: 37 additions & 13 deletions EFI/OC/ACPI/SSDT-HACK.dsl → EFI/OC/ACPI/SSDT-Dell.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
*
* Disassembling to symbolic ASL+ operators
*
* Disassembly of iASLbz8b6Q.aml, Tue Nov 2 09:45:09 2021
* Disassembly of iASLXvtcyd.aml, Tue Sep 19 08:00:19 2023
*
* Original Table Header:
* Signature "SSDT"
* Length 0x000003C3 (963)
* Length 0x0000040F (1039)
* Revision 0x02
* Checksum 0xB7
* Checksum 0x76
* OEM ID "DELL"
* OEM Table ID "V-5401"
* OEM Revision 0x00000000 (0)
* Compiler ID "INTL"
* Compiler Version 0x20180427 (538444839)
* Compiler Version 0x20200925 (538970405)
*/
DefinitionBlock ("", "SSDT", 2, "DELL", "V-5401", 0x00000000)
{
Expand All @@ -29,6 +29,7 @@ DefinitionBlock ("", "SSDT", 2, "DELL", "V-5401", 0x00000000)
External (_SB_.PCI0.I2C1.TPD0, DeviceObj)
External (_SB_.PCI0.LPCB, DeviceObj)
External (_SB_.PCI0.LPCB.PS2K, DeviceObj)
External (_SB_.PCI0.ZPRW, MethodObj) // 0 Arguments
External (_SB_.PR00, ProcessorObj)
External (HPTE, IntObj)
External (STAS, IntObj)
Expand Down Expand Up @@ -83,6 +84,18 @@ DefinitionBlock ("", "SSDT", 2, "DELL", "V-5401", 0x00000000)
}
}

Scope (AC)
{
If (_OSI ("Darwin"))
{
Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake
{
0x6F,
0x03
})
}
}

Scope (PR00)
{
If (_OSI ("Darwin"))
Expand All @@ -106,20 +119,22 @@ DefinitionBlock ("", "SSDT", 2, "DELL", "V-5401", 0x00000000)
}
}

Scope (AC)
Scope (PCI0)
{
If (_OSI ("Darwin"))
Method (UPRW, 0, NotSerialized)
{
Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake
If (_OSI ("Darwin"))
{
0x6F,
0x03
})
Return (Package (0x02)
{
0x6D,
Zero
})
}

Return (\_SB.PCI0.ZPRW ())
}
}

Scope (PCI0)
{
Device (MCHC)
{
Name (_ADR, Zero) // _ADR: Address
Expand Down Expand Up @@ -261,6 +276,15 @@ DefinitionBlock ("", "SSDT", 2, "DELL", "V-5401", 0x00000000)
Zero
})
}

If ((0x69 == Arg0))
{
Return (Package (0x02)
{
0x69,
Zero
})
}
}

Return (XPRW (Arg0, Arg1))
Expand Down
Binary file removed EFI/OC/ACPI/origin/APIC.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/BGRT.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/BOOT.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/DBG2.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/DBGP.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/DSDT.aml
Binary file not shown.
92 changes: 0 additions & 92 deletions EFI/OC/ACPI/origin/DumpLog.txt

This file was deleted.

Binary file removed EFI/OC/ACPI/origin/FACP.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/FACS.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/FPDT.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/HPET.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/LPIT.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/MCFG.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/MSDM.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/NHLT.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/RSDP.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/RSDT.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SLIC.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-0-CpuSsdt.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-1-DptfTabl.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-2-SaSsdt.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-3-TcssSsdt.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-4-DellRtd3.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-5-xh_Dell_.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-6-UsbCTabl.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-7-PtidDevc.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-8-TbtTypeC.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/SSDT-9-ADebTabl.aml
Binary file not shown.
Binary file removed EFI/OC/ACPI/origin/XSDT.aml
Binary file not shown.
Binary file added EFI/OC/Drivers/HfsPlus.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file removed EFI/OC/Drivers/OpenHfsPlus.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/ResetNvramEntry.efi
Binary file not shown.
128 changes: 0 additions & 128 deletions EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/Info.plist

This file was deleted.

Binary file not shown.

This file was deleted.

0 comments on commit cf461a2

Please sign in to comment.