Exemplo n.º 1
0
 def run(self):
     try:
         print_supported_chipsets()
         self.logger.log("")
         self.cs.print_chipset()
     except UnknownChipsetError, msg:
         self.logger.error(msg)
Exemplo n.º 2
0
 def run(self):
     try:
         print_supported_chipsets()
         self.logger.log("")
         self.cs.print_chipset()
     except UnknownChipsetError, msg:
         self.logger.error( msg )
Exemplo n.º 3
0
def platform(argv):

    try:
        print_supported_chipsets()
        logger().log("")
        chipsec_util._cs.print_chipset()
    except UnknownChipsetError, msg:
        logger().error( msg )
Exemplo n.º 4
0
def platform(argv):

    try:
        print_supported_chipsets()
        logger().log("")
        _cs.print_chipset()
    except UnknownChipsetError, msg:
        logger().error(msg)
Exemplo n.º 5
0
def platform(argv):
    """
    chipsec_util platform
    """
    try:
        print_supported_chipsets()
        logger().log("")
        chipsec_util._cs.print_chipset()
    except UnknownChipsetError, msg:
        logger().error(msg)