CN110851057A - Method and device for configuring configuration options of BIOS - Google Patents

Method and device for configuring configuration options of BIOS Download PDF

Info

Publication number
CN110851057A
CN110851057A CN201911146740.5A CN201911146740A CN110851057A CN 110851057 A CN110851057 A CN 110851057A CN 201911146740 A CN201911146740 A CN 201911146740A CN 110851057 A CN110851057 A CN 110851057A
Authority
CN
China
Prior art keywords
configuration
target function
configuration options
options
target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911146740.5A
Other languages
Chinese (zh)
Inventor
张立爽
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xian Yep Telecommunication Technology Co Ltd
Original Assignee
Xian Yep Telecommunication 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 Xian Yep Telecommunication Technology Co Ltd filed Critical Xian Yep Telecommunication Technology Co Ltd
Priority to CN201911146740.5A priority Critical patent/CN110851057A/en
Publication of CN110851057A publication Critical patent/CN110851057A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04847Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
    • 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

Abstract

The invention provides a method and a device for configuring BIOS configuration options, which are characterized in that a configuration option structure body of a target function is preset, when a user wants to enable one hardware or software function and changes a main configuration option of the function, the user is prompted to enable other configuration options of the function which need to be changed, so that the BIOS configuration options of the function which are enabled by the user can be changed comprehensively, and the function can be used correctly.

Description

Method and device for configuring configuration options of BIOS
Technical Field
The present invention relates to computer technologies, and in particular, to a method and an apparatus for configuring configuration options of a BIOS.
Background
The content of configuration options of a Basic Input Output System (BIOS) is becoming richer and richer, and when a software or hardware function needs to be enabled, a plurality of configuration options of the BIOS need to be configured at the same time to enable the corresponding function.
The traditional way of configuring the configuration options of the BIOS is that when the server/computer is powered on, a user enters a configuration interface, searches for options to be modified page by page to modify, and after the modification is completed, the server/computer needs to be restarted, and the modified options can take effect.
When a function is enabled, the association between the function and the configuration option configuration of the BIOS is unclear by most users, which results in incomplete configuration of the configuration option of the BIOS, and therefore, the function cannot be enabled, which results in abnormal use of the function.
Disclosure of Invention
The invention provides a method and a device for configuring configuration options of a BIOS (basic input output System), which are used for solving the problem that the functions cannot be normally used due to incomplete configuration of the configuration options of the BIOS.
In one aspect, the present invention provides a method for configuring configuration options of a BIOS, comprising:
displaying a modification interface of a target function, wherein the modification interface comprises at least one main configuration option of the target function;
receiving a modification request of a user for a target main configuration option of the target function;
modifying the target main configuration option according to the modification request;
displaying other configuration options of the target function except the target main configuration option according to a preset configuration option structure of the target function, wherein the configuration option structure comprises all configuration options of the target function;
and configuring the other configuration options.
Optionally, some or all of the main configuration options of the target function have a sub-configuration option.
Optionally, the displaying other configuration options of the target function except the target main configuration option includes:
and popping up a modification dialog box on the current interface, wherein the modification dialog box comprises other configuration options of the target function except the target main configuration option.
Optionally, the method further includes:
constructing a configuration option structure body of the target function through the BIOS source code;
saving the configuration option structure body to a non-volatile random access memory (NVRAM).
Optionally, the configuring the other configuration options includes:
receiving a modification request of the other configuration options from a user;
and configuring the other configuration options according to the modification requests of the other configuration options, and enabling the target function after the configuration of all the configuration options of the target function is completed.
In another aspect, the present invention provides an apparatus for configuring configuration options of a BIOS, comprising:
the system comprises a first display module, a second display module and a display module, wherein the first display module is used for displaying a modification interface of a target function, and the modification interface comprises at least one main configuration option of the target function;
the receiving module is used for receiving a modification request of a user for a target main configuration option of the target function;
a modification module for modifying the target master configuration option according to the modification request;
the second display module is used for displaying other configuration options of the target function except the target main configuration option according to a preset configuration option structure of the target function, wherein the configuration option structure comprises all configuration options of the target function;
and the configuration module is used for configuring the other configuration options.
Optionally, some or all of the main configuration options of the target function in the first display module have a sub-configuration option.
Optionally, the second display module is specifically configured to:
and popping up a modification dialog box on the current interface, wherein the modification dialog box comprises other configuration options of the target function except the target main configuration option.
Optionally, the device for configuring configuration options of the BIOS further includes: building a module;
the construction module is used for constructing a configuration option structure body of the target function through the BIOS source code;
saving the configuration option structure body to a non-volatile random access memory (NVRAM).
Optionally, the configuration module is specifically configured to:
receiving a modification request of the other configuration options from a user;
and configuring the other configuration options according to the modification requests of the other configuration options, and enabling the target function after the configuration of all the configuration options of the target function is completed.
In another aspect, the present invention provides an apparatus for configuring configuration options of a BIOS, comprising:
a memory, a processor;
a memory for storing the processor-executable instructions;
a processor for implementing the method according to any one of the preceding aspects when the computer program is executed.
In yet another aspect, the present invention provides a computer readable storage medium having stored therein computer executable instructions for implementing a method of configuring configuration options of a BIOS as described in any one of the above aspects when executed by a processor.
According to the method and the device for configuring the configuration options of the BIOS, provided by the invention, through the configuration option structural body with the preset target function, when a user wants to enable one hardware or software function and changes the main configuration option of the function, the user is prompted to enable other configuration options of the function which need to be changed, so that the BIOS configuration options of the function which are enabled by the user can be changed comprehensively, and the function can be used correctly.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a flow chart illustrating a method for configuring BIOS configuration options according to the present invention;
FIG. 2 is a configuration interface diagram of a BIOS according to the present invention;
FIG. 3 is a schematic view of a prompt message display interface of an RAS error injection function according to the present invention;
FIG. 4 is a schematic view of a prompt message display interface of another RAS error injection function according to the present invention;
FIG. 5 is a flow chart illustrating another method for configuring BIOS configuration options according to the present invention;
FIG. 6 is a flow chart illustrating a further method for configuring BIOS configuration options according to the present invention;
FIG. 7 is a schematic structural diagram of an apparatus for configuring configuration options of a BIOS according to the present invention;
FIG. 8 is a block diagram of another apparatus for configuring BIOS configuration options according to the present invention;
FIG. 9 is a schematic structural diagram of an apparatus for configuring configuration options of a BIOS according to the present invention;
FIG. 10 is a schematic structural diagram of an apparatus for configuring configuration options of a BIOS according to the present invention.
With the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The BIOS is a set of programs that are fixed on a Read-Only Memory (ROM) chip on a motherboard in a computer, and stores the most important basic input/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 a Complementary Metal Oxide Semiconductor (CMOS) chip. Its primary function is to provide the lowest level, most direct hardware setup and control for the computer. In addition, the BIOS provides some system parameters to the computer system. The change of system hardware is hidden by BIOS, and programs in the computer use the BIOS function rather than directly control the hardware.
The invention provides a method for configuring BIOS configuration options, which is applied to electronic equipment with BIOS, wherein the electronic equipment can be a server, a computer, a personal computer, a notebook computer and the like.
Enabling a hardware or software function sometimes requires changing at least one of the BIOS configuration options. The configuration options that play a main role are called main configuration options, and the other configuration options are called sub-configuration options. Enabling a function may include one or more main configuration options; alternatively, enabling a function may not have a sub-configuration option other than the main configuration option, and may have one or more sub-configuration options.
When a user tests, maintains or uses a server/computer, the user wants to enable a certain hardware or software function, the server/computer is required to be restarted to enter a BIOS configuration interface, one or more main configuration options of the function in the corresponding BIOS configuration interface are found and changed, all the BIOS configuration options of the function are changed according to corresponding prompt information, after the change is finished, the server/computer is saved and restarted, the enabling of the function is finished, and the function can be normally used after the enabling.
In the prior art, because the BIOS configuration interface has many pages, each page has many configuration options, when a user needs to enable one hardware or software function, multiple BIOS functions need to be changed, the user needs to search and change the pages of the BIOS configuration interface one by one, and some options are easily omitted or ignored, resulting in incomplete change of the BIOS configuration options. For some users, it is not clear which of the associated BIOS configuration options need to be changed to enable a hardware or software function, which may eventually result in incomplete BIOS configuration option changes. If the BIOS configuration options that enable a hardware or software function are not completely changed, the hardware or software function cannot be enabled and the function cannot be used.
The invention provides a method for configuring configuration options of a BIOS, and aims to solve the technical problems in the prior art.
The following describes the technical solutions of the present invention and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Fig. 1 is a schematic flowchart of a method for configuring configuration options of a BIOS according to the present invention, as shown in fig. 1, the method of the present embodiment is described as an example executed by a server or a computer, and the method of the present embodiment is as follows:
s101, displaying a modification interface of the target function, wherein the modification interface comprises at least one main configuration option of the target function.
When a user needs to enable a hardware or software function, the user enters a configuration interface of the BIOS, as shown in fig. 2, fig. 2 is a schematic diagram of the configuration interface of the BIOS, and the configuration interface of the BIOS includes a plurality of function setting entries, for example: the method comprises the following steps that a standard setting option page, an advanced function setting page, an advanced chipset setting page, a peripheral equipment setting page, an advanced power management page, a plug-and-play parameter setting page, a computer health state page, a manager password, a starting password, a storage and exit, a non-storage and exit are arranged in a table, two types of setting entries are shared in the table, one type is a specific type of setting page entry, for example, a function setting entry with an inverted triangle in the figure 2 is arranged, a user enters a corresponding setting page after clicking the inverted triangle position, and the corresponding setting page comprises one or more configuration options of the function; another category is configuration options or other BIOS configuration interface operation options, such as the set administrator password in fig. 2, clicking on the icon portion pops up the set administrator password dialog box, saving and exiting as in fig. 2, and clicking on the icon saves the executed modifications and exits the BIOS configuration interface.
After clicking a function setting entry, a user can enter a corresponding setting page, each setting page has one or more configuration options, the configuration interface of the BIOS may include the setting page shown in the figure or other function setting pages, and the present invention is not limited thereto.
S102, receiving a modification request of a user for a target main configuration option of a target function.
S103, modifying the target main configuration option according to the modification request.
The user can adjust the specific value or the corresponding option in the auxiliary menu below the user by clicking the target main configuration option of the corresponding target function, and the server or the computer correspondingly modifies the target main configuration option after receiving the above operation of the user.
For example, the main configuration option of the Remote Access Service (RAS) fault Injection function is PPR Error Injection, and if the user wants to enable the RAS fault Injection function, the user may enter the configuration interface of the BIOS to find the PPR Error Injection option and change the value of the PPR Error Injection option to enable.
And S104, displaying other configuration options of the target function except the target main configuration option according to a preset configuration option structure of the target function, wherein the configuration option structure comprises all configuration options of the target function.
The configuration option structure of the target function is generated in advance, the configuration option structure comprises all configuration options enabling the target function, and all the configuration options are divided into main configuration options and sub configuration options. Each function in the present application, when defined, generates a configuration option structure.
Optionally, part or all of the main configuration options of the target function have sub-configuration options, that is, at least one main configuration option in one configuration option structure may not have a sub-configuration option, and may have one or more sub-configuration options. The configuration option structure of each target function is preset with the value of each configuration option.
For example, the configuration option structure of the RAS Error Injection function includes a main configuration option and a sub configuration option, the main configuration option is PPR Error Injection, and the sub configuration options are trajectory Scrub, correct Error threshold, EV DFX Features, Directory Mode Enable, and Lock chip. When the main configuration option PPR Error indication is configured as Enable, the values corresponding to the sub-configuration options are control debug as Disable, correct Error Threshold as 3, EV DFX Features as Enable, direct Mode Enable as Enable, and Lock chip as Disable.
The server or the computer finds the configuration option structure body corresponding to the main configuration option according to at least one main configuration option modified by the user, and displays all other configuration options in the configuration option structure body except the main configuration option actively modified by the user.
One possible implementation manner for displaying other configuration options of the target function except the target main configuration option is as follows:
and popping up a modification dialog box on the current interface, wherein the modification dialog box comprises other configuration options of the target function except the target main configuration option.
For example, fig. 3 is a schematic diagram of a prompt information display interface of an RAS Error Injection function provided by the present invention, as shown in fig. 3, when a user wants to Enable the RAS Error Injection function, the user enters a configuration interface of a BIOS, finds a PPR Error Injection option, and after checking the option, the PPR Error Injection option is a main configuration option of the RAS Error Injection function, and displays values that need to be changed corresponding to other configuration options on a current interface according to an RAS Error Injection function structure.
Another possible implementation is:
and jumping from the current interface to another modification interface, wherein the modification interface comprises other configuration options of the target function except the target main configuration option.
For example, fig. 4 is a schematic diagram of another prompting information display interface for an RAS Error Injection function provided by the present invention, as shown in fig. 4, when a user wants to Enable the RAS Error Injection function, the user enters a configuration interface of a BIOS, finds a PPR Error Injection option, after checking the PPR Error Injection option, jumps from the current interface to another modification interface according to an RAS Error Injection function structure, and displays values that need to be changed corresponding to other configuration options, a control mirror Disable, a correct Error Threshold 3, an EV dfxafield Enable, a direct Mode Enable, an Enable, and a Lock chip Disable, and a button for returning to the previous interface may be set at the upper left corner of the interface, or may be set at the upper right corner of the interface, or may be set at the lower right corner of the interface.
Optionally, after the target main configuration option is modified, a dialog box may pop up, in which query information and a selection button are displayed. Wherein the query information is used to query the user whether other training options need to be modified, and the query information may be, for example, "whether a certain function needs to be enabled? "or" do one function require simultaneous changes to the options as above, if now? "etc., the selection button may be" yes "and" no "or" yes "and" i think again ", etc., and the present invention is not limited thereto.
And S105, configuring other configuration options.
And configuring other configuration options, and enabling the function to be normally used after the configuration is finished. Specifically, in a possible implementation manner, the terminal device configures other configuration options by default. In another possible implementation manner, according to the prompted values of other configuration options that need to be modified, the user actively modifies the corresponding configuration options, and performs configuration correspondingly according to the modification of the user. In another possible implementation manner, the system may automatically configure other configuration options after the user selects and confirms the modified option according to the prompted query statement and the option information, which improves the automation degree of configuring the BIOS configuration options and improves the user experience.
In this embodiment, by presetting the configuration option structure of the target function, when the user wants to enable one hardware or software function and changes the main configuration option of the function, the user is prompted to enable other configuration options of the function that need to be changed, so that the BIOS configuration option of the function enabled by the user is changed comprehensively, and the function is used correctly.
Fig. 5 is a flowchart illustrating another method for configuring configuration options of a BIOS according to the present invention, where fig. 5 is based on the embodiment shown in fig. 1, and further includes, before S101, S100, as shown in fig. 5:
s100, constructing a configuration option structure body of a target function through the BIOS source code, and storing the configuration option structure body into a non-volatile random access memory (NVRAM).
Specifically, a configuration option structure body for constructing a target function through the BIOS source code may be preset, and values of all configuration options in the configuration option structure body for enabling the target function may be preset, and the configuration option structure body with the defined corresponding values may be saved in a Non-Volatile Random Access Memory (NVRAM).
In this embodiment, a configuration option structure body of a target function is constructed in advance in a BIOS source code, and the configuration option structure body is stored in a non-volatile random access memory NVRAM, so that data is prevented from being lost easily, and when a user changes a main configuration option of the target function, a response can be made quickly to prompt the user to enable other BIOS configuration options of the function that need to be changed at the same time, so that the user can change the BIOS configuration options of the function comprehensively, thereby using the function correctly, and improving user experience.
Fig. 6 is a flowchart illustrating a method for configuring configuration options of a BIOS according to another embodiment of the present invention, where in fig. 6, step S105 includes:
and S105, 105a, receiving a modification request of the user for other configuration options.
And S105b, configuring other configuration options according to the modification request of other configuration options, and enabling the target function after the configuration of all the configuration options of the target function is completed.
And after the user saves the change, the server/computer configures the other configuration options according to the modification request of the other configuration options input by the user, and the target function is enabled after the configuration of all the configuration options of the target function is completed.
In this embodiment, by prompting the user to enable the configuration option that needs to be modified in the target function, the user modifies the corresponding configuration option to complete the configuration of the corresponding configuration option, so that the BIOS configuration option that the user enables the function is changed comprehensively, and the function is used correctly.
Fig. 7 is a schematic structural diagram of an apparatus for configuring configuration options of a BIOS according to the present invention, and as shown in fig. 7, the apparatus for configuring configuration options of a BIOS includes:
a first display module 71, configured to display a modification interface of a target function, where the modification interface includes at least one main configuration option of the target function;
a receiving module 72, configured to receive a modification request of a target main configuration option of a target function from a user;
a modification module 73 for modifying the target primary configuration option according to the modification request;
a second display module 74, configured to display, according to a preset configuration option structure of the target function, other configuration options of the target function except the target main configuration option, where the configuration option structure includes all configuration options of the target function;
and a configuration module 75, configured to configure other configuration options according to a user operation.
Optionally, some or all of the main configuration options of the target function in the first display module 71 have sub-configuration options.
Optionally, the second display module 74 is specifically configured to:
and popping up a modification dialog box on the current interface, wherein the modification dialog box comprises other configuration options of the target function except the target main configuration option.
Fig. 8 is a schematic structural diagram of another apparatus for configuring configuration options of a BIOS according to the present invention, and as shown in fig. 7, the apparatus for configuring configuration options of a BIOS further includes: a building block 70;
a building module 70, configured to build a configuration option structure of a target function through the BIOS source code;
the configuration option structure is saved to non-volatile random access memory NVRAM.
Optionally, the configuration module 75 is specifically configured to:
receiving a modification request of a user for other configuration options;
and configuring other configuration options according to the modification requests of the other configuration options, and enabling the target function after the configuration of all the configuration options of the target function is completed.
The apparatus of the foregoing embodiment may be configured to implement the technical solution of the foregoing method embodiment, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 9 is a schematic structural diagram of an apparatus for configuring configuration options of a BIOS according to the present invention, and as shown in fig. 9, the apparatus for configuring configuration options of a BIOS includes: a memory 90, a processor 91;
a memory 90, a memory for storing instructions executable by the processor 91;
a processor 91 for implementing the method according to any of the embodiments described above when the computer program is executed.
Fig. 10 is a schematic structural diagram of a device for configuring configuration options of a BIOS according to the present invention, as shown in fig. 10, the device may be a server or a computer, and the device 800 may include one or more of the following components: a processing component 802, a memory 804, a power component 806, a multimedia component 808, an audio component 810, an input/output (I/O) interface 812, a sensor component 814, and a communication component 816.
The processing component 802 generally controls the overall operation of the device 800. The processing components 802 may include one or more processors 820 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 802 can include one or more modules that facilitate interaction between the processing component 802 and other components. For example, the processing component 802 can include a multimedia module to facilitate interaction between the multimedia component 808 and the processing component 802.
The memory 804 is configured to store various types of data to support operations at the apparatus 800. Examples of such data include instructions for any application or method operating on the device 800. The memory 804 may be implemented by any type or combination of volatile or non-volatile memory devices 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 or optical disks.
Power components 806 provide power to the various components of device 800. The power components 806 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the apparatus 800.
The multimedia component 808 includes a screen that provides an output interface between the device 800 and the user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 808 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 800 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 810 is configured to output and/or input audio signals. For example, the audio component 810 includes a Microphone (MIC) configured to receive external audio signals when the apparatus 800 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 804 or transmitted via the communication component 816. In some embodiments, audio component 810 also includes a speaker for outputting audio signals.
The I/O interface 812 provides an interface between the processing component 802 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 814 includes one or more sensors for providing various aspects of state assessment for the device 800. For example, the sensor assembly 814 may detect the open/closed status of the device 800, the relative positioning of the components, such as a display and keypad of the device 800, the sensor assembly 814 may also detect a change in the position of the device 800 or a component of the device 800, the presence or absence of user contact with the device 800, the orientation or acceleration/deceleration of the device 800, and a change in the temperature of the device 800. Sensor assembly 814 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 814 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 816 is configured to facilitate communications between the apparatus 800 and other devices in a wired or wireless manner. The device 800 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 816 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, communications component 816 further includes a Near Field Communications (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 800 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 804 comprising instructions, executable by the processor 820 of the device 800 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A method for configuring configuration options of a BIOS, comprising:
displaying a modification interface of a target function, wherein the modification interface comprises at least one main configuration option of the target function;
receiving a modification request of a user for a target main configuration option of the target function;
modifying the target main configuration option according to the modification request;
displaying other configuration options of the target function except the target main configuration option according to a preset configuration option structure of the target function, wherein the configuration option structure comprises all configuration options of the target function;
and configuring the other configuration options.
2. The method of claim 1, wherein some or all of the main configuration options of the target function have a sub-configuration option.
3. The method of claim 1, wherein the displaying the other configuration options of the target function than the target master configuration option comprises:
and popping up a modification dialog box on the current interface, wherein the modification dialog box comprises other configuration options of the target function except the target main configuration option.
4. The method according to any one of claims 1-3, further comprising:
constructing a configuration option structure body of the target function through the BIOS source code;
saving the configuration option structure body to a non-volatile random access memory (NVRAM).
5. The method of any of claims 1-3, wherein configuring the other configuration options comprises:
receiving a modification request of the other configuration options from a user;
and configuring the other configuration options according to the modification requests of the other configuration options, and enabling the target function after the configuration of all the configuration options of the target function is completed.
6. An apparatus to configure configuration options of a BIOS, comprising:
the system comprises a first display module, a second display module and a display module, wherein the first display module is used for displaying a modification interface of a target function, and the modification interface comprises at least one main configuration option of the target function;
the receiving module is used for receiving a modification request of a user for a target main configuration option of the target function;
a modification module for modifying the target master configuration option according to the modification request;
the second display module is used for displaying other configuration options of the target function except the target main configuration option according to a preset configuration option structure of the target function, wherein the configuration option structure comprises all configuration options of the target function;
and the configuration module is used for configuring the other configuration options.
7. The apparatus of claim 6, wherein some or all of the main configuration options of the target function in the first display module have a sub-configuration option.
8. The apparatus of claim 6, wherein the second display module is specifically configured to:
and popping up a modification dialog box on the current interface, wherein the modification dialog box comprises other configuration options of the target function except the target main configuration option.
9. The apparatus of any of claims 6-8, further comprising: building a module;
the construction module is used for constructing a configuration option structure body of the target function through the BIOS source code;
saving the configuration option structure body to a non-volatile random access memory (NVRAM).
10. The apparatus according to any one of claims 6 to 8, wherein the configuration module is specifically configured to:
receiving a modification request of the other configuration options from a user;
and configuring the other configuration options according to the modification requests of the other configuration options, and enabling the target function after the configuration of all the configuration options of the target function is completed.
CN201911146740.5A 2019-11-21 2019-11-21 Method and device for configuring configuration options of BIOS Pending CN110851057A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911146740.5A CN110851057A (en) 2019-11-21 2019-11-21 Method and device for configuring configuration options of BIOS

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911146740.5A CN110851057A (en) 2019-11-21 2019-11-21 Method and device for configuring configuration options of BIOS

Publications (1)

Publication Number Publication Date
CN110851057A true CN110851057A (en) 2020-02-28

Family

ID=69603013

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911146740.5A Pending CN110851057A (en) 2019-11-21 2019-11-21 Method and device for configuring configuration options of BIOS

Country Status (1)

Country Link
CN (1) CN110851057A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127883A (en) * 2021-04-26 2021-07-16 山东英信计算机技术有限公司 Locking method, device, equipment and medium for platform firmware protection recovery
CN113986361A (en) * 2021-10-21 2022-01-28 山东云海国创云计算装备产业创新中心有限公司 Out-of-band setting method, system and related device of BIOS option
TWI758038B (en) * 2020-12-28 2022-03-11 神雲科技股份有限公司 Method for generating bios setup menu
CN114764345A (en) * 2021-01-11 2022-07-19 昆达电脑科技(昆山)有限公司 Method for generating BIOS setting menu

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104951325A (en) * 2014-03-28 2015-09-30 联想(北京)有限公司 Information display method and electronic equipment
CN108052350A (en) * 2017-12-28 2018-05-18 合肥联宝信息技术有限公司 A kind of method and apparatus of automatic setting BIOS
CN108733403A (en) * 2018-05-21 2018-11-02 紫光华山信息技术有限公司 A kind of BIOS setting methods and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104951325A (en) * 2014-03-28 2015-09-30 联想(北京)有限公司 Information display method and electronic equipment
CN108052350A (en) * 2017-12-28 2018-05-18 合肥联宝信息技术有限公司 A kind of method and apparatus of automatic setting BIOS
CN108733403A (en) * 2018-05-21 2018-11-02 紫光华山信息技术有限公司 A kind of BIOS setting methods and device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI758038B (en) * 2020-12-28 2022-03-11 神雲科技股份有限公司 Method for generating bios setup menu
CN114764345A (en) * 2021-01-11 2022-07-19 昆达电脑科技(昆山)有限公司 Method for generating BIOS setting menu
CN114764345B (en) * 2021-01-11 2024-02-06 昆达电脑科技(昆山)有限公司 Method for generating setting menu of basic input/output system
CN113127883A (en) * 2021-04-26 2021-07-16 山东英信计算机技术有限公司 Locking method, device, equipment and medium for platform firmware protection recovery
CN113127883B (en) * 2021-04-26 2022-05-24 山东英信计算机技术有限公司 Locking method, device, equipment and medium for platform firmware protection recovery
CN113986361A (en) * 2021-10-21 2022-01-28 山东云海国创云计算装备产业创新中心有限公司 Out-of-band setting method, system and related device of BIOS option
CN113986361B (en) * 2021-10-21 2024-02-09 山东云海国创云计算装备产业创新中心有限公司 Out-of-band setting method, system and related device for BIOS options

Similar Documents

Publication Publication Date Title
US11127398B2 (en) Method for voice controlling, terminal device, cloud server and system
US9886264B2 (en) Method and device for upgrading firmware
CN110851057A (en) Method and device for configuring configuration options of BIOS
JP6254751B2 (en) Communication module firmware, plug-in generation method, apparatus, program, and recording medium
JP6189000B2 (en) Application installation package processing method, apparatus, program, and recording medium
US11416112B2 (en) Method and device for displaying an application interface
US20170060599A1 (en) Method and apparatus for awakening electronic device
US20150333971A1 (en) Method and device for managing processes of application program
US20190235745A1 (en) Method and device for displaying descriptive information
CN109669730B (en) Process keep-alive method, device, electronic equipment and medium
CN106528735B (en) Method and device for controlling browser to play media resources
RU2644557C1 (en) Method and device for installing alarm clock
US20170293494A1 (en) Method and device for starting application interface
CN106775624B (en) Method and device for determining application display sequence
US11397596B2 (en) Method and device for controlling pop-up window, electronic device, and storage medium
US11221734B2 (en) Punch-hole screen display method and apparatus
CN106201738B (en) System broadcast calling method and device
CN109521923B (en) Floating window control method and device and storage medium
CN107632835B (en) Application installation method and device
US10812465B2 (en) Method for logging into account on mobile device, mobile device, and non-transitory computer readable storage medium
CN107360315B (en) Information display method and device
CN111813426A (en) Fingerprint data processing method and device
US11789750B2 (en) Data processing method, apparatus, and medium
CN112887479B (en) Video playing method and device, electronic equipment and storage medium
CN112068975B (en) Information processing method and device

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200228

RJ01 Rejection of invention patent application after publication