JP5148662B2 - Electronic device and control program thereof - Google Patents

Electronic device and control program thereof Download PDF

Info

Publication number
JP5148662B2
JP5148662B2 JP2010159106A JP2010159106A JP5148662B2 JP 5148662 B2 JP5148662 B2 JP 5148662B2 JP 2010159106 A JP2010159106 A JP 2010159106A JP 2010159106 A JP2010159106 A JP 2010159106A JP 5148662 B2 JP5148662 B2 JP 5148662B2
Authority
JP
Japan
Prior art keywords
option rom
watchdog timer
time count
time
option
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.)
Expired - Fee Related
Application number
JP2010159106A
Other languages
Japanese (ja)
Other versions
JP2012022469A (en
Inventor
秀聡 高橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba TEC Corp
Original Assignee
Toshiba TEC Corp
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 Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2010159106A priority Critical patent/JP5148662B2/en
Publication of JP2012022469A publication Critical patent/JP2012022469A/en
Application granted granted Critical
Publication of JP5148662B2 publication Critical patent/JP5148662B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Description

本発明の実施形態は、BIOS(Basic Input/Output System)によってOS(Operating System)を起動する電子機器およびその制御プログラムに関する。   Embodiments described herein relate generally to an electronic device that activates an operating system (OS) using a basic input / output system (BIOS) and a control program therefor.

従来、パーソナルコンピュータ等の電子機器は、動作電源が供給された直後にBIOSによる起動処理が実行されている。起動処理では、各デバイスの初期化や異常診断等が行われた後に補助記憶装置のブートセクタが読み出され、OSが起動される。   2. Description of the Related Art Conventionally, an electronic device such as a personal computer has been activated by a BIOS immediately after operating power is supplied. In the boot process, after initialization of each device and abnormality diagnosis are performed, the boot sector of the auxiliary storage device is read and the OS is booted.

この種の電子機器では、BIOSによる起動処理中に何らかの異常が発生し、OSを起動する前に動作が停止してしまうことがある。OSの起動前にあってはそのような異常に対し十分な対処ができない場合も少なくない。そこで、BIOSによる起動処理の実行中にウォッチドッグタイマ(Watch Dog Timer)を動作させ、該タイマが監視時間をカウントし終えるまでにBIOSによる起動処理が完了しない場合に起動処理をリセットさせる手法が広く採用されている。   In this type of electronic device, some abnormality may occur during the boot process by the BIOS, and the operation may stop before the OS is booted. In many cases, it is not possible to sufficiently cope with such anomaly before the OS is started. Therefore, there is a wide variety of techniques for operating a watch dog timer during execution of the boot process by the BIOS and resetting the boot process when the boot process by the BIOS is not completed before the timer finishes counting the monitoring time. It has been adopted.

BIOSが記憶されたBIOS−ROMには、通常、オプションROMが組み込まれている。オプションROMは、例えばハードウェアと連携する為にBIOSによって読み出されるVGA(Video Graphic Array),RAID(Redundant Arrays Of Inexpensive Disks),PXE(Preboot Execution Environment)等に関するファームウェアである。   An option ROM is usually incorporated in the BIOS-ROM in which the BIOS is stored. The option ROM is firmware relating to, for example, VGA (Video Graphic Array), RAID (Redundant Arrays of Inexpensive Disks), PXE (Preboot Execution Environment), and the like read by the BIOS in order to cooperate with hardware.

特開2008−140072号公報JP 2008-140072 A

上記のようなオプションROMがBIOSによる起動処理中に読み出され、読み出されたオプションROMに関する設定処理等をユーザが実行した場合には、それに要する時間によってウォッチドッグタイマがタイムアウトし、何ら異常が生じていないにも関わらず起動処理が強制リセットされる虞がある。   When the option ROM as described above is read during the startup process by the BIOS, and the user executes a setting process related to the read option ROM, the watchdog timer times out depending on the time required, and any abnormality is detected. There is a risk that the start-up process is forcibly reset even though it has not occurred.

これに対処する方法としては、オプションROMに関する設定処理の実行中にウォッチドッグタイマの動作を停止させ、該設定処理の完了後に動作を再開させる方法が考え得る。しかしながら、現状のウォッチドッグタイマはオプションROMに関する処理から独立しており、前記設定処理の実行中にその動作を停止および再開させることができない。したがって、オプションROMに関する処理が開始されるまでにウォッチドッグタイマによる監視を終了させるか、オプションROMに関する処理が行われている間だけウォッチドッグタイマのカウントを停止させる等の手法が採られていた。   As a method for coping with this, a method of stopping the operation of the watchdog timer during execution of the setting process related to the option ROM and restarting the operation after the setting process is completed can be considered. However, the current watchdog timer is independent from the processing related to the option ROM, and the operation cannot be stopped and restarted during the execution of the setting processing. Therefore, a technique has been adopted in which monitoring by the watchdog timer is terminated before processing relating to the option ROM is started, or counting of the watchdog timer is stopped only while processing relating to the option ROM is being performed.

但し、オプションROMに関する処理の実行中にウォッチドッグタイマを停止等させると、オプションROMに関する処理の実行中に異常が発生して処理の進行が停止した場合には、起動処理が自動的に強制リセットされないことになる。したがって処理停止時には、ユーザが手動で強制リセットをかけなければならない。   However, if the watchdog timer is stopped while the processing related to the option ROM is being executed, etc., if an error occurs during the processing related to the option ROM and the progress of the processing is stopped, the startup processing is automatically reset. Will not be. Therefore, when the process is stopped, the user must manually perform a forced reset.

上記のような事情から、オプションROMに関する設定処理の実行中にはウォッチドッグタイマによる強制リセットが行われず、かつ前記設定処理を除くオプションROMに関する処理の進行が停止した場合であっても自動的に起動処理がリセットされる電子機器が望まれていた。   For the above reasons, during the execution of the setting process related to the option ROM, the forced reset by the watchdog timer is not performed, and even if the progress of the process related to the option ROM other than the setting process is stopped automatically There has been a demand for an electronic device in which the startup process is reset.

一実施形態における電子機器は、BIOS記憶手段と、制御手段と、第1ウォッチドッグタイマと、第2ウォッチドッグタイマと、を備えている。
前記BIOS記憶手段は、BIOSプログラムおよびオプションROMを記憶している。前記制御手段は、当該電子機器が有するデバイスの初期化処理を含み、前記BIOSプログラムを用いた起動処理前記初期化処理の途中で実行され、前記オプションROMの設定処理を含む前記オプションROMに関する処理を、それぞれ実行する。前記第1ウォッチドッグタイマは、前記初期化処理の開始時にタイムカウントを開始し、前記オプションROMに関する処理の開始時にタイムカウントを一時中断し、前記オプションROMに関する処理の完了時にタイムカウントを再開し、前記起動処理の完了時にタイムカウントを停止し、タイムカウントが予め定められた第1監視時間に達すると当該起動処理をリセットする。前記第2ウォッチドッグタイマは、前記オプションROMに関する処理の開始時にタイムカウントを開始し、同オプションROMの設定処理の開始時にタイムカウントを一時中断し、同設定処理の完了時にタイムカウントを再開し、同オプションROMに関する処理の完了時にタイムカウントを停止し、タイムカウントが予め定められた第2監視時間に達すると前記起動処理をリセットする。
The electronic device in one embodiment includes a BIOS storage unit, a control unit, a first watchdog timer, and a second watchdog timer.
The BIOS storage means stores a BIOS program and an option ROM. The control means includes an initialization process of a device included in the electronic device, and relates to the option ROM that is executed during the startup process using the BIOS program and the initialization process, and includes the setting process of the option ROM Each process is executed. The first watchdog timer starts a time count at the start of the initialization process, suspends the time count at the start of the process related to the option ROM, and restarts the time count when the process related to the option ROM is completed, When the activation process is completed, the time count is stopped. When the time count reaches a predetermined first monitoring time, the activation process is reset. The second watchdog timer starts a time count at the start of the process related to the option ROM, suspends the time count at the start of the setting process of the option ROM, and restarts the time count when the setting process is completed, When the process relating to the option ROM is completed, the time count is stopped, and when the time count reaches a predetermined second monitoring time, the start-up process is reset.

一実施形態における電子機器の要部構成を示すブロック図。The block diagram which shows the principal part structure of the electronic device in one Embodiment. 同実施形態における起動処理のフローチャート。The flowchart of the starting process in the embodiment. 同実施形態におけるオプションROMの設定処理のフローチャート。6 is a flowchart of option ROM setting processing in the embodiment.

以下、一実施形態について図面を参照しながら説明する。
なお、以下の説明において同一の構成要素には同一の符号を付し、重複説明は必要な場合にのみ行う。
Hereinafter, an embodiment will be described with reference to the drawings.
In the following description, the same components are denoted by the same reference numerals, and redundant description will be given only when necessary.

図1は、本実施形態における電子機器1の要部構成を示すブロック図である。ここでは、起動処理に関係する構成要素を示しており、他の構成要素については図示を省略している。   FIG. 1 is a block diagram illustrating a main configuration of an electronic device 1 according to the present embodiment. Here, the components related to the activation process are shown, and the other components are not shown.

電子機器1に内蔵されたマザーボード2には、CPU(Central Processing Unit)10、チップセット11、メインメモリ12、BIOS−ROM13(BIOS記憶手段)、第1ウォッチドッグタイマ20、および第2ウォッチドッグタイマ31〜3n(n:1以上の正整数)が実装されている。   A motherboard 2 built in the electronic device 1 includes a CPU (Central Processing Unit) 10, a chip set 11, a main memory 12, a BIOS-ROM 13 (BIOS storage means), a first watchdog timer 20, and a second watchdog timer. 31 to 3n (n is a positive integer of 1 or more) is mounted.

CPU10は、電子機器1の主制御手段として機能する。
チップセット11は、ノースブリッジおよびサウスブリッジからなるものであり、CPU10と、メインメモリ12、BIOS−ROM13、第1ウォッチドッグタイマ20、および第2ウォッチドッグタイマ31〜3nとのデータの遣り取りを仲介する。このチップセット11には、マザーボード2に実装された各デバイスの他に、電子機器1の筐体に設けられた電源スイッチ(SW)40と、補助記憶装置50とが接続されている。電源スイッチ40が押下げられると、電源信号が出力される。この電源信号は、図示せぬ電源回路およびCPU10に送られる。電源回路は、電源信号が入力されたことに応じて外部電源あるいはバッテリから各デバイスへの電源供給を開始する。補助記憶装置50は、例えばフロッピー(登録商標)ディスクドライブであり、OSのブートセクタを記憶した記憶媒体からのデータ読出しおよび同記憶媒体へのデータ書込みを行う。
The CPU 10 functions as a main control unit of the electronic device 1.
The chip set 11 includes a north bridge and a south bridge, and mediates data exchange between the CPU 10 and the main memory 12, the BIOS-ROM 13, the first watchdog timer 20, and the second watchdog timers 31 to 3n. To do. In addition to each device mounted on the motherboard 2, a power switch (SW) 40 provided in the housing of the electronic device 1 and an auxiliary storage device 50 are connected to the chip set 11. When the power switch 40 is depressed, a power signal is output. This power supply signal is sent to a power supply circuit (not shown) and the CPU 10. The power supply circuit starts power supply from the external power supply or the battery to each device in response to the input of the power supply signal. The auxiliary storage device 50 is, for example, a floppy (registered trademark) disk drive, and reads data from and writes data to the storage medium storing the boot sector of the OS.

メインメモリ12は、固定的データを記憶したROM(Read Only Memory)や、各種の作業用記憶領域を動的に形成するRAM(Random Access Memory)によって構成されている。   The main memory 12 includes a ROM (Read Only Memory) that stores fixed data and a RAM (Random Access Memory) that dynamically forms various working storage areas.

BIOS−ROM13は、フラッシュROM等の書き換え可能な不揮発性メモリである。BIOS−ROM13には、BIOSプログラム100、初期化プログラム200、および複数のオプションROM301〜30n等が記憶されている。BIOSプログラム100は、電子機器1の起動に関する各種処理をCPU10に実行させるプログラムである。初期化プログラム200は、BIOSプログラム100から呼出され、POST(Power On Self Test)すなわち各デバイスの初期化および異常診断処理等をCPU10に実行させるプログラムである。オプションROM301〜30nは、例えばVGA,RAID,PXEのように、表示デバイス、記憶デバイス、入力デバイス、および通信デバイス等とBIOSやOSとを連携させるためのファームウェアである。   The BIOS-ROM 13 is a rewritable nonvolatile memory such as a flash ROM. The BIOS-ROM 13 stores a BIOS program 100, an initialization program 200, a plurality of option ROMs 301 to 30n, and the like. The BIOS program 100 is a program that causes the CPU 10 to execute various processes related to activation of the electronic device 1. The initialization program 200 is a program that is called from the BIOS program 100 and causes the CPU 10 to execute POST (Power On Self Test), that is, initialization of each device, abnormality diagnosis processing, and the like. The option ROMs 301 to 30n are firmware for linking a display device, a storage device, an input device, a communication device, and the like with the BIOS and OS, such as VGA, RAID, and PXE.

第1ウォッチドッグタイマ20は、オプションROM301〜30nに関する処理の実行中を除き、BIOSプログラム100を用いた起動処理の実行中にタイムカウントし、そのタイムカウントが予め定められた第1監視時間に達すると当該起動処理を強制リセットするリセット信号を出力する。   The first watchdog timer 20 counts the time during the execution of the start-up process using the BIOS program 100 except during the execution of the process related to the option ROMs 301 to 30n, and the time count reaches a predetermined first monitoring time. Then, a reset signal for forcibly resetting the activation process is output.

第2ウォッチドッグタイマ31〜3nは、各オプションROM301〜30nに対して1つずつ設けられたものであり、対応するオプションROMに関する処理の実行中にタイムカウントし、そのタイムカウントが予め定められた第2監視時間に達すると起動処理を強制リセットするリセット信号を出力する。但し、第2ウォッチドッグタイマ31〜3nは、対応するオプションROMの設定処理中はタイムカウントを中断する。   The second watchdog timers 31 to 3n are provided one for each option ROM 301 to 30n, and time is counted during execution of processing related to the corresponding option ROM, and the time count is determined in advance. When the second monitoring time is reached, a reset signal for forcibly resetting the startup process is output. However, the second watchdog timers 31 to 3n interrupt the time count during the setting process of the corresponding option ROM.

なお、第1監視時間は、オプションROM301〜30nに関する処理を除く起動処理の所要時間が当該第1監視時間を越えるならば、何らかの障害で処理の進行が困難な状態にあると判定できる程度の時間に設定されている。また、第2監視時間は、各オプションROM301〜30nに関する処理の所用時間が当該第2監視時間を越えるならば、何らかの障害で処理の進行が困難な状態にあると判定できる程度の時間に設定されている。これら第1,第2監視時間の具体的な値は、経験的、実験的、あるいは理論的に定めればよい。   It should be noted that the first monitoring time is a time enough to determine that the progress of the process is difficult due to some trouble if the time required for the startup process excluding the processes related to the option ROMs 301 to 30n exceeds the first monitoring time. Is set to In addition, the second monitoring time is set to such a time that it can be determined that the progress of the processing is difficult due to some trouble if the required processing time of each option ROM 301 to 30n exceeds the second monitoring time. ing. The specific values of the first and second monitoring times may be determined empirically, experimentally or theoretically.

第1ウォッチドッグタイマ20および第2ウォッチドッグタイマ31〜3nから出力されたリセット信号は、チップセット11を介してCPU10に送られる。このリセット信号を受け取ると、CPU10は、起動処理を強制リセットする。   The reset signals output from the first watchdog timer 20 and the second watchdog timers 31 to 3n are sent to the CPU 10 via the chipset 11. Upon receiving this reset signal, the CPU 10 forcibly resets the startup process.

次に、電子機器1の起動処理について、図2のフローチャートを参照しながら説明する。   Next, the startup process of the electronic device 1 will be described with reference to the flowchart of FIG.

電源スイッチ40が押下げられると、電源信号が電源回路およびCPU10に送られる。この電源信号を受け取ると、電源回路が各デバイスへの電源供給を開始する。さらに、CPU10がBIOS−ROM13からBIOSプログラム100を読出して実行し、起動処理を開始する(ステップS101)。その後、CPU10はBIOSプログラム100に従って動作し、第1ウォッチドッグタイマ20にタイムカウントを開始させる(ステップS102)。   When the power switch 40 is depressed, a power signal is sent to the power circuit and the CPU 10. When this power supply signal is received, the power supply circuit starts supplying power to each device. Further, the CPU 10 reads out and executes the BIOS program 100 from the BIOS-ROM 13 and starts the activation process (step S101). Thereafter, the CPU 10 operates in accordance with the BIOS program 100 and causes the first watchdog timer 20 to start time counting (step S102).

BIOSプログラム100の実行下において、CPU10は、BIOS−ROM13から初期化プログラム200を読出し、電子機器1が備える各デバイスの異常診断処理および初期化処理を実行する(ステップS103)。これらの処理の間も第1ウォッチドッグタイマ20はタイムカウントを継続している。   Under the execution of the BIOS program 100, the CPU 10 reads the initialization program 200 from the BIOS-ROM 13, and executes abnormality diagnosis processing and initialization processing for each device included in the electronic device 1 (step S103). During these processes, the first watchdog timer 20 continues to count time.

異常診断処理および初期化処理の実行中に何らかの異常が発生して処理の進行が停止あるいは大幅に遅延すると、やがて第1ウォッチドッグタイマ20のタイムカウントが第1監視時間に達する(ステップS104のYes)。この場合には第1ウォッチドッグタイマ20からリセット信号が出力され、起動処理が強制リセットされる。   If an abnormality occurs during the execution of the abnormality diagnosis process and the initialization process and the progress of the process is stopped or significantly delayed, the time count of the first watchdog timer 20 eventually reaches the first monitoring time (Yes in step S104). ). In this case, a reset signal is output from the first watchdog timer 20 and the activation process is forcibly reset.

一方、第1ウォッチドッグタイマ20のタイムカウントが第1監視時間に達する前に異常診断処理および初期化処理のうち、オプションROMに関する処理以前の処理が完了したならば(ステップS105のYes)、CPU10が第1ウォッチドッグタイマ20によるタイムカウントを一時中断させる(ステップS106)。なお、ここまでの処理で少なくともディスプレイおよびキーボード等の入力デバイスの異常診断処理および初期化処理が完了する。したがって、以降の処理ではディスプレイおよび入力デバイスが使用可能となる。   On the other hand, if the process before the process related to the option ROM among the abnormality diagnosis process and the initialization process is completed before the time count of the first watchdog timer 20 reaches the first monitoring time (Yes in step S105), the CPU 10 Temporarily suspends the time count by the first watchdog timer 20 (step S106). Note that at least the abnormality diagnosis process and the initialization process of the input device such as the display and the keyboard are completed by the processes so far. Therefore, the display and the input device can be used in the subsequent processing.

続いてCPU10がオプションROM301に関する処理を開始するとともに(ステップS107)、オプションROM301に対応する第2ウォッチドッグタイマ31にタイムカウントを開始させる(ステップS108)。なお、上記オプションROM301に関する処理には、オプションROM301のメインメモリ12への読出し、読出したデータのエラーチェック、およびオプションROM301の設定処理等が含まれる。   Subsequently, the CPU 10 starts processing relating to the option ROM 301 (step S107), and causes the second watchdog timer 31 corresponding to the option ROM 301 to start time counting (step S108). The processing related to the option ROM 301 includes reading of the option ROM 301 to the main memory 12, error checking of the read data, setting processing of the option ROM 301, and the like.

オプションROM301に関する処理の実行中に何らかの異常が発生して処理の進行が停止あるいは大幅に遅延すると、やがて第2ウォッチドッグタイマ31のタイムカウントが第2監視時間に達する(ステップS109のYes)。この場合には第2ウォッチドッグタイマ31からリセット信号が出力され、起動処理が強制リセットされる。   When some abnormality occurs during execution of the process related to the option ROM 301 and the progress of the process is stopped or significantly delayed, the time count of the second watchdog timer 31 eventually reaches the second monitoring time (Yes in step S109). In this case, a reset signal is output from the second watchdog timer 31 and the activation process is forcibly reset.

一方、第2ウォッチドッグタイマ31のタイムカウントが第2監視時間に達する前にオプションROM301に関する処理が完了したならば(ステップS110のYes)、CPU10が第2ウォッチドッグタイマ31によるタイムカウントを停止させる(ステップS111)。   On the other hand, if the processing related to the option ROM 301 is completed before the time count of the second watchdog timer 31 reaches the second monitoring time (Yes in step S110), the CPU 10 stops the time count by the second watchdog timer 31. (Step S111).

ここで、オプションROM301の設定処理について、図3のフローチャートを参照しながら説明する。オプションROM301に関する処理の実行中に、前記異常診断処理および初期化処理を経て使用可能となった入力デバイスに対して所定の操作がなされると、CPU10がオプションROM301に関する設定処理を開始する。この処理の開始当初において、CPU10が第2ウォッチドッグタイマ31のタイムカウントを中断させる(ステップS201)。しかる後、CPU10は電子機器1が備えるディスプレイにオプションROM301設定用の画面を表示させ、上記入力デバイス等を用いて設定を受け付けるとともに(ステップS202)、設定完了を待つ(ステップS203のNo)。このとき受け付けられる設定は、例えばオプションROM301が提供する機能の有効/無効の設定や、動作パターンの設定等である。設定が完了すると(ステップS203のYes)、CPU10は第2ウォッチドッグタイマ31のタイムカウントを再開させ(ステップS204)、設定処理を終了する。   Here, the setting process of the option ROM 301 will be described with reference to the flowchart of FIG. When a predetermined operation is performed on an input device that has become usable through the abnormality diagnosis process and the initialization process during the process related to the option ROM 301, the CPU 10 starts a setting process related to the option ROM 301. At the beginning of this process, the CPU 10 interrupts the time count of the second watchdog timer 31 (step S201). Thereafter, the CPU 10 displays a screen for setting the option ROM 301 on the display included in the electronic device 1, accepts the setting using the input device or the like (step S202), and waits for the setting to be completed (No in step S203). The settings accepted at this time are, for example, settings for enabling / disabling functions provided by the option ROM 301, settings for operation patterns, and the like. When the setting is completed (Yes in step S203), the CPU 10 restarts the time count of the second watchdog timer 31 (step S204) and ends the setting process.

上記ステップS107〜S111の処理は、残りのオプションROM302〜30nについても順番に実行され、その処理の中で設定処理の実行が指示されたならば上記ステップS201〜S204の設定処理が実行される。すなわち、いずれかのオプションROM30x(xは2以上の正整数)に関する処理が開始されると(ステップS107)、当該オプションROM30xに対応する第2ウォッチドッグタイマ3xがタイムカウントを開始し(ステップS108)、タイムカウントが第2監視時間に達したならば(ステップS109のYes)リセット信号を出力し、オプションROM30xに関する処理が完了したならば(ステップS110のYes)第2ウォッチドッグタイマ3xのタイムカウントを停止させる(ステップS111)。また、設定処理が開始されたならば第2ウォッチドッグタイマ3xがタイムカウントを中断して(ステップS201)設定が受け付けられ(ステップS202)、設定が完了したならば(ステップS203のYes)第2ウォッチドッグタイマ3xがタイムカウントを再開する(ステップS204)。   The processes in steps S107 to S111 are also executed in order for the remaining option ROMs 302 to 30n. If the execution of the setting process is instructed in the process, the setting processes in steps S201 to S204 are executed. That is, when the processing related to any option ROM 30x (x is a positive integer of 2 or more) is started (step S107), the second watchdog timer 3x corresponding to the option ROM 30x starts time counting (step S108). If the time count reaches the second monitoring time (Yes in step S109), a reset signal is output, and if the processing related to the option ROM 30x is completed (Yes in step S110), the time count of the second watchdog timer 3x is set. Stop (step S111). If the setting process is started, the second watchdog timer 3x interrupts the time count (step S201), the setting is accepted (step S202), and if the setting is completed (Yes in step S203), the second The watchdog timer 3x resumes time counting (step S204).

オプションROM301〜30nに関する処理が完了すると、CPU10が第1ウォッチドッグタイマ20のタイムカウントを再開させる(ステップS112)。さらにCPU10は、電子機器1が備える各デバイスの異常診断処理および初期化処理を再開する(ステップS113)。   When the processing related to the option ROMs 301 to 30n is completed, the CPU 10 restarts the time count of the first watchdog timer 20 (step S112). Further, the CPU 10 resumes the abnormality diagnosis process and the initialization process for each device included in the electronic apparatus 1 (step S113).

再開した異常診断処理および初期化処理の実行中に何らかの異常が発生して処理の進行が停止あるいは大幅に遅延すると、やがて第1ウォッチドッグタイマ20のタイムカウントが第1監視時間に達する(ステップS114のYes)。この場合には第1ウォッチドッグタイマ20からリセット信号が出力され、起動処理が強制リセットされる。   If any abnormality occurs during the execution of the restarted abnormality diagnosis process and initialization process and the progress of the process is stopped or significantly delayed, the time count of the first watchdog timer 20 eventually reaches the first monitoring time (step S114). Yes). In this case, a reset signal is output from the first watchdog timer 20 and the activation process is forcibly reset.

一方、第1ウォッチドッグタイマ20のタイムカウントが第1監視時間に達する前に異常診断処理および初期化処理が完了したならば(ステップS115のYes)、CPU10が第1ウォッチドッグタイマ20によるタイムカウントを停止させる(ステップS116)。その後、CPU10が補助記憶装置50からブートセクタを読出し、当該ブートセクタに含まれるBIOSパラメータブロックやIPL(Initial Program Loader)を用いてOSを起動する。OS起動後は制御権がOSに移行し、OSによる処理が行われる。   On the other hand, if the abnormality diagnosis process and the initialization process are completed before the time count of the first watchdog timer 20 reaches the first monitoring time (Yes in step S115), the CPU 10 counts the time count by the first watchdog timer 20 Is stopped (step S116). Thereafter, the CPU 10 reads the boot sector from the auxiliary storage device 50, and starts the OS using a BIOS parameter block and IPL (Initial Program Loader) included in the boot sector. After the OS is started, the control right is transferred to the OS, and processing by the OS is performed.

以上説明したように、本実施形態における電子機器1は、オプションROM301〜30nに関する処理が実行されている間に第2ウォッチドッグタイマ31〜3nがタイムカウントし、タイムカウントが第2監視時間に達すると起動処理が強制リセットされる。このような構成であれば、オプションROM301〜30nに関する処理の実行中に異常が発生し、処理の進行が停止した場合であっても自動的に起動処理がリセットされる。さらに、オプションROM301〜30nの設定処理中は第2ウォッチドッグタイマ31〜3nのタイムカウントが停止されるので、設定処理の実行中に起動処理が強制リセットされることはない。   As described above, in the electronic device 1 according to the present embodiment, the second watchdog timers 31 to 3n count the time while the processing related to the option ROMs 301 to 30n is being executed, and the time count reaches the second monitoring time. Then, the startup process is forcibly reset. With such a configuration, even when an abnormality occurs during the execution of the process relating to the option ROMs 301 to 30n and the progress of the process is stopped, the activation process is automatically reset. Further, since the time counts of the second watchdog timers 31 to 3n are stopped during the setting process of the option ROMs 301 to 30n, the start-up process is not forcibly reset during the execution of the setting process.

また、起動処理においてオプションROM301〜30nに関する処理が実行されているときには第1ウォッチドッグタイマ20のタイムカウントを一時中断させ、オプションROM301〜30nに関する処理が完了した後に再開させる。ここで、オプションROMを追加してもオプションROMに関する処理以外の処理に要する時間は略変化しない。したがって、オプションROMを新たに追加した場合であっても第1ウォッチドッグタイマ20の第1監視時間を変更する必要がない。同様に、各オプションROM301〜30nに対して1つずつ第2ウォッチドッグタイマ31〜3nを設けているので、オプションROMを追加あるいは取り除いた場合であっても、それぞれのウォッチドッグタイマの第2監視時間を変更する必要がない。   In addition, when the processing related to the option ROMs 301 to 30n is being executed in the start-up process, the time count of the first watchdog timer 20 is temporarily suspended and restarted after the processing related to the option ROMs 301 to 30n is completed. Here, even if the option ROM is added, the time required for processing other than the processing related to the option ROM is not substantially changed. Therefore, even when the option ROM is newly added, it is not necessary to change the first monitoring time of the first watchdog timer 20. Similarly, since the second watchdog timers 31 to 3n are provided for each option ROM 301 to 30n, even if the option ROM is added or removed, the second monitoring of each watchdog timer is performed. There is no need to change the time.

なお、前記各実施形態に開示された構成は、実施段階において各構成要素を適宜変形して具体化できる。具体的な変形例としては、例えば次のようなものがある。   Note that the configuration disclosed in each of the embodiments can be embodied by appropriately modifying each component in the implementation stage. Specific examples of modifications are as follows.

(1)前記実施形態では、BIOS−ROM13にオプションROM301〜30nが組み込まれている場合を例示した。しかしながら、BIOS−ROM13とは別に、マザーボード2等にオプションROM301〜30nのうちのいずれか、あるいは全てが実装されていてもよい。また、オプションROMの数は1つであってもよい。 (1) In the said embodiment, the case where option ROM301-30n was integrated in BIOS-ROM13 was illustrated. However, any one or all of the option ROMs 301 to 30n may be mounted on the motherboard 2 or the like separately from the BIOS-ROM 13. The number of option ROMs may be one.

(2)前記実施形態では、各オプションROM301〜30nに対して1つずつウォッチドッグタイマを設けた場合を例示した。しかしながら、複数のオプションROMで構成されるグループに対して1つのウォッチドッグタイマを設けてもよい。この場合にあっては、前記グループに属するオプションROMに関する処理の実行中に、当該グループに対して設けられたウォッチドッグタイマにタイムカウントさせればよい。その際、当該グループに属するそれぞれのオプションROMに関する処理の開始時にウォッチドッグタイマのタイムカウントを開始させ終了時にタイムカウントを停止させてもよいし、当該グループに属する1つ目のオプションROMに関する処理の開始時にウォッチドッグタイマのタイムカウントを開始させ、当該グループに属する最後のオプションROMに関する処理の終了時にタイムカウントを停止させてもよい。 (2) In the above embodiment, the case where one watchdog timer is provided for each option ROM 301 to 30n is illustrated. However, one watchdog timer may be provided for a group composed of a plurality of option ROMs. In this case, it is only necessary to cause the watchdog timer provided for the group to count time during the execution of the processing related to the option ROM belonging to the group. At that time, the time count of the watchdog timer may be started at the start of the process related to each option ROM belonging to the group and the time count may be stopped at the end, or the process related to the first option ROM belonging to the group may be stopped. The time count of the watchdog timer may be started at the start, and the time count may be stopped at the end of the process related to the last option ROM belonging to the group.

(3)前記実施形態では、各第2ウォッチドッグタイマ31〜3nの監視時間が全て第2監視時間である場合を例示した。しかしながら、各監視時間は各第2ウォッチドッグタイマ31〜3nに対応するオプションROMに関する処理の所要時間に合わせて異なる値に設定してもよい。 (3) In the said embodiment, the case where all the monitoring time of each 2nd watchdog timer 31-3n was 2nd monitoring time was illustrated. However, each monitoring time may be set to a different value in accordance with the time required for processing related to the option ROM corresponding to each of the second watchdog timers 31 to 3n.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。
本願の出願当初の特許請求の範囲の記載を、以下に付記する。
[1]BIOS(Basic Input/Output System)プログラムおよびオプションROMを記憶したBIOS記憶手段と、前記BIOSプログラムを用いた起動処理、および前記オプションROMの設定処理を含む前記オプションROMに関する処理を、それぞれ実行する制御手段と、前記オプションROMに関する処理の実行中を除き、前記起動処理の実行中にタイムカウントし、そのタイムカウントが予め定められた第1監視時間に達すると当該起動処理をリセットする第1ウォッチドッグタイマと、前記設定処理を除く前記オプションROMに関する処理の実行中にタイムカウントし、そのタイムカウントが予め定められた第2監視時間に達すると前記起動処理をリセットする第2ウォッチドッグタイマと、
を備えていることを特徴とする電子機器。
[2]前記BIOS記憶手段には、前記オプションROMが複数記憶され、前記第2ウォッチドッグタイマは、前記各オプションROMに対して1つずつ設けられ、前記各第2ウォッチドッグタイマは、それぞれに対応する前記オプションROMの設定処理を除く同オプションROMに関する処理の実行中にタイムカウントすることを特徴とする上記[1]に記載の電子機器。
[3]前記起動処理には当該電子機器が有するデバイスの初期化処理が含まれ、前記オプションROMに関する処理は前記初期化処理の途中で実行され、前記第1ウォッチドッグタイマは、前記初期化処理の開始時にタイムカウントを開始し、前記オプションROMに関する処理の開始時にそのタイムカウントを一時中断し、前記オプションROMに関する処理の完了時にそのタイムカウントを再開し、前記OSの起動処理の完了時にそのタイムカウントを停止することを特徴とする上記[1]又は[2]に記載の電子機器。
[4]前記第2ウォッチドッグタイマは、前記オプションROMに関する処理の開始時にタイムカウントを開始し、同オプションROMの設定処理の開始時にそのタイムカウントを一時中断し、同設定処理の完了時にそのタイムカウントを再開し、同オプションROMに関する処理の完了時にそのタイムカウントを停止することを特徴とする上記[1]乃至[3]のうちいずれか1に記載の電子機器。
[5]前記オプションROMは、VGA(Video Graphic Array)、RAID(Redundant Arrays Of Inexpensive Disks)、およびPXE(Preboot Execution Environment)のうち少なくとも1つに関するものであることを特徴とする上記[1]乃至[4]のうちいずれか1に記載の電子機器。
[6]BIOSプログラムおよびオプションROMを記憶したBIOS記憶部と、タイムカウントが第1監視時間に達するとリセット信号を出力する第1ウォッチドッグタイマと、タイムカウントが第2監視時間に達するとリセット信号を出力する第2ウォッチドッグタイマとを備えた電子機器の制御プログラムであって、前記電子機器に、前記BIOSプログラムを用いた起動処理、および前記オプションROMの設定処理を含む前記オプションROMに関する処理を、それぞれ実行する機能と、前記オプションROMに関する処理の実行中を除き、前記起動処理の実行中に前記第1ウォッチドッグタイマにタイムカウントさせる機能と、前記設定処理を除く前記オプションROMに関する処理の実行中に前記第2ウォッチドッグタイマにタイムカウントさせる機能と、前記第1ドッグウォッチタイマおよび前記第2ウォッチドッグタイマのいずれか一方から前記リセット信号が出力されると、前記起動処理をリセットする機能と、を実現させるための制御プログラム。
Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.
The description of the scope of claims at the beginning of the filing of the present application is appended below.
[1] BIOS storage means for storing a BIOS (Basic Input / Output System) program and an option ROM, a startup process using the BIOS program, and a process related to the option ROM including the option ROM setting process And a control unit that counts the time during execution of the start-up process except during the process related to the option ROM, and resets the start-up process when the time count reaches a predetermined first monitoring time. A watchdog timer, and a second watchdog timer that counts time during execution of the process related to the option ROM except for the setting process, and resets the start-up process when the time count reaches a predetermined second monitoring time; ,
An electronic device comprising:
[2] A plurality of the option ROMs are stored in the BIOS storage means, one second watchdog timer is provided for each option ROM, and each second watchdog timer is provided for each option ROM. The electronic device according to [1], wherein time counting is performed during execution of processing relating to the option ROM excluding the corresponding setting processing of the option ROM.
[3] The startup process includes an initialization process for a device included in the electronic device, a process related to the option ROM is executed in the middle of the initialization process, and the first watchdog timer Time count is started at the start of the process, the time count is temporarily interrupted when the process related to the option ROM is started, the time count is restarted when the process related to the option ROM is completed, and the time count is restarted when the startup process of the OS is completed. The electronic device according to [1] or [2], wherein the counting is stopped.
[4] The second watchdog timer starts a time count at the start of processing related to the option ROM, suspends the time count at the start of setting processing of the option ROM, and reaches the time when the setting processing is completed. The electronic device according to any one of [1] to [3], wherein the counting is restarted and the time count is stopped when the processing related to the option ROM is completed.
[5] The above-mentioned [1] to [1], wherein the option ROM relates to at least one of VGA (Video Graphic Array), RAID (Redundant Arrays of Inexpensive Disks), and PXE (Preboot Execution Environment). The electronic device according to any one of [4].
[6] A BIOS storage unit storing a BIOS program and an option ROM, a first watchdog timer that outputs a reset signal when the time count reaches the first monitoring time, and a reset signal when the time count reaches the second monitoring time A control program for an electronic device comprising a second watchdog timer that outputs a processing for the option ROM including a startup process using the BIOS program and a setting process for the option ROM. A function to be executed, a function to cause the first watchdog timer to count time during execution of the start-up process except during execution of the process related to the option ROM, and execution of a process related to the option ROM excluding the setting process During the second watchdog timer A function of Im counting, when the reset signal from one of the first dog watch timer and the second watchdog timer is output, a control program for realizing a function of resetting the activation process.

1…電子機器、2…マザーボード、10…CPU、11…チップセット、12…メインメモリ、13…BIOS−ROM、20…第1ウォッチドッグタイマ、31〜3n…第2ウォッチドッグタイマ、40…電源スイッチ、50…補助記憶装置、100…BIOSプログラム、200…初期化プログラム、301〜30n…オプションROM   DESCRIPTION OF SYMBOLS 1 ... Electronic device, 2 ... Mother board, 10 ... CPU, 11 ... Chip set, 12 ... Main memory, 13 ... BIOS-ROM, 20 ... 1st watchdog timer, 31-3n ... 2nd watchdog timer, 40 ... Power supply Switch 50 ... Auxiliary storage device 100 ... BIOS program 200 ... Initialization program 301-30n ... Option ROM

Claims (4)

BIOS(Basic Input/Output System)プログラムおよびオプションROMを記憶したBIOS記憶手段と、
当該電子機器が有するデバイスの初期化処理を含み、前記BIOSプログラムを用いた起動処理前記初期化処理の途中で実行され、前記オプションROMの設定処理を含む前記オプションROMに関する処理を、それぞれ実行する制御手段と、
前記初期化処理の開始時にタイムカウントを開始し、前記オプションROMに関する処理の開始時にタイムカウントを一時中断し、前記オプションROMに関する処理の完了時にタイムカウントを再開し、前記起動処理の完了時にタイムカウントを停止し、タイムカウントが予め定められた第1監視時間に達すると当該起動処理をリセットする第1ウォッチドッグタイマと、
前記オプションROMに関する処理の開始時にタイムカウントを開始し、同オプションROMの設定処理の開始時にタイムカウントを一時中断し、同設定処理の完了時にタイムカウントを再開し、同オプションROMに関する処理の完了時にタイムカウントを停止し、タイムカウントが予め定められた第2監視時間に達すると前記起動処理をリセットする第2ウォッチドッグタイマと、
を備えていることを特徴とする電子機器。
BIOS storage means for storing a BIOS (Basic Input / Output System) program and an option ROM;
It includes a device initialization process with the electronic device, wherein the activation process using the BIOS program is executed in the course of the initialization process, a process related to the option ROM including the setting processing of the option ROM, respectively Control means to execute;
The time count is started at the start of the initialization process, the time count is temporarily suspended at the start of the process related to the option ROM, the time count is restarted when the process related to the option ROM is completed, and the time count is completed at the completion of the startup process. A first watchdog timer that resets the activation process when the time count reaches a predetermined first monitoring time;
The time count is started at the start of the process related to the option ROM, the time count is temporarily interrupted at the start of the setting process of the option ROM, the time count is restarted when the setting process is completed, and the process related to the option ROM is completed. A second watchdog timer that stops the time count and resets the start-up process when the time count reaches a predetermined second monitoring time;
An electronic device comprising:
前記BIOS記憶手段には、前記オプションROMが複数記憶され、
前記第2ウォッチドッグタイマは、前記各オプションROMに対して1つずつ設けられ、
前記各第2ウォッチドッグタイマは、それぞれに対応する前記オプションROMに関する処理の開始時にタイムカウントを開始し、それぞれに対応するオプションROMの設定処理の開始時にタイムカウントを一時中断し、それぞれに対応するオプションROMの設定処理の完了時にタイムカウントを再開し、それぞれに対応する前記オプションROMに関する処理の完了時にタイムカウントを停止することを特徴とする請求項1に記載の電子機器。
The BIOS storage means stores a plurality of option ROMs,
One second watchdog timer is provided for each option ROM,
Each of the second watchdog timers starts a time count at the start of the process related to the corresponding option ROM, and temporarily stops the time count at the start of the process of setting the corresponding option ROM. 2. The electronic device according to claim 1, wherein the time count is restarted when the setting process of the option ROM is completed, and the time count is stopped when the process related to the option ROM corresponding thereto is completed .
前記オプションROMは、VGA(Video Graphic Array)、RAID(Redundant Arrays Of Inexpensive Disks)、およびPXE(Preboot Execution Environment)のうち少なくとも1つに関するものであることを特徴とする請求項1又は2に記載の電子機器。 The option ROM, VGA (Video Graphic Array), RAID (Redundant Arrays Of Inexpensive Disks), and PXE according to claim 1 or 2, characterized in that it relates to at least one of (Preboot Execution Environment) Electronics. BIOSプログラムおよびオプションROMを記憶したBIOS記憶部と、タイムカウントが第1監視時間に達するとリセット信号を出力する第1ウォッチドッグタイマと、タイムカウントが第2監視時間に達するとリセット信号を出力する第2ウォッチドッグタイマとを備えた電子機器の制御プログラムであって、
前記電子機器に、
当該電子機器が有するデバイスの初期化処理を含み、前記BIOSプログラムを用いた起動処理前記初期化処理の途中で実行され、前記オプションROMの設定処理を含む前記オプションROMに関する処理を、それぞれ実行する機能と、
前記初期化処理の開始時に前記第1ウォッチドッグタイマにタイムカウントを開始させ、前記オプションROMに関する処理の開始時に前記第1ウォッチドッグタイマにタイムカウントを一時中断させ、前記オプションROMに関する処理の完了時に前記第1ウォッチドッグタイマにタイムカウントを再開させ、前記起動処理の完了時に前記第1ウォッチドッグタイマにタイムカウントを停止させる機能と、
前記オプションROMに関する処理の開始時に前記第2ウォッチドッグタイマにタイムカウントを開始させ、同オプションROMの設定処理の開始時に前記第2ウォッチドッグタイマにタイムカウントを一時中断させ、同設定処理の完了時に前記第2ウォッチドッグタイマにタイムカウントを再開させ、同オプションROMに関する処理の完了時に前記第2ウォッチドッグタイマにタイムカウントを停止させる機能と、
前記第1ドッグウォッチタイマおよび前記第2ウォッチドッグタイマのいずれか一方から前記リセット信号が出力されると、前記起動処理をリセットする機能と、
を実現させるための制御プログラム。
A BIOS storage unit storing a BIOS program and an option ROM, a first watchdog timer that outputs a reset signal when the time count reaches the first monitoring time, and a reset signal that is output when the time count reaches the second monitoring time An electronic device control program comprising a second watchdog timer,
In the electronic device,
It includes a device initialization process with the electronic device, wherein the activation process using the BIOS program is executed in the course of the initialization process, a process related to the option ROM including the setting processing of the option ROM, respectively The function to perform,
When the initialization process starts, the first watchdog timer starts time counting, when the option ROM related process starts, the first watchdog timer temporarily stops time counting, and when the option ROM related process is completed A function of restarting the time count in the first watchdog timer and stopping the time count in the first watchdog timer upon completion of the startup process ;
When the processing related to the option ROM starts, the second watchdog timer starts time counting, when the setting processing of the option ROM starts, the second watchdog timer temporarily stops time counting, and when the setting processing is completed A function of causing the second watchdog timer to resume time counting and causing the second watchdog timer to stop time counting upon completion of processing related to the option ROM ;
When the reset signal is output from either one of the first dog watch timer and the second watch dog timer, a function of resetting the activation process;
Control program to realize.
JP2010159106A 2010-07-13 2010-07-13 Electronic device and control program thereof Expired - Fee Related JP5148662B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010159106A JP5148662B2 (en) 2010-07-13 2010-07-13 Electronic device and control program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010159106A JP5148662B2 (en) 2010-07-13 2010-07-13 Electronic device and control program thereof

Publications (2)

Publication Number Publication Date
JP2012022469A JP2012022469A (en) 2012-02-02
JP5148662B2 true JP5148662B2 (en) 2013-02-20

Family

ID=45776725

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010159106A Expired - Fee Related JP5148662B2 (en) 2010-07-13 2010-07-13 Electronic device and control program thereof

Country Status (1)

Country Link
JP (1) JP5148662B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106844164A (en) * 2015-12-06 2017-06-13 上海协同科技股份有限公司 Device and its reset monitoring method with polylith intelligent chip
JP7059127B2 (en) 2018-06-26 2022-04-25 キヤノン株式会社 Information processing device that detects tampering with software executed at startup and its control method
CN111061243B (en) * 2018-10-17 2023-05-26 联合汽车电子有限公司 Electronic controller program flow monitoring system and method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0635758A (en) * 1992-07-20 1994-02-10 Fujitsu Ltd Program monitor controller
JP3137025B2 (en) * 1997-03-31 2001-02-19 日本電気株式会社 Runaway detection method for data processing system
JP2004118764A (en) * 2002-09-30 2004-04-15 Oki Data Corp Program and method and device for processing data
JP2006092488A (en) * 2004-09-27 2006-04-06 Toshiba Corp Information processing apparatus and boot control method
JP2007018177A (en) * 2005-07-06 2007-01-25 Seiko Epson Corp Processing state monitoring method, processing state monitoring program, recording medium and image display device
JP2009009227A (en) * 2007-06-26 2009-01-15 Aruze Corp Information processor automatically copying system information

Also Published As

Publication number Publication date
JP2012022469A (en) 2012-02-02

Similar Documents

Publication Publication Date Title
CN107122321B (en) Hardware repair method, hardware repair system, and computer-readable storage device
JP4544246B2 (en) Control device and method, program, and recording medium
US6012154A (en) Method and apparatus for detecting and recovering from computer system malfunction
US20170123927A1 (en) System and method for selective bios restoration
CN108304282B (en) Control method of double BIOS and related device
US8935558B2 (en) Overclocking module, a computer system and a method for overclocking
US10387260B2 (en) Reboot system and reboot method
US10896087B2 (en) System for configurable error handling
CN114968382A (en) Method and system for preventing shutdown and BIOS chip
US7721083B2 (en) CPU runaway determination circuit and CPU runaway determination method
JP5148662B2 (en) Electronic device and control program thereof
TWI526934B (en) Method, apparatus, and computer program product for booting an information handling system
US20050033952A1 (en) Dynamic scheduling of diagnostic tests to be performed during a system boot process
JP4482514B2 (en) Image forming apparatus
US9652259B2 (en) Apparatus and method for managing register information in a processing system
JP2012113616A (en) Error code output device and error code output method
US7200746B2 (en) Device and method for automatically detecting and announcing error on booting a motherboard
JP2004302731A (en) Information processor and method for trouble diagnosis
US9619355B2 (en) Booting verification method of computer and electronic device
CN104978208B (en) Hot restart method and device thereof
US10768940B2 (en) Restoring a processing unit that has become hung during execution of an option ROM
JP6232877B2 (en) Information processing apparatus, information processing method, and program
JP2574938B2 (en) System startup method
TWI750783B (en) Bios recovery system and method
JP5645262B2 (en) Information processing device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120801

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120807

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121003

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: 20121030

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121128

R150 Certificate of patent or registration of utility model

Ref document number: 5148662

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151207

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees