Home | History | Annotate | Download | only in faft

Lines Matching refs:faft_config

132         self.faft_config = FAFTConfig(
137 if self.faft_config.chrome_ec:
140 if self.faft_config.chrome_usbpd:
142 elif self.faft_config.chrome_ec:
427 time.sleep(self.faft_config.usb_plug)
499 if not self.faft_config.chrome_ec:
508 if cap not in self.faft_config.ec_capability:
591 self.servo.set('fw_wp_vref', self.faft_config.wp_voltage)
615 if self.faft_config.chrome_ec:
686 if self.faft_config.chrome_ec:
715 if self.ec_uart_file and self.faft_config.chrome_ec:
718 if (self.usbpd_uart_file and self.faft_config.chrome_ec and
730 if self.ec_uart_file and self.faft_config.chrome_ec:
732 if (self.usbpd_uart_file and self.faft_config.chrome_ec and
804 if self.faft_config.gbb_version < 1.1:
951 time.sleep(self.faft_config.ec_boot_to_console)
965 self.servo.power_key(self.faft_config.hold_pwr_button_poweroff)
969 time.sleep(self.faft_config.shutdown)
971 self.servo.power_key(self.faft_config.hold_pwr_button_poweron)
981 time.sleep(self.faft_config.software_sync)
1097 shutdown_timeout = self.faft_config.shutdown_timeout
1109 self.servo.power_key(self.faft_config.hold_pwr_button_poweron)
1203 if self.faft_config.chrome_ec:
1245 if self.faft_config.chrome_ec:
1286 if self.faft_config.chrome_ec: