CN114461462B - BIOS debugging information output method, device, equipment and storage medium - Google Patents

BIOS debugging information output method, device, equipment and storage medium Download PDF

Info

Publication number
CN114461462B
CN114461462B CN202111660631.2A CN202111660631A CN114461462B CN 114461462 B CN114461462 B CN 114461462B CN 202111660631 A CN202111660631 A CN 202111660631A CN 114461462 B CN114461462 B CN 114461462B
Authority
CN
China
Prior art keywords
debugging
debug
information
module
printing
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.)
Active
Application number
CN202111660631.2A
Other languages
Chinese (zh)
Other versions
CN114461462A (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 CN202111660631.2A priority Critical patent/CN114461462B/en
Publication of CN114461462A publication Critical patent/CN114461462A/en
Application granted granted Critical
Publication of CN114461462B publication Critical patent/CN114461462B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2289Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by configuration test
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a BIOS debugging information output method, a device, equipment and a storage medium, comprising the following steps: setting starting sequences for all the operation modules in each starting stage respectively to obtain starting sequences corresponding to all the operation modules in each starting stage; constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence, and storing the debugging identification of the corresponding operation module by using the debugging register; the debugging mark characterizes whether to print debugging information in the debugging process; outputting the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process. Therefore, in the debugging process, only the running module with the debugging mark being printing debugging information outputs the debugging information, so that the output quantity of the debugging information is controlled, the on-site debugging and development timeliness is enhanced, and the debugging efficiency is improved.

Description

BIOS debugging information output method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for outputting BIOS debug information.
Background
BIOS plays an important role as an integral part of modern computer systems. Compared with the BIOS in the common PC, the BIOS of the server can generate logs with richer contents in different debugging stages in the starting process. When the system generates unavoidable problems, a manufacturer engineer enters a customer machine room for field debugging, and possibly encounters the situation that the debugging information is excessive and only part of the contents really need to be debugged. Currently, it is common practice to globally scale the entire start-up process, e.g., to set up and debug low-level all modules to minimize the amount of output information, but in some environments where high-level debugging is required, the amount of printed information is still significant.
Therefore, how to effectively control the output of BIOS debug information is a technical problem to be solved by those skilled in the art.
Disclosure of Invention
Accordingly, the present application is directed to a method, apparatus, device and storage medium for outputting BIOS debug information, which can control the output of debug information, and enhance the timeliness of field debugging and development, so as to improve the debugging efficiency. The specific scheme is as follows:
the first aspect of the present application provides a method for outputting BIOS debug information, including:
setting starting sequences for all the operation modules in each starting stage respectively to obtain starting sequences corresponding to all the operation modules in each starting stage;
constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence, and storing the debugging identification of the corresponding operation module by using the debugging register; the debugging mark characterizes whether to print debugging information in the debugging process;
outputting the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process.
Optionally, the constructing a corresponding debug register according to the arrangement sequence of all the operation modules in the start sequence includes:
and constructing the corresponding debugging registers according to the bitmap operation mode according to the arrangement sequence of all the operation modules in the starting sequence.
Optionally, the storing, by using the debug register, a debug identifier of a corresponding operation module includes:
setting the debug flag corresponding to an operation module that prints the debug information to 1, and setting the debug flag corresponding to an operation module that does not print the debug information to 0;
and storing the set debugging identification in the corresponding position in the debugging register with the mapping relation.
Optionally, the method for outputting BIOS debug information further includes:
before compiling the BIOS program, a TOKEN parameter is added for all running modules in each starting stage, and the value of the TOKEN parameter is set.
Optionally, the setting the value of the TOKEN parameter includes:
and setting the TOKEN parameter as a printing option or a non-printing option through a BIOS Setup page.
Optionally, before outputting the debug information generated in the debug process, the operation module corresponding to the debug identifier for representing and printing the debug information further includes:
judging whether the TOKEN parameters which are set and correspond to the running modules and correspond to the debugging identification for representing and printing the debugging information are printing options or not, if so, executing the step of outputting the debugging information, and if not, not outputting the debugging information.
Optionally, the outputting the debug information generated by the operation module corresponding to the debug identifier for characterizing and printing the debug information in the debug process includes:
and performing serial port printing on the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process by using a serial port cable.
A second aspect of the present application provides a BIOS debug information output device, comprising:
the sequence setting module is used for setting starting sequences for all the operation modules in each starting stage respectively so as to obtain starting sequences corresponding to all the operation modules in each starting stage;
the storage module is used for constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence so as to store the debugging identification of the corresponding operation module by using the debugging register; the debugging mark characterizes whether to print debugging information in the debugging process;
and the output module is used for outputting the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process.
A third aspect of the application provides an electronic device comprising a processor and a memory; the memory is used for storing a computer program, and the computer program is loaded and executed by the processor to realize the BIOS debugging information output method.
A fourth aspect of the present application provides a computer-readable storage medium having stored therein computer-executable instructions that, when loaded and executed by a processor, implement the BIOS debug information output method described above.
In the application, a starting sequence is set for all operation modules in each starting stage respectively so as to obtain a starting sequence corresponding to all operation modules in each starting stage; then constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence, and storing the debugging identification of the corresponding operation module by using the debugging register; the debugging mark characterizes whether to print debugging information in the debugging process; and finally, outputting the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process. Therefore, the application stores the debugging identification for deciding whether the corresponding operation module prints the debugging information by constructing the debugging register with mapping relation with the starting sequence of all the operation modules in each starting stage, and only outputs the debugging information for the operation module printing the debugging information by the debugging identification in the debugging process, thereby controlling the output quantity of the debugging information, enhancing the timeliness of on-site debugging and development and improving the debugging efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for outputting BIOS debug information provided by the application;
FIG. 2 is a schematic diagram of a specific BIOS debug information output method according to the present application;
FIG. 3 is a schematic diagram of a BIOS debug information output device according to the present application;
fig. 4 is a block diagram of a BIOS debug information output electronic device according to the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The prior art generally scales the entire start-up process in its entirety, for example, by setting up and debugging to minimize the amount of information output by all modules at a low level, but in some environments where high level debugging is required, the amount of information printed is still significant. Aiming at the technical defects, the application provides a BIOS debugging information output scheme, wherein a debugging register with a mapping relation with the starting sequence of all running modules in each starting stage is constructed so as to store a debugging identification for determining whether the corresponding running module prints the debugging information, and in the debugging process, only the running module with the debugging identification being the printing debugging information outputs the debugging information, so that the output quantity of the debugging information is controlled, the on-site debugging and development timeliness is enhanced, and the debugging efficiency is improved.
Fig. 1 is a flowchart of a method for outputting BIOS debug information according to an embodiment of the present application. Referring to fig. 1, the BIOS debug information output method includes:
s11: and setting starting sequences for all the operation modules in each starting stage respectively to obtain starting sequences corresponding to all the operation modules in each starting stage.
In this embodiment, first, a start sequence is set for all the operation modules in each start stage, so as to obtain a start sequence corresponding to all the operation modules in each start stage. The BIOS startup phase is divided into SEC, PEI, DXE, BDS, and in these startup phases, each startup phase includes a plurality of operation modules, some operation modules need to output debug information, and some operation modules do not need to output debug information. According to the embodiment, the purpose of improving the debugging information quantity and increasing the timeliness of on-site debugging and development is achieved by refining the debugging module. For example, referring to FIG. 2, each of the start-up phases A will beThe corresponding starting sequence obtained after the starting sequence is set by each running module is A 1 、A 2 、…、A n Likewise, the various operating modules in the start-up phase B and start-up phase M are also configured in this way. It should be noted that, generally, the starting sequence may be set in a customized manner according to the service requirement, but for a module that cannot set the starting sequence in a customized manner, that is, a module with a fixed starting sequence, the starting sequence is set according to the inherent sequence.
S12: constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence, and storing the debugging identification of the corresponding operation module by using the debugging register; wherein the debug flag characterizes whether to print debug information during the debug process.
In this embodiment, after the post-setting start-up sequence, a debug register with a mapping relationship is constructed according to the arrangement sequence of all the operation modules in the start-up sequence. In order to improve the operation efficiency, the corresponding Debug register may be constructed according to the arrangement sequence of all the operation modules in the start sequence and in a bitmap operation mode, which is shown as debug_bitmap in fig. 2. The debugging register stores a debugging identifier of a corresponding operation module, and the debugging identifier characterizes whether to print debugging information in a debugging process. When debugging is needed, the Debug information of each running module in each starting stage is controlled by using a pre-built register debug_bitmap, so that the purpose of debugging certain running modules is achieved.
The setting of the debug flag may specifically include: setting the debug identifier corresponding to the operation module for printing the debug information to be 1, setting the debug identifier corresponding to the operation module for not printing the debug information to be 0, and storing the set debug identifier at a corresponding position in the debug register with a mapping relation. As in fig. 2, if only the output run module a is needed 3 If the debug information of (1) passes the debug_bitmap, only the module A is operated 3 The debug flag is valid 1.
S13: outputting the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process.
In this embodiment, in the debugging process, only the debugging information generated in the debugging process by the operation module corresponding to the debugging identifier for representing and printing the debugging information is output. That is, for the module that determines the print debugging information to print normally, the module that does not need the print information determines to skip when printing. So as to achieve the effect that each module can be independently debugged. In general, the server BIOS may print and output through different output cables, and in this embodiment, BIOS serial port printing is adopted, specifically, serial port printing is performed on the debug information generated by the operation module corresponding to the debug identifier for characterizing and printing the debug information in the debugging process by using a serial port cable.
In order to improve accuracy of BIOS serial port printing, before compiling the BIOS program, a TOKEN parameter may be further added to all running modules in each start-up stage, and a value of the TOKEN parameter may be set. The value of the TOKEN parameter may be checked or modified in the BIOS Setup page by specifically setting the TOKEN parameter to a print option or a no print option, such as a debug option or a normal option. Before printing, performing AND operation on the value of the TOKEN parameter of the operation module and the debugging identification, namely judging whether the set TOKEN parameter corresponding to the operation module corresponding to the debugging identification for representing printing the debugging information is a printing option or not, if so, executing the step of outputting the debugging information, and if not, not outputting the debugging information.
Therefore, in the embodiment of the application, the starting sequence is set for all the operation modules in each starting stage respectively so as to obtain the starting sequence corresponding to all the operation modules in each starting stage; then constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence, and storing the debugging identification of the corresponding operation module by using the debugging register; the debugging mark characterizes whether to print debugging information in the debugging process; and finally, outputting the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process. According to the embodiment of the application, the debugging registers with mapping relation with the starting sequence of all the running modules in each starting stage are constructed, so that the debugging identification for determining whether the corresponding running module prints the debugging information is stored, and in the debugging process, only the running module with the debugging identification being the printing debugging information outputs the debugging information, thereby controlling the output quantity of the debugging information, enhancing the on-site debugging and development timeliness and improving the debugging efficiency.
Referring to fig. 3, the embodiment of the present application further correspondingly discloses a BIOS debug information output device, including:
a sequence setting module 11, configured to set a starting sequence for all the operation modules in each starting stage, so as to obtain a starting sequence corresponding to all the operation modules in each starting stage;
a construction storage module 12, configured to construct a debug register having a mapping relationship according to an arrangement sequence of all the operation modules in the start sequence, so as to store debug identifiers of the corresponding operation modules by using the debug register; the debugging mark characterizes whether to print debugging information in the debugging process;
and the output module 13 is used for outputting the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process.
Therefore, in the embodiment of the application, the starting sequence is set for all the operation modules in each starting stage respectively so as to obtain the starting sequence corresponding to all the operation modules in each starting stage; then constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence, and storing the debugging identification of the corresponding operation module by using the debugging register; the debugging mark characterizes whether to print debugging information in the debugging process; and finally, outputting the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process. According to the embodiment of the application, the debugging registers with mapping relation with the starting sequence of all the running modules in each starting stage are constructed, so that the debugging identification for determining whether the corresponding running module prints the debugging information is stored, and in the debugging process, only the running module with the debugging identification being the printing debugging information outputs the debugging information, thereby controlling the output quantity of the debugging information, enhancing the on-site debugging and development timeliness and improving the debugging efficiency.
In some embodiments, the building storage module 12 specifically includes:
the construction unit is used for constructing the corresponding debugging registers according to the arrangement sequence of all the operation modules in the starting sequence and the bitmap operation mode;
and the storage unit is used for setting the debugging identification corresponding to the running module for printing the debugging information to be 1, setting the debugging identification corresponding to the running module for not printing the debugging information to be 0, and storing the set debugging identification in the corresponding position in the debugging register with the mapping relation.
In some embodiments, the BIOS debug information output device further comprises:
the adding module is used for adding a TOKEN parameter for all the running modules in each starting stage and setting the value of the TOKEN parameter before compiling the BIOS program;
the parameter setting module is used for setting the TOKEN parameter as a printing option or a non-printing option through a BIOS Setup page;
the judging module is used for judging whether the TOKEN parameters after the setting corresponding to the running module corresponding to the debugging identification for representing and printing the debugging information are printing options or not, if so, executing the step of outputting the debugging information, and if not, not outputting the debugging information.
In some embodiments, the output module 13 is specifically configured to perform serial port printing on the debug information generated by the operation module corresponding to the debug identifier representing the print of the debug information in the debug process by using a serial port cable.
Further, the embodiment of the application also provides electronic equipment. Fig. 4 is a block diagram of an electronic device 20, according to an exemplary embodiment, and the contents of the diagram should not be construed as limiting the scope of use of the present application in any way.
Fig. 4 is a schematic structural diagram of an electronic device 20 according to an embodiment of the present application. The electronic device 20 may specifically include: at least one processor 21, at least one memory 22, a power supply 23, a communication interface 24, an input output interface 25, and a communication bus 26. The memory 22 is configured to store a computer program, where the computer program is loaded and executed by the processor 21 to implement relevant steps in the BIOS debug information output method disclosed in any of the foregoing embodiments.
In this embodiment, the power supply 23 is configured to provide an operating voltage for each hardware device on the electronic device 20; the communication interface 24 can create a data transmission channel between the electronic device 20 and an external device, and the communication protocol to be followed is any communication protocol applicable to the technical solution of the present application, which is not specifically limited herein; the input/output interface 25 is used for acquiring external input data or outputting external output data, and the specific interface type thereof may be selected according to the specific application requirement, which is not limited herein.
The memory 22 may be a carrier for storing resources, such as a read-only memory, a random access memory, a magnetic disk, or an optical disk, and the resources stored thereon may include an operating system 221, a computer program 222, data 223, and the like, and the storage may be temporary storage or permanent storage.
The operating system 221 is used for managing and controlling various hardware devices on the electronic device 20 and the computer program 222, so as to implement the operation and processing of the processor 21 on the mass data 223 in the memory 22, which may be Windows Server, netware, unix, linux, etc. The computer program 222 may further include a computer program that can be used to perform other specific tasks in addition to the computer program that can be used to perform the BIOS debug information output method performed by the electronic device 20 as disclosed in any of the previous embodiments. Data 223 may include debug information collected by electronic device 20.
Further, the embodiment of the application also discloses a storage medium, wherein the storage medium stores a computer program, and when the computer program is loaded and executed by a processor, the steps of the BIOS debugging information output method disclosed in any embodiment are realized.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
Finally, it is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The method, the device, the equipment and the storage medium for outputting BIOS debugging information provided by the application are described in detail, and specific examples are applied to the explanation of the principle and the implementation mode of the application, and the explanation of the above examples is only used for helping to understand the method and the core idea of the application; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (7)

1. The BIOS debugging information output method is characterized by comprising the following steps:
setting starting sequences for all the operation modules in each starting stage respectively to obtain starting sequences corresponding to all the operation modules in each starting stage;
constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence, and storing the debugging identification of the corresponding operation module by using the debugging register; wherein, the debug mark characterizes whether to print debug information in the process of debugging;
before compiling a BIOS program, adding a TOKEN parameter for all running modules in each starting stage and setting the TOKEN parameter as a printing option or a non-printing option through a BIOS Setup page;
judging whether the TOKEN parameters which are set and correspond to the running modules corresponding to the debugging identification and used for representing and printing the debugging information are printing options, if so, outputting the debugging information generated in the debugging process by the running modules corresponding to the debugging identification and used for representing and printing the debugging information, and if not, not outputting the debugging information.
2. The BIOS debug information output method as claimed in claim 1, wherein said constructing a corresponding debug register according to the arrangement order of all the operation modules in the start-up sequence comprises:
and constructing the corresponding debugging registers according to the bitmap operation mode according to the arrangement sequence of all the operation modules in the starting sequence.
3. The BIOS debug information output method as claimed in claim 2, wherein said storing, with the debug register, a debug flag of a corresponding run module, comprises:
setting the debug flag corresponding to an operation module that prints the debug information to 1, and setting the debug flag corresponding to an operation module that does not print the debug information to 0;
and storing the set debugging identification in the corresponding position in the debugging register with the mapping relation.
4. A BIOS debug information output method according to any one of claims 1 to 3, wherein said outputting said debug information generated in a debug process by said run module corresponding to said debug identification characterizing said print of said debug information comprises:
and performing serial port printing on the debugging information generated by the running module corresponding to the debugging identification for representing and printing the debugging information in the debugging process by using a serial port cable.
5. A BIOS debug information output device, comprising:
the sequence setting module is used for setting starting sequences for all the operation modules in each starting stage respectively so as to obtain starting sequences corresponding to all the operation modules in each starting stage;
the storage module is used for constructing a debugging register with a mapping relation according to the arrangement sequence of all the operation modules in the starting sequence so as to store the debugging identification of the corresponding operation module by using the debugging register; wherein, the debug mark characterizes whether to print debug information in the process of debugging;
the adding module is used for adding a TOKEN parameter for all the running modules in each starting stage and setting the value of the TOKEN parameter before compiling the BIOS program;
the parameter setting module is used for setting the TOKEN parameter as a printing option or a non-printing option through a BIOS Setup page;
the judging module is used for judging whether the TOKEN parameters which are set and correspond to the running module corresponding to the debugging identification and used for representing and printing the debugging information are printing options or not, and if not, the debugging information is not output;
and the output module is used for outputting the debugging information generated by the operation module corresponding to the debugging identification for representing and printing the debugging information in the debugging process when the judging module judges that the TOKEN parameter is a printing option.
6. An electronic device comprising a processor and a memory, wherein:
the memory is used for storing a computer program;
the processor is configured to load and execute the computer program to implement the BIOS debug information output method as claimed in any one of claims 1 to 4.
7. A computer readable storage medium storing computer executable instructions which, when loaded and executed by a processor, implement the BIOS debug information output method of any one of claims 1 to 4.
CN202111660631.2A 2021-12-30 2021-12-30 BIOS debugging information output method, device, equipment and storage medium Active CN114461462B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111660631.2A CN114461462B (en) 2021-12-30 2021-12-30 BIOS debugging information output method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111660631.2A CN114461462B (en) 2021-12-30 2021-12-30 BIOS debugging information output method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114461462A CN114461462A (en) 2022-05-10
CN114461462B true CN114461462B (en) 2023-11-03

Family

ID=81407122

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111660631.2A Active CN114461462B (en) 2021-12-30 2021-12-30 BIOS debugging information output method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114461462B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114924802B (en) * 2022-05-27 2024-02-09 苏州浪潮智能科技有限公司 System starting method, device equipment and medium based on BMC and BIOS

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107818032A (en) * 2017-10-24 2018-03-20 郑州云海信息技术有限公司 A kind of mainboard, information Method of printing, system, device and storage medium
CN107908547A (en) * 2017-10-10 2018-04-13 曙光信息产业(北京)有限公司 Control the method, apparatus and server of BIOS Debugging message output
CN109032678A (en) * 2018-07-18 2018-12-18 郑州云海信息技术有限公司 The method for controlling the method, apparatus of BIOS type information amount, medium and type information
CN109358827A (en) * 2018-12-05 2019-02-19 深圳市创维软件有限公司 Method, system, equipment and the storage medium of serially printing are applied in control
CN113254286A (en) * 2021-05-28 2021-08-13 苏州浪潮智能科技有限公司 Log output method and system of server and related device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107908547A (en) * 2017-10-10 2018-04-13 曙光信息产业(北京)有限公司 Control the method, apparatus and server of BIOS Debugging message output
CN107818032A (en) * 2017-10-24 2018-03-20 郑州云海信息技术有限公司 A kind of mainboard, information Method of printing, system, device and storage medium
CN109032678A (en) * 2018-07-18 2018-12-18 郑州云海信息技术有限公司 The method for controlling the method, apparatus of BIOS type information amount, medium and type information
CN109358827A (en) * 2018-12-05 2019-02-19 深圳市创维软件有限公司 Method, system, equipment and the storage medium of serially printing are applied in control
CN113254286A (en) * 2021-05-28 2021-08-13 苏州浪潮智能科技有限公司 Log output method and system of server and related device

Also Published As

Publication number Publication date
CN114461462A (en) 2022-05-10

Similar Documents

Publication Publication Date Title
CN109634841B (en) Electronic device, interface automatic test method and storage medium
CN112765023B (en) Test case generation method and device
CN113672263B (en) Firmware parameter updating control method and device and electronic equipment
CN113467980B (en) Log output method, device and system and embedded equipment
CN114461462B (en) BIOS debugging information output method, device, equipment and storage medium
CN112463256A (en) Method, system, electronic device and storage medium for determining configuration file
CN111679852B (en) Detection method and device for conflict dependency library
CN110609755A (en) Message processing method, device, equipment and medium for cross-block chain node
US7228527B1 (en) Method and system for structuring a procedure
CN113918308A (en) Interface calling method, system, readable storage medium and computer equipment
CN113821226A (en) ONIE system installation method, apparatus, device and medium
CN116360887A (en) Program parameter loading method, device, equipment and storage medium
CN111400191A (en) Webpage security testing method and device and computer readable storage medium
CN116755788A (en) On-line rule modification method, device, equipment and storage medium
CN114885032B (en) Method, device, equipment and medium for generating and displaying equipment information
CN116450165A (en) Method, system, terminal and storage medium for quickly building environment and deploying program
CN113254158B (en) Deployment method and device of deep learning system
CN116049000A (en) Environment parameter configuration method, device, equipment, storage medium and product
CN110599112A (en) Method and device for developing and maintaining network page
CN114297088A (en) Method, device, equipment and medium for testing front end vue frame assembly
CN109359384B (en) Method and device for calling silk-screen mark into printed circuit board
CN111522560A (en) Software installation method and device, storage medium and electronic equipment
CN115658185B (en) Method and device for quickly starting cloud application, storage medium and electronic equipment
CN109210688A (en) Multi fan clarifier control method and device, clarifier
CN111124425B (en) Monitoring plug-in modification method and system

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