CN113064617A - Method, system and storage medium for updating SMBIOS information - Google Patents

Method, system and storage medium for updating SMBIOS information Download PDF

Info

Publication number
CN113064617A
CN113064617A CN202110338469.6A CN202110338469A CN113064617A CN 113064617 A CN113064617 A CN 113064617A CN 202110338469 A CN202110338469 A CN 202110338469A CN 113064617 A CN113064617 A CN 113064617A
Authority
CN
China
Prior art keywords
information
smbios
hardware
adaptation
updating
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.)
Granted
Application number
CN202110338469.6A
Other languages
Chinese (zh)
Other versions
CN113064617B (en
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.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer 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 Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN202110338469.6A priority Critical patent/CN113064617B/en
Publication of CN113064617A publication Critical patent/CN113064617A/en
Application granted granted Critical
Publication of CN113064617B publication Critical patent/CN113064617B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a method, a system and a storage medium for carrying out SMBIOS information updating, wherein the method comprises the following steps: s1: the BIOS adds a unified board level architecture module in the basic code, and adds a plurality of machine type adapting units in the unified board level architecture module; s2: the BIOS adds SMBIOS hardware adaptation information table in each model adaptation unit; s3: reading the ID number of the main board to judge the current machine type in the BIOS starting process, and then loading a corresponding machine type adapting unit; s4: extracting the information of the SMBIOS hardware adaptation information table by the BIOS, and adding the information into the unified board-level architecture protocol; s5: and loading a unified board-level architecture protocol by the BIOS and updating SMBIOS information. The invention can complete the update of hardware description information of different model products in SMBIOS, and solves the problem that the hardware description information cannot be compatible with a plurality of model products by using an AMI manufacturer architecture basic code static table.

Description

Method, system and storage medium for updating SMBIOS information
Technical Field
The invention belongs to the technical field of computers, and particularly relates to a method, a system and a storage medium for SMBIOS information updating.
Background
The Basic Input Output System (BIOS) is the most direct manager of hardware setting and control at the bottom of the server motherboard, and can provide the most direct hardware setting and control at the bottom of the computer, and fill the hardware information into the SMBIOS, so that the server user can obtain the SMBIOS information through related tools under the operating System to better understand the hardware information of the server.
Generally, the setting of some hardware information in the SMBIOS is different on different model products, such as the number of connectors of the motherboard and the screen printing name of the connectors, or the number of jumpers of the motherboard and the pin names of the jumpers, etc. The basic code provided by AMI manufacturer generally provides a static table file in the code, and fills the above-mentioned hardware connectors, the number of jumpers, and the silk-screen information in the static table, and then generates the above-mentioned hardware description information of SMBIOS in the mirror image by compiling. The method is only suitable for a single model product, and different model product engineers need to modify the static table according to the hardware design of the local model product and then compile the table again.
In view of this, the present invention provides a method, a system and a storage medium for performing SMBIOS information update, so as to solve the defects in the prior art.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a method, a system and a storage medium for updating SMBIOS information, which are used for updating hardware description information of different model products in SMBIOS and solving the problem that the hardware description information cannot be compatible with a plurality of model products by using an AMI manufacturer architecture basic code static table.
In order to achieve the purpose, the invention provides the following technical scheme:
in a first aspect, the present invention provides a method for performing SMBIOS information update, including the following steps:
s1: the BIOS adds a unified board level architecture module in the basic code, and adds a plurality of machine type adapting units in the unified board level architecture module;
s2: the BIOS adds SMBIOS hardware adaptation information table in each model adaptation unit;
s3: reading the ID number of the main board to judge the current machine type in the BIOS starting process, and then loading a corresponding machine type adapting unit;
s4: extracting the information of the SMBIOS hardware adaptation information table by the BIOS, and adding the information into the unified board-level architecture protocol;
s5: loading a unified board-level architecture protocol by the BIOS and updating SMBIOS information;
preferably, the information in the SMBIOS hardware adaptation information table in step S2 includes: SMBIOS Type to which the hardware information belongs, hardware number under the Type, and silk-screen information of each hardware; the setting of SMBIOS hardware information of different model products is different, and the hardware number of the model product and the silk screen printing information of each hardware are recorded through an SMBIOS hardware adaptation information table.
Preferably, the step S5 includes the steps of:
s5.1: loading a unified board-level architecture protocol by the BIOS, and acquiring SMBIOS hardware adaptation information added in the machine type adaptation unit;
s5.2: judging whether SMBIOS hardware adaptation information of the local product is acquired, if not, updating the SMBIOS information in an original static table mode, and if the SMBIOS hardware adaptation information of the local product is successfully acquired, entering step S5.3;
s5.3: SMBIOS information of an original static table is deleted, and then the obtained SMBIOS hardware adaptation information is added into an SMBIOS table through a function of adding the SMBIOS table in an SMBIOS protocol;
s5.4: and adding a mark bit, setting the mark bit after the SMBIOS information is successfully updated, otherwise, not setting the mark bit, and no longer updating the SMBIOS information when detecting that the mark bit is set in the subsequent starting process, thereby avoiding repeated updating.
SMBIOS hardware adaptation information is obtained by loading a unified board-level architecture protocol, SMBIOS information updating is carried out according to hardware adaptation information recorded by different model products, and the problem that basic code static table description hardware information cannot be compatible with multiple model products can be solved.
Preferably, in the step S5, a log is generated during the information updating process, and the log records the SMBIOS information updating method and whether the SMBIOS information updating is successful; by generating a log record SMBIOS information updating process, tracking is convenient when problems occur subsequently.
In a second aspect, the present invention provides a system for performing SMBIOS information update, including:
unified board level architecture module: the system comprises a plurality of model adaptation units and a plurality of hardware adaptation units, wherein the plurality of model adaptation units are used for adding hardware adaptation information of different model products;
the adaptation information adding module: adding SMBIOS hardware adaptation information tables in various model adaptation units respectively;
a model identification module: reading the ID number of the main board to judge the current machine type in the BIOS starting process, and then loading a corresponding machine type adapting unit;
the information extraction module: the method can extract the information of the SMBIOS hardware adaptation information table and add the information into the unified board-level architecture protocol;
an information updating module: loading a unified board-level architecture protocol and updating SMBIOS information;
preferably, the adaptation information adding module adds the SMBIOS Type to which the hardware information belongs, the number of hardware under the Type and the silk-screen information of each hardware into an SMBIOS hardware adaptation information table; the setting of SMBIOS hardware information of different model products is different, and the hardware number of the model product and the silk screen printing information of each hardware are recorded through an SMBIOS hardware adaptation information table.
Preferably, the information updating module includes:
an update starting unit: loading a unified board-level architecture protocol by the BIOS, and acquiring SMBIOS hardware adaptation information added in the machine type adaptation unit;
a judgment selection unit: judging whether SMBIOS hardware adaptation information of the local product is acquired, if not, updating the SMBIOS information in an original static table mode, and if the SMBIOS hardware adaptation information of the local product is successfully acquired, entering an updating and replacing unit;
an update replacement unit: SMBIOS information of an original static table is deleted, and then the obtained SMBIOS hardware adaptation information is added into an SMBIOS table through a function of adding the SMBIOS table in an SMBIOS protocol;
a marking unit: and adding a mark bit, setting the mark bit after the SMBIOS information is successfully updated, otherwise, not setting the mark bit, and no longer updating the SMBIOS information when detecting that the mark bit is set in the subsequent starting process, thereby avoiding repeated updating.
The information updating module updates SMBIOS information according to hardware adaptation information recorded by different model products, and can solve the problem that basic code static table description hardware information cannot be compatible with multiple model products.
Preferably, the system further comprises a logging module, wherein the logging module records the SMBIOS information updating mode and whether the SMBIOS information updating is successful; the SMBIOS information updating process is recorded through the log recording module, and tracking is convenient to follow-up when problems occur.
In a third aspect, the present invention provides a computer storage medium having stored therein instructions that, when run on a computer, cause the computer to perform the above-described method.
In a fourth aspect, a terminal is provided, including:
a processor and a memory, wherein the memory is used for storing a computer program, and the processor is used for calling and running the computer program from the memory, so that the terminal executes the method.
The method has the advantages that a unified board-level framework module is added in the basic BIOS code, the model adapting units of a plurality of model products are added in the unified board-level framework module, SMBIOS hardware adapting information of different model products is respectively added to the model adapting units, and then SMBIOS information updating is carried out on each model product based on the hardware adapting information of the local model adapting units; the problem that hardware information described by an infrastructure code static table of an AMI manufacturer cannot be compatible with multiple machine type products is solved, the hardware description information of the multiple machine type products is updated in SMBIOS, and the work of code development and maintenance of BIOS engineers in SMBIOS updating is greatly reduced.
Therefore, compared with the prior art, the invention has prominent substantive features and remarkable progress, and the beneficial effects of the implementation are also obvious.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
Fig. 1 is a flowchart of a method for updating SMBIOS information according to embodiment 1 of the present invention.
Fig. 2 is a flowchart of step S5 in fig. 1.
Fig. 3 is a schematic block diagram of a system for performing SMBIOS information update according to embodiment 2 of the present invention.
Fig. 4 is a functional block diagram of the information update module of fig. 3.
The system comprises a 1-unified board level architecture module, a 2-adaptive information adding module, a 3-machine type identification module, a 4-information extracting module, a 5-information updating module, a 5.1-updating starting unit, a 5.2-judging selection unit, a 5.3-updating replacement unit and a 5.4-marking unit.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The following explains key terms appearing in the present invention:
the BIOS (Basic Input Output System) is a program solidified on a ROM chip of a main board in a computer, and stores the most important Basic Input and Output programs of the computer, System setting information, a self-test program after power-on and a System self-starting program, and has a main function of providing the bottommost and most direct hardware setting and control for the computer.
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 order to provide motherboard and hardware vendor information to System Management software in an intel-architected System, and based on the SMBIOS specification, a BIOS developer can create an SMBIOS table containing hardware and other System information.
Example 1:
as shown in fig. 1 to 2, the present embodiment provides a method for performing SMBIOS information update, including the following steps:
s1: the BIOS adds a unified board level architecture module in the basic code, and adds a plurality of machine type adapting units in the unified board level architecture module;
s2: the BIOS respectively adds SMBIOS hardware adaptation information tables in each model adaptation unit, and the information in the SMBIOS hardware adaptation information tables comprises: SMBIOS Type to which the hardware information belongs, hardware number under the Type, and silk-screen information of each hardware; the SMBIOS Type to which the hardware information belongs comprises Type8, Type9, Type12, Type38, Type41 and the like; the setting of SMBIOS hardware information of different model products is different, and the hardware number of the model product and the silk screen printing information of each hardware are recorded through an SMBIOS hardware adaptation information table.
S3: reading the ID number of the main board to judge the current machine type in the BIOS starting process, and then loading a corresponding machine type adapting unit;
s4: extracting information of an SMBIOS hardware adaptation information table by the BIOS, extracting relevant characteristic values such as an SMBIOS Type to which hardware information belongs, the total number of hardware connectors under the Type, the total number of jumper wires under the Type, silk-screen information of each hardware connector, silk-screen information of each jumper wire and the like, and then adding the information into a unified board-level architecture protocol;
s5: the BIOS loads a unified board level architecture protocol and updates SMBIOS information, and the method specifically comprises the following steps:
s5.1: loading a unified board-level architecture protocol by the BIOS, and acquiring SMBIOS hardware adaptation information added in the machine type adaptation unit;
s5.2: judging whether SMBIOS hardware adaptation information of the local product is acquired, if not, updating the SMBIOS information in an original static table mode, and if the SMBIOS hardware adaptation information of the local product is successfully acquired, entering step S5.3;
s5.3: SMBIOS information of an original static table is deleted, and then the obtained SMBIOS hardware adaptation information is added into an SMBIOS table through a function of adding the SMBIOS table in an SMBIOS protocol;
s5.4: and adding a mark bit, setting the mark bit after the SMBIOS information is successfully updated, otherwise, not setting the mark bit, and no longer updating the SMBIOS information when detecting that the mark bit is set in the subsequent starting process, thereby avoiding repeated updating.
Step S5 obtains SMBIOS hardware adaptation information by loading a unified board-level architecture protocol, and updates the SMBIOS information according to the hardware adaptation information recorded by different machine type products, so that the problem that the hardware information described by the basic code static table cannot be compatible with a plurality of machine type products can be solved.
In the information updating process in step S5, a log is generated, and the log records the SMBIOS information updating mode and whether the SMBIOS information updating is successful; by generating a log record SMBIOS information updating process, tracking is convenient when problems occur subsequently.
Example 2:
as shown in fig. 3 to 4, the present embodiment provides a system for performing SMBIOS information update, including:
unified board level architecture module 1: the system comprises a plurality of machine type adaptation units, a plurality of computer type adaptation units and a plurality of computer type adaptation units, wherein the plurality of machine type adaptation units are used for adding hardware adaptation information of machine type products, such as an A machine type adaptation unit, a B machine type adaptation unit and a C machine type adaptation unit, and the hardware adaptation information of different machine type products is added respectively;
the adaptation information adding module 2: respectively adding an SMBIOS hardware adaptation information table in each model adaptation unit, and adding an SMBIOS Type to which the hardware information belongs, the number of hardware under the Type and the silk-screen information of each hardware into the SMBIOS hardware adaptation information table; the setting of SMBIOS hardware information of different model products is different, and the hardware number of the model product and the silk screen printing information of each hardware are recorded through an SMBIOS hardware adaptation information table.
Model identification module 3: reading the ID number of the main board to judge the current machine type in the BIOS starting process, and then loading a corresponding machine type adapting unit;
the information extraction module 4: the method can extract the information of the SMBIOS hardware adaptation information table and add the information into the unified board-level architecture protocol;
the information updating module 5: loading a unified board-level architecture protocol and updating SMBIOS information;
wherein, the information updating module 5 comprises:
update start unit 5.1: loading a unified board-level architecture protocol by the BIOS, and acquiring SMBIOS hardware adaptation information added in the machine type adaptation unit;
determination selection unit 5.2: judging whether SMBIOS hardware adaptation information of the local product is acquired, if not, updating the SMBIOS information in an original static table mode, and if the SMBIOS hardware adaptation information of the local product is successfully acquired, entering an updating and replacing unit 5.3;
update replacement unit 5.3: SMBIOS information of an original static table is deleted, and then the obtained SMBIOS hardware adaptation information is added into an SMBIOS table through a function of adding the SMBIOS table in an SMBIOS protocol;
marking unit 5.4: and adding a mark bit, setting the mark bit after the SMBIOS information is successfully updated, otherwise, not setting the mark bit, and no longer updating the SMBIOS information when detecting that the mark bit is set in the subsequent starting process, thereby avoiding repeated updating.
The information updating module 5 updates SMBIOS information according to hardware adaptation information recorded by different model products, and can solve the problem that basic code static table description hardware information cannot be compatible with multiple model products.
The system also comprises a log recording module, wherein the log recording module records the SMBIOS information updating mode and whether the SMBIOS information updating is successful; the SMBIOS information updating process is recorded through the log recording module, and tracking is convenient to follow-up when problems occur.
Example 3:
the present embodiments provide a computer storage medium having stored therein instructions that, when run on a computer, cause the computer to perform the above-described method.
Example 4:
the present embodiment provides a terminal, including:
a processor and a memory, wherein the memory is used for storing a computer program, and the processor is used for calling and running the computer program from the memory, so that the terminal executes the method.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention.

Claims (9)

1. A method for SMBIOS information update is characterized by comprising the following steps:
s1: the BIOS adds a unified board level architecture module in the basic code, and adds a plurality of machine type adapting units in the unified board level architecture module;
s2: the BIOS adds SMBIOS hardware adaptation information table in each model adaptation unit;
s3: reading the ID number of the main board to judge the current machine type in the BIOS starting process, and then loading a corresponding machine type adapting unit;
s4: extracting the information of the SMBIOS hardware adaptation information table by the BIOS, and adding the information into the unified board-level architecture protocol;
s5: and loading a unified board-level architecture protocol by the BIOS and updating SMBIOS information.
2. The method of claim 1, wherein the information in the SMBIOS hardware adaptation information table in step S2 includes: SMBIOS Type that the hardware information belongs to, the hardware figure under the Type, the silk screen printing information of every hardware.
3. The method for performing SMBIOS information update of claim 2, wherein said step S5 includes the following steps:
s5.1: loading a unified board-level architecture protocol by the BIOS, and acquiring SMBIOS hardware adaptation information added in the machine type adaptation unit;
s5.2: judging whether SMBIOS hardware adaptation information of the local product is acquired, if not, updating the SMBIOS information in an original static table mode, and if the SMBIOS hardware adaptation information of the local product is successfully acquired, entering step S5.3;
s5.3: SMBIOS information of an original static table is deleted, and then the obtained SMBIOS hardware adaptation information is added into an SMBIOS table through a function of adding the SMBIOS table in an SMBIOS protocol;
s5.4: and adding a mark bit, setting the mark bit after the SMBIOS information is successfully updated, otherwise, not setting the mark bit, and no longer updating the SMBIOS information when detecting that the mark bit is set in the subsequent starting process, thereby avoiding repeated updating.
4. The method of claim 3, wherein a log is generated during the information updating in step S5, and the log records the updating mode of the SMBIOS information and whether the SMBIOS information updating is successful.
5. A system for performing SMBIOS information update, the system comprising:
unified board level architecture module: the system comprises a plurality of model adaptation units and a plurality of hardware adaptation units, wherein the plurality of model adaptation units are used for adding hardware adaptation information of different model products;
the adaptation information adding module: adding SMBIOS hardware adaptation information tables in various model adaptation units respectively;
a model identification module: reading the ID number of the main board in the starting process of the BIOS to judge the current machine type, and then loading a corresponding machine type adapting unit;
the information extraction module: the method can extract the information of the SMBIOS hardware adaptation information table and add the information into the unified board-level architecture protocol;
an information updating module: and loading a unified board-level architecture protocol and updating SMBIOS information.
6. The system for performing SMBIOS information update of claim 5, wherein the adaptation information adding module adds an SMBIOS Type to which the hardware information belongs, the number of hardware in the Type, and the silk-screen information of each hardware to the SMBIOS hardware adaptation information table.
7. The system of claim 6, wherein the information update module comprises:
an update starting unit: loading a unified board-level architecture protocol by the BIOS, and acquiring SMBIOS hardware adaptation information added in the machine type adaptation unit;
a judgment selection unit: judging whether SMBIOS hardware adaptation information of the local product is acquired, if not, updating the SMBIOS information in an original static table mode, and if the SMBIOS hardware adaptation information of the local product is successfully acquired, entering an updating and replacing unit;
an update replacement unit: SMBIOS information of an original static table is deleted, and then the obtained SMBIOS hardware adaptation information is added into an SMBIOS table through a function of adding the SMBIOS table in an SMBIOS protocol;
a marking unit: and adding a mark bit, setting the mark bit after the SMBIOS information is successfully updated, otherwise, not setting the mark bit, and no longer updating the SMBIOS information when detecting that the mark bit is set in the subsequent starting process, thereby avoiding repeated updating.
8. The system of claim 7, further comprising a logging module, wherein the logging module records the manner of SMBIOS information update and whether the SMBIOS information update was successful.
9. A computer storage medium having stored therein instructions that, when executed on a computer, cause the computer to perform the method of any one of claims 1-4.
CN202110338469.6A 2021-03-30 2021-03-30 Method, system and storage medium for updating SMBIOS information Active CN113064617B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110338469.6A CN113064617B (en) 2021-03-30 2021-03-30 Method, system and storage medium for updating SMBIOS information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110338469.6A CN113064617B (en) 2021-03-30 2021-03-30 Method, system and storage medium for updating SMBIOS information

Publications (2)

Publication Number Publication Date
CN113064617A true CN113064617A (en) 2021-07-02
CN113064617B CN113064617B (en) 2023-10-03

Family

ID=76564395

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110338469.6A Active CN113064617B (en) 2021-03-30 2021-03-30 Method, system and storage medium for updating SMBIOS information

Country Status (1)

Country Link
CN (1) CN113064617B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060026415A1 (en) * 2004-07-28 2006-02-02 Inventec Corporation Method of updating a portion BIOS
US20070174603A1 (en) * 2006-01-20 2007-07-26 Asustek Computer Inc. Method and system for maintaining system management BIOS
CN101086708A (en) * 2006-06-07 2007-12-12 戴尔产品有限公司 System and method for uniquely identifying peripheral component devices
CN104111857A (en) * 2014-08-13 2014-10-22 浪潮电子信息产业股份有限公司 Method for automatically configuring parameters of multi-model BIOS
CN104679566A (en) * 2015-03-13 2015-06-03 华为技术有限公司 Method and terminal equipment for updating SMBIOS (System Management Basic Input/Output System)
CN107015812A (en) * 2017-04-14 2017-08-04 广东浪潮大数据研究有限公司 A kind of bios code design method based on INTEL ME
CN107491293A (en) * 2017-04-14 2017-12-19 广东浪潮大数据研究有限公司 A kind of BIOS foundation code design methods based on Board ID
CN109766147A (en) * 2019-01-31 2019-05-17 郑州云海信息技术有限公司 A method of updating PCIE silk-screen information in SMBIOS

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060026415A1 (en) * 2004-07-28 2006-02-02 Inventec Corporation Method of updating a portion BIOS
US20070174603A1 (en) * 2006-01-20 2007-07-26 Asustek Computer Inc. Method and system for maintaining system management BIOS
CN101086708A (en) * 2006-06-07 2007-12-12 戴尔产品有限公司 System and method for uniquely identifying peripheral component devices
US20080005372A1 (en) * 2006-06-07 2008-01-03 Dell Products L.P. Method and System for Uniquely Identifying Peripheral Component Devices
CN104111857A (en) * 2014-08-13 2014-10-22 浪潮电子信息产业股份有限公司 Method for automatically configuring parameters of multi-model BIOS
CN104679566A (en) * 2015-03-13 2015-06-03 华为技术有限公司 Method and terminal equipment for updating SMBIOS (System Management Basic Input/Output System)
CN107015812A (en) * 2017-04-14 2017-08-04 广东浪潮大数据研究有限公司 A kind of bios code design method based on INTEL ME
CN107491293A (en) * 2017-04-14 2017-12-19 广东浪潮大数据研究有限公司 A kind of BIOS foundation code design methods based on Board ID
CN109766147A (en) * 2019-01-31 2019-05-17 郑州云海信息技术有限公司 A method of updating PCIE silk-screen information in SMBIOS

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘泽申 等: "PC新中枢――EFI技术浅析", 大众硬件, no. 12 *
孙亮 等: "面向多处理器的内网计算机BIOS口令集中管理机制研究", 信息安全与通信保密, no. 2 *
我心@飞扬: "玩转电脑必看知识——各种BIOS设置详解", Retrieved from the Internet <URL:http://www.360doc.com/content/09/1213/09/130457_10997803.shtml> *

Also Published As

Publication number Publication date
CN113064617B (en) 2023-10-03

Similar Documents

Publication Publication Date Title
CN105511873B (en) User interface control display method and device
CN108399072B (en) Application page updating method and device
CN111597110A (en) Page testing method and device, electronic equipment and storage medium
CN111475106A (en) RAID customization creating method, system, terminal and storage medium
CN111381895A (en) Identification information setting method, device, equipment and computer readable storage medium
CN113064617B (en) Method, system and storage medium for updating SMBIOS information
CN111488144A (en) Data processing method and equipment
CN113064895B (en) Incremental updating method, device and system for map
CN110908684B (en) Method and device for updating silk-screen information of configuration page memory
CN111143193A (en) Big data service testing method, system, terminal and storage medium based on RobotFramework
CN112988250B (en) Multi-mainboard USB service configuration method, system, terminal and storage medium
CN110750597A (en) Data processing method and device, storage medium and processor
CN113033137B (en) Method and device for establishing digital component model and server
CN114816857A (en) Method, system, terminal and storage medium for forcing BIOS to recover field parameters
CN113010198A (en) Method, system, equipment and medium for updating SMBIOS
CN115756624A (en) Equipment tree DTB file loading method and system, electronic equipment and storage medium
CN109508270B (en) BIOS register checking and testing method and device
CN117908930A (en) Method, device, equipment, medium and product for synchronizing codes and code documents
CN114143187A (en) Intelligent platform interface network address management method, system, terminal and storage medium
CN117170901A (en) Hardware management method and device, storage medium and electronic equipment
CN115421751A (en) Server order firmware version management and control method, device, terminal and medium
CN115618369A (en) Remote access method, electronic device and storage medium
CN115774570A (en) Method and device for modifying adaptation of system external device through configuring private partition
CN114443150A (en) Method, system, terminal and storage medium for synchronizing switch delivery information
CN114510255A (en) BIOS information configuration method based on BIOS information configuration module

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
GR01 Patent grant
GR01 Patent grant