CN112988250B - Multi-mainboard USB service configuration method, system, terminal and storage medium - Google Patents

Multi-mainboard USB service configuration method, system, terminal and storage medium Download PDF

Info

Publication number
CN112988250B
CN112988250B CN202110322721.4A CN202110322721A CN112988250B CN 112988250 B CN112988250 B CN 112988250B CN 202110322721 A CN202110322721 A CN 202110322721A CN 112988250 B CN112988250 B CN 112988250B
Authority
CN
China
Prior art keywords
configuration
mainboard
usb
file
mapping relation
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
CN202110322721.4A
Other languages
Chinese (zh)
Other versions
CN112988250A (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 CN202110322721.4A priority Critical patent/CN112988250B/en
Publication of CN112988250A publication Critical patent/CN112988250A/en
Application granted granted Critical
Publication of CN112988250B publication Critical patent/CN112988250B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/385Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2213/00Indexing scheme relating to interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F2213/0042Universal serial bus [USB]

Abstract

The invention provides a method, a system, a terminal and a storage medium for configuring a multi-mainboard USB service, wherein the method comprises the following steps: respectively generating configuration files of various versions of USB, and respectively generating a unique table ID for each configuration file; importing the table ID of each configuration file into an intermediate file; acquiring USB version information of each mainboard, searching a corresponding table ID from the intermediate file according to the USB version applicable information of each mainboard, and constructing a mapping relation between the mainboard ID and the table ID; and importing the mapping relation into a configuration management table, wherein the configuration management table is used for the system to call corresponding configuration files for each mainboard according to the mapping relation in the table to carry out USB service configuration. The invention can realize the quick uploading of the USB configuration information and the quick configuration of the USB service, improves the USB configuration efficiency and reduces the cost of research and development, test, generation and maintenance.

Description

Multi-mainboard USB service configuration method, system, terminal and storage medium
Technical Field
The invention relates to the technical field of servers, in particular to a multi-mainboard USB service configuration method, a system, a terminal and a storage medium.
Background
With the continuous popularization and development of server technology application, the performance, the function and the usability are continuously enhanced. The same server project mainboard may have multiple PCBA material numbers, and there is a difference in configuration between different mainboards, where the configuration information of the USB needs to be processed separately, that is, the USB configuration information needs to be configured for each mainboard separately. The USB configuration information is processed by the BIOS code, filled into the ACPI table and uploaded to the OS, and the configuration processing at the system level is carried out. Because the configuration information of the USB in the CRB code of the BIOS is statically written in the asl file, only one asl can be compiled between different main boards in the same project, so that a plurality of BIOS software needs to be compiled during various USB configurations, the labor and material cost for research and development, test, generation and maintenance is increased, and the efficiency is low.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a method, a system, a terminal and a storage medium for configuring a multi-motherboard USB service, so as to solve the above-mentioned technical problems.
In a first aspect, the present invention provides a method for configuring a USB service of multiple masters, including:
respectively generating configuration files of various versions of USB, and respectively generating a unique table ID for each configuration file;
importing the table ID of each configuration file into an intermediate file;
acquiring USB version information of each mainboard, searching a corresponding table ID from the intermediate file according to the USB version applicable information of each mainboard, and constructing a mapping relation between the mainboard ID and the table ID;
and importing the mapping relation into a configuration management table, wherein the configuration management table is used for the system to call corresponding configuration files for each mainboard according to the mapping relation in the table to carry out USB service configuration.
Further, the generating a unique table ID for each configuration file includes:
generating a unique table ID for each configuration file according to a preset USB version configuration and table ID corresponding rule;
the table ID of each profile is saved to the header of each profile.
Further, the importing the table ID of each configuration file into the intermediate file includes:
a plurality of token variables are defined in the intermediate file, and the table IDs of the configuration files are given to the corresponding token variables.
Further, the obtaining USB version applicable information of each motherboard, searching for a corresponding table ID from the intermediate file according to the USB version information of each motherboard, and constructing a mapping relationship between the motherboard ID and the table ID includes:
pre-storing each mainboard ID in a configuration management table, wherein the mainboard ID consists of a project name and a mainboard number;
and traversing the mainboard ID in the configuration management table, reading the attribute of the mainboard according to the mainboard ID, extracting the USB version applicable information of the mainboard from the attribute, and searching the table ID matched with the mainboard ID from the intermediate file.
In a second aspect, the present invention provides a multi-motherboard USB service configuration system, including:
the file configuration unit is used for respectively generating configuration files of various versions of USB and respectively generating a unique table ID for each configuration file;
a file import unit configured to import the table ID of each configuration file into an intermediate file;
the mapping construction unit is configured to acquire USB version information of each mainboard, search a corresponding table ID from the intermediate file according to the USB version applicable information of each mainboard, and construct a mapping relation between the mainboard ID and the table ID;
and the service configuration unit is configured to import the mapping relation into a configuration management table, and the configuration management table is used for the system to call corresponding configuration files for each mainboard according to the mapping relation in the table to carry out USB service configuration.
Further, the file configuration unit includes:
the ID generation module is configured and used for generating a unique table ID for each configuration file according to a preset USB version configuration and table ID corresponding rule;
and the ID storage module is configured for storing the table ID of each configuration file to the header of each configuration file.
Further, the file importing unit includes:
and the variable import module is configured to define a plurality of token variables in the intermediate file and give the table ID of the configuration file to the corresponding token variables.
Further, the mapping construction unit includes:
the mainboard pre-storage module is configured for pre-storing each mainboard ID in the configuration management table, and the mainboard ID consists of a project name and a mainboard number;
and the mainboard traversing module is configured for traversing the mainboard ID in the configuration management table, reading the attribute of the mainboard according to the mainboard ID, extracting the USB version applicable information of the mainboard from the attribute, and searching the table ID matched with the mainboard ID from the intermediate file.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the multi-mainboard USB service configuration method, the multi-mainboard USB service configuration system, the terminal and the storage medium, various versions of USB configuration files are generated in advance, then the mapping relation between the mainboard ID and the table ID of the USB configuration files is established, the mapping relation is uploaded to the OS system through the configuration management table, and the OS system can call matched USB configuration information for each mainboard according to the mapping relation to perform service configuration. The invention can realize the quick uploading of the USB configuration information and the quick configuration of the USB service, improve the USB configuration efficiency and reduce the cost of research and development, test, generation and maintenance.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
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 schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
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 obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, shall fall within the protection scope of the present invention.
The following explains key terms appearing in the present invention.
USB universal serial bus
BIOS basic input/output system
ACPI advanced configuration and power management interface
FIG. 1 is a schematic flow diagram of a method of one embodiment of the present invention. The execution subject in fig. 1 may configure a system for a multi-motherboard USB service.
As shown in fig. 1, the method includes:
step 110, respectively generating configuration files of various versions of USB, and respectively generating a unique table ID for each configuration file;
step 120, importing the table ID of each configuration file into an intermediate file;
step 130, acquiring USB version information of each mainboard, searching a corresponding table ID from the intermediate file according to the USB version applicable information of each mainboard, and constructing a mapping relation between the mainboard ID and the table ID;
step 140, importing the mapping relationship into a configuration management table, where the configuration management table is used for the system to invoke a corresponding configuration file for each motherboard according to the mapping relationship in the table to perform USB service configuration.
In order to facilitate understanding of the present invention, the following description will be further made with reference to the embodiments based on the principle of the multi-motherboard USB service configuration method of the present invention.
Specifically, the multi-motherboard USB service configuration method includes:
s1, respectively generating configuration files of various versions of USB, and respectively generating a unique table ID for each configuration file.
Summarizing common USB versions such as USB2.0 and USB3.0, some mainboards may be simultaneously suitable for USB2.0 and USB3.0, generating USB configuration files (ASL files) according to the summarized result, and allocating a unique table ID (table ID) to each configuration file according to the preset rule of corresponding USB version configuration and table ID, for example, the table ID corresponding to the USB2.0 version is 1. The format of this ID is a format that conforms to the ACPI Table requirements. The table ID of the configuration file is written into the Header of the file.
And S2, importing the table ID of each configuration file into the intermediate file.
Defining a plurality of token variables in the intermediate file in the SDL format, and giving the table ID of the configuration file to the corresponding token variables. I.e. the intermediate file holds all table IDs.
And S3, acquiring USB version information of each mainboard, searching a corresponding table ID from the intermediate file according to the USB version applicable information of each mainboard, and constructing a mapping relation between the mainboard ID and the table ID.
Each motherboard ID is stored in advance in a configuration management Table (ACPI Table), and the motherboard ID is composed of a project name (task) and a motherboard number (motherboard), and each motherboard ID corresponds to an ACPI variable in the configuration management Table.
A mainboard ID is taken out from a configuration management Table (ACPI Table), a bootdid or a skeid attribute of the mainboard is read, and USB configuration applicable version information (such as configuration information of applicable USB2.0 version) is extracted from the attribute. And searching the matched table ID from the intermediate file, namely searching the table ID of the USB2.0 version configuration file, and giving the table ID to an acpi variable, thereby writing the mapping relation between the mainboard ID and the table ID of the mainboard in the configuration management table. And by analogy, traversing all the mainboard IDs in the configuration management table, and establishing the mapping relation between all the mainboard IDs and the corresponding table IDs.
And S4, importing the mapping relation into a configuration management table, wherein the configuration management table is used for the system to call corresponding configuration files for each mainboard according to the mapping relation in the table to carry out USB service configuration.
And uploading the configuration management table to an operating system, and calling corresponding USB configuration files for each mainboard by the operating system according to the mapping relation in the configuration management table to perform service configuration.
As shown in fig. 2, the system 200 includes:
a file configuration unit 210 configured to generate configuration files of respective versions of USB, and generate a unique table ID for each configuration file;
a file import unit 220 configured to import the table ID of each configuration file into an intermediate file;
the mapping construction unit 230 is configured to acquire USB version information of each motherboard, search a corresponding table ID from the intermediate file according to USB version applicable information of each motherboard, and construct a mapping relationship between a motherboard ID and the table ID;
and the service configuration unit 240 is configured to import the mapping relationship into a configuration management table, where the configuration management table is used for the system to invoke a corresponding configuration file for each motherboard according to the mapping relationship in the table to perform USB service configuration.
Optionally, as an embodiment of the present invention, the file configuration unit includes:
the ID generation module is configured and used for generating a unique table ID for each configuration file according to a preset USB version configuration and table ID corresponding rule;
and the ID storage module is configured to store the table ID of each configuration file to the header of each configuration file.
Optionally, as an embodiment of the present invention, the file importing unit includes:
and the variable import module is configured to define a plurality of token variables in the intermediate file and give the table ID of the configuration file to the corresponding token variables.
Optionally, as an embodiment of the present invention, the mapping construction unit includes:
the mainboard pre-storage module is configured for pre-storing each mainboard ID in the configuration management table, and the mainboard ID consists of a project name and a mainboard number;
and the mainboard traversing module is configured for traversing the mainboard ID in the configuration management table, reading the attribute of the mainboard according to the mainboard ID, extracting the USB version applicable information of the mainboard from the attribute, and searching the table ID matched with the mainboard ID from the intermediate file.
Fig. 3 is a schematic structural diagram of a terminal 300 according to an embodiment of the present invention, where the terminal 300 may be used to execute a multi-motherboard USB service configuration method according to the embodiment of the present invention.
Among them, the terminal 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the invention generates USB configuration files of various versions in advance, and then uploads the mapping relation to the OS system through the configuration management table by establishing the mapping relation between the mainboard ID and the table ID of the USB configuration file, so that the OS system can call the matched USB configuration information for each mainboard according to the mapping relation to perform service configuration. The invention can realize the quick uploading of the USB configuration information and the quick configuration of the USB service, improves the USB configuration efficiency, and reduces the cost of research and development, test, generation and maintenance.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one position, or may be distributed on multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
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. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A multi-motherboard USB service configuration method is characterized by comprising the following steps:
respectively generating configuration files of various versions of USB, and respectively generating a unique table ID for each configuration file;
importing the table ID of each configuration file into an intermediate file;
acquiring USB version information of each mainboard, searching a corresponding table ID from the intermediate file according to the USB version applicable information of each mainboard, and constructing a mapping relation between the mainboard ID and the table ID;
and importing the mapping relation into a configuration management table, wherein the configuration management table is used for the system to call corresponding configuration files for each mainboard according to the mapping relation in the table to carry out USB service configuration.
2. The method of claim 1, wherein generating a unique table ID for each configuration file comprises:
generating a unique table ID for each configuration file according to a preset USB version configuration and table ID corresponding rule;
the table ID of each profile is saved to the header of each profile.
3. The method according to claim 1, wherein importing the table ID of each configuration file into an intermediate file comprises:
a plurality of token variables are defined in the intermediate file, and the table IDs of the configuration files are given to the corresponding token variables.
4. The method according to claim 1, wherein the obtaining USB version applicable information of each motherboard, searching for a corresponding table ID from the intermediate file according to the USB version information of each motherboard, and constructing a mapping relationship between the motherboard ID and the table ID comprises:
pre-storing each mainboard ID in a configuration management table, wherein the mainboard ID consists of a project name and a mainboard number;
and traversing the mainboard ID in the configuration management table, reading the attribute of the mainboard according to the mainboard ID, extracting USB version applicable information of the mainboard from the attribute, and searching the table ID matched with the mainboard ID from the intermediate file.
5. A multi-motherboard USB service configuration system, comprising:
the file configuration unit is used for respectively generating configuration files of various versions of USB and respectively generating a unique table ID for each configuration file;
a file import unit configured to import the table ID of each configuration file into an intermediate file;
the mapping construction unit is configured to acquire USB version information of each mainboard, search a corresponding table ID from the intermediate file according to the USB version applicable information of each mainboard, and construct a mapping relation between the mainboard ID and the table ID;
and the service configuration unit is configured to import the mapping relation into a configuration management table, and the configuration management table is used for the system to call corresponding configuration files for each mainboard according to the mapping relation in the table to carry out USB service configuration.
6. The system of claim 5, wherein the file configuration unit comprises:
the ID generation module is configured and used for generating a unique table ID for each configuration file according to a preset USB version configuration and table ID corresponding rule;
and the ID storage module is configured for storing the table ID of each configuration file to the header of each configuration file.
7. The system according to claim 5, wherein the file importing unit comprises:
and the variable import module is configured to define a plurality of token variables in the intermediate file and give the table ID of the configuration file to the corresponding token variables.
8. The system according to claim 5, wherein the mapping construction unit comprises:
the mainboard pre-storage module is configured for pre-storing each mainboard ID in the configuration management table, and the mainboard ID consists of a project name and a mainboard number;
and the mainboard traversing module is configured for traversing the mainboard ID in the configuration management table, reading the attribute of the mainboard according to the mainboard ID, extracting the USB version applicable information of the mainboard from the attribute, and searching the table ID matched with the mainboard ID from the intermediate file.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN202110322721.4A 2021-03-26 2021-03-26 Multi-mainboard USB service configuration method, system, terminal and storage medium Active CN112988250B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110322721.4A CN112988250B (en) 2021-03-26 2021-03-26 Multi-mainboard USB service configuration method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110322721.4A CN112988250B (en) 2021-03-26 2021-03-26 Multi-mainboard USB service configuration method, system, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN112988250A CN112988250A (en) 2021-06-18
CN112988250B true CN112988250B (en) 2023-02-28

Family

ID=76333672

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110322721.4A Active CN112988250B (en) 2021-03-26 2021-03-26 Multi-mainboard USB service configuration method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN112988250B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102023875A (en) * 2009-09-11 2011-04-20 鸿富锦精密工业(深圳)有限公司 System and method for sharing same BIOS (Basic Input Output System) for different mainboards
CN106126256A (en) * 2016-07-01 2016-11-16 武汉深之度科技有限公司 A kind of driven management method, Apparatus and system
CN107491293A (en) * 2017-04-14 2017-12-19 广东浪潮大数据研究有限公司 A kind of BIOS foundation code design methods based on Board ID
CN112052029A (en) * 2020-08-20 2020-12-08 厦门亿联网络技术股份有限公司 Configuration method and system of USB device management software and computer device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10860522B2 (en) * 2017-05-19 2020-12-08 Intel Corporation Method and apparatus for controlling USB-C connectors on system with multiple host controllers

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102023875A (en) * 2009-09-11 2011-04-20 鸿富锦精密工业(深圳)有限公司 System and method for sharing same BIOS (Basic Input Output System) for different mainboards
CN106126256A (en) * 2016-07-01 2016-11-16 武汉深之度科技有限公司 A kind of driven management method, Apparatus and system
CN107491293A (en) * 2017-04-14 2017-12-19 广东浪潮大数据研究有限公司 A kind of BIOS foundation code design methods based on Board ID
CN112052029A (en) * 2020-08-20 2020-12-08 厦门亿联网络技术股份有限公司 Configuration method and system of USB device management software and computer device

Also Published As

Publication number Publication date
CN112988250A (en) 2021-06-18

Similar Documents

Publication Publication Date Title
CN106557340B (en) Configuration method and device
CN109445690B (en) RAID card performance optimization method, device, terminal and storage medium
CN111984557A (en) Data processing method, device and system
CN112685117A (en) System language internationalization maintenance method, device and computer readable storage medium
CN111475494A (en) Mass data processing method, system, terminal and storage medium
CN113407254B (en) Form generation method and device, electronic equipment and storage medium
CN114448972A (en) Distributed storage log compression downloading method, system, terminal and storage medium
CN112003730A (en) Method, system, terminal and storage medium for rapid cluster deployment
CN113076231A (en) Server application scene setting method, system, terminal and storage medium
CN112988250B (en) Multi-mainboard USB service configuration method, system, terminal and storage medium
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN110908644A (en) Configuration method and device of state node, computer equipment and storage medium
CN110703988B (en) Storage pool creating method, system, terminal and storage medium for distributed storage
CN111143193B (en) Big data service testing method, system, terminal and storage medium based on RobotFramework
CN111124890B (en) Distributed database performance test method, system, terminal and storage medium
CN111858590A (en) Storage system metadata organization method, system, terminal and storage medium
CN109683813B (en) NVME SSD automatic formatting method, device, terminal and storage medium
CN114968347A (en) Stack restoring method and device, storage medium and electronic equipment
CN111966286A (en) Multi-data pool hierarchical migration method and system
CN111966553B (en) SSD (solid State disk) testing method, system, terminal and storage medium based on use case pool
CN111475349B (en) Method, system, terminal and storage medium for testing stability of cluster DPDK
CN112486578B (en) Method, system, terminal and storage medium for dynamically loading BMC (baseboard management controller) with sensor
CN109471764B (en) Method, device, terminal and storage medium for quickly reading system information
CN113760809B (en) Configuration method, system and device of GPIO interface and readable storage medium
CN112402955B (en) Game log recording 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