WO2020001065A1 - 一种bios中更改系统能效模式的方法、系统及服务器 - Google Patents
一种bios中更改系统能效模式的方法、系统及服务器 Download PDFInfo
- Publication number
- WO2020001065A1 WO2020001065A1 PCT/CN2019/077413 CN2019077413W WO2020001065A1 WO 2020001065 A1 WO2020001065 A1 WO 2020001065A1 CN 2019077413 W CN2019077413 W CN 2019077413W WO 2020001065 A1 WO2020001065 A1 WO 2020001065A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- energy efficiency
- bios
- efficiency mode
- system energy
- relationship table
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
Definitions
- the present application relates to the field of system energy efficiency management, and in particular, to a method, a system, a server, and a computer-readable storage medium for changing a system energy efficiency mode in a BIOS.
- the system's system energy efficiency mode works at full frequency of the CPU, the screen brightness is maximized, and the computer hardware fully exerts its performance to keep the computer in the best state, but the power consumption is the largest; the energy-saving mode will reduce the energy consumption by reducing the performance of the CPU, and When the user is not in operation, it enters sleep mode instead of just turning off the screen.
- balanced mode the performance and power consumption of each computer's hardware are in a relatively intermediate state.
- the BIOS is a basic part of the server and the computer. During product development and subsequent maintenance, the BIOS version may change frequently. Therefore, the BIOS needs to be tested. However, because the system's system energy efficiency mode cannot be set under the BIOS, This makes it necessary to change the system energy efficiency mode when testing the BIOS, and then enter the operating system to set it up, and then restart and test the BIOS again. trouble.
- the purpose of this application is to provide a method, a system, a server, and a computer-readable storage medium for changing the system energy efficiency mode in the BIOS, so as to implement changing the system energy efficiency mode in the BIOS.
- this application provides a method for changing a system energy efficiency mode in a BIOS.
- the method includes:
- Optional also includes:
- the pre-made relationship table modification command is executed to modify the content in the pre-made relationship table.
- the method further includes:
- the energy efficiency parameter includes at least one of a C1E function status parameter, an EIST function status parameter, a Turbo boost status parameter, and a Monitor / Mwait instruction status parameter.
- the present application also provides a system for changing a system energy efficiency mode in a BIOS.
- the system includes:
- a selection module for selecting a system energy efficiency mode according to an input selection instruction
- An obtaining module configured to obtain a set value corresponding to the energy efficiency mode of the system according to a prefabricated relationship table; wherein the prefabricated relationship table stores a correspondence relationship between each of the system energy efficiency modes and the set value of each energy efficiency parameter;
- the first modification module is configured to modify the value of each of the energy efficiency parameters in the BIOS according to the set value.
- Optional also includes:
- a second modification module is configured to execute the pre-made relationship table modification command when the pre-made relationship table modification command is received, and modify the content in the pre-made relationship table.
- Optional also includes:
- the output module is used to output the prompt message that the system energy efficiency mode is changed.
- This application also provides a server for changing the system energy efficiency mode in the BIOS.
- the server for changing the system energy efficiency mode in the BIOS includes:
- a processor configured to implement the steps of the method for changing a system energy efficiency mode in the BIOS according to any one of the foregoing when executing the computer program.
- the present application also provides a computer-readable storage medium on which a computer program is stored.
- the computer program is executed by a processor, the method for changing a system energy efficiency mode in the BIOS according to any one of the foregoing is implemented. A step of.
- the method for changing the system energy efficiency mode in the BIOS includes: selecting a system energy efficiency mode according to an input selection instruction; obtaining a set value corresponding to the system energy efficiency mode according to a pre-made relationship table; wherein the pre-made relationship table stores the energy efficiency of each system. Correspondence between the mode and the set value of each energy efficiency parameter; modify the value of each energy efficiency parameter in the BIOS according to the set value.
- the technical solution provided in the present application adopts a pre-made relation table in which the correspondence relationship between the energy efficiency modes of each system and the set value of each energy efficiency parameter is set.
- the corresponding settings of the system energy efficiency mode are obtained according to the pre-made relation table.
- the present application also provides a system, a server, and a computer-readable storage medium for changing the system energy efficiency mode in the BIOS, which has the above-mentioned beneficial effects, and details are not described herein again.
- FIG. 1 is a flowchart of a method for changing a system energy efficiency mode in a BIOS according to an embodiment of the present application
- FIG. 2 is a structural diagram of a system for changing a system energy efficiency mode in a BIOS according to an embodiment of the present application
- FIG. 3 is a structural diagram of a system for changing a system energy efficiency mode in another BIOS provided by an embodiment of the present application;
- FIG. 4 is a structural diagram of a system for changing a system energy efficiency mode in a BIOS according to an embodiment of the present application.
- the core of the present application is to provide a method, a system, a server, and a computer-readable storage medium for changing the system energy efficiency mode in the BIOS, so as to implement changing the system energy efficiency mode in the BIOS.
- this application provides a method for changing the system energy efficiency mode in the BIOS, which is used to implement changing the system energy efficiency mode in the BIOS.
- FIG. 1 is a flowchart of a method for changing a system energy efficiency mode in a BIOS according to an embodiment of the present application.
- this application sets a pre-made relationship table that stores the correspondence between the energy efficiency modes of each system and the set values of various energy efficiency parameters.
- the pre-made relationship table can be set by the user or can be set by the user.
- the setting is performed by a BIOS engineer, and the specific implementation manner and setting process of the prefabricated relationship table are not specifically limited in this application, as long as the effect of storing the correspondence relationship between the energy efficiency modes of each system and the setting values of the energy efficiency parameters can be achieved;
- the pre-made relationship table mentioned here stores the correspondence between the energy efficiency modes of each system and the set values of various energy efficiency parameters.
- the energy efficiency parameters can include various parameters provided in the BIOS that can affect the operating frequency, performance or energy consumption of the CPU , Including, but not limited to, at least one of C1E function status parameters, EIST function status parameters, Turbo status parameters, Monitor / Mwait instruction status parameters;
- the set value corresponding to the high performance energy efficiency mode obtained according to the pre-made relation table may specifically be:
- Package C state is set to C0
- ENERGY_PERF_BIAS_CFG mode is set to Performance
- PL1 Time Window is set to 56
- PL2 Time Window is set to 56
- the set value corresponding to the energy saving energy efficiency mode obtained according to the pre-made relationship table may specifically be:
- ENERGY_PERF_BIAS_CFG mode is set to Power
- PL2 Time Window is set to 1
- the modification command of the pre-made relation table is received, the modification command of the pre-made relation table is executed to modify the content in the pre-made relation table, so that the user can set a personalized system energy efficiency mode according to his own needs;
- the following steps may also be performed:
- a method for changing a system energy efficiency mode provided in the BIOS provided by the present application, by setting a pre-made relationship table storing a correspondence relationship between each system energy efficiency mode and each energy efficiency parameter setting value, when a selection is received,
- the instruction is obtained, the corresponding setting value of the system energy efficiency mode is obtained according to the pre-made relationship table, and then the value of each energy efficiency parameter in the BIOS is modified according to the setting value, and the setting of the system energy efficiency mode is completed;
- the user can directly input the selection instruction to Change the system energy efficiency mode in the BIOS, which makes it impossible to enter the operating system to set up the test items that need to change the system energy efficiency mode when testing the BIOS. This avoids the need to restart the system in the prior art.
- the trouble of testing the BIOS provides great convenience for the BIOS test.
- FIG. 2 is a structural diagram of a system for changing a system energy efficiency mode in a BIOS according to an embodiment of the present application.
- the system can include:
- the obtaining module 200 is configured to obtain a set value corresponding to a system energy efficiency mode according to a prefabricated relationship table.
- the prefabricated relationship table stores a correspondence relationship between each system energy efficiency mode and each energy efficiency parameter setting value.
- the first modification module 300 is configured to modify the values of the energy efficiency parameters in the BIOS according to the set values.
- FIG. 3 is a structural diagram of a system for changing a system energy efficiency mode in another BIOS provided by an embodiment of the present application.
- the system can also include:
- the second modification module is configured to execute a pre-made relation table modification command to modify the content in the pre-made relation table when a pre-made relation table modification command is received.
- the system can also include:
- the output module is used to output the prompt message that the system energy efficiency mode is changed.
- the selection module selects the system energy efficiency mode according to the input selection instruction; the acquisition module obtains the set values corresponding to the system energy efficiency mode according to the pre-made relation table; the first modification module modifies the values of the energy efficiency parameters in the BIOS according to the set values; the output module outputs A message indicating that the system energy efficiency mode is changed.
- the second modification module executes the pre-made relation table modification command to modify the content in the pre-made relation table.
- FIG. 4 is a structural diagram of a system for changing a system energy efficiency mode in a BIOS provided by an embodiment of the present application.
- the system energy efficiency mode change server 400 may have a large difference due to different configurations or performance, and may include one or more processors (central processing units) (CPU) 422 (for example, one or more processors) and memory 432.
- processors central processing units
- storage media 430 for example, one or more storage devices
- the program stored in the storage medium 430 may include one or more modules (not shown in the figure), and each module may include a series of instruction operations on the device.
- the central processing unit 422 may be configured to communicate with the storage medium 430, and perform a series of instruction operations in the storage medium 430 on the server 400 that changes the system energy efficiency mode in the BIOS.
- the system energy efficiency mode change server in the BIOS 400 may further include one or more power sources 426, one or more wired or wireless network interfaces 450, one or more input / output interfaces 458, and / or, one or more operating systems 441, For example, Windows ServerTM, Mac OSXTM, UnixTM, LinuxTM, FreeBSDTM and so on.
- the disclosed systems, servers, and methods may be implemented in other ways.
- the server embodiments described above are only schematic.
- the division of modules is only a logical function division.
- multiple modules or components may be combined or integrated.
- the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or modules, and may be electrical, mechanical or other forms.
- Modules described as separate components may or may not be physically separated, and components displayed as modules may or may not be physical modules, which may be located in one place, or may be distributed on multiple network modules. Some or all of the modules may be selected according to actual needs to achieve the objective of the solution of this embodiment.
- each functional module in each embodiment of the present application may be integrated into one processing module, or each module may exist separately physically, or two or more modules may be integrated into one module.
- the above integrated modules can be implemented in the form of hardware or software functional modules.
- the technical solution of the present application is essentially a part that contributes to the existing technology or all or part of the technical solution can be embodied in the form of a software product, which is stored in a storage medium , Including a plurality of instructions for causing a computer device (which may be a personal computer, a function calling device, or a network device, etc.) to perform all or part of the steps of the methods in the embodiments of the present application.
- the foregoing storage media include: U disks, mobile hard disks, read-only memories (ROMs), random access memories (RAMs), magnetic disks or compact discs and other media that can store program codes .
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
一种BIOS中更改系统能效模式的方法、系统、服务器及计算机可读存储介质,该方法包括:根据输入的选择指令选择系统能效模式;根据预制关系表获取系统能效模式对应的设定值;依据设定值对BIOS中各能效参数的值进行修改。本申请所提供的技术方案,使得用户可直接输入选择指令便能够在BIOS中更改系统能效模式,这使得在对BIOS进行测试时,若遇到需要更改系统能效模式的测试项目,不需要进入到操作系统下便可进行设置,避免了现有技术中需要重启后才能对BIOS进行测试的麻烦,为BIOS测试工作的进行提供了极大的便利。
Description
本申请要求于2018年6月29日提交中国专利局、申请号为201810700216.7、申请名称为“一种BIOS中更改系统能效模式的方法、系统及服务器”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
本申请涉及系统能效管理领域,特别涉及一种BIOS中更改系统能效模式的方法、系统、服务器及计算机可读存储介质。
在操作系统下,可以进入电源选项,设定系统的系统能效模式为高性能模式、平衡模式或是节能模式。其中高性能模式时CPU全频工作,屏幕亮度最大化,计算机各硬件充分发挥各自性能,使电脑保持最佳状态,但耗电量最大;节能模式会通过降低CPU的性能来降低能耗,并且在用户无操作时进入睡眠模式而不是仅仅的关闭屏幕,平衡模式时计算机各硬件的性能及耗电量处于较为中间的状态。
BIOS是服务器与电脑的基本组成部分,在产品的开发和后续维护过程中,BIOS版本的变更可能会很频繁,所以需对BIOS进行测试,然而,由于在BIOS下无法设置系统的系统能效模式,这使得在对BIOS进行测试时,若遇到需要更改系统能效模式的测试项目,则需要进入到操作系统下进行设置,然后重启再对BIOS进行测试,为BIOS测试工作的进行造成了极大的麻烦。
因此,如何实现在BIOS中更改系统能效模式是本领域技术人员目前需要解决的技术问题。
申请内容
本申请的目的是提供一种BIOS中更改系统能效模式的方法、系统、服务器及计算机可读存储介质,用于实现在BIOS中更改系统能效模式。
为解决上述技术问题,本申请提供一种BIOS中更改系统能效模式的方法,该方法包括:
根据输入的选择指令选择系统能效模式;
根据预制关系表获取所述系统能效模式对应的设定值;其中,所述预制关系表中存有各所述系统能效模式与各能效参数的设定值的对应关系;
依据所述设定值对BIOS中各所述能效参数的值进行修改。
可选的,还包括:
当接收到预制关系表修改命令时,执行所述预制关系表修改命令,对所述预制关系表中的内容进行修改。
可选的,在依据所述设定值对BIOS中各所述能效参数的值进行修改之后,还包括:
输出系统能效模式更改完毕的提示信息。
可选的,所述能效参数包括C1E功能状态参数、EIST功能状态参数、Turbo boost状态参数、Monitor/Mwait指令状态参数中的至少一项。
本申请还提供一种BIOS中更改系统能效模式的系统,该系统包括:
选择模块,用于根据输入的选择指令选择系统能效模式;
获取模块,用于根据预制关系表获取所述系统能效模式对应的设定值;其中,所述预制关系表中存有各所述系统能效模式与各能效参数的设定值的对应关系;
第一修改模块,用于依据所述设定值对BIOS中各所述能效参数的值进行修改。
可选的,还包括:
第二修改模块,用于当接收到预制关系表修改命令时,执行所述预制关系表修改命令,对所述预制关系表中的内容进行修改。
可选的,还包括:
输出模块,用于输出系统能效模式更改完毕的提示信息。
本申请还提供一种BIOS中更改系统能效模式服务器,该BIOS中更改系统能效模式服务器包括:
存储器,用于存储计算机程序;
处理器,用于执行所述计算机程序时实现如上述任一项所述BIOS中更改系统能效模式的方法的步骤。
本申请还提供一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如上述任一项所述BIOS中更改系统能效模式的方法的步骤。
本申请所提供BIOS中更改系统能效模式的方法,包括:根据输入的选择指令选择系统能效模式;根据预制关系表获取系统能效模式对应的设定值;其中,预制关系表中存有各系统能效模式与各能效参数的设定值的对应关系;依据设定值对BIOS中各能效参数的值进行修改。
本申请所提供的技术方案,通过设置了存有各系统能效模式与各能效参数的设定值的对应关系的预制关系表,当接收到选择指令时根据预制关系表获取系统能效模式对应的设定值,再依据设定值对BIOS中各能效参数的值进行修改便完成了对系统能效模式的设置;用户可直接输入选择指令便能够在BIOS中更改系统能效模式,这使得在对BIOS进行测试时,若遇到需要更改系统能效模式的测试项目,不需要进入到操作系统下便可进行设置,避免了现有技术中需要重启后才能对BIOS进行测试的麻烦,为BIOS测试工作的进行提供了极大的便利。本申请同时还提供了一种BIOS中更改系统能效模式的系统、服务器及计算机可读存储介质,具有上述有益效果,在此不再赘述。
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。
图1为本申请实施例所提供的一种BIOS中更改系统能效模式的方法的流程图;
图2为本申请实施例所提供的一种BIOS中更改系统能效模式的系统的结构图;
图3为本申请实施例所提供的另一种BIOS中更改系统能效模式的系统的结构图;
图4为本申请实施例所提供的一种BIOS中更改系统能效模式服务器的结构图。
本申请的核心是提供一种BIOS中更改系统能效模式的方法、系统、服务器及计算机可读存储介质,用于实现在BIOS中更改系统能效模式。
为使本申请实施例的目的、技术方案和优点更加清楚,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
由于在BIOS下无法设置系统的系统能效模式,这使得在对BIOS进行测试时,若遇到需要更改系统能效模式的测试项目,则需要进入到操作系统下进行设置,然后重启再对BIOS进行测试,为BIOS测试工作的进行造成了极大的麻烦,基于此,本申请提供了一种BIOS中更改系统能效模式的方法,用于实现在BIOS中更改系统能效模式。
请参考图1,图1为本申请实施例所提供的一种BIOS中更改系统能效模式的方法的流程图。
其具体包括如下步骤:
S101:根据输入的选择指令选择系统能效模式;
由于在BIOS下无法设置系统的系统能效模式,本申请设置了存有各系统能效模式与各能效参数的设定值的对应关系的预制关系表,该预制关系表可以有用户自行设置,也可以由BIOS工程师进行设置,本申请对预制关系表的具体实现方式及设置过程不做具体限定,只要能达到存有各系统能效模式与各能效参数的设定值的对应关系的效果即可;
这里提到的系统能效模式可以有多种,除常见的如高性能效能模式、平衡模式或节能模式外,还可以有针对某项性能而改动的专有性能模式, 方便用户以控制变量法的方式对BIOS进行测试,得到的测试结果更为准确。
S102:根据预制关系表获取系统能效模式对应的设定值;
这里提到的预制关系表中存有各系统能效模式与各能效参数的设定值的对应关系,该能效参数可以包括BIOS中提供的各种能够影响CPU的工作频率、性能或能耗的参数,如包括但不限于C1E功能状态参数、EIST功能状态参数、Turbo boost状态参数、Monitor/Mwait指令状态参数中的至少一项;
例如,当执行选择指令选择系统能效模式为高性能能效模式时,根据预制关系表获取到该高性能能效模式对应的设定值具体可以为:
C1E功能关闭
Turbo boost技术打开
Monitor/Mwait指令关闭
Package C state设定为C0
CPU C6 report关闭
Autonomous Core C-State关闭
ENERGY_PERF_BIAS_CFG mode设定为Performance
Workload Configuration设定为I/O Sensitive
PL1 Time Window设定为56
PL2 Time Window设定为56
当执行选择指令选择系统能效模式为节能能效模式时,根据预制关系表获取到该节能能效模式对应的设定值具体可以为:
C1E功能打开
Turbo boost技术关闭
Monitor/Mwait指令打开
Package C state设定为C6
CPU C6 report打开
Autonomous Core C-State打开
ENERGY_PERF_BIAS_CFG mode设定为Power
Workload Configuration设定为Balanced
PL1 Time Window设定为1
PL2 Time Window设定为1
优选的,当接收到预制关系表修改命令时,执行预制关系表修改命令,对预制关系表中的内容进行修改,以使用户能够根据自身需求设定个性化的系统能效模式;
S103:依据设定值对BIOS中各能效参数的值进行修改。
优选的,在依据设定值对BIOS中各能效参数的值进行修改之后,还可以进行如下步骤:
输出系统能效模式更改完毕的提示信息。
当修改完BIOS中各能效参数的值后,输出输出系统能效模式更改完毕的提示信息,以使用户继续进行测试工作。
基于上述技术方案,本申请所提供的一种BIOS中更改系统能效模式的方法,通过设置了存有各系统能效模式与各能效参数的设定值的对应关系的预制关系表,当接收到选择指令时根据预制关系表获取系统能效模式对应的设定值,再依据设定值对BIOS中各能效参数的值进行修改便完成了对系统能效模式的设置;用户可直接输入选择指令便能够在BIOS中更改系统能效模式,这使得在对BIOS进行测试时,若遇到需要更改系统能效模式的测试项目,不需要进入到操作系统下便可进行设置,避免了现有技术中需要重启后才能对BIOS进行测试的麻烦,为BIOS测试工作的进行提供了极大的便利。
请参考图2,图2为本申请实施例所提供的一种BIOS中更改系统能效模式的系统的结构图。
该系统可以包括:
选择模块100,用于根据输入的选择指令选择系统能效模式;
获取模块200,用于根据预制关系表获取系统能效模式对应的设定值;其中,预制关系表中存有各系统能效模式与各能效参数的设定值的对应关系;
第一修改模块300,用于依据设定值对BIOS中各能效参数的值进行修改。
请参考图3,图3为本申请实施例所提供的另一种BIOS中更改系统能效模式的系统的结构图。
该系统还可以包括:
第二修改模块,用于当接收到预制关系表修改命令时,执行预制关系表修改命令,对预制关系表中的内容进行修改。
该系统还可以包括:
输出模块,用于输出系统能效模式更改完毕的提示信息。
以上系统中的各个组成部分可实际应用于以下的实施例中:
选择模块根据输入的选择指令选择系统能效模式;获取模块根据预制关系表获取系统能效模式对应的设定值;第一修改模块依据设定值对BIOS中各能效参数的值进行修改;输出模块输出系统能效模式更改完毕的提示信息。
当接收到预制关系表修改命令时,第二修改模块执行预制关系表修改命令,对预制关系表中的内容进行修改。
请参考图4,图4为本申请实施例所提供的一种BIOS中更改系统能效模式服务器的结构图。
该BIOS中更改系统能效模式服务器400可因配置或性能不同而产生比较大的差异,可以包括一个或一个以上处理器(central processing units,CPU)422(例如,一个或一个以上处理器)和存储器432,一个或一个以上存储应用程序442或数据444的存储介质430(例如一个或一个以上海量存储设备)。其中,存储器432和存储介质430可以是短暂存储或持久存储。存储在存储介质430的程序可以包括一个或一个以上模块(图示没标出),每个模块可以包括对装置中的一系列指令操作。更进一步地,中央处理器422可以设置为与存储介质430通信,在BIOS中更改系统能效模式服务器400上执行存储介质430中的一系列指令操作。
BIOS中更改系统能效模式服务器400还可以包括一个或一个以上电源 426,一个或一个以上有线或无线网络接口450,一个或一个以上输入输出接口458,和/或,一个或一个以上操作系统441,例如Windows ServerTM,Mac OS XTM,UnixTM,LinuxTM,FreeBSDTM等等。
上述图1所描述的BIOS中更改系统能效模式的方法中的步骤由BIOS中更改系统能效模式服务器基于该图4所示的结构实现。
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统,服务器和模块的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的系统、服务器和方法,可以通过其它的方式实现。例如,以上所描述的服务器实施例仅仅是示意性的,例如,模块的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个模块或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或模块的间接耦合或通信连接,可以是电性,机械或其它的形式。
作为分离部件说明的模块可以是或者也可以不是物理上分开的,作为模块显示的部件可以是或者也可以不是物理模块,即可以位于一个地方,或者也可以分布到多个网络模块上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。
另外,在本申请各个实施例中的各功能模块可以集成在一个处理模块中,也可以是各个模块单独物理存在,也可以两个或两个以上模块集成在一个模块中。上述集成的模块既可以采用硬件的形式实现,也可以采用软件功能模块的形式实现。
集成的模块如果以软件功能模块的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,功能调用装置,或者网络设备等)执行本申请各个实施例方法的全 部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、磁碟或者光盘等各种可以存储程序代码的介质。
以上对本申请所提供的一种BIOS中更改系统能效模式的方法、系统、服务器及计算机可读存储介质进行了详细介绍。本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想。应当指出,对于本技术领域的普通技术人员来说,在不脱离本申请原理的前提下,还可以对本申请进行若干改进和修饰,这些改进和修饰也落入本申请权利要求的保护范围内。
还需要说明的是,在本说明书中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括要素的过程、方法、物品或者设备中还存在另外的相同要素。
Claims (9)
- 一种BIOS中更改系统能效模式的方法,其特征在于,包括:根据输入的选择指令选择系统能效模式;根据预制关系表获取所述系统能效模式对应的设定值;其中,所述预制关系表中存有各所述系统能效模式与各能效参数的设定值的对应关系;依据所述设定值对BIOS中各所述能效参数的值进行修改。
- 根据权利要求1所述的方法,其特征在于,还包括:当接收到预制关系表修改命令时,执行所述预制关系表修改命令,对所述预制关系表中的内容进行修改。
- 根据权利要求1所述的方法,其特征在于,在依据所述设定值对BIOS中各所述能效参数的值进行修改之后,还包括:输出系统能效模式更改完毕的提示信息。
- 根据权利要求1所述的方法,其特征在于,所述能效参数包括C1E功能状态参数、EIST功能状态参数、Turbo boost状态参数、Monitor/Mwait指令状态参数中的至少一项。
- 一种BIOS中更改系统能效模式的系统,其特征在于,包括:选择模块,用于根据输入的选择指令选择系统能效模式;获取模块,用于根据预制关系表获取所述系统能效模式对应的设定值;其中,所述预制关系表中存有各所述系统能效模式与各能效参数的设定值的对应关系;第一修改模块,用于依据所述设定值对BIOS中各所述能效参数的值进行修改。
- 根据权利要求5所述的系统,其特征在于,还包括:第二修改模块,用于当接收到预制关系表修改命令时,执行所述预制关系表修改命令,对所述预制关系表中的内容进行修改。
- 根据权利要求5所述的系统,其特征在于,还包括:输出模块,用于输出系统能效模式更改完毕的提示信息。
- 一种BIOS中更改系统能效模式服务器,其特征在于,包括:存储器,用于存储计算机程序;处理器,用于执行所述计算机程序时实现如权利要求1至4任一项所述BIOS中更改系统能效模式的方法的步骤。
- 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如权利要求1至4任一项所述BIOS中更改系统能效模式的方法的步骤。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810700216.7A CN108920198B (zh) | 2018-06-29 | 2018-06-29 | 一种bios中更改系统能效模式的方法、系统及服务器 |
CN201810700216.7 | 2018-06-29 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020001065A1 true WO2020001065A1 (zh) | 2020-01-02 |
Family
ID=64424218
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/077413 WO2020001065A1 (zh) | 2018-06-29 | 2019-03-08 | 一种bios中更改系统能效模式的方法、系统及服务器 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN108920198B (zh) |
WO (1) | WO2020001065A1 (zh) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108920198B (zh) * | 2018-06-29 | 2020-08-21 | 苏州浪潮智能科技有限公司 | 一种bios中更改系统能效模式的方法、系统及服务器 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6480964B1 (en) * | 1998-08-20 | 2002-11-12 | Samsung Electronics Co., Ltd. | User interface power management control technique for a computer system |
CN1707398A (zh) * | 2004-06-09 | 2005-12-14 | 宏碁股份有限公司 | 电脑系统的电源管理系统及方法 |
CN102749983A (zh) * | 2011-04-21 | 2012-10-24 | 宏碁股份有限公司 | 携带型电子装置的电源管理系统及方法 |
CN107092493A (zh) * | 2017-05-26 | 2017-08-25 | 郑州云海信息技术有限公司 | 一种调整服务器系统性能与功耗的bios选项的系统及方法 |
CN108920198A (zh) * | 2018-06-29 | 2018-11-30 | 郑州云海信息技术有限公司 | 一种bios中更改系统能效模式的方法、系统及服务器 |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TWI283367B (en) * | 2005-03-15 | 2007-07-01 | Uli Electronics Inc | Method for transmitting a power-saving command between computer system and system chips |
CN101359298A (zh) * | 2008-09-26 | 2009-02-04 | 华硕电脑股份有限公司 | 清除具有基本输入输出系统的内存的方法及其计算机系统 |
CN101923503B (zh) * | 2009-06-11 | 2012-08-29 | 华硕电脑股份有限公司 | 调整内存内部参数的方法及使用其的电脑系统 |
US20110099394A1 (en) * | 2009-10-22 | 2011-04-28 | International Business Machines Corporation | Power management in a data processing apparatus |
CN102156523B (zh) * | 2010-02-12 | 2013-11-20 | 纬创资通股份有限公司 | 电源管理方法及计算机系统 |
TW201222233A (en) * | 2010-11-19 | 2012-06-01 | Acer Inc | Management method for hard disk |
CN105224459B (zh) * | 2015-10-21 | 2018-04-13 | 浪潮电子信息产业股份有限公司 | 一种linux平台下测试bmc通过oem命令读写bios配置功能的方法 |
KR102408649B1 (ko) * | 2016-02-19 | 2022-06-15 | 삼성전자주식회사 | 환경 설정 방법 및 장치 |
CN107220056A (zh) * | 2017-05-26 | 2017-09-29 | 郑州云海信息技术有限公司 | 一种自动加载服务器bios参数的方法 |
CN107153553B (zh) * | 2017-06-09 | 2020-09-22 | 苏州浪潮智能科技有限公司 | 基于CScripts进行Purley平台CPU端PCIe Tx Eq调整的方法 |
CN108108275A (zh) * | 2017-11-24 | 2018-06-01 | 郑州云海信息技术有限公司 | 基于Purley平台的调整Uplink Rx参数的方法 |
-
2018
- 2018-06-29 CN CN201810700216.7A patent/CN108920198B/zh active Active
-
2019
- 2019-03-08 WO PCT/CN2019/077413 patent/WO2020001065A1/zh active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6480964B1 (en) * | 1998-08-20 | 2002-11-12 | Samsung Electronics Co., Ltd. | User interface power management control technique for a computer system |
CN1707398A (zh) * | 2004-06-09 | 2005-12-14 | 宏碁股份有限公司 | 电脑系统的电源管理系统及方法 |
CN102749983A (zh) * | 2011-04-21 | 2012-10-24 | 宏碁股份有限公司 | 携带型电子装置的电源管理系统及方法 |
CN107092493A (zh) * | 2017-05-26 | 2017-08-25 | 郑州云海信息技术有限公司 | 一种调整服务器系统性能与功耗的bios选项的系统及方法 |
CN108920198A (zh) * | 2018-06-29 | 2018-11-30 | 郑州云海信息技术有限公司 | 一种bios中更改系统能效模式的方法、系统及服务器 |
Non-Patent Citations (1)
Title |
---|
"Phoenix BIOS (Non-official translation: Optimal Setting of Phoenix BIOS", OVERVIEW OF LAPTOP IN 2008, 29 February 2008 (2008-02-29), pages 81 - 82 * |
Also Published As
Publication number | Publication date |
---|---|
CN108920198B (zh) | 2020-08-21 |
CN108920198A (zh) | 2018-11-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9026816B2 (en) | Method and system for determining an energy-efficient operating point of a platform | |
US20190220340A1 (en) | System and method for remote system recovery | |
KR101479590B1 (ko) | 소프트웨어를 실행하기 위한 이종 컴퓨터 시스템 | |
RU2010139638A (ru) | Энергосберегающее планирование потоков и динамическое использование процессоров | |
CN101477403A (zh) | 一种系统功耗自动控制方法 | |
KR102060431B1 (ko) | 멀티 코어 시스템의 전력 관리 장치 및 방법 | |
WO2016043899A1 (en) | Technologies for collaborative hardware and software scenario-based power management | |
WO2022213494A1 (zh) | 一种中央空调水冷机组节能控制方法、系统和设备 | |
WO2020001065A1 (zh) | 一种bios中更改系统能效模式的方法、系统及服务器 | |
WO2019242273A1 (zh) | N级pcie扩展箱的控制方法、系统及可读存储介质 | |
TW200532561A (en) | A system and method for adjusting the CPU frequency | |
CN104268059B (zh) | 一种智能移动终端的应用程序查找方法和系统 | |
US8713337B2 (en) | Power management method for reducing power of host when turning off main monitor and computer system applying the same | |
WO2020238326A1 (zh) | 处理器的性能状态的调节方法、装置、uefi及存储介质 | |
KR20060032079A (ko) | 실행 프로그램의 장치별 절전모드 제어 장치 및 방법 | |
CN106569576A (zh) | 调整cpu性能模式的方法以及移动设备 | |
JP2004164530A (ja) | ポータブルコンピュータのオペレーションシステムによる電池状態読み取り方法 | |
CN102117113B (zh) | 计算机系统及其中央处理器的电源管理的方法 | |
KR20160085029A (ko) | 컴퓨터 시스템 전력 제어 장치 및 그 방법 | |
US11204868B2 (en) | Method for controlling slices of memory to be turned on or off, controller, chip and electronic device | |
CN110990064A (zh) | 一种控制服务器频率的方法及系统 | |
CN103064492B (zh) | 具有一可调式电源开关的计算机及其电源效能调节方法 | |
CN108037820A (zh) | 一种动态控制频率的国产处理器及方法 | |
Shi et al. | A System Architecture for Energy Saving in Buildings | |
JPH11345047A (ja) | 計算機システムにおける電源制御方法ならびに装置及び同方法がプログラムされ記録される記録媒体 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19827195 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19827195 Country of ref document: EP Kind code of ref document: A1 |