Skip to content

Commit

Permalink
remove SprdClockDxe for now and refactor credits
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenteicc2008 committed Feb 4, 2025
1 parent 6ab1959 commit d8c7be0
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 590 deletions.
54 changes: 54 additions & 0 deletions MSM8909Pkg/AcpiTables/goyave3g/DSDT.asl
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
DefinitionBlock ("", "DSDT", 2, "SPRDD ", "SC8830 ", 0x00000003)
{
Scope (\_SB)
{
Device(CPU0)
{
Name(_HID, "ACPI0007")
Name(_UID, 0)
}

Device(CPU1)
{
Name(_HID, "ACPI0007")
Name(_UID, 1)
}

Device(CPU2)
{
Name(_HID, "ACPI0007")
Name(_UID, 2)
}

Device(CPU3)
{
Name(_HID, "ACPI0007")
Name(_UID, 3)
}

Device(SDC1)
{
Name (_HID, "SPRD0110")
Name (_CID, "ACPI/SPRD0110")
Name (_UID, 0)
Method (_CRS, 0x0, NotSerialized) {
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0xF511C000, 0x00001000)
})
Return (RBUF)
}

Device(EMMC)
{
Method (_ADR) {
Return (8)
}

Method (_RMV) {
Return (0)
}
}
}
}
}
Loading

0 comments on commit d8c7be0

Please sign in to comment.