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

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

    try:
        print_supported_chipsets()
        logger().log("")
        _cs.print_chipset()
    except UnknownChipsetError, msg:
        logger().error(msg)
Example #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)