JP2016122268A - Information processing device, bios setting information change method, and computer program - Google Patents

Information processing device, bios setting information change method, and computer program Download PDF

Info

Publication number
JP2016122268A
JP2016122268A JP2014260682A JP2014260682A JP2016122268A JP 2016122268 A JP2016122268 A JP 2016122268A JP 2014260682 A JP2014260682 A JP 2014260682A JP 2014260682 A JP2014260682 A JP 2014260682A JP 2016122268 A JP2016122268 A JP 2016122268A
Authority
JP
Japan
Prior art keywords
setting information
bios setting
bios
information
processing apparatus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2014260682A
Other languages
Japanese (ja)
Other versions
JP6404708B2 (en
Inventor
裕子 若木
Yuko Wakagi
裕子 若木
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.)
NEC Platforms Ltd
Original Assignee
NEC Platforms 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 NEC Platforms Ltd filed Critical NEC Platforms Ltd
Priority to JP2014260682A priority Critical patent/JP6404708B2/en
Publication of JP2016122268A publication Critical patent/JP2016122268A/en
Application granted granted Critical
Publication of JP6404708B2 publication Critical patent/JP6404708B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processing device, a BIOS setting information change method, and a computer program that shorten the time required for startup when changing BIOS setting information by an external tool.SOLUTION: An information processing device 1 starts on the basis of BIOS setting information. The information processing device includes: an input unit 2 that inputs change information for the BIOS setting information; a storage unit 4 that stores BIOS setting information; and a change unit 3 that initializes a memory by referring to the change information which is input by the input unit 2 when rebooting the information processing unit 1 and the BIOS setting information which is stored in the storage unit 4, and then changes the BIOS setting information which is stored in the storage unit 4 on the basis of the change information.SELECTED DRAWING: Figure 1

Description

本発明は、BIOSが参照するBIOS設定情報の変更に関する。   The present invention relates to changing BIOS setting information referred to by a BIOS.

BIOS(Basic Input Output System)は、コンピュータ等の情報処理装置のマザーボード上に搭載されているプログラムである。   BIOS (Basic Input Output System) is a program mounted on a motherboard of an information processing apparatus such as a computer.

BIOSは、BIOS設定情報を参照して、周辺機器やCPU(Central Processing Unit)のコア数、メモリの動作モードなどを決定し、OS(Operating System)を起動するために必要な処理を実施する。   The BIOS refers to the BIOS setting information, determines the number of cores of peripheral devices and CPU (Central Processing Unit), the operation mode of the memory, and the like, and performs processing necessary for starting up the OS (Operating System).

ユーザがBIOS設定情報を更新する方法は、2つある。1つめの方法は、BIOSセットアップメニューを利用して更新する方法である。もう1つの方法は、その情報処理装置とは別の情報処理装置において動作する外部ツールにより更新する方法である。どちらの手段においても、更新したBIOS設定情報を反映させるために情報処理装置を再起動(以下では、リブート(Reboot)ともいう。また、単に「起動」ともいう。)する必要がある。   There are two methods for the user to update the BIOS setting information. The first method is a method of updating using a BIOS setup menu. The other method is a method of updating with an external tool that operates in an information processing apparatus different from the information processing apparatus. In either means, it is necessary to restart the information processing apparatus (hereinafter also referred to as “reboot” or simply “startup”) in order to reflect the updated BIOS setting information.

これに加えて、後者の外部ツールにより更新する方法では、情報処理装置をさらにもう1回リブートしなければならない。これは、外部ツールにより更新した値を、BIOSセットアップメニューに同期するタイミングによる制約のためである。外部ツールにより更新したBIOS設定情報をBIOSが使うために、BIOSは、メモリ初期化処理を実行する前に、BIOS設定情報について同期処理を行う必要がある。しかし、BIOSは、メモリ初期化処理を行う前のフェーズでは、CPUのキャッシュをメモリ代わりにして動作している。そのため、BIOSは、BIOS設定情報が格納されている大量のデータをメモリ上にロードすることができない。よって、メモリ初期化処理を行うことによりメモリを多く確保することが可能になってから、BIOSは、BIOS設定情報について同期処理を実行する。この同期処理によりBIOS設定情報を変更した場合、変更後の設定情報を参照して情報処理装置をリブートする必要がある。そのため、外部ツールによりBIOS設定情報を更新する場合は、1回多くリブートが発生する。   In addition, in the latter method of updating with an external tool, the information processing apparatus must be rebooted once more. This is because of the restriction due to the timing of synchronizing the value updated by the external tool with the BIOS setup menu. In order for the BIOS to use the BIOS setting information updated by the external tool, the BIOS needs to perform a synchronization process on the BIOS setting information before executing the memory initialization process. However, the BIOS operates by using the CPU cache as a memory in the phase before the memory initialization process. Therefore, the BIOS cannot load a large amount of data in which the BIOS setting information is stored on the memory. Therefore, after it becomes possible to secure a large amount of memory by performing the memory initialization process, the BIOS executes the synchronization process for the BIOS setting information. When the BIOS setting information is changed by this synchronization processing, it is necessary to reboot the information processing apparatus with reference to the changed setting information. Therefore, when BIOS setting information is updated by an external tool, one reboot occurs frequently.

小規模な構成の情報処理装置では、リブートが1回増えることは、起動時間において、さほど問題とならない。しかし、大規模な構成の情報処理装置では、起動時間の大半をメモリ初期化処理が占めており、メモリ初期化後に再度リブートすることで、全体の起動時間は、通常の約2倍に長くなる。このことは、この情報処理装置を含むシステムの保守や運用作業において妨げとなる。   In an information processing apparatus having a small configuration, one reboot is not a significant problem in the startup time. However, in an information processing apparatus with a large-scale configuration, the memory initialization process occupies most of the startup time. By rebooting again after the memory initialization, the overall startup time becomes approximately twice as long as the normal startup time. . This hinders the maintenance and operation work of the system including the information processing apparatus.

ここで、本願出願に先だって存在する関連技術としては、例えば以下の特許文献がある。   Here, as related technologies existing prior to the present application, there are, for example, the following patent documents.

特許文献1は、BIOSのモジュール構成に影響を与えず、かつ、非常に短時間でBIOSのパラメータを変更する情報処理装置を開示している。   Patent Document 1 discloses an information processing apparatus that changes the BIOS parameters in a very short time without affecting the BIOS module configuration.

特許文献2は、BIOS設定情報の更新を、都合のよいタイミングで、その時点のBIOSの設定を参照しながら行うことができ、かつ、BIOS設定更新対象の情報処理装置のダウンタイムの増大を抑制する情報処理装置を開示している。   Patent Document 2 can update BIOS setting information at a convenient timing while referring to the BIOS setting at that time, and suppresses an increase in downtime of the information processing apparatus targeted for BIOS setting update. An information processing apparatus is disclosed.

特開平11−161484号公報JP-A-11-161484 特開2012−098857号公報JP 2012-098857 A

特許文献1は、BIOSのパラメータを書き換える時間を短縮することを目的としており、BIOS起動時の処理については、考慮していない。   Patent Document 1 aims to shorten the time for rewriting the BIOS parameters, and does not consider the processing at the time of starting the BIOS.

特許文献2は、外部ツールからBIOS設定情報を変更する方法を開示しているが、メモリを初期化する処理と、BIOS設定情報を変更する処理との処理順序について考慮していない。   Patent Document 2 discloses a method for changing the BIOS setting information from an external tool, but does not consider the processing order of the process for initializing the memory and the process for changing the BIOS setting information.

そこで、本発明は、外部ツールによりBIOS設定情報を変更する場合に情報処理装置の起動にかかる時間を短縮することが可能な情報処理装置等の提供を主たる目的とする。   SUMMARY OF THE INVENTION Accordingly, it is a primary object of the present invention to provide an information processing apparatus and the like that can shorten the time required to start up the information processing apparatus when BIOS setting information is changed by an external tool.

上記の目的を達成すべく、本発明の一態様に係る情報処理装置は、以下の構成を備える。   In order to achieve the above object, an information processing apparatus according to an aspect of the present invention includes the following arrangement.

即ち、本発明の一態様に係る情報処理装置は、
BIOS設定情報に基づいて起動する情報処理装置であって、
BIOS設定情報に対する変更情報を入力する入力部と、
前記BIOS設定情報を格納する格納部と、
前記情報処理装置をリブートするときに前記入力部により入力された前記変更情報と、前記格納部に格納された前記BIOS設定情報とを参照してメモリの初期化を行った後に、前記変更情報を基に前記格納部に格納された前記BIOS設定情報を変更する変更部とを備える。
That is, an information processing device according to one embodiment of the present invention is provided.
An information processing apparatus that is activated based on BIOS setting information,
An input unit for inputting change information to the BIOS setting information;
A storage unit for storing the BIOS setting information;
After the memory is initialized with reference to the change information input by the input unit when the information processing apparatus is rebooted and the BIOS setting information stored in the storage unit, the change information is And a changing unit that changes the BIOS setting information stored in the storage unit.

同目的を達成する本発明の一態様に係るBIOS設定情報変更方法は、
BIOS設定情報に基づいて起動する情報処理装置において、
リブートするときのメモリの初期化を、入力された変更情報と前記格納部に格納された前記BIOS設定情報とを参照して行った後に、前記変更情報を基に前記格納部に格納された前記設定情報を変更する。
The BIOS setting information changing method according to one aspect of the present invention that achieves the same object,
In an information processing apparatus that is activated based on BIOS setting information,
After initialization of the memory when rebooting is performed with reference to the input change information and the BIOS setting information stored in the storage unit, the memory stored in the storage unit based on the change information Change the setting information.

更に、同目的は、上記構成を有する情報処理装置、或いは、BIOS設定情報変更方法を、コンピュータによって実現するコンピュータ・プログラム、及びそのコンピュータ・プログラムが格納されている、コンピュータ読み取り可能な記憶媒体によっても達成される。   Further, the same object is achieved by an information processing apparatus having the above-described configuration or a computer program for realizing a BIOS setting information changing method by a computer, and a computer-readable storage medium storing the computer program. Achieved.

上記の本発明によれば、外部ツールによりBIOS設定情報を変更する場合に情報処理装置の起動にかかる時間を短縮することができるという効果がある。   According to the present invention described above, there is an effect that it is possible to shorten the time required to start up the information processing apparatus when the BIOS setting information is changed by an external tool.

本発明の第1の実施形態に係る情報処理装置の構成を示すブロック図である。It is a block diagram which shows the structure of the information processing apparatus which concerns on the 1st Embodiment of this invention. 本発明の第2の実施形態に係る情報処理装置の構成を示すブロック図である。It is a block diagram which shows the structure of the information processing apparatus which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係るBIOS設定情報23を説明する図である。It is a figure explaining the BIOS setting information 23 which concerns on the 2nd Embodiment of this invention. は、本発明の第2の実施形態に係るBIOS設定情報13と、テンポラリテーブルを説明する図である。These are the figures explaining the BIOS setting information 13 and the temporary table according to the second embodiment of the present invention. 本発明の第2の実施形態に係る情報処理装置におけるBIOSを起動する処理を示すフローチャートである。It is a flowchart which shows the process which starts BIOS in the information processing apparatus which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る情報処理装置におけるテンポラリテーブルを作成する処理を示すフローチャートである。It is a flowchart which shows the process which produces the temporary table in the information processing apparatus which concerns on the 2nd Embodiment of this invention.

次に、本発明を実施する形態について図面を参照して詳細に説明する。   Next, embodiments of the present invention will be described in detail with reference to the drawings.

<第1の実施形態>
図1は、本発明の第1の実施形態に係る情報処理装置の構成を示すブロック図である。
<First Embodiment>
FIG. 1 is a block diagram showing the configuration of the information processing apparatus according to the first embodiment of the present invention.

本実施形態に係る情報処理装置1は、入力部2と、変更部3と、格納部4とを有する。   The information processing apparatus 1 according to the present embodiment includes an input unit 2, a change unit 3, and a storage unit 4.

情報処理装置1は、格納部4に格納されたBIOS設定情報に基づいて起動する。   The information processing apparatus 1 is activated based on the BIOS setting information stored in the storage unit 4.

入力部2は、情報処理装置1を起動するときにBIOSが参照するBIOS設定情報に対する変更情報を入力する。   The input unit 2 inputs change information for the BIOS setting information referred to by the BIOS when the information processing apparatus 1 is activated.

変更部3は、情報処理装置1をリブートするときに、入力部2により入力された変更情報と、格納部4に格納されたBIOS設定情報とを参照してメモリの初期化を行う。そして、その初期化後に、変更部3は、変更情報を基に、格納部4に格納されたBIOS設定情報を変更する。   When the information processing apparatus 1 is rebooted, the changing unit 3 initializes the memory with reference to the change information input by the input unit 2 and the BIOS setting information stored in the storage unit 4. After the initialization, the changing unit 3 changes the BIOS setting information stored in the storage unit 4 based on the change information.

以上、説明した第1の実施形態には、BIOS設定情報を変更する場合に情報処理装置の起動にかかる時間を短縮することができるという効果がある。   As described above, the first embodiment described above has an effect that the time required to start up the information processing apparatus can be shortened when the BIOS setting information is changed.

その理由は、本実施形態に係る情報処理装置1は、リブートされたときに、格納部4に格納されたBIOS設定情報と、変更情報とを参照してメモリの初期化を行うからである。したがって、格納部4に格納されたBIOS設定情報を、変更情報に基いて変更した後に、再度リブートを行う必要がない。   This is because the information processing apparatus 1 according to the present embodiment initializes the memory with reference to the BIOS setting information stored in the storage unit 4 and the change information when the information processing apparatus 1 is rebooted. Therefore, it is not necessary to reboot again after changing the BIOS setting information stored in the storage unit 4 based on the change information.

<第2の実施形態>
次に上述した第1の実施形態に係る情報処理装置を基本とする第2の実施形態について説明する。図2は、本発明の第2の実施形態に係る情報処理装置の構成を示すブロック図である。ただし、図2に示す構成は、一例であって、本発明は、図2に示す情報処理装置に限定されない。例えば、図2では、CPU11と、BMC21と、記憶部12と、記憶部22と、外部ツール31(管理PCを含む)は、説明の便宜上、1つずつ存在することとしているが、1つとは限らない。また、情報処理装置が、さらに別の部品を含んでいても問題ない。
<Second Embodiment>
Next, a second embodiment based on the information processing apparatus according to the first embodiment described above will be described. FIG. 2 is a block diagram showing the configuration of the information processing apparatus according to the second embodiment of the present invention. However, the configuration shown in FIG. 2 is an example, and the present invention is not limited to the information processing apparatus shown in FIG. For example, in FIG. 2, the CPU 11, the BMC 21, the storage unit 12, the storage unit 22, and the external tool 31 (including the management PC) are assumed to exist one by one for convenience of explanation. Not exclusively. Further, there is no problem even if the information processing apparatus further includes other parts.

本実施形態に係る情報処理装置10は、CPU11と、記憶部12と、BMC(ベースボード・マネージメント・コントローラ、Baseboard Management Controller)21と、記憶部22とを含む。ここで、CPU11は、図1に示す変更部3に含まれてもよい。また、記憶部12は、格納部4に含まれてもよい。BMC21と記憶部22は、入力部2に含まれてもよい。   The information processing apparatus 10 according to the present embodiment includes a CPU 11, a storage unit 12, a BMC (Baseboard Management Controller) 21, and a storage unit 22. Here, the CPU 11 may be included in the changing unit 3 shown in FIG. The storage unit 12 may be included in the storage unit 4. The BMC 21 and the storage unit 22 may be included in the input unit 2.

CPU11とBMC21は、データを通信することが可能なインタフェースを持っている。CPU11とBMC21は、例えば、IPMI(Intelligent Platform Management Interface)コマンドを用いることにより、通信する。   The CPU 11 and the BMC 21 have an interface capable of communicating data. The CPU 11 and the BMC 21 communicate with each other using, for example, an IPMI (Intelligent Platform Management Interface) command.

BIOS111は、CPU11で動作するファームウェアである。記憶部12は、BIOS111が使用する不揮発性メモリである。そして、記憶部12は、BIOS111を起動するために必要な設定値であるBIOS設定情報13を格納している。BIOS111は、BIOS設定情報13を基に各種設定を行い、起動する。   The BIOS 111 is firmware that runs on the CPU 11. The storage unit 12 is a nonvolatile memory used by the BIOS 111. The storage unit 12 stores BIOS setting information 13 that is a setting value necessary for starting the BIOS 111. The BIOS 111 performs various settings based on the BIOS setting information 13 and starts up.

BMCFW(BMC Firm−Ware)211は、BMC21で動作するファームウェアである。記憶部22は、BMCFW211が使用する不揮発性メモリである。そして、記憶部22は、BIOS設定情報13に含まれる情報のうち、例えば、外部ツールにより変更することが可能なBIOS設定情報23を格納している。   A BMC FW (BMC Farm-Ware) 211 is firmware that operates on the BMC 21. The storage unit 22 is a non-volatile memory used by the BMCFW 211. And the memory | storage part 22 stores the BIOS setting information 23 which can be changed with an external tool among the information contained in the BIOS setting information 13, for example.

BMC21は、外部ツール31とデータを通信することが可能なインタフェースを持っている。BMC21と外部ツール31は、例えば、IPMIコマンドを用いることにより、通信する。   The BMC 21 has an interface capable of communicating data with the external tool 31. The BMC 21 and the external tool 31 communicate by using, for example, an IPMI command.

外部ツール31は、例えば管理PC(Personal Computer)において実行されるソフトウェアである。ユーザは、外部ツール31を使用して、管理PCに格納されているBIOS設定情報32を変更することができる。   The external tool 31 is software executed on, for example, a management PC (Personal Computer). The user can change the BIOS setting information 32 stored in the management PC using the external tool 31.

ユーザが外部ツール31により変更したBIOS設定情報32は、BMCFW211によってBIOS設定情報23に格納される。BIOS設定情報32をBIOS設定情報23にコピーする手段の1つとしてIPMIコマンドがある。   The BIOS setting information 32 changed by the user using the external tool 31 is stored in the BIOS setting information 23 by the BMCFW 211. One means for copying the BIOS setting information 32 to the BIOS setting information 23 is an IPMI command.

BIOS111は、起動するときに、外部ツール31による変更内容を含むBIOS設定情報23を取得し、その内容を参照して、メモリの初期化を行う。それから、BIOS111は、BIOS設定情報13とBIOS設定情報23の同期処理を行う。これにより、BIOS設定情報13に、BIOS設定情報23の値が反映される。すなわち、BIOS設定情報13は、外部ツール31により変更したBIOS設定情報32を反映した値になる。   When the BIOS 111 is activated, the BIOS 111 acquires the BIOS setting information 23 including the contents changed by the external tool 31, and refers to the contents to initialize the memory. Then, the BIOS 111 synchronizes the BIOS setting information 13 and the BIOS setting information 23. As a result, the value of the BIOS setting information 23 is reflected in the BIOS setting information 13. That is, the BIOS setting information 13 is a value reflecting the BIOS setting information 32 changed by the external tool 31.

ここで、図3と図4を参照して、BIOS設定情報13と、BIOS設定情報23と、テンポラリテーブルについて説明する。図3は、本発明の第2の実施形態に係るBIOS設定情報23を説明する図である。図4は、本発明の第2の実施形態に係るBIOS設定情報13と、テンポラリテーブルを説明する図である。   Here, the BIOS setting information 13, the BIOS setting information 23, and the temporary table will be described with reference to FIGS. FIG. 3 is a diagram for explaining the BIOS setting information 23 according to the second embodiment of the present invention. FIG. 4 is a diagram for explaining the BIOS setting information 13 and the temporary table according to the second embodiment of the present invention.

図4に示すBIOS設定情報51は、BIOS設定情報13の一例である。BIOS設定情報51は、1つ以上のジャンル(分類1〜L)で構成されている。ここで、分類1、2、Lの設定情報は、各々、BIOS設定情報131、132、133に対応する。BIOS設定情報131、132、133は、各々、BIOS設定項目(設定項目名と設定値が対になったもの)を含んでいる。BIOS111は、起動するときに、これらのBIOS設定項目(11、・・・、18、21、・・・25、P1・・・PL)を参照する。   The BIOS setting information 51 illustrated in FIG. 4 is an example of the BIOS setting information 13. The BIOS setting information 51 is composed of one or more genres (classifications 1 to L). Here, the setting information of the classifications 1, 2, and L corresponds to the BIOS setting information 131, 132, and 133, respectively. Each of the BIOS setting information 131, 132, 133 includes a BIOS setting item (a pair of a setting item name and a setting value). The BIOS 111 refers to these BIOS setting items (11,..., 18, 21,... 25, P1... PL) when starting up.

次に、BIOS設定情報51を例に、BIOS設定項目の値の取得方法を説明する。例えば、BIOS設定情報51から分類LのBIOS設定項目P1を取得したいとする。このとき、BIOS111は、初めに、BIOS設定情報51の先頭であるBIOS設定情報131から参照したい項目の分類をサーチする。サーチした結果、BIOS111は、BIOS設定情報133を見つける。それから、BIOS111は、BIOS設定項目P1をその分類(BIOS設定情報133)内でサーチする。そして、BIOS111は、BIOS設定項目P1を見つけることができる。BIOS設定情報51は、BIOS111によって、このようにサーチされる。   Next, taking the BIOS setting information 51 as an example, a method for acquiring the value of the BIOS setting item will be described. For example, it is assumed that the BIOS setting item P1 of the classification L is to be acquired from the BIOS setting information 51. At this time, the BIOS 111 first searches for the category of the item to be referred to from the BIOS setting information 131 that is the head of the BIOS setting information 51. As a result of the search, the BIOS 111 finds the BIOS setting information 133. Then, the BIOS 111 searches for the BIOS setting item P1 in the classification (BIOS setting information 133). Then, the BIOS 111 can find the BIOS setting item P1. The BIOS setting information 51 is searched in this way by the BIOS 111.

次に、BIOS設定情報23について説明する。図3に示すように、BIOS設定情報23は、BIOS設定情報230と、BIOS設定情報231と、BIOS設定情報232とを含む。BIOS設定情報230は、外部ツールによる変更有無を表す変更フラグである。BIOS設定情報231は、分類1の設定項目である。BIOS設定情報232は、分類2の設定項目である。   Next, the BIOS setting information 23 will be described. As illustrated in FIG. 3, the BIOS setting information 23 includes BIOS setting information 230, BIOS setting information 231, and BIOS setting information 232. The BIOS setting information 230 is a change flag that indicates whether there is a change by an external tool. The BIOS setting information 231 is a setting item for category 1. The BIOS setting information 232 is a setting item for category 2.

BIOS設定情報230は、BIOS設定情報23に変更があれば「1」、変更がなければ「0」に設定されている。BIOS設定情報230は、外部ツール31によりBIOS設定情報23が更新されたときに、BMCFW211によって「1」に設定されるフラグである。BIOS111は、BIOS設定情報13(51)とBIOS設定情報23の同期処理が終了したら、BIOS設定情報230に「0」を設定するように、BMCFW211に依頼する。   The BIOS setting information 230 is set to “1” if there is a change in the BIOS setting information 23 and “0” if there is no change. The BIOS setting information 230 is a flag that is set to “1” by the BMC FW 211 when the BIOS setting information 23 is updated by the external tool 31. The BIOS 111 requests the BMCFW 211 to set “0” in the BIOS setting information 230 when the synchronization processing of the BIOS setting information 13 (51) and the BIOS setting information 23 is completed.

BIOS設定情報231と、BIOS設定情報232とは、それぞれ異なるジャンルのBIOS設定情報を表している。BIOS設定情報231(分類1)のBIOS設定項目11、15、16は、BIOS設定情報131のサブセットである。同様に、BIOS設定情報232(分類2)のBIOS設定項目21、22は、BIOS設定情報132のサブセットである。   The BIOS setting information 231 and the BIOS setting information 232 represent different types of BIOS setting information. The BIOS setting items 11, 15, and 16 of the BIOS setting information 231 (classification 1) are a subset of the BIOS setting information 131. Similarly, the BIOS setting items 21 and 22 of the BIOS setting information 232 (class 2) are a subset of the BIOS setting information 132.

BIOS設定情報231のBIOS設定項目11、15、16と、BIOS設定情報232のBIOS設定項目21、22は、BIOS設定情報13(51)の項目のうち外部ツール31により値を変更可能な項目である。そして、BIOS設定情報231のBIOS設定項目11、15、16は、BIOS設定情報131のBIOS設定情報11、15、16と同期する。同様に、BIOS設定情報232のBIOS設定項目21、22は、BIOS設定情報132のBIOS設定項目21、22と同期する。   The BIOS setting items 11, 15, 16 of the BIOS setting information 231 and the BIOS setting items 21, 22 of the BIOS setting information 232 are items whose values can be changed by the external tool 31 among the items of the BIOS setting information 13 (51). is there. The BIOS setting items 11, 15, and 16 in the BIOS setting information 231 are synchronized with the BIOS setting information 11, 15, and 16 in the BIOS setting information 131. Similarly, the BIOS setting items 21 and 22 in the BIOS setting information 232 are synchronized with the BIOS setting items 21 and 22 in the BIOS setting information 132.

図4に示すBIOS設定情報61は、テンポラリテーブルの一例である。テンポラリテーブルは、BIOS設定情報13(51)、BIOS設定情報23と同様に、1つ以上の分類(ここでは分類1’、2’)で構成されている。そして、分類1’(BIOS設定情報611)は、BIOS設定情報13(51)のBIOS設定情報131と同じBIOS設定項目に対応する設定値を含む。分類2’(BIOS設定情報612)は、BIOS設定情報13(51)のBIOS設定情報132と同じBIOS設定項目に対応する設定値を含む。   The BIOS setting information 61 shown in FIG. 4 is an example of a temporary table. Similar to the BIOS setting information 13 (51) and the BIOS setting information 23, the temporary table includes one or more classifications (here, classifications 1 'and 2'). The classification 1 '(BIOS setting information 611) includes setting values corresponding to the same BIOS setting items as the BIOS setting information 131 of the BIOS setting information 13 (51). The classification 2 '(BIOS setting information 612) includes setting values corresponding to the same BIOS setting items as the BIOS setting information 132 of the BIOS setting information 13 (51).

次に、処理の流れについてフローチャートを用いて説明する。   Next, the flow of processing will be described using a flowchart.

図5は、本発明の第2の実施形態に係る情報処理装置におけるBIOSを起動する処理を示すフローチャートである。   FIG. 5 is a flowchart showing processing for starting up the BIOS in the information processing apparatus according to the second embodiment of the present invention.

情報処理装置がリブートするか、または情報処理装置に電源が入り、BIOS111が起動すると、BIOS111は、ステップB1を実行する。   When the information processing apparatus reboots or the information processing apparatus is turned on and the BIOS 111 is activated, the BIOS 111 executes Step B1.

ステップB1:
BIOS111は、BIOS設定情報のテンポラリテーブルを作成する(ステップB1)。テンポラリテーブルは、外部ツール31により変更があったBIOS設定情報23に含まれる項目を、BIOS設定情報13に含まれる項目とマージしたテーブルである。つまり、テンポラリテーブルの値は、変更後の設定情報で立ち上げが完了したときのBIOS設定情報13に含まれる項目の値と同じである。テンポラリテーブルは、BIOS設定情報23で変更があったものと、それに関連する項目のみで構成される。そのため、少量のメモリがあればテンポラリテーブルを作成することができる。テンポラリテーブルを作成する手順は、後で説明する。
Step B1:
The BIOS 111 creates a temporary table of BIOS setting information (step B1). The temporary table is a table obtained by merging items included in the BIOS setting information 23 changed by the external tool 31 with items included in the BIOS setting information 13. That is, the value of the temporary table is the same as the value of the item included in the BIOS setting information 13 when startup is completed with the changed setting information. The temporary table is composed only of items that have been changed in the BIOS setting information 23 and items related thereto. Therefore, a temporary table can be created with a small amount of memory. The procedure for creating the temporary table will be described later.

ステップB2:
次に、BIOS111は、メモリの初期化を行う。BIOS111は、情報処理装置内のメモリを使用できるようにBIOS設定情報を用いて設定する。一般的な情報処理装置では、BIOS設定情報13を参照して設定する。しかし、本発明の第2の実施形態では、テンポラリテーブルを参照して設定を行う。
Step B2:
Next, the BIOS 111 initializes the memory. The BIOS 111 is set using the BIOS setting information so that the memory in the information processing apparatus can be used. In a general information processing apparatus, setting is performed with reference to the BIOS setting information 13. However, in the second embodiment of the present invention, the setting is performed with reference to the temporary table.

ステップB3:
それから、BIOS111は、BIOS設定情報13とBIOS設定情報23の同期処理を行う。この場合、最初に、BIOS111は、BIOS設定情報23(図3)を参照して、BIOS設定情報23に変更があったか否かを確認する。
Step B3:
Then, the BIOS 111 synchronizes the BIOS setting information 13 and the BIOS setting information 23. In this case, first, the BIOS 111 refers to the BIOS setting information 23 (FIG. 3) and confirms whether or not the BIOS setting information 23 has been changed.

BIOS設定情報23に変更がない場合(変更フラグが”0”)、BIOS111は、BIOS設定情報13の値をBIOS設定情報23の値にマージする。このときのテンポラリテーブルには、BIOS設定情報13(つまり、BIOS設定情報131、BIOS設定情報132)の値が格納されている。これ以降の立ち上げ中の各種設定は、BIOS設定情報13で行っているため、リブートせずに立ち上げを完了する。   When there is no change in the BIOS setting information 23 (change flag is “0”), the BIOS 111 merges the value of the BIOS setting information 13 with the value of the BIOS setting information 23. At this time, the value of the BIOS setting information 13 (that is, the BIOS setting information 131 and the BIOS setting information 132) is stored in the temporary table. Since the various settings during startup thereafter are performed by the BIOS setting information 13, the startup is completed without rebooting.

BIOS設定情報23に変更がある場合(変更フラグが”1”)、BIOS111は、BIOS設定情報23とBIOS設定情報13とを基に作成したテンポラリテーブルを参照して、メモリの初期化を実施済みである。すなわち、テンポラリテーブル作成以降の各種設定は、同期処理後と同じ値であるテンポラリテーブルを用いて行っているため、リブートせずに立ち上げを完了する。   When there is a change in the BIOS setting information 23 (change flag is “1”), the BIOS 111 has initialized the memory with reference to the temporary table created based on the BIOS setting information 23 and the BIOS setting information 13. It is. In other words, since various settings after the creation of the temporary table are performed using the temporary table having the same value as that after the synchronization processing, the startup is completed without rebooting.

よって、ステップB3の同期処理において、リブートする必要がなくなる。   Therefore, it is not necessary to reboot in the synchronization process of step B3.

BIOS111は、同期処理を終了後(ステップB3終了後)、各種初期化の続きを行い、立ち上げを完了する。   After completing the synchronization process (after the end of step B3), the BIOS 111 continues various initializations and completes startup.

次に、ステップB1におけるテンポラリテーブルを作成する処理について、図6を用いて説明する。図6は、本発明の第2の実施形態に係る情報処理装置におけるテンポラリテーブルを作成する処理を示すフローチャートである。以下の説明において使用するメモリは、例えば、記憶部12とする。   Next, the process of creating a temporary table in step B1 will be described with reference to FIG. FIG. 6 is a flowchart showing processing for creating a temporary table in the information processing apparatus according to the second embodiment of the present invention. The memory used in the following description is, for example, the storage unit 12.

ステップC1:
BIOS111は、現在のBIOS設定値を取得するために、BIOS設定情報13にアクセスする。
Step C1:
The BIOS 111 accesses the BIOS setting information 13 in order to acquire the current BIOS setting value.

ステップC2:
次に、BIOS111は、BIOS設定情報13を取得できたか否かを確認する。
Step C2:
Next, the BIOS 111 confirms whether or not the BIOS setting information 13 has been acquired.

ステップC3:
ステップC2において、BIOS設定情報13を取得できた場合は、BIOS111は、ステップC1で取得したBIOS設定情報13のBIOS設定情報131、132の値をメモリ上に保持する。
Step C3:
If the BIOS setting information 13 can be acquired in step C2, the BIOS 111 holds the values of the BIOS setting information 131 and 132 of the BIOS setting information 13 acquired in step C1 on the memory.

ステップC4:
ステップC2において、BIOS設定情報13を取得できなかった場合は、BIOS111は、BIOS111が保持するBIOS設定情報13のBIOS設定情報131、132のデフォルト値を、BIOS設定情報13のBIOS設定情報131、132の値としてメモリ上に保持する。
Step C4:
If the BIOS setting information 13 cannot be acquired in step C2, the BIOS 111 sets the BIOS setting information 131, 132 default values of the BIOS setting information 13 held by the BIOS 111, and the BIOS setting information 131, 132 of the BIOS setting information 13. Is stored in memory as the value of.

ステップC5:
次に、BIOS111は、BIOS設定情報23に変更があったか否かを確認する。BIOS設定情報23は、外部ツール31により変更されたBIOS設定情報32と同期している。そのため、BIOS設定情報23に更新があったか否かを確認することにより、BIOS111は、外部ツール31によりBIOS設定情報32に変更があったか否かを知ることができる。BIOS設定情報23に変更があったか否かは、図3に示すBIOS設定情報23の中にあるBIOS設定情報230を参照することにより確認する。BIOS設定情報230は、BIOS設定情報23に変更があれば「1」、変更がなければ「0」に設定されている。BIOS設定情報230は、BIOS設定情報23が更新されたときに、BMCFW211によって「1」に設定される。ステップC5でBIOS設定情報23に変更があった場合は、ステップC6を実施する。BIOS設定情報23に変更がない場合は、BIOS111は、ステップC8を実施する。
Step C5:
Next, the BIOS 111 checks whether the BIOS setting information 23 has been changed. The BIOS setting information 23 is synchronized with the BIOS setting information 32 changed by the external tool 31. Therefore, by checking whether or not the BIOS setting information 23 has been updated, the BIOS 111 can know whether or not the BIOS setting information 32 has been changed by the external tool 31. It is confirmed by referring to the BIOS setting information 230 in the BIOS setting information 23 shown in FIG. 3 whether or not the BIOS setting information 23 has been changed. The BIOS setting information 230 is set to “1” if there is a change in the BIOS setting information 23 and “0” if there is no change. The BIOS setting information 230 is set to “1” by the BMCFW 211 when the BIOS setting information 23 is updated. If there is a change in the BIOS setting information 23 in step C5, step C6 is performed. If there is no change in the BIOS setting information 23, the BIOS 111 executes Step C8.

ステップC6:
BIOS111は、BIOS設定情報23を取得する。
Step C6:
The BIOS 111 acquires the BIOS setting information 23.

ステップC7:
BIOS111は、ステップC6で取得したBIOS設定情報23のBIOS設定項目と、ステップC3またはステップC4で取得したBIOS設定情報13のBIOS設定情報131、132を使って、テンポラリテーブル(図4におけるBIOS設定情報61)を作成する。テンポラリテーブルは、BIOS設定情報611と、BIOS設定情報612とが格納される。BIOS設定情報611は、BIOS設定情報131にBIOS設定情報231を反映した内容である。BIOS設定情報612は、BIOS設定情報132にBIOS設定情報232を反映した内容である。テンポラリテーブルの作成が完了したら、BIOS111は、ステップC9を実行する。
Step C7:
The BIOS 111 uses the BIOS setting item of the BIOS setting information 23 acquired in Step C6 and the BIOS setting information 131 and 132 of the BIOS setting information 13 acquired in Step C3 or Step C4 to use the temporary table (BIOS setting information in FIG. 4). 61). In the temporary table, BIOS setting information 611 and BIOS setting information 612 are stored. The BIOS setting information 611 is a content reflecting the BIOS setting information 231 in the BIOS setting information 131. The BIOS setting information 612 is a content reflecting the BIOS setting information 232 in the BIOS setting information 132. When the creation of the temporary table is completed, the BIOS 111 executes Step C9.

ステップC8:
ステップC5でBIOS設定情報23に変更なしと判断した場合、BIOS111は、ステップC3またはステップC4で取得したBIOS設定情報13のBIOS設定情報131、132を基にテンポラリテーブル(BIOS設定情報61)を作成する。
Step C8:
If it is determined in step C5 that there is no change in the BIOS setting information 23, the BIOS 111 creates a temporary table (BIOS setting information 61) based on the BIOS setting information 131 and 132 of the BIOS setting information 13 acquired in step C3 or step C4. To do.

ステップC9:
BIOS111は、作成したテンポラリテーブルをBIOS設定情報13の先頭に追加する(図4に示すBIOS設定情報52)。先頭にあるテーブルをBIOS設定情報61に変更することで、取得したい値を検索するときに、必ず一番初めにテンポラリテーブルの値が参照されるようになる。
Step C9:
The BIOS 111 adds the created temporary table to the top of the BIOS setting information 13 (BIOS setting information 52 shown in FIG. 4). By changing the table at the head to the BIOS setting information 61, the value of the temporary table is always referred to first when searching for the value to be acquired.

この方法により、大量のデータ(BIOS設定情報13)をメモリ上にロードする必要がなくなる。また、立ち上げの初期段階から、外部ツール31により変更されたBIOS設定情報23を反映させたテンポラリテーブルを使用することができるため、設定を反映させるためのリブートを省略することができる。   This method eliminates the need to load a large amount of data (BIOS setting information 13) on the memory. Further, since the temporary table reflecting the BIOS setting information 23 changed by the external tool 31 can be used from the initial stage of start-up, the reboot for reflecting the setting can be omitted.

本実施形態では、外部ツール31は、BMC21とデータを通信可能に接続しているとしたが、接続していなくても問題ない。BIOS111が何らかの方法でBIOS設定情報32を取得できれば良い。   In the present embodiment, the external tool 31 is connected to the BMC 21 so as to be able to communicate with the data, but there is no problem even if it is not connected. It is sufficient that the BIOS 111 can acquire the BIOS setting information 32 by some method.

BIOS111とBMCFW212、BMCFW212と外部ツール31のデータ通信の方法は、IPMIコマンドを例に挙げて説明したが、これには限定されない。例えば、BMCFW212のメモリ上に外部ツール31が書き込んだ内容を、BIOS111が直接参照するという方法でも良い。   The data communication method between the BIOS 111 and the BMC FW 212 and the BMC FW 212 and the external tool 31 has been described by taking the IPMI command as an example, but is not limited thereto. For example, the BIOS 111 may directly refer to the contents written by the external tool 31 on the memory of the BMCFW 212.

図3に示したBIOS設定情報23は、この形式に限らない。図3では、BIOS設定情報231とBIOS設定情報232に対して、1つの更新フラグを持っているが、それぞれのBIOS設定情報に対して更新フラグを持つ実装も考えられる。   The BIOS setting information 23 shown in FIG. 3 is not limited to this format. In FIG. 3, one update flag is provided for the BIOS setting information 231 and the BIOS setting information 232, but an implementation having an update flag for each BIOS setting information is also conceivable.

図4に示したテンポラリテーブル(BIOS設定情報51)を格納するメモリは、記憶部12に限定しない。例えば、BMCFW212の記憶部22を使用し、メモリを直接参照する手段もある。   The memory for storing the temporary table (BIOS setting information 51) shown in FIG. 4 is not limited to the storage unit 12. For example, there is a means for directly referring to the memory using the storage unit 22 of the BMCFW 212.

図5のステップB3でBIOS設定の同期処理終了後、BIOS111は、図4のBIOS設定情報52にあるBIOS設定情報61(テンポラリテーブル)を削除しても問題ない。ただし、削除する前に、BIOS111は、BIOS設定情報61を、BIOS設定情報131およびBIOS設定情報132に反映する必要がある。   After the completion of the BIOS setting synchronization process in step B3 in FIG. 5, the BIOS 111 can delete the BIOS setting information 61 (temporary table) in the BIOS setting information 52 in FIG. However, before the deletion, the BIOS 111 needs to reflect the BIOS setting information 61 in the BIOS setting information 131 and the BIOS setting information 132.

テンポラリテーブルを作成するタイミングは、図5のステップB1に限らず、メモリ初期化実行前であればいつでも良い。例えば、OS運用中に、外部ツール31でBIOS設定情報23が変更された場合にその時点で行ってもよい。その場合には、BMCFW212は、外部ツール31によるBIOS設定情報23の変更を検出して、BIOS設定情報23に変更があったことをBIOS111に割り込みを上げて知らせる。BIOS111は、割り込みを受け取り、BIOS設定情報23の変更をBMCFW212より取得してテンポラリテーブルを作成する。リブートするタイミングで、テンポラリテーブル(BIOS設定情報61)を図4のBIOS設定情報52となるように追加する。これにより、BIOS設定情報23の変更を反映させたBIOS設定情報を使ってリブート直後から起動することができる。但し、この場合、図5のステップB1は省略する。   The timing for creating the temporary table is not limited to step B1 in FIG. 5, but may be any time before the execution of memory initialization. For example, when the BIOS setting information 23 is changed by the external tool 31 during OS operation, it may be performed at that time. In that case, the BMC FW 212 detects a change in the BIOS setting information 23 by the external tool 31 and notifies the BIOS 111 by raising an interrupt that the BIOS setting information 23 has been changed. The BIOS 111 receives the interrupt, acquires the change in the BIOS setting information 23 from the BMCFW 212, and creates a temporary table. At the timing of reboot, a temporary table (BIOS setting information 61) is added so as to become the BIOS setting information 52 of FIG. Thereby, it is possible to start immediately after rebooting using the BIOS setting information reflecting the change in the BIOS setting information 23. In this case, however, step B1 in FIG. 5 is omitted.

以上、説明したように、第2の実施形態には、外部ツール31によりBIOS設定情報を変更した場合に、情報処理装置の起動時間を短縮することができるという効果がある。   As described above, the second embodiment has an effect that the startup time of the information processing apparatus can be shortened when the BIOS setting information is changed by the external tool 31.

その理由は、本実施形態に係る情報処理装置は、外部ツールによる変更を直接BIOS設定情報13に書き込むのではなく、BIOS111が、外部ツール31による変更を反映したBIOS設定情報のテンポラリテーブルを保持し、それを参照して立ち上げを実施する。これによりBIOS111は、メモリ初期化の設定に外部ツールの変更を反映したBIOS設定情報を使用できるようになる。そのため、情報処理装置は、同期処理後にリブートする必要がなくなり、起動時間を短縮することができる。   The reason is that the information processing apparatus according to the present embodiment does not directly write the change by the external tool to the BIOS setting information 13, but the BIOS 111 holds a temporary table of the BIOS setting information reflecting the change by the external tool 31. Referring to it, start up. As a result, the BIOS 111 can use the BIOS setting information reflecting the change of the external tool in the memory initialization setting. For this reason, the information processing apparatus does not need to be rebooted after the synchronization processing, and the startup time can be shortened.

1 情報処理装置
2 入力部
3 変更部
4 格納部
10 情報処理装置
11 CPU
12 記憶部
13 BIOS設定情報
21 BMC
22 記憶部
23 BIOS設定情報
31 外部ツール
32 BIOS設定情報
111 BIOS
211 BMCFW
DESCRIPTION OF SYMBOLS 1 Information processing apparatus 2 Input part 3 Change part 4 Storage part 10 Information processing apparatus 11 CPU
12 storage unit 13 BIOS setting information 21 BMC
22 Storage Unit 23 BIOS Setting Information 31 External Tool 32 BIOS Setting Information 111 BIOS
211 BMCFW

Claims (8)

BIOS設定情報に基づいて起動する情報処理装置であって、
BIOS設定情報に対する変更情報を入力する入力部と、
前記BIOS設定情報を格納する格納部と、
前記情報処理装置をリブートするときに前記入力部により入力された前記変更情報と、前記格納部に格納された前記BIOS設定情報とを参照してメモリの初期化を行った後に、前記変更情報を基に前記格納部に格納された前記BIOS設定情報を変更する変更部とを備える
情報処理装置。
An information processing apparatus that is activated based on BIOS setting information,
An input unit for inputting change information to the BIOS setting information;
A storage unit for storing the BIOS setting information;
After the memory is initialized with reference to the change information input by the input unit when the information processing apparatus is rebooted and the BIOS setting information stored in the storage unit, the change information is An information processing apparatus comprising: a changing unit that changes the BIOS setting information stored in the storage unit.
前記入力部は、BMC(ベースボード・マネージメント・コントローラ)である
ことを特徴とする請求項1記載の情報処理装置。
The information processing apparatus according to claim 1, wherein the input unit is a BMC (baseboard management controller).
前記格納部を第1の格納部とする場合、前記入力部は、入力した前記変更情報を格納する第2の格納部を備える
ことを特徴とする請求項1乃至2の何れか一項記載の情報処理装置。
When the said storage part is made into the 1st storage part, the said input part is provided with the 2nd storage part which stores the input said change information, The Claim 1 or 2 characterized by the above-mentioned. Information processing device.
前記変更部は、情報処理装置起動時に前記BIOS設定情報を参照するBIOSは、前記第1の格納部と前記第2の格納部とを基に前記第1の格納部に作成されるテンプラリテーブルを参照する
ことを特徴とする請求項3記載の情報処理装置。
The change unit is a temporary table created in the first storage unit based on the first storage unit and the second storage unit, the BIOS that refers to the BIOS setting information when the information processing apparatus is activated. The information processing apparatus according to claim 3, wherein:
前記テンプラリテーブルは、前記BIOS設定情報に、前記変更情報を反映した内容と同じ内容である
ことを特徴とする請求項4記載の情報処理装置。
The information processing apparatus according to claim 4, wherein the temporary table has the same content as the content in which the change information is reflected in the BIOS setting information.
前記第2の格納部は、変更情報が入力されたか否かを示す情報を格納する
ことを特徴とする請求項3乃至5の何れか一項記載の情報処理装置。
The information processing apparatus according to claim 3, wherein the second storage unit stores information indicating whether or not change information is input.
BIOS設定情報に基づいて起動する情報処理装置において、
リブートするときのメモリの初期化を、入力された変更情報と前記格納部に格納された前記BIOS設定情報とを参照して行った後に、前記変更情報を基に前記格納部に格納された前記設定情報を変更する
BIOS設定情報変更方法。
In an information processing apparatus that is activated based on BIOS setting information,
After initialization of the memory when rebooting is performed with reference to the input change information and the BIOS setting information stored in the storage unit, the memory stored in the storage unit based on the change information A BIOS setting information changing method for changing setting information.
リブートするときのメモリの初期化を、入力された変更情報と前記格納部に格納された前記BIOS設定情報とを参照して行う初期化機能と、初期化機能の終了後に、前記変更情報を基に前記格納部に格納された前記設定情報を変更する変更機能と
を、コンピュータに実現させる
コンピュータ・プログラム。
Initialization of the memory when rebooting is performed by referring to the input change information and the BIOS setting information stored in the storage unit, and after the initialization function ends, the change information is based on the change information. A computer program for causing a computer to implement a change function for changing the setting information stored in the storage unit.
JP2014260682A 2014-12-24 2014-12-24 Information processing apparatus, BIOS setting information changing method, and computer program Active JP6404708B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014260682A JP6404708B2 (en) 2014-12-24 2014-12-24 Information processing apparatus, BIOS setting information changing method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014260682A JP6404708B2 (en) 2014-12-24 2014-12-24 Information processing apparatus, BIOS setting information changing method, and computer program

Publications (2)

Publication Number Publication Date
JP2016122268A true JP2016122268A (en) 2016-07-07
JP6404708B2 JP6404708B2 (en) 2018-10-10

Family

ID=56326664

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014260682A Active JP6404708B2 (en) 2014-12-24 2014-12-24 Information processing apparatus, BIOS setting information changing method, and computer program

Country Status (1)

Country Link
JP (1) JP6404708B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111666185A (en) * 2019-03-05 2020-09-15 佛山市顺德区顺达电脑厂有限公司 Method for generating BIOS change record
CN113010217A (en) * 2021-03-18 2021-06-22 山东英信计算机技术有限公司 BIOS parameter setting method and device, electronic equipment and storage medium
EP4006720A1 (en) 2020-11-26 2022-06-01 Lenovo (Singapore) Pte. Ltd. Information processing apparatus and bios management method
EP4095684A1 (en) 2021-05-25 2022-11-30 Lenovo (Singapore) Pte. Ltd. Information processing apparatus, management system and management method
US11822927B2 (en) 2018-05-29 2023-11-21 Lenovo (Singapore) Pte. Ltd. Boot times in an information processing device with externally connected devices

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011164759A (en) * 2010-02-05 2011-08-25 Nec Corp Method, device, and program for updating bios
JP2012098857A (en) * 2010-11-01 2012-05-24 Nec Corp Information processing apparatus, information processing system, bios setting update method and program
JP2013156993A (en) * 2012-01-30 2013-08-15 Fujitsu Technology Solutions Intellectual Property Gmbh Methods of configuring bios in computer system and computer program products
JP2015512535A (en) * 2012-03-31 2015-04-27 インテル・コーポレーション Method and system for confirming proper operation of computing device after system change

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011164759A (en) * 2010-02-05 2011-08-25 Nec Corp Method, device, and program for updating bios
JP2012098857A (en) * 2010-11-01 2012-05-24 Nec Corp Information processing apparatus, information processing system, bios setting update method and program
JP2013156993A (en) * 2012-01-30 2013-08-15 Fujitsu Technology Solutions Intellectual Property Gmbh Methods of configuring bios in computer system and computer program products
JP2015512535A (en) * 2012-03-31 2015-04-27 インテル・コーポレーション Method and system for confirming proper operation of computing device after system change

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11822927B2 (en) 2018-05-29 2023-11-21 Lenovo (Singapore) Pte. Ltd. Boot times in an information processing device with externally connected devices
CN111666185A (en) * 2019-03-05 2020-09-15 佛山市顺德区顺达电脑厂有限公司 Method for generating BIOS change record
EP4006720A1 (en) 2020-11-26 2022-06-01 Lenovo (Singapore) Pte. Ltd. Information processing apparatus and bios management method
CN113010217A (en) * 2021-03-18 2021-06-22 山东英信计算机技术有限公司 BIOS parameter setting method and device, electronic equipment and storage medium
EP4095684A1 (en) 2021-05-25 2022-11-30 Lenovo (Singapore) Pte. Ltd. Information processing apparatus, management system and management method

Also Published As

Publication number Publication date
JP6404708B2 (en) 2018-10-10

Similar Documents

Publication Publication Date Title
JP6404708B2 (en) Information processing apparatus, BIOS setting information changing method, and computer program
WO2015165232A1 (en) Driver program loading method and embedded device
JP6073854B2 (en) Electronic equipment and firmware recovery program
JP5218568B2 (en) Information processing apparatus having configuration change function, system configuration change method, and system configuration change program
US9753718B1 (en) Non-disruptive upgrade including rollback capabilities for a distributed file system operating within a cluster of nodes
TW201428508A (en) Remote backup system and remote backup method thereof
CN113064625B (en) Method, device, equipment and medium for upgrading BIOS (basic input output system) out of band
US9965299B2 (en) Information processing apparatus, method for controlling the same, and storage medium
WO2017000567A1 (en) Bootrom upgrading method and device
CN104407890A (en) Method for starting Android system from OTG (On-The-Go) equipment
US9965292B2 (en) Method of bluetooth pairing with UEFI firmware and computer system thereof
US9454325B2 (en) Method and system for offline data access on computer systems
JP2010160558A (en) Information processing apparatus, method of operating the same, and program therefor
US9588918B2 (en) Storage control devices and method therefor to invoke address thereof
TWI518594B (en) Computer system and activation method for computer system
US11271999B2 (en) Flexible associativity in multitenant clustered environments
JP5489278B2 (en) Information processing apparatus and activation method thereof
CN108418720A (en) A kind of restoration methods, device and the routing device of routing device configuration information
CN108052337A (en) A kind of firmware upgrade method and device of eMMC production tools
JP6349827B2 (en) Information processing apparatus, initialization method, and program
JP6146092B2 (en) Virtualization system, virtual server, virtual machine control method, and virtual machine control program
JP6457756B2 (en) Information processing apparatus, control method thereof, and program
JP2017107283A (en) Initialization method, deployment server, deployment program, and initialization program
JP6381218B2 (en) Network device, network device control method and program thereof
TW201506795A (en) System and method for booting a computer using a virtual BIOS

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180615

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180626

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180724

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20180821

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180913

R150 Certificate of patent or registration of utility model

Ref document number: 6404708

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150