Searched refs:new_bios (Results 1 – 4 of 4) sorted by relevance
47 self.new_bios = dict_args['new_bios']48 if not os.path.isfile(self.new_ec) or not os.path.isfile(self.new_bios):56 self.new_ec, self.new_bios, self.new_pd)133 dut_access.CopyToDevice(self.new_bios, target_file, mode='scp')156 % self.new_bios)
17 test_that --board=BOARD --args 'servo_host=SERVO3_IP new_ec=/path/to/ec.bin new_bios=/path/to/bios.…
235 int sanitize_e820_map(struct e820entry *orig_map, struct e820entry *new_bios, in sanitize_e820_map() argument363 new_bios[new_bios_entry].size = in sanitize_e820_map()366 if (new_bios[new_bios_entry].size != 0) in sanitize_e820_map()371 new_bios[new_bios_entry].addr = change_point[chgidx]->addr; in sanitize_e820_map()372 new_bios[new_bios_entry].type = current_type; in sanitize_e820_map()
50 int sanitize_e820_map(struct e820entry *orig_map, struct e820entry *new_bios,