• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
11SUITE = "security"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "security"
14TEST_TYPE = "client"
15
16DOC = """
17    Checks that the SMM area is correctly restricted by having both
18    the SMRAM area unmapped and the SMM registers locked.
19"""
20
21job.run_test('security_SMMLocked')
22