summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/AcpiTables/rtsm_ve-aemv8a/Ssdt0.asl
blob: c13ceef56ab279c90b6137b1bc377fa33ec2d120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2013, Al Stone <al.stone@linaro.org>
 *
 * [SSDT] Description of the armv8 VE Model
 *
 * This source is released under the terms of the GPLv2.
 */

DefinitionBlock (
	"ssdt0.aml",		// output filename
	"SSDT",			// table signature
	2,			// SSDT compliance revision
	"LINARO",		// OEM ID
	"RTSMVEV8",		// table ID
	0x00000001)		// OEM revision
{
}