soc/intel/alderlake: Remove TCSS DMA _DSM method

The kernel does not need TCSS DMA's _DSM method. This change simply
removes this method.

BUG=None
TEST=Built Alderlake image successfully.

Signed-off-by: John Zhao <john.zhao@intel.com>
Change-Id: I313f9c8913bb8cf54581c5460ac3fb1597291ad5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51964
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
John Zhao 2021-03-30 17:08:45 -07:00 committed by Patrick Georgi
parent 3ced5287f2
commit 9922304b35
1 changed files with 0 additions and 5 deletions

View File

@ -82,8 +82,3 @@ Method (_PRW, 0)
{ {
Return (Package() { 0x6D, 4 }) Return (Package() { 0x6D, 4 })
} }
Method (_DSM, 4, Serialized)
{
Return (Buffer() { 0 })
}