soc/intel/alderlake: Use `ufs.asl` from common code acpi block
This patch includes UFS ASL entry from common block ACPI code. BUG=none TEST=Able to build and boot Google/Kano. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Ia77ea1c915d0dec991afa5b977af78487ae6a8b2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68301 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tarun Tuli <taruntuli@google.com> Reviewed-by: Meera Ravindranath <meera.ravindranath@intel.com>
This commit is contained in:
parent
29ad9f7640
commit
2e438c9a6b
|
@ -32,7 +32,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* UFS */
|
/* UFS */
|
||||||
#include "ufs.asl"
|
#include <soc/intel/common/block/acpi/acpi/ufs.asl>
|
||||||
|
|
||||||
/* SMBus 0:1f.4 */
|
/* SMBus 0:1f.4 */
|
||||||
#include <soc/intel/common/block/acpi/acpi/smbus.asl>
|
#include <soc/intel/common/block/acpi/acpi/smbus.asl>
|
||||||
|
|
Loading…
Reference in New Issue