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 5 NAME = "security_SMMLocked" 6 AUTHOR = "The Chromium OS Authors" 7 PURPOSE = "Verify SMM is locked" 8 CRITERIA = "Fails if SMM is mapped or is not locked" 9 TIME = "SHORT" 10 ATTRIBUTES = "suite:security" 11 SUITE = "security" 12 TEST_CATEGORY = "Functional" 13 TEST_CLASS = "security" 14 TEST_TYPE = "client" 15 16 DOC = """ 17 Checks that the SMM area is correctly restricted by having both 18 the SMRAM area unmapped and the SMM registers locked. 19 """ 20 21 job.run_test('security_SMMLocked') 22