github.com/rck/u-root@v0.0.0-20180106144920-7eb602e381bb/cmds/ectool/info.go (about)

     1  package main
     2  
     3  import (
     4  	"time"
     5  )
     6  
     7  func info(ec ec) ([]byte, error) {
     8  	return ec.Command(ecCmdGetChipInfo, 0, []byte{}, 96 /*len(_ ecResponseGetChipInfo)*/, time.Duration(10*time.Second))
     9  }