1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5NAME = "security_SMMLocked" 6AUTHOR = "The Chromium OS Authors" 7PURPOSE = "Verify SMM is locked" 8CRITERIA = "Fails if SMM is mapped or is not locked" 9TIME = "SHORT" 10ATTRIBUTES = "suite:security" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "security" 13TEST_TYPE = "client" 14 15DOC = """ 16 Checks that the SMM area is correctly restricted by having both 17 the SMRAM area unmapped and the SMM registers locked. 18""" 19 20job.run_test('security_SMMLocked') 21