Home
last modified time | relevance | path

Searched refs:new_bios (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/site_tests/firmware_FWupdate/
Dfirmware_FWupdate.py47 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)
Dcontrol17 test_that --board=BOARD --args 'servo_host=SERVO3_IP new_ec=/path/to/ec.bin new_bios=/path/to/bios.…
/external/syslinux/com32/gpllib/
Dmemory.c235 int sanitize_e820_map(struct e820entry *orig_map, struct e820entry *new_bios, in sanitize_e820_map() argument
363 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()
/external/syslinux/com32/gplinclude/
Dmemory.h50 int sanitize_e820_map(struct e820entry *orig_map, struct e820entry *new_bios,