Home
last modified time | relevance | path

Searched refs:BIOS_INFO (Results 1 – 2 of 2) sorted by relevance

/misc/config_tools/configurator/packages/configurator/src/pages/Config/
A DBoard.vue50 <div class="py-1 col-sm">{{ this.imported ? this.board.BIOS_INFO : '' }}</div>
164 if (this.board.BIOS_INFO != null) {
165 let biosinfo = this.board.BIOS_INFO.split('\n')
182 this.board.BIOS_INFO = biosinfo.join('\n')
/misc/config_tools/library/
A Dboard_cfg_lib.py12 BIOS_INFO = ['BIOS Information', 'Vendor:', 'Version:', 'Release Date:', 'BIOS Revision:'] variable
95 bios_board = BIOS_INFO + BASE_BOARD

Completed in 10 milliseconds