CN114253618A - BIOS modification method and device based on different manufacturers, computer equipment and storage medium - Google Patents

BIOS modification method and device based on different manufacturers, computer equipment and storage medium Download PDF

Info

Publication number
CN114253618A
CN114253618A CN202111564118.3A CN202111564118A CN114253618A CN 114253618 A CN114253618 A CN 114253618A CN 202111564118 A CN202111564118 A CN 202111564118A CN 114253618 A CN114253618 A CN 114253618A
Authority
CN
China
Prior art keywords
bios
modification
calling
automation
manufacturer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111564118.3A
Other languages
Chinese (zh)
Inventor
邓佑友
王震
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dongguan Memory Storage Technology Co ltd
Original Assignee
Dongguan Memory Storage Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dongguan Memory Storage Technology Co ltd filed Critical Dongguan Memory Storage Technology Co ltd
Priority to CN202111564118.3A priority Critical patent/CN114253618A/en
Publication of CN114253618A publication Critical patent/CN114253618A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

The application relates to a BIOS modification method and device based on different manufacturers, computer equipment and a storage medium, wherein the method comprises the following steps: acquiring BIOS modification requests based on different manufacturers; developing corresponding BIOS automation implementation programs according to different BIOS manufacturers, wherein the BIOS automation implementation programs carry out BIOS modification by calling corresponding modification tools; before testing the equipment to be tested, judging BIOS manufacturer information of the equipment to be tested through SMBIOS; in the testing process, calling a corresponding BIOS automation realization program according to the BIOS manufacturer information so as to realize automatic modification of BIOS setting options under a Linux operating system; restarting the device under test to validate the modified BIOS option. The invention realizes the modification of the BIOS option in the whole process automation in the test process, reduces the errors caused by human participation and improves the test reliability.

Description

BIOS modification method and device based on different manufacturers, computer equipment and storage medium
Technical Field
The invention relates to the technical field of storage systems, in particular to a BIOS (basic input output System) modification method and device based on different manufacturers, computer equipment and a storage medium.
Background
With the development of Solid State Disk technology, SSD (Solid State Disk) has been widely used in various occasions, and has gradually replaced traditional HDD (Hard Disk Drive) in PC market, providing better experience for users from the aspects of reliability and performance. BIOS (basic Input Output System), i.e., basic Input Output System, is a standard firmware interface in the industry on IBM PC compatible systems. In fact, it is a set of programs solidified on a ROM chip on the main board of the computer, it stores the most important basic input and output programs of the computer, the self-checking program after power-on and the system self-starting program, it can read and write the specific information set by the system from the CMOS.
The BIOS setup options need to be modified before or during product testing to meet testing requirements. However, the conventional method requires manual operation of entering the BIOS interface for modification, which is not conducive to the implementation of automated testing. Especially, the BIOS setting option positions of different manufacturers are different, and most options are in a hidden state, so that BIOS option configuration errors are easily introduced.
Disclosure of Invention
In view of the above, it is necessary to provide a BIOS modification method, apparatus, computer device and storage medium based on different vendors.
A method for BIOS modification based on different vendors, the method comprising:
acquiring BIOS modification requests based on different manufacturers;
developing corresponding BIOS automation implementation programs according to different BIOS manufacturers, wherein the BIOS automation implementation programs carry out BIOS modification by calling corresponding modification tools;
before testing the equipment to be tested, judging BIOS manufacturer information of the equipment to be tested through SMBIOS;
in the testing process, calling a corresponding BIOS automation realization program according to the BIOS manufacturer information so as to realize automatic modification of BIOS setting options under a Linux operating system;
restarting the device under test to validate the modified BIOS option.
In one embodiment, the step of developing, according to different BIOS manufacturers, corresponding BIOS automation implementation programs, where the BIOS automation implementation programs modify the BIOS by calling corresponding modification tools includes:
the BIOS vendors include Insyde, AMI, Byosoft, and others.
In one embodiment, the step of calling a corresponding BIOS automation implementation program according to the BIOS vendor information during the test process to implement automatic modification of the BIOS setting options under the Linux operating system includes:
if the BIOS manufacturer is confirmed to be Insyde, the BIOS automation implementation program realizes BIOS modification by calling an H2OUVE tool;
if the BIOS manufacturer is confirmed to be AMI, the BIOS automation realization program realizes BIOS modification by calling SCE tool;
if the BIOS manufacturer is determined to be Byosoft, the BIOS automation realization program realizes BIOS modification by calling unit socket;
if the BIOS manufacturer is confirmed to be other manufacturers, BIOS modification is realized by automatically upgrading the BIOS firmware program correspondingly set.
In one embodiment, before the testing the device under test, the step of determining the BIOS manufacturer information of the device under test through the SMBIOS further includes:
the BIOS vendor information is queried using the dmidrecode command under the Linux operating system.
A different vendor based BIOS modification apparatus, the apparatus comprising:
the acquisition module is used for acquiring BIOS modification requests based on different manufacturers;
the development module is used for developing corresponding BIOS automation realization programs according to different BIOS manufacturers, and the BIOS automation realization programs carry out BIOS modification by calling corresponding modification tools;
the equipment detection module is used for judging BIOS manufacturer information of the equipment to be tested through SMBIOS before testing the equipment to be tested;
the calling module is used for calling a corresponding BIOS automation realizing program according to the BIOS manufacturer information in the testing process so as to realize automatic modification of BIOS setting options under a Linux operating system;
and the restarting module is used for restarting the equipment to be tested so as to enable the modified BIOS option to take effect.
In one embodiment, in the development module:
the BIOS vendors include Insyde, AMI, Byosoft, and others.
In one embodiment, the calling module is further configured to:
if the BIOS manufacturer is confirmed to be Insyde, the BIOS automation implementation program realizes BIOS modification by calling an H2OUVE tool;
if the BIOS manufacturer is confirmed to be AMI, the BIOS automation realization program realizes BIOS modification by calling SCE tool;
if the BIOS manufacturer is determined to be Byosoft, the BIOS automation realization program realizes BIOS modification by calling unit socket;
if the BIOS manufacturer is confirmed to be other manufacturers, BIOS modification is realized by automatically upgrading the BIOS firmware program correspondingly set.
In one embodiment, the device detection module is further configured to:
the BIOS vendor information is queried using the dmidrecode command under the Linux operating system.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of any of the above methods when executing the computer program.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of any of the methods described above.
The BIOS modification method, the BIOS modification device, the computer equipment and the storage medium based on different manufacturers acquire BIOS modification requests based on different manufacturers; developing corresponding BIOS automation implementation programs according to different BIOS manufacturers, wherein the BIOS automation implementation programs carry out BIOS modification by calling corresponding modification tools; before testing the equipment to be tested, judging BIOS manufacturer information of the equipment to be tested through SMBIOS; in the testing process, calling a corresponding BIOS automation realization program according to the BIOS manufacturer information so as to realize automatic modification of BIOS setting options under a Linux operating system; restarting the device under test to validate the modified BIOS option. The invention realizes the modification of the BIOS option in the whole process automation in the test flow, effectively reduces the preparation time of test configuration before and in the test process, reduces the test difficulty, reduces the errors caused by artificial participation and improves the test reliability.
Drawings
FIG. 1 is a flow diagram illustrating a BIOS modification method based on different vendors, according to an embodiment;
FIG. 2 is a flow chart illustrating a BIOS modification method based on different vendors in another embodiment;
FIG. 3 is a block diagram of a device for BIOS modification based on different vendors in one embodiment;
FIG. 4 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
Currently, BIOS setup options need to be modified before or during product testing to meet testing requirements. However, the conventional method requires manual operation of entering the BIOS interface for modification, which is not conducive to the implementation of automated testing. Especially, the BIOS setting option positions of different manufacturers are different, and most options are in a hidden state, so that BIOS option configuration errors are easily introduced.
Based on the above, the invention provides a BIOS modification method based on different manufacturers, aiming at reducing errors introduced by manual operation and realizing automatic modification.
In one embodiment, as shown in fig. 1, a BIOS modification method based on different vendors is provided, the method comprising:
102, acquiring BIOS modification requests based on different manufacturers;
104, developing corresponding BIOS automation implementation programs according to different BIOS manufacturers, wherein the BIOS automation implementation programs carry out BIOS modification by calling corresponding modification tools;
step 106, judging BIOS manufacturer information of the equipment to be tested through SMBIOS before testing the equipment to be tested;
108, calling a corresponding BIOS automation implementation program according to the BIOS manufacturer information in the test process so as to realize automatic modification of BIOS setting options under the Linux operating system;
step 110, restarting the device under test to enable the modified BIOS option to take effect.
In this embodiment, a BIOS modification method based on different manufacturers is provided, in an electronic product test, the BIOS configuration options of different manufacturers can be automatically modified without human intervention, and the specific implementation steps are as follows:
first, a BIOS modification request based on different vendors is obtained. And then, developing corresponding BIOS automation implementation programs according to different BIOS manufacturers, and modifying the BIOS by calling corresponding modification tools by the BIOS automation implementation programs. Specifically, BIOS manufacturers include instde, AMI, Byosoft, and the like.
And then, before testing the equipment to be tested, judging the BIOS manufacturer information of the equipment to be tested through SMBIOS. SMBIOS (System Management BIOS) is a unified specification that a motherboard or System manufacturer needs to follow to display product Management information in a standard format.
In one embodiment, before testing the device under test, the step of determining the BIOS manufacturer information of the device under test through SMBIOS further includes:
the BIOS vendor information is queried using the dmidrecode command under the Linux operating system.
Specifically, the command dmidrecode-t 0 may be used in a Linux operating system to query BIOS vendor information. The dmidrecode commands can obtain information about hardware aspects under the Linux system. The dmidrecode is used for decoding information in the DMI database and displaying the information in a readable text mode. The dmidrecode follows the SMBIOS/DMI standard and outputs information including BIOS, system, motherboard, processor, memory, cache, etc.
And then, in the testing process, calling a corresponding BIOS automation realization program according to the BIOS manufacturer information so as to realize the automatic modification of the BIOS setting options under the Linux operating system. And finally, restarting the device to be tested to enable the modified BIOS option to take effect.
In the above embodiment, the BIOS modification request based on different vendors is obtained; developing corresponding BIOS automation implementation programs according to different BIOS manufacturers, wherein the BIOS automation implementation programs carry out BIOS modification by calling corresponding modification tools; before testing the equipment to be tested, judging BIOS manufacturer information of the equipment to be tested through SMBIOS; in the testing process, calling a corresponding BIOS automation realization program according to the BIOS manufacturer information so as to realize automatic modification of BIOS setting options under a Linux operating system; restarting the device under test to validate the modified BIOS option. The scheme realizes the modification of the BIOS option in the whole process automation in the test process, effectively reduces the preparation time of test configuration before and in the process of testing, reduces the test difficulty, reduces errors caused by artificial participation, and improves the reliability of the test.
In one embodiment, as shown in fig. 2, a BIOS modification method based on different vendors is provided, the method further comprising:
step 202, if the BIOS manufacturer is confirmed to be Insyde, the BIOS automation realization program realizes BIOS modification by calling an H2OUVE tool;
step 204, if the BIOS manufacturer is confirmed to be AMI, the BIOS automation realization program realizes BIOS modification by calling SCE tool;
step 206, if the BIOS manufacturer is determined to be Byosoft, the BIOS automation realization program realizes BIOS modification by calling unit socket;
and step 208, if the BIOS manufacturer is confirmed to be other manufacturers, automatically upgrading the correspondingly set BIOS firmware program to realize BIOS modification.
Specifically, BIOS manufacturers include instde, AMI, Byosoft, and the like.
And if the BIOS manufacturer is confirmed to be Insyde, calling a BIOS setting program of the Insyde, and calling the H2OUVE tool to realize BIOS modification. If the BIOS manufacturer is confirmed to be AMI, the corresponding BIOS setting program is called, and the SCE tool is called to realize the BIOS modification. If the BIOS manufacturer is determined to be Byosoft, calling a corresponding BIOS setting program, and calling unit to realize the BIOS. If the BIOS manufacturer is confirmed to be other BIOS except Insyde, AMI and Byosoft, the BIOS can be set directly by automatically upgrading the BIOS firmware program correspondingly set.
It should be understood that although the various steps in the flow charts of fig. 1-2 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 1-2 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternating with other steps or at least some of the sub-steps or stages of other steps.
In one embodiment, as shown in FIG. 3, there is provided a different vendor based BIOS modification apparatus 300 comprising:
an obtaining module 301, configured to obtain BIOS modification requests based on different vendors;
a development module 302, configured to develop a corresponding BIOS automation implementation program according to different BIOS manufacturers, where the BIOS automation implementation program modifies a BIOS by calling a corresponding modification tool;
the equipment detection module 303 is used for judging the BIOS manufacturer information of the equipment to be tested through SMBIOS before testing the equipment to be tested;
the calling module 304 is used for calling a corresponding BIOS automation realizing program according to the BIOS manufacturer information in the testing process so as to realize automatic modification of BIOS setting options under a Linux operating system;
a restart module 305 for restarting the device under test to validate the modified BIOS option.
In one embodiment, in the development module 302:
BIOS vendors include Insyde, AMI, Byosoft, and others.
In one embodiment, the calling module 304 is further configured to:
if the BIOS manufacturer is confirmed to be Insyde, the BIOS automation implementation program realizes BIOS modification by calling an H2OUVE tool;
if the BIOS manufacturer is confirmed to be AMI, the BIOS automation realization program realizes BIOS modification by calling SCE tool;
if the BIOS manufacturer is determined to be Byosoft, the BIOS automation realization program realizes BIOS modification by calling unit socket;
if the BIOS manufacturer is confirmed to be other manufacturers, BIOS modification is realized by automatically upgrading the BIOS firmware program correspondingly set.
In one embodiment, the device detection module 303 is further configured to:
the BIOS vendor information is queried using the dmidrecode command under the Linux operating system.
For the specific definition of the BIOS modification apparatus based on different vendors, reference may be made to the above definition of the BIOS modification method based on different vendors, and details are not described herein again.
In one embodiment, a computer device is provided, the internal structure of which may be as shown in FIG. 4. The computer apparatus includes a processor, a memory, and a network interface connected by a device bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The nonvolatile storage medium stores an operating device, a computer program, and a database. The internal memory provides an environment for the operation device in the nonvolatile storage medium and the execution of the computer program. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a different vendor based BIOS modification method.
Those skilled in the art will appreciate that the architecture shown in fig. 4 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the above method embodiments when executing the computer program.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the above respective method embodiments.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A BIOS modification method based on different manufacturers is characterized by comprising the following steps:
acquiring BIOS modification requests based on different manufacturers;
developing corresponding BIOS automation implementation programs according to different BIOS manufacturers, wherein the BIOS automation implementation programs carry out BIOS modification by calling corresponding modification tools;
before testing the equipment to be tested, judging BIOS manufacturer information of the equipment to be tested through SMBIOS;
in the testing process, calling a corresponding BIOS automation realization program according to the BIOS manufacturer information so as to realize automatic modification of BIOS setting options under a Linux operating system;
restarting the device under test to validate the modified BIOS option.
2. The different vendor-based BIOS modification method of claim 1, wherein the step of developing the corresponding BIOS automation implementation program according to the different BIOS vendors, the step of the BIOS automation implementation program modifying the BIOS by calling the corresponding modification tool includes:
the BIOS vendors include Insyde, AMI, Byosoft, and others.
3. The different vendor-based BIOS modification method of claim 2, wherein the step of calling the corresponding BIOS automation implementation program according to the BIOS vendor information during the test to implement the automatic modification of the BIOS setting options under the Linux operating system comprises:
if the BIOS manufacturer is confirmed to be Insyde, the BIOS automation implementation program realizes BIOS modification by calling an H2OUVE tool;
if the BIOS manufacturer is confirmed to be AMI, the BIOS automation realization program realizes BIOS modification by calling SCE tool;
if the BIOS manufacturer is determined to be Byosoft, the BIOS automation realization program realizes BIOS modification by calling unit socket;
if the BIOS manufacturer is confirmed to be other manufacturers, BIOS modification is realized by automatically upgrading the BIOS firmware program correspondingly set.
4. The different vendor-based BIOS modification method of any one of claims 1 to 3, wherein the step of determining the BIOS vendor information of the device under test through SMBIOS before testing the device under test further comprises:
the BIOS vendor information is queried using the dmidrecode command under the Linux operating system.
5. A different vendor based BIOS modification apparatus, the apparatus comprising:
the acquisition module is used for acquiring BIOS modification requests based on different manufacturers;
the development module is used for developing corresponding BIOS automation realization programs according to different BIOS manufacturers, and the BIOS automation realization programs carry out BIOS modification by calling corresponding modification tools;
the equipment detection module is used for judging BIOS manufacturer information of the equipment to be tested through SMBIOS before testing the equipment to be tested;
the calling module is used for calling a corresponding BIOS automation realizing program according to the BIOS manufacturer information in the testing process so as to realize automatic modification of BIOS setting options under a Linux operating system;
and the restarting module is used for restarting the equipment to be tested so as to enable the modified BIOS option to take effect.
6. The different vendor-based BIOS modification apparatus of claim 5, wherein in the development module:
the BIOS vendors include Insyde, AMI, Byosoft, and others.
7. The different vendor-based BIOS modification apparatus of claim 6, wherein the calling module is further configured to:
if the BIOS manufacturer is confirmed to be Insyde, the BIOS automation implementation program realizes BIOS modification by calling an H2OUVE tool;
if the BIOS manufacturer is confirmed to be AMI, the BIOS automation realization program realizes BIOS modification by calling SCE tool;
if the BIOS manufacturer is determined to be Byosoft, the BIOS automation realization program realizes BIOS modification by calling unit socket;
if the BIOS manufacturer is confirmed to be other manufacturers, BIOS modification is realized by automatically upgrading the BIOS firmware program correspondingly set.
8. The different vendor-based BIOS modification apparatus of any of claims 5-7, wherein the device detection module is further configured to:
the BIOS vendor information is queried using the dmidrecode command under the Linux operating system.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 4 are implemented when the computer program is executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 4.
CN202111564118.3A 2021-12-20 2021-12-20 BIOS modification method and device based on different manufacturers, computer equipment and storage medium Pending CN114253618A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111564118.3A CN114253618A (en) 2021-12-20 2021-12-20 BIOS modification method and device based on different manufacturers, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111564118.3A CN114253618A (en) 2021-12-20 2021-12-20 BIOS modification method and device based on different manufacturers, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114253618A true CN114253618A (en) 2022-03-29

Family

ID=80796093

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111564118.3A Pending CN114253618A (en) 2021-12-20 2021-12-20 BIOS modification method and device based on different manufacturers, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114253618A (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103440146A (en) * 2013-08-20 2013-12-11 浪潮集团有限公司 BIOS updating method based on cloud storage
CN104461611A (en) * 2014-11-05 2015-03-25 浪潮电子信息产业股份有限公司 Method for refreshing node BIOSes of RACK cabinet in batches
US20150186161A1 (en) * 2013-11-18 2015-07-02 Insyde Software Corp. Platform system, method for changing support hardware configuration of universal extensible firmware interface basic input output system and computer program product
CN106681738A (en) * 2017-01-05 2017-05-17 郑州云海信息技术有限公司 Method of modifying BIOS current values of Rack server based on Map String
CN107220150A (en) * 2017-05-27 2017-09-29 郑州云海信息技术有限公司 A kind of method of testing and system for changing BIOS option by IPMI instruments based on linux system
CN107479931A (en) * 2017-08-18 2017-12-15 郑州云海信息技术有限公司 A kind of method that Linux system application layer refreshes BIOS
CN107704271A (en) * 2017-10-19 2018-02-16 郑州云海信息技术有限公司 A kind of BIOS change method and system based on Insyde BIOS
CN108984226A (en) * 2018-06-29 2018-12-11 深圳市同泰怡信息技术有限公司 Method, the system of batch modification server B IOS configuration
CN109669863A (en) * 2018-12-03 2019-04-23 郑州云海信息技术有限公司 A kind of BIOS option function test method and system based on AMI BIOS
CN109683973A (en) * 2018-12-26 2019-04-26 郑州云海信息技术有限公司 A kind of Insyde product BIOS method for customizing, device, terminal and storage medium
CN109800029A (en) * 2019-01-02 2019-05-24 郑州云海信息技术有限公司 Batch sets method, apparatus, terminal and the storage medium of server B IOS parameter
CN110377468A (en) * 2019-07-12 2019-10-25 苏州浪潮智能科技有限公司 A kind of test method and relevant apparatus of CPU activation core number setting
CN110399169A (en) * 2019-07-19 2019-11-01 苏州浪潮智能科技有限公司 Amending method, device, equipment and the readable storage medium storing program for executing of BIOS option

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103440146A (en) * 2013-08-20 2013-12-11 浪潮集团有限公司 BIOS updating method based on cloud storage
US20150186161A1 (en) * 2013-11-18 2015-07-02 Insyde Software Corp. Platform system, method for changing support hardware configuration of universal extensible firmware interface basic input output system and computer program product
CN104461611A (en) * 2014-11-05 2015-03-25 浪潮电子信息产业股份有限公司 Method for refreshing node BIOSes of RACK cabinet in batches
CN106681738A (en) * 2017-01-05 2017-05-17 郑州云海信息技术有限公司 Method of modifying BIOS current values of Rack server based on Map String
CN107220150A (en) * 2017-05-27 2017-09-29 郑州云海信息技术有限公司 A kind of method of testing and system for changing BIOS option by IPMI instruments based on linux system
CN107479931A (en) * 2017-08-18 2017-12-15 郑州云海信息技术有限公司 A kind of method that Linux system application layer refreshes BIOS
CN107704271A (en) * 2017-10-19 2018-02-16 郑州云海信息技术有限公司 A kind of BIOS change method and system based on Insyde BIOS
CN108984226A (en) * 2018-06-29 2018-12-11 深圳市同泰怡信息技术有限公司 Method, the system of batch modification server B IOS configuration
CN109669863A (en) * 2018-12-03 2019-04-23 郑州云海信息技术有限公司 A kind of BIOS option function test method and system based on AMI BIOS
CN109683973A (en) * 2018-12-26 2019-04-26 郑州云海信息技术有限公司 A kind of Insyde product BIOS method for customizing, device, terminal and storage medium
CN109800029A (en) * 2019-01-02 2019-05-24 郑州云海信息技术有限公司 Batch sets method, apparatus, terminal and the storage medium of server B IOS parameter
CN110377468A (en) * 2019-07-12 2019-10-25 苏州浪潮智能科技有限公司 A kind of test method and relevant apparatus of CPU activation core number setting
CN110399169A (en) * 2019-07-19 2019-11-01 苏州浪潮智能科技有限公司 Amending method, device, equipment and the readable storage medium storing program for executing of BIOS option

Similar Documents

Publication Publication Date Title
TWI465901B (en) Method and system for verification of computerized systems for cloud testing and remote monitoring of integrated circuit devices
US9558016B2 (en) Platform system, method for changing support hardware configuration of universal extensible firmware interface basic input output system and computer program product
KR20090118863A (en) Reducing power-on time by simulating operating system memory hot add
US11023343B2 (en) Method for injecting deliberate errors into PCIE device for test purposes, apparatus applying method, and computer readable storage medium for code of method
CN112068852B (en) Method, system, equipment and medium for installing open-source software based on domestic server
CN109828774B (en) Server system and starting method thereof
CN113220332A (en) BIOS (basic input output System) firmware refreshing test method and device, electronic equipment and storage medium
CN115934447A (en) Display information acquisition method and device, electronic equipment and storage medium
CN110837429A (en) Intelligent repairing method and device for online codes of web terminal
WO2019148657A1 (en) Method for testing associated environments, electronic device and computer readable storage medium
CN111694684B (en) Abnormal construction method and device of storage device, electronic device and storage medium
CN114880177A (en) Method and device for testing complete machine abnormal power failure of solid state disk and computer equipment
US8762781B2 (en) Method and apparatus useful in manufacturing test case operations
CN113315675A (en) White box switch U-Boot automatic testing method, system and storage medium
CN112256560A (en) Application program testing method and device and electronic equipment
CN114253618A (en) BIOS modification method and device based on different manufacturers, computer equipment and storage medium
CN108364670B (en) Read-write pressure testing method, device, equipment and storage medium
US9087040B2 (en) Method and apparatus for performing host based diagnostics using a service processor
CN111459564B (en) boot stage initialization compatible implementation method, system and computer equipment
CN114020211A (en) Storage space management method, device, equipment and storage medium
CN110908725B (en) Application program starting method and device, electronic equipment and readable medium
CN115858256A (en) Test method and device for Internet of things equipment and electronic equipment
CN117251118B (en) Virtual NVMe simulation and integration supporting method and system
CN115543466B (en) Firmware interaction method, device, server and storage medium
CN112599172B (en) Data writing method and device of electronic control unit and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination