CN111427597A - BMC and BIOS information interaction decoupling method, device, equipment and medium - Google Patents

BMC and BIOS information interaction decoupling method, device, equipment and medium Download PDF

Info

Publication number
CN111427597A
CN111427597A CN202010173982.XA CN202010173982A CN111427597A CN 111427597 A CN111427597 A CN 111427597A CN 202010173982 A CN202010173982 A CN 202010173982A CN 111427597 A CN111427597 A CN 111427597A
Authority
CN
China
Prior art keywords
bmc
bios
data
support
supported
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
CN202010173982.XA
Other languages
Chinese (zh)
Other versions
CN111427597B (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010173982.XA priority Critical patent/CN111427597B/en
Publication of CN111427597A publication Critical patent/CN111427597A/en
Application granted granted Critical
Publication of CN111427597B publication Critical patent/CN111427597B/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
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a BMC and BIOS information interaction decoupling method, which comprises the following steps: defining a first characteristic structure body, wherein the first characteristic structure body is configured to represent the support condition of the BIOS or the BMC for the interactive data; responding to the starting of the server, and inquiring first support data of the BMC, which is acquired by the BMC according to the first characteristic structure body and aims at the interactive data, through the BIOS; acquiring second support data of the BIOS aiming at the interactive data according to the first characteristic structural body through the BIOS; determining interactive data commonly supported by the BIOS and the BMC according to the first support data and the second support data, constructing a second characteristic structure body according to the commonly supported interactive data, and sending the second characteristic structure body to the BMC; and carrying out information interaction between the BIOS and the BMC according to the interaction data in the second characteristic structure body. The invention also discloses a device, equipment and a medium. The invention solves the problem that the BIOS and the BMC are necessary to be matched and upgraded in the software version updating and upgrading process, and reduces the dependency of the BMC and the BIOS.

Description

BMC and BIOS information interaction decoupling method, device, equipment and medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a medium for interactively decoupling BMC and BIOS information.
Background
BMC (Baseboard Management Controller) is a special chip/Controller, called a server processor or a Baseboard Management Controller, and is a heart based on IPMI (Intelligent platform Management Interface) system; in the IPMI management platform, the management of each managed device by the system management software is realized by communicating with the BMC.
The BIOS (Basic Input Output System) is a set of programs that are fixed on a ROM chip on a computer motherboard, and stores the most important Basic Input and Output programs of the computer, a self-test program after power-on, and a System self-start program, and can read and write specific information set by the System from the CMOS. Its primary function is to provide the lowest level, most direct hardware setup and control for the computer.
At different boot stages of the server, the BIOS and the BMC are often required to perform interaction of related information, including BIOS configuration options, FRU information, system time information, asset information, version information, network parameter information, and the like of the CPU, the memory, the hard disk, and the PCIE device. Along with the increasing demands of customers, the BIOS and the BMC need to continuously update software, and the information structure of interaction between the BIOS and the BMC also changes, so that a method for avoiding the defect that the BIOS needs to be updated when the BMC software is updated and the BMC software needs to be updated when the BIOS is updated needs to exist, that is, decoupling of the BMC and the BIOS is ensured in the development process, and the current methods for realizing decoupling between the BMC and the BIOS mainly include the following steps:
the first method is realized by expanding the structural body. Defining a data structure of interaction between the BIOS and the BMC, when a new requirement is added on one side, performing corresponding data expansion on the last of the structure, if the BIOS expands the structure and is matched with the old version of the BMC, the BMC does not analyze newly expanded contents, and if the BMC expands the structure and is matched with the old version of the BIOS, the BMC does not receive the contents of the expanded structure sent by the BIOS and executes the contents according to a default strategy. The method is easy to realize the integral processing of data between the BIOS and the BMC, but the information interaction between the BIOS and the BMC is more, and the classification processing needs to be carried out aiming at different information types under many conditions, so the method is lack of flexibility and expansibility;
the second method is to classify the interaction information of the BMC and the BIOS, such as fru information, CPU asset information, PCIE asset information, etc., where each type corresponds to one code, only one type of information is transmitted each time, and when a structure of one type needs to be expanded, one type of code is added instead of the structure, and the type of data is reorganized. The method ensures the integrity of original data before, but when the BMC does not support the newly expanded data type and the BIOS supports the newly expanded data type, the BIOS is blindly sent to the BMC or the BMC cannot normally return, the starting speed of the server can be influenced by the operation of retrying the BIOS and the like, and serious consequences such as restarting and shutting down the server and the like can be caused by directly triggering IPMI watch;
the third method is to carry out intelligent matching by inquiring the version number of the BMC or the BIOS, the method has a good effect when the field versions are few, but the method is very easy to find under the conditions that the shipment volume is large and the version matching condition is complex.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method for implementing mutual decoupling between BMC and BIOS information.
Based on the above purpose, in one aspect, the present invention provides a BMC and BIOS information interaction decoupling method, where the method includes: defining a first characteristic structure body, wherein the first characteristic structure body is configured to represent the support condition of the BIOS or the BMC for the interactive data; responding to the starting of the server, and inquiring first support data of the BMC, which is acquired by the BMC according to the first characteristic structure body and aims at the interactive data, through the BIOS; acquiring second support data of the BIOS aiming at the interactive data according to the first characteristic structural body through the BIOS; determining interactive data commonly supported by the BIOS and the BMC according to the first support data and the second support data, constructing a second characteristic structure body according to the commonly supported interactive data, and sending the second characteristic structure body to the BMC; and carrying out information interaction between the BIOS and the BMC according to the interaction data in the second characteristic structure body.
In some embodiments of the BMC and BIOS information interaction decoupling method of the present invention, the method further comprises: and responding to the BIOS to send the second characteristic structural body to the BMC, and judging whether the second characteristic structural body meets the BMC data support standard or not by the BMC.
In some embodiments of the BMC and BIOS information interaction decoupling method of the present invention, the method further comprises: and responding to the fact that the second characteristic structural body does not accord with the BMC data support standard, and inquiring the first support data of the BMC, which is obtained by the BMC according to the first characteristic structural body and aims at the interactive data, through the BIOS again.
In some embodiments of the BMC and BIOS information interaction decoupling method of the present invention, the method further comprises: processing interactive data which is supported by the BIOS and not supported by the BMC through a first default strategy of the BIOS; and processing the interactive data which is not supported by the BIOS and supported by the BMC through a second default strategy of the BMC.
In some embodiments of the BMC and BIOS information interaction decoupling method of the present invention, the method further comprises: and updating the interactive data commonly supported by the BMC and the BIOS in the second feature structure body in response to the expanded interactive data.
In another aspect of the embodiments of the present invention, a BMC and BIOS information interaction decoupling device is further provided, where the device includes: the first characteristic structure configuration module is configured to define a first characteristic structure, and the first characteristic structure is configured to represent the support condition of the BIOS or the BMC for the interactive data; the BMC supports a data acquisition module, the BMC supports the data acquisition module to be configured to respond to the starting of the server, and queries first support data, which is acquired by the BMC according to the first characteristic structure and aims at the interactive data, of the BMC through the BIOS; the BIOS support data acquisition module is configured to acquire second support data of the BIOS aiming at the interactive data according to the first feature structural body through the BIOS; the common support interactive data module is configured to determine interactive data commonly supported by the BIOS and the BMC according to the first support data and the second support data, construct a second feature structure according to the commonly supported interactive data, and send the second feature structure to the BMC; and the information interaction module is configured to perform information interaction between the BIOS and the BMC according to the interaction data in the second characteristic structural body.
In some embodiments of the BMC and BIOS information interaction decoupling apparatus of the present invention, the apparatus further comprises: the system comprises a non-common support data processing module, a first data processing module and a second data processing module, wherein the non-common support data processing module is configured to process interactive data which is supported by a BIOS and not supported by a BMC through a first default strategy of the BIOS; and processing the interactive data which is not supported by the BIOS and supported by the BMC through a second default strategy of the BMC.
In some embodiments of the BMC and BIOS information interaction decoupling apparatus of the present invention, the apparatus further comprises: and the data expansion updating module is configured to respond to the expansion interactive data and update the interactive data which is commonly supported by the BMC and the BIOS in the second feature structure.
In another aspect of the embodiments of the present invention, there is also provided a computer device, including: at least one processor; and the memory is used for storing a computer program which can run on the processor, and the BMC and BIOS information interaction decoupling method is executed when the processor executes the program.
In another aspect of the embodiments of the present invention, a computer-readable storage medium is further provided, where a computer program is stored in the computer-readable storage medium, and is characterized in that when being executed by a processor, the computer program executes the BMC and BIOS information interaction decoupling method.
The invention has at least the following beneficial technical effects: the method solves the possibility that the BIOS and the BMC must be matched for upgrading in the software version updating and upgrading process, enhances the user experience, reduces the dependency between the BMC and the BIOS as much as possible, and reduces the related problems of the possible codes of firmware updating and upgrading.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a schematic block diagram illustrating an embodiment of a BMC and BIOS information interaction decoupling method in accordance with the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it is understood that "first" and "second" are only used for convenience of description and should not be construed as limiting the embodiments of the present invention, and the descriptions thereof in the following embodiments are omitted.
Based on the above purpose, the first aspect of the embodiments of the present invention provides an embodiment of a BMC and BIOS information interaction decoupling method. FIG. 1 is a schematic diagram illustrating an embodiment of a BMC and BIOS information interaction decoupling method according to the invention. In the embodiment shown in fig. 1, the method comprises at least the following steps:
s100, defining a first characteristic structure body, wherein the first characteristic structure body is configured to represent the support condition of the BIOS or the BMC for interactive data;
s200, responding to the starting of the server, and inquiring first support data, which are obtained by the BMC according to the first characteristic structure and aim at the interactive data, of the BMC through the BIOS;
s300, acquiring second support data of the BIOS aiming at the interactive data according to the first feature structural body through the BIOS;
s400, determining interactive data commonly supported by the BIOS and the BMC according to the first support data and the second support data, constructing a second characteristic structure according to the commonly supported interactive data, and sending the second characteristic structure to the BMC;
and S500, performing information interaction between the BIOS and the BMC according to the interaction data in the second characteristic structural body.
In some embodiments of the present invention, the description and negotiation of the BIOS and the BMC for the mutual information support condition are mainly realized by a method of introducing a data support feature structure, and the method is used for determining the mutual information support condition of both the BIOS and the BMC. The method comprises the following concrete steps: when the BIOS and the BMC define interface specifications, newly adding a data support first characteristic structure body for representing the support condition of the BIOS and the BMC for interactive data; the method comprises the steps that a server is started, a BIOS sends a command to a BMC to inquire a first characteristic structural body of the BMC, and the support condition of the BMC of the current version for BIOS/BMC interactive data is determined according to data in the first characteristic structural body; the BIOS determines the interactive data supported by the BIOS/BMC according to the support condition of the BIOS/BMC interactive data and the support condition of the inquired BMC, and forms a new second characteristic structural body to be sent to the BMC through a command; and finishing the negotiation of the BMC and the BIOS for the interactive information structure according to the interaction of the steps. And interacting the subsequent interaction information between the BIOS and the BMC according to the negotiated second data structure body.
According to some embodiments of the BMC and BIOS information interaction decoupling method of the present invention, the method further comprises:
and responding to the BIOS to send the second characteristic structural body to the BMC, and judging whether the second characteristic structural body meets the BMC data support standard or not by the BMC.
In some embodiments of the present invention, the BMC receives the second feature structure sent by the BIOS, and determines whether the second feature structure matches the data support condition of the BMC, that is, whether the second feature structure is a subset of the interactive data support list of the BMC.
According to some embodiments of the BMC and BIOS information interaction decoupling method of the present invention, the method further comprises:
and responding to the fact that the second characteristic structural body does not accord with the BMC data support standard, and inquiring the first support data of the BMC, which is obtained by the BMC according to the first characteristic structural body and aims at the interactive data, through the BIOS again.
In some embodiments of the present invention, the BMC receives the second feature structure sent by the BIOS, determines whether the second feature structure matches the data support condition of the BMC, replies a confirmation frame if the second feature structure matches the data support condition of the BMC, and continues to return to the data support condition of the BMC if the second feature structure does not match the data support condition of the BMC, and requests the BIOS to negotiate, and repeats from step S200.
According to some embodiments of the BMC and BIOS information interaction decoupling method of the present invention, the method further comprises:
processing interactive data which is supported by the BIOS and not supported by the BMC through a first default strategy of the BIOS; and processing the interactive data which is not supported by the BIOS and supported by the BMC through a second default strategy of the BMC.
In some embodiments of the present invention, the corresponding function modules in the image are intelligently processed according to the established policy according to the support conditions of different versions: and for the data supported by the BIOS but not supported by the BMC, the BIOS processes according to a default strategy during development, and for the data supported by the BIOS but not supported by the BMC, the BMC cannot receive information, and at the moment, processes related functions according to the default strategy during development of the BMC.
According to some embodiments of the BMC and BIOS information interaction decoupling method of the present invention, the method further comprises:
and updating the interactive data commonly supported by the BMC and the BIOS in the second feature structure body in response to the expanded interactive data.
In some embodiments of the present invention, when there is a new requirement that the data needs to be expanded, the first feature structure of the new data is expanded, the previous data structure is kept unchanged, and the support condition is updated for the second feature structure.
On the other hand, the embodiment of the invention provides an embodiment of a BMC and BIOS information interaction decoupling device. The device includes:
the first characteristic structure configuration module is configured to define a first characteristic structure, and the first characteristic structure is configured to represent the support condition of the BIOS or the BMC for the interactive data;
the BMC supports a data acquisition module, the BMC supports the data acquisition module to be configured to respond to the starting of the server, and queries first support data, which is acquired by the BMC according to the first characteristic structure and aims at the interactive data, of the BMC through the BIOS;
the BIOS support data acquisition module is configured to acquire second support data of the BIOS aiming at the interactive data according to the first feature structural body through the BIOS;
the common support interactive data module is configured to determine interactive data commonly supported by the BIOS and the BMC according to the first support data and the second support data, construct a second feature structure according to the commonly supported interactive data, and send the second feature structure to the BMC;
and the information interaction module is configured to perform information interaction between the BIOS and the BMC according to the interaction data in the second characteristic structural body.
According to some embodiments of the BMC and BIOS information interaction decoupling apparatus of the present invention, the apparatus further comprises:
the system comprises a non-common support data processing module, a first data processing module and a second data processing module, wherein the non-common support data processing module is configured to process interactive data which is supported by a BIOS and not supported by a BMC through a first default strategy of the BIOS; and processing the interactive data which is not supported by the BIOS and supported by the BMC through a second default strategy of the BMC.
According to some embodiments of the BMC and BIOS information interaction decoupling apparatus of the present invention, the apparatus further comprises:
and the data expansion updating module is configured to respond to the expansion interactive data and update the interactive data which is commonly supported by the BMC and the BIOS in the second feature structure.
In view of the above object, another aspect of the embodiments of the present invention further provides a computer device, including: at least one processor; and the memory is used for storing a computer program which can run on the processor, and the BMC and BIOS information interaction decoupling method is executed when the processor executes the program.
In another aspect of the embodiments of the present invention, a computer-readable storage medium is further provided, where a computer program is stored in the computer-readable storage medium, and is characterized in that when being executed by a processor, the computer program executes the BMC and BIOS information interaction decoupling method.
As such, those skilled in the art will appreciate that all of the embodiments, features and advantages set forth above with respect to the BMC and BIOS information interaction decoupling method in accordance with the invention apply equally to the apparatus, computer device and medium in accordance with the invention. For the sake of brevity of the present disclosure, no repeated explanation is provided herein.
It should be particularly noted that, the steps in the embodiments of the BMC and BIOS information interaction decoupling method, apparatus, device and medium may be mutually intersected, replaced, added or deleted, so that these reasonable permutations and combinations should fall within the scope of the present invention, and the scope of the present invention should not be limited to the embodiments.
Finally, it should be noted that, as one of ordinary skill in the art can appreciate that all or part of the processes of the methods of the above embodiments can be implemented by instructing relevant hardware through a computer program, and the program of the BMC and BIOS information interaction decoupling method can be stored in a computer readable storage medium, and when executed, the program can include the processes of the embodiments of the methods as described above. The storage medium of the program may be a magnetic disk, an optical disk, a Read Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the methods disclosed according to embodiments of the present invention may also be implemented as a computer program executed by a processor, which may be stored in a computer-readable storage medium. Which when executed by a processor performs the above-described functions defined in the methods disclosed in embodiments of the invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be understood that the computer-readable storage media (e.g., memory) herein may be either volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory, by way of example and not limitation, nonvolatile memory may include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory volatile memory may include Random Access Memory (RAM), which may serve as external cache memory, by way of example and not limitation, RAM may be available in a variety of forms, such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), synchronous link DRAM (S L DRAM, and Direct Rambus RAM (DRRAM).
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
The various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein may be implemented or performed with the following components designed to perform the functions herein: a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof.A computer readable medium includes a computer storage medium and a communication medium including any medium that facilitates transfer of a computer program from one location to another.A storage medium may be any available medium that can be accessed by a general purpose or special purpose computer.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A BMC and BIOS information interaction decoupling method is characterized in that the method comprises the following steps:
defining a first feature structure configured to represent support of the BIOS or the BMC for interactive data;
responding to the startup of a server, and inquiring first support data, which are obtained by the BMC according to the first characteristic structure and aim at the interactive data, of the BMC through the BIOS;
acquiring second support data of the BIOS aiming at the interactive data according to the first feature structure body through the BIOS;
determining the interactive data commonly supported by the BIOS and the BMC according to the first support data and the second support data, constructing a second feature structure according to the interactive data commonly supported, and sending the second feature structure to the BMC;
and performing information interaction between the BIOS and the BMC according to the interaction data in the second feature structure.
2. The BMC and BIOS information interaction decoupling method of claim 1, further comprising:
and responding to the BIOS to send the second characteristic structural body to the BMC, and judging whether the second characteristic structural body meets the BMC data support standard or not by the BMC.
3. The BMC and BIOS information interaction decoupling method of claim 2, further comprising:
and responding to the second characteristic structural body not meeting the BMC data support standard, and inquiring the first support data of the BMC, which is obtained by the BMC according to the first characteristic structural body and aims at the interactive data, through the BIOS again.
4. The BMC and BIOS information interaction decoupling method of claim 2, further comprising:
processing the interactive data which is supported by the BIOS and not supported by the BMC through a first default strategy of the BIOS; and processing the interactive data which is not supported by the BIOS and supported by the BMC through a second default strategy of the BMC.
5. The BMC and BIOS information interaction decoupling method of claim 2, further comprising:
updating the interaction data commonly supported by the BMC and the BIOS in the second feature structure in response to augmenting the interaction data.
6. A BMC and BIOS information interaction decoupling apparatus, the apparatus comprising:
a first feature structure configuration module configured to define a first feature structure configured to represent support of the BIOS or the BMC for interactive data;
the BMC supporting data acquisition module is configured to respond to starting up of a server, and inquire first supporting data, which is acquired by the BMC according to the first characteristic structure and aims at the interactive data, of the BMC through the BIOS;
a BIOS support data acquisition module configured to acquire, by the BIOS according to the first feature structure, second support data of the BIOS for the interactive data;
the common support interactive data module is configured to determine the interactive data commonly supported by the BIOS and the BMC according to the first support data and the second support data, construct a second feature structure according to the commonly supported interactive data, and send the second feature structure to the BMC;
and the information interaction module is configured to perform information interaction between the BIOS and the BMC according to the interaction data in the second characteristic structure.
7. The BMC and BIOS information interaction decoupling device of claim 6, wherein the device further comprises:
a non-commonly supported data processing module configured to: processing the interactive data which is supported by the BIOS and not supported by the BMC through a first default strategy of the BIOS; and processing the interactive data which is not supported by the BIOS and supported by the BMC through a second default strategy of the BMC.
8. The BMC and BIOS information interaction decoupling device of claim 6, wherein the device further comprises:
a data augmentation update module configured to update the interaction data commonly supported by the BMC and the BIOS in the second feature structure in response to augmenting the interaction data.
9. A computer device, comprising:
at least one processor; and
memory storing a computer program operable on the processor, wherein the processor, when executing the program, performs the method of any of claims 1-5.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, is adapted to carry out the method of any one of claims 1 to 5.
CN202010173982.XA 2020-03-13 2020-03-13 BMC and BIOS information interaction decoupling method, device, equipment and medium Active CN111427597B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010173982.XA CN111427597B (en) 2020-03-13 2020-03-13 BMC and BIOS information interaction decoupling method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010173982.XA CN111427597B (en) 2020-03-13 2020-03-13 BMC and BIOS information interaction decoupling method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN111427597A true CN111427597A (en) 2020-07-17
CN111427597B CN111427597B (en) 2022-08-12

Family

ID=71553783

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010173982.XA Active CN111427597B (en) 2020-03-13 2020-03-13 BMC and BIOS information interaction decoupling method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN111427597B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112003826A (en) * 2020-07-24 2020-11-27 苏州浪潮智能科技有限公司 IPMI data expansion method and device
CN112395164A (en) * 2020-11-27 2021-02-23 中电科技(北京)有限公司 Method for acquiring device information of server, BIOS, BMC and server
CN113064793A (en) * 2021-03-30 2021-07-02 山东英信计算机技术有限公司 Bus equipment position information polling collection method, system, terminal and storage medium
CN113064639A (en) * 2021-03-08 2021-07-02 山东英信计算机技术有限公司 Method, system and medium for reducing server boot time

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110427199A (en) * 2019-06-26 2019-11-08 苏州浪潮智能科技有限公司 A kind of method, equipment and the readable medium of the mating upgrading of BMC and BIOS

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110427199A (en) * 2019-06-26 2019-11-08 苏州浪潮智能科技有限公司 A kind of method, equipment and the readable medium of the mating upgrading of BMC and BIOS

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112003826A (en) * 2020-07-24 2020-11-27 苏州浪潮智能科技有限公司 IPMI data expansion method and device
CN112395164A (en) * 2020-11-27 2021-02-23 中电科技(北京)有限公司 Method for acquiring device information of server, BIOS, BMC and server
CN113064639A (en) * 2021-03-08 2021-07-02 山东英信计算机技术有限公司 Method, system and medium for reducing server boot time
CN113064793A (en) * 2021-03-30 2021-07-02 山东英信计算机技术有限公司 Bus equipment position information polling collection method, system, terminal and storage medium
CN113064793B (en) * 2021-03-30 2022-06-14 山东英信计算机技术有限公司 Bus equipment position information polling collection method, system, terminal and storage medium

Also Published As

Publication number Publication date
CN111427597B (en) 2022-08-12

Similar Documents

Publication Publication Date Title
CN111427597B (en) BMC and BIOS information interaction decoupling method, device, equipment and medium
US6668261B1 (en) Method of upgrading a program using associated configuration data
CN111831309A (en) Upgrading method, device, equipment and medium for multiple MCUs (micro control units) in Wifi (wireless fidelity) of Internet of things
CN113010217A (en) BIOS parameter setting method and device, electronic equipment and storage medium
CN101770383A (en) Method and device for on-line upgrade of cross-platform version
JP2005242691A (en) Program downloading/switching method and device for it
CN110851165A (en) Method and device for automatically acquiring BIOS drive and upgrading, computer equipment and storage medium
CN113010214B (en) BIOS option setting method, system and storage medium
CN110764799A (en) Method, equipment and medium for optimizing and remotely updating FPGA (field programmable Gate array) accelerator card
CN116578327B (en) Program updating method and device, electronic equipment and storage medium
CN111625264B (en) Method, device, equipment and medium for upgrading multi-level management system
CN117130672A (en) Server start flow control method, system, terminal and storage medium
CN108958823B (en) Method for modifying set value of basic input and output system
CN107562440B (en) Eeprom version updating method and device
CN115495161A (en) BIOS option modification validation method and device and storage medium
CN114281890B (en) BIOS out-of-band management system and method
CN112269601B (en) BMC (baseboard management controller) and component asset information management method, device and storage medium thereof
CN115309421A (en) Static variable synchronization method, device, equipment and storage medium of single-point system
CN110427199B (en) Method, equipment and readable medium for upgrading BMC and BIOS in matching manner
CN113923240A (en) System and method for dynamically upgrading equipment interface protocol in gateway of Internet of things by using local OTA method
CN114510259A (en) Method and device for importing and exporting BIOS configuration based on BMC
CN113986317A (en) Method for safely updating BIOS version of mainboard by BMC based on firmware upgrading
CN112667544A (en) Method, device, system and medium for controlling mainboard slot enabling
CN106548311B (en) Inventory management setting system
CN113867753B (en) Firmware updating method and system of server

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