JP2012256117A - Multiprocessor system - Google Patents

Multiprocessor system Download PDF

Info

Publication number
JP2012256117A
JP2012256117A JP2011127610A JP2011127610A JP2012256117A JP 2012256117 A JP2012256117 A JP 2012256117A JP 2011127610 A JP2011127610 A JP 2011127610A JP 2011127610 A JP2011127610 A JP 2011127610A JP 2012256117 A JP2012256117 A JP 2012256117A
Authority
JP
Japan
Prior art keywords
cpu
hardware device
initialization
dev
mem
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2011127610A
Other languages
Japanese (ja)
Inventor
Hitoshi Yamamoto
整 山本
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2011127610A priority Critical patent/JP2012256117A/en
Publication of JP2012256117A publication Critical patent/JP2012256117A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To start at least a partial function in an early stage by improving the efficiency of an initialization process in a multiprocessor system.SOLUTION: A CPU #0 initializes a MEM #0, DEV #0, and DEV #2 that are hardware devices for use in booting an OS prior to the initialization of a DEV #1 that is a hardware device not used for booting the OS, and the OS is booted using the MEM #0, DEV #0, and DEV #2. Further, a CPU 102 initializes the DEV #1 in parallel to the booting of the OS. The hardware devices for use in the booting of the OS is preferentially booted so as to boot the OS in the early stage, so that, even when all the initialization processes are not completed, a partial application (APP #0) can be started.

Description

本発明は、複数のプロセッサ装置(以下、CPU:Central Processing Unitともいう)を搭載するマルチプロセッサシステムに関する。   The present invention relates to a multiprocessor system equipped with a plurality of processor devices (hereinafter also referred to as a CPU: Central Processing Unit).

従来のCPUを複数搭載したシステム(マルチプロセッサシステム)は、それぞれのCPUが初期化処理を並行して実行することによって、システムの起動時間の短縮を行っていた(例えば、特許文献1や特許文献2)。   In a system (multiprocessor system) equipped with a plurality of conventional CPUs, each CPU executes initialization processing in parallel, thereby reducing the startup time of the system (for example, Patent Literature 1 and Patent Literature 1). 2).

特開平06−325007号公報Japanese Patent Laid-Open No. 06-325007 特開平06−052128号公報Japanese Patent Laid-Open No. 06-052128

従来のマルチプロセッサシステムでは、全ての初期化処理が完了しないとシステムが提供する機能(サービス)を開始できないという課題があった。
この発明は上記のような課題を解決することを主な目的としており、初期化処理を効率化して少なくとも一部の機能を早期に開始できるようにすることを主な目的とする。
The conventional multiprocessor system has a problem that a function (service) provided by the system cannot be started unless all initialization processes are completed.
The main object of the present invention is to solve the above-mentioned problems, and it is a main object of the present invention to make the initialization process more efficient so that at least some of the functions can be started early.

本発明に係るマルチプロセッサシステムは、
複数のプロセッサ装置と、前記複数のプロセッサ装置以外の複数のハードウェア装置とを含み、所定のOS(Operating System)を起動するマルチプロセッサシステムであって、
前記複数のプロセッサ装置のうちの特定のプロセッサ装置が、
前記OSの起動に用いられるハードウェア装置であるOS起動用ハードウェア装置の初期化を、前記OSの起動に用いられないハードウェア装置である対象外ハードウェア装置の初期化に先立って行い、前記OS起動用ハードウェア装置の初期化の完了後に前記OS起動用ハードウェア装置を用いて前記OSを起動し、
前記特定のプロセッサ装置以外のプロセッサ装置が、
前記対象外ハードウェア装置の初期化を行うことを特徴とする。
A multiprocessor system according to the present invention includes:
A multiprocessor system that includes a plurality of processor devices and a plurality of hardware devices other than the plurality of processor devices, and that starts a predetermined OS (Operating System),
A specific processor device of the plurality of processor devices is
Prior to initialization of a non-target hardware device that is a hardware device that is not used for starting the OS, initialization of an OS booting hardware device that is a hardware device used for starting the OS is performed, After completion of initialization of the OS boot hardware device, the OS boot hardware device is booted using the OS boot hardware device,
A processor device other than the specific processor device,
The non-target hardware device is initialized.

本発明によれば、OS起動用ハードウェア装置の初期化を対象外ハードウェア装置の初期化に先立って行うので、OSを早期に起動することができ、少なくとも一部の機能を早期に開始できる。   According to the present invention, the initialization of the OS boot hardware device is performed prior to the initialization of the non-target hardware device, so that the OS can be booted early and at least some of the functions can be started early. .

実施の形態1に係るマルチプロセッサシステムのハードウェア構成例を示す図。FIG. 3 is a diagram illustrating a hardware configuration example of the multiprocessor system according to the first embodiment. 実施の形態1に係るIPL及びOSの詳細を示す図。FIG. 3 is a diagram showing details of an IPL and an OS according to the first embodiment. 実施の形態1に係る処理フローを示す図。FIG. 3 shows a processing flow according to the first embodiment. 実施の形態1に係る他の処理フローを示す図。FIG. 6 shows another processing flow according to the first embodiment.

実施の形態1.
本実施の形態では、一部のサービスを実現するための初期化処理を優先して実施して、マルチプロセッサシステムの全ての初期化処理が完了する前に一部のサービスを開始できるようにすることで、機能の一部を提供できるようにする構成を説明する。
Embodiment 1 FIG.
In the present embodiment, initialization processing for realizing some services is prioritized so that some services can be started before all initialization processing of the multiprocessor system is completed. Thus, a configuration that can provide a part of the function will be described.

図1は、本実施の形態に係るマルチプロセッサシステム1000のハードウェア構成例を示す図である。
本実施の形態では、CPU101、CPU102、メモリ装置103、メモリ装置104、デバイス105、デバイス106、デバイス107及びROM(Read Only Memory)がシステムバス100を介して接続されている。
FIG. 1 is a diagram illustrating a hardware configuration example of a multiprocessor system 1000 according to the present embodiment.
In this embodiment, a CPU 101, a CPU 102, a memory device 103, a memory device 104, a device 105, a device 106, a device 107 and a ROM (Read Only Memory) are connected via a system bus 100.

CPU101及びCPU102は、演算処理を実行する中央演算装置である。
CPU101及びCPU102は、CPU#0及びCPU#1とも表記する。
The CPU 101 and the CPU 102 are central processing units that execute arithmetic processing.
CPU 101 and CPU 102 are also referred to as CPU # 0 and CPU # 1.

メモリ装置103及びメモリ装置104は、データを記憶する主記憶装置(RAM:Random Access Memory)である。
メモリ装置103及びメモリ装置104は、MEM103及びMEM104とも表記する。
また、MEM#0及びMEM#1とも表記する。
The memory device 103 and the memory device 104 are main storage devices (RAM: Random Access Memory) that store data.
The memory device 103 and the memory device 104 are also referred to as a MEM 103 and a MEM 104.
Also, MEM # 0 and MEM # 1 are indicated.

デバイス105、デバイス106及びデバイス107は、それぞれ機能を提供するデバイスである。
本実施の形態では、デバイス105及びデバイス107のいずれかは、HDD(Hard disk drive)やSSD(Solid State Drive)等の不揮発性記憶装置であり、図2に示すOS117が格納されているものとする。
OS117はOperating Systemと呼ばれる、アプリケーションを実行するための手段(プログラム)である。
OS117はCPUやメモリ装置、デバイスの構成要素を管理し、これらを用いてアプリケーションを実行する。
なお、デバイス105、デバイス106及びデバイス107は、DEV105、DEV106及びDEV107とも表記する。
また、DEV#0、DEV#1及びDEV#2とも表記する。
The device 105, the device 106, and the device 107 are devices that provide functions.
In this embodiment, one of the device 105 and the device 107 is a non-volatile storage device such as an HDD (Hard Disk Drive) or an SSD (Solid State Drive) and stores the OS 117 shown in FIG. To do.
The OS 117 is a means (program) for executing an application, called an Operating System.
The OS 117 manages components of the CPU, memory device, and device, and executes applications using these components.
Note that the device 105, the device 106, and the device 107 are also referred to as a DEV 105, a DEV 106, and a DEV 107.
It is also expressed as DEV # 0, DEV # 1, and DEV # 2.

ROM108には、図2に示すIPL109が格納されている。
IPL109はInitial Program Loaderやブートローダと呼ばれる、システムの初期化を実行する手段(プログラム)である。
The ROM 108 stores the IPL 109 shown in FIG.
The IPL 109 is a means (program) for executing initialization of the system, called an initial program loader or a boot loader.

本実施の形態では、CPU101が、OS117の起動に用いられるハードウェア装置であるOS起動用ハードウェア装置(具体的には、MEM#0、DEV#0、DEV#2)の初期化を、OS117の起動に用いられないハードウェア装置である対象外ハードウェア装置(具体的には、DEV#1)の初期化に先立って行い、OS起動用ハードウェア装置の初期化の完了後にOS起動用ハードウェア装置を用いてOSを起動する。
また、CPU102が、OS117の起動と並行して、対象外ハードウェア装置の初期化を行う。
このように、OSの起動に用いられるハードウェア装置を優先して起動することでOSを早期に起動して、全ての初期化処理が完了していなくても一部のサービス(アプリケーション)が開始できるようにしている。
In the present embodiment, the CPU 101 initializes an OS boot hardware device (specifically, MEM # 0, DEV # 0, DEV # 2) that is a hardware device used for booting the OS117. This is performed prior to initialization of a non-target hardware device (specifically, DEV # 1), which is a hardware device that is not used for booting the OS, and after the initialization of the OS boot hardware device is completed, the OS boot hardware The OS is started using the wear device.
Further, the CPU 102 initializes the non-target hardware device in parallel with the activation of the OS 117.
In this way, by starting with priority on the hardware device used for starting the OS, the OS is started early, and some services (applications) are started even if all initialization processes are not completed. I can do it.

次に、図2に、IPL109及びOS117の詳細を示す。   Next, FIG. 2 shows details of the IPL 109 and the OS 117.

IPL109は、CPUを初期化するCPU初期化手段110、CPUを起動するCPU起動手段111、メモリ装置を初期化するメモリ初期化手段112(以下、MEM初期化手段112と表記)、デバイスを初期化するデバイス初期化手段113(以下、DEV初期化手段113と表記)、IPL109が使用する構成要素に対応してリソース情報127内の使用フラグを設定するリソースリザーブ手段114、リソース情報127内の使用フラグを解除すると共にOS117へリソースリリースを通知するリソースリリース手段115、OSを起動するOS起動手段116により構成される。   The IPL 109 is a CPU initialization unit 110 that initializes a CPU, a CPU activation unit 111 that activates a CPU, a memory initialization unit 112 that initializes a memory device (hereinafter referred to as a MEM initialization unit 112), and a device initialization. Device initialization unit 113 (hereinafter, referred to as DEV initialization unit 113), resource reserve unit 114 that sets a use flag in resource information 127 corresponding to a component used by IPL 109, and a use flag in resource information 127 Is released and resource release means 115 for notifying the OS 117 of resource release, and OS activation means 116 for activating the OS.

OS117は、OSを初期化するOS初期化手段118、リソース情報127を参照しOS117が使用できる構成要素を判断するリソース情報参照手段119、OS117が使用する構成要素に対応してリソース情報127内の使用フラグを設定するリソースリザーブ手段120、OS117の管理下へCPUを追加するCPU追加手段121、OS117の管理下へメモリを追加するメモリ追加手段122(以下、MEM追加手段122と表記)、OS117の管理下へデバイスを追加するデバイス追加手段123(以下、DEV追加手段123と表記)、アプリケーションを実行するアプリケーション実行手段124(以下、APP実行手段124と表記)、APP実行手段124により実行され、システムの機能を提供するためのアプリケーションであるAPP125、APP126により構成される。   The OS 117 refers to the OS initialization unit 118 that initializes the OS, the resource information reference unit 119 that determines the components that can be used by the OS 117 by referring to the resource information 127, and the resource information 127 in the resource information 127 corresponding to the components that the OS 117 uses. A resource reservation unit 120 for setting a use flag, a CPU addition unit 121 for adding a CPU under the management of the OS 117, a memory addition unit 122 (hereinafter referred to as a MEM addition unit 122) for adding a memory under the management of the OS 117, and the OS 117 The system is executed by a device addition unit 123 (hereinafter referred to as a DEV addition unit 123) for adding a device under management, an application execution unit 124 (hereinafter referred to as an APP execution unit 124) for executing an application, and an APP execution unit 124. To provide the functions of It constituted by a publication APP125, APP126.

リソース情報127は、CPU101からDEV107のそれぞれの構成要素と各構成要素が使用中か否かを示す使用フラグを持つデータテーブルである。
使用フラグの値が「1」であれば、対象の要素が使用中であることを示している。
リソース情報127は、例えば、CPU101内のレジスタ、MEM103及びMEM104のいずれかで管理される。
The resource information 127 is a data table having each component of the CPU 101 to DEV 107 and a use flag indicating whether each component is in use.
If the value of the use flag is “1”, it indicates that the target element is in use.
The resource information 127 is managed by, for example, one of the registers in the CPU 101, the MEM 103, and the MEM 104.

図3は実施の形態1の処理フローを示すフローチャートである。
図3では、CPU101、CPU102それぞれの上で実行される処理毎に区切って記述している。
FIG. 3 is a flowchart showing the processing flow of the first embodiment.
In FIG. 3, the processes executed on the CPU 101 and the CPU 102 are described separately for each process.

まず、CPU101上でIPL109が動作を開始する(S201)。
IPL109のCPU初期化手段110がCPU101を初期化し(S202)、MEM初期化手段112がメモリ全体であるMEM103、MEM104を初期化する(S203)。
次に、リソースリザーブ手段114はCPU102側で初期化処理を実行するために使用する構成要素であるCPU102、MEM104及びDEV106に対応するリソース情報127中の使用フラグを設定する(フラグの値を1にする)(S204)。
この状態でCPU起動手段111はCPU102を起動する(S205)。
なお、処理S204においてCPU102、MEM104及びDEV106に対応するリソース情報127中の使用フラグを設定するのは、起動後のOS117がCPU102、MEM104及びDEV106を利用できないようにするためである。
First, the IPL 109 starts operating on the CPU 101 (S201).
The CPU initialization unit 110 of the IPL 109 initializes the CPU 101 (S202), and the MEM initialization unit 112 initializes the MEM 103 and the MEM 104, which are the entire memory (S203).
Next, the resource reserve unit 114 sets a use flag in the resource information 127 corresponding to the CPU 102, the MEM 104, and the DEV 106, which are components used for executing initialization processing on the CPU 102 side (the flag value is set to 1). (S204).
In this state, the CPU activation unit 111 activates the CPU 102 (S205).
The reason why the use flag in the resource information 127 corresponding to the CPU 102, MEM 104, and DEV 106 is set in the process S204 is to prevent the OS 117 after startup from using the CPU 102, MEM 104, and DEV 106.

CPU102上でIPL109のCPU初期化手段110がCPU102を初期化し(S206)、DEV初期化手段113がDEV106を初期化する(S207)。
S205においてCPU102を起動したCPU101は初期化処理を継続し、DEV初期化手段113がDEV105、DEV107を初期化し(S208)、OS起動手段がOS117を起動する(S209)。
そして、CPU101上でOS117が動作を開始する(S210)。
OS初期化手段118はOS117を初期化し(S211)、リソース情報参照手段119がリソース情報127を参照し(S212)、使用フラグが設定されていないCPU101、MEM103、DEV105、DEV107に対応するリソース情報127の使用フラグを設定する(S213)。
CPU追加手段121はCPU101を、MEM追加手段122はMEM103を、DEV追加手段123はDEV105、DEV107をそれぞれOS117管理下へ追加し(S214)、APP実行手段124がAPP125を実行する(S215)。
これによりマルチプロセッサシステムのサービスの一部が開始される。
On the CPU 102, the CPU initialization unit 110 of the IPL 109 initializes the CPU 102 (S206), and the DEV initialization unit 113 initializes the DEV 106 (S207).
The CPU 101 that activated the CPU 102 in S205 continues the initialization process, the DEV initialization unit 113 initializes the DEV 105 and the DEV 107 (S208), and the OS activation unit activates the OS 117 (S209).
Then, the OS 117 starts operating on the CPU 101 (S210).
The OS initialization unit 118 initializes the OS 117 (S211), the resource information reference unit 119 refers to the resource information 127 (S212), and the resource information 127 corresponding to the CPU 101, the MEM 103, the DEV 105, and the DEV 107 for which the use flag is not set. The use flag is set (S213).
The CPU adding means 121 adds the CPU 101, the MEM adding means 122 adds the MEM 103, the DEV adding means 123 adds the DEV 105 and the DEV 107 under the management of the OS 117 (S214), and the APP executing means 124 executes the APP 125 (S215).
This starts part of the service of the multiprocessor system.

CPU102上で実行していたDEV106の初期化が完了し、リソースリリース手段115はリソース情報127のCPU102、MEM104、DEV106に対応する使用フラグを解除しOS117へ通知する(S216)。
CPU101上で実行されているOS117のリソースリザーブ手段120はS216にて解放されたCPU102、MEM104、DEV106の使用フラグを設定し(S217)、CPU追加手段121はCPU102を、MEM追加手段122はMEM104を、DEV追加手段123はDEV106をそれぞれOS117管理下へ追加する(S218)。
これにより構成要素は全てOS117の管理下におかれ、OS117はCPU102、MEM104及びDEV106を利用できる。
APP実行手段124はAPP126をCPU102上で実行し(S219)、これによりシステムのサービスが全て開始される。
When the initialization of the DEV 106 executed on the CPU 102 is completed, the resource release unit 115 cancels the use flag corresponding to the CPU 102, the MEM 104, and the DEV 106 in the resource information 127 and notifies the OS 117 (S216).
The resource reserve means 120 of the OS 117 executed on the CPU 101 sets the use flag of the CPU 102, MEM 104, and DEV 106 released in S216 (S217), the CPU adding means 121 sets the CPU 102, and the MEM adding means 122 sets the MEM 104. The DEV adding unit 123 adds the DEV 106 under the management of the OS 117 (S218).
As a result, all components are managed by the OS 117, and the OS 117 can use the CPU 102, the MEM 104, and the DEV 106.
The APP execution unit 124 executes the APP 126 on the CPU 102 (S219), thereby starting all system services.

なお、図3では、CPU102を起動した後(S205)、DEV105とDEV107を初期化し(S206)、OS117を起動している(S209)が、これに代えて、図4に示すように、DEV105とDEV107を初期化し(S206)、OS117を起動した後(S209)に、CPU102を起動する(S205)ようにしてもよい。   In FIG. 3, after starting the CPU 102 (S205), the DEV 105 and the DEV 107 are initialized (S206), and the OS 117 is started (S209). Instead, as shown in FIG. After initializing the DEV 107 (S206) and starting the OS 117 (S209), the CPU 102 may be started (S205).

また、図3及び図4の例では、処理S203の段階で、MEM#0とMEM#1の両者を初期化している。
しかし、MEM#1はOS117の起動には用いられないので、処理S203ではMEM#0のみを初期化し、DEV#1の初期化(S207)とともにCPU102によりMEM#1の初期化を行うようにしてもよい。
この場合は、MEM#1も対象外ハードウェア装置の例となる。
3 and 4, both MEM # 0 and MEM # 1 are initialized at the stage of processing S203.
However, since MEM # 1 is not used to start the OS 117, only MEM # 0 is initialized in step S203, and the MEM # 1 is initialized by the CPU 102 together with the initialization of DEV # 1 (S207). Also good.
In this case, MEM # 1 is also an example of a non-target hardware device.

以上のように、全構成要素の初期化が完了する前にOSを起動できるようにしているので、全構成要素の初期化完了前にシステムのサービスを一部開始し、全構成要素の初期化が完了した後にシステムのサービスの全てを開始することができる。   As described above, since the OS can be started before initialization of all the components is completed, a part of the system service is started before initialization of all the components is completed, and all components are initialized. After the service is complete, all of the system services can be started.

以上、本実施の形態では、
複数のCPUを搭載したシステム(マルチプロセッサシステム)であって、それぞれのCPUがシステムの初期化処理を並行して実行する事が可能であり、OSを起動しOSによりシステムの全サービスのうち一部を開始できるマルチプロセッサシステムを説明した。
As described above, in the present embodiment,
It is a system (multiprocessor system) equipped with a plurality of CPUs, and each CPU can execute system initialization processing in parallel. The OS is started and one of all the services of the system is executed by the OS. A multiprocessor system that can start a part has been described.

また、本実施の形態では、マルチプロセッサシステムが、構成要素が使用中か否かを示すリソース情報を有し、使用中の構成要素を使用せずにOSを起動することを説明した。   Further, in the present embodiment, it has been described that the multiprocessor system has resource information indicating whether or not a component is in use, and starts the OS without using the component in use.

また、本実施の形態では、マルチプロセッサシステムが、構成要素が使用中か否かを示すリソース情報を有し、使用中でない構成要素をOS管理下に追加し利用可能とすること説明した。   Further, in the present embodiment, it has been described that the multiprocessor system has resource information indicating whether or not a component is in use, and a component that is not in use is added and used under OS management.

また、本実施の形態では、マルチプロセッサシステムが、構成要素が使用中か否かを示すリソース情報を有し、使用中であった構成要素が使用中ではなくなった場合に該構成要素をOS管理下に追加し利用可能とすることを説明した。   In the present embodiment, the multiprocessor system has resource information indicating whether or not a component is in use. When a component that has been in use is no longer in use, the component is managed by the OS. I explained that it can be added and used below.

また、本実施の形態では、マルチプロセッサシステムが、OS管理下の構成要素に応じて、実行するサービスを選択できることを説明した。   Further, in the present embodiment, it has been described that the multiprocessor system can select the service to be executed according to the components managed by the OS.

100 システムバス、101 CPU、102 CPU、103 メモリ装置、104 メモリ装置、105 デバイス、106 デバイス、107 デバイス、108 ROM、109 IPL、110 CPU初期化手段、111 CPU起動手段、112 MEM初期化手段、113 DEV初期化手段、114 リソースリザーブ手段、115 リソースリリース手段、116 OS起動手段、117 OS、118 OS初期化手段、119 リソース情報参照手段、120 リソースリザーブ手段、121 CPU追加手段、122 MEM追加手段、123 DEV追加手段、124 APP実行手段、125 APP、126 APP、127 リソース情報、1000 マルチプロセッサシステム。   100 system bus, 101 CPU, 102 CPU, 103 memory device, 104 memory device, 105 device, 106 device, 107 device, 108 ROM, 109 IPL, 110 CPU initialization means, 111 CPU activation means, 112 MEM initialization means, 113 DEV initialization means, 114 resource reserve means, 115 resource release means, 116 OS activation means, 117 OS, 118 OS initialization means, 119 resource information reference means, 120 resource reserve means, 121 CPU addition means, 122 MEM addition means 123 DEV adding means, 124 APP execution means, 125 APP, 126 APP, 127 resource information, 1000 multiprocessor system.

Claims (6)

複数のプロセッサ装置と、前記複数のプロセッサ装置以外の複数のハードウェア装置とを含み、所定のOS(Operating System)を起動するマルチプロセッサシステムであって、
前記複数のプロセッサ装置のうちの特定のプロセッサ装置が、
前記OSの起動に用いられるハードウェア装置であるOS起動用ハードウェア装置の初期化を、前記OSの起動に用いられないハードウェア装置である対象外ハードウェア装置の初期化に先立って行い、前記OS起動用ハードウェア装置の初期化の完了後に前記OS起動用ハードウェア装置を用いて前記OSを起動し、
前記特定のプロセッサ装置以外のプロセッサ装置が、
前記対象外ハードウェア装置の初期化を行うことを特徴とするマルチプロセッサシステム。
A multiprocessor system that includes a plurality of processor devices and a plurality of hardware devices other than the plurality of processor devices, and that starts a predetermined OS (Operating System),
A specific processor device of the plurality of processor devices is
Prior to initialization of a non-target hardware device that is a hardware device that is not used for starting the OS, initialization of an OS booting hardware device that is a hardware device used for starting the OS is performed, After completion of initialization of the OS boot hardware device, the OS boot hardware device is booted using the OS boot hardware device,
A processor device other than the specific processor device,
A multiprocessor system, wherein the non-target hardware device is initialized.
前記特定のプロセッサ装置以外のプロセッサ装置は、
前記OSの起動と並行して、前記対象外ハードウェア装置の初期化を行うことを特徴とする請求項1に記載のマルチプロセッサシステム。
Processor devices other than the specific processor device are:
The multiprocessor system according to claim 1, wherein the non-target hardware device is initialized in parallel with the startup of the OS.
前記特定のプロセッサ装置は、
起動後の前記OSが前記対象外ハードウェア装置を利用できないようにする設定を行った後に前記OSを起動し、
前記特定のプロセッサ装置以外のプロセッサ装置は、
前記対象外ハードウェア装置の初期化が完了した際に、起動後の前記OSが前記対象外ハードウェア装置を利用できるように設定を変更することを特徴とする請求項1又は2に記載のマルチプロセッサシステム。
The specific processor device is:
The OS after booting is set up so that the excluded hardware device cannot be used, and the OS is booted.
Processor devices other than the specific processor device are:
The multi-purpose according to claim 1 or 2, wherein when the initialization of the non-target hardware device is completed, the setting is changed so that the OS after startup can use the non-target hardware device. Processor system.
前記特定のプロセッサ装置は、
ハードウェア装置ごとに使用中か否かが示されるリソース情報において、起動後の前記OSが前記対象外ハードウェア装置を利用できないようにする設定を行い、
前記特定のプロセッサ装置以外のプロセッサ装置は、
前記対象外ハードウェア装置の初期化が完了した際に、前記リソース情報において、起動後の前記OSが前記対象外ハードウェア装置を利用できるように設定を変更することを特徴とする請求項3に記載のマルチプロセッサシステム。
The specific processor device is:
In the resource information indicating whether or not each hardware device is in use, a setting is made so that the OS after startup cannot use the non-target hardware device,
Processor devices other than the specific processor device are:
4. The configuration according to claim 3, wherein when the initialization of the non-target hardware device is completed, the setting is changed in the resource information so that the OS after startup can use the non-target hardware device. The described multiprocessor system.
前記特定のプロセッサ装置は、
起動した前記OSと、前記OS起動用ハードウェア装置を用いて所定のアプリケーションプログラムを起動することを特徴とする請求項1〜4のいずれかに記載のマルチプロセッサシステム。
The specific processor device is:
5. The multiprocessor system according to claim 1, wherein a predetermined application program is activated using the activated OS and the OS activation hardware device.
前記特定のプロセッサ装置は、
前記OS起動用ハードウェア装置を用いて起動できるアプリケーションプログラムを起動することを特徴とする請求項5に記載のマルチプロセッサシステム。
The specific processor device is:
6. The multiprocessor system according to claim 5, wherein an application program that can be activated is activated using the OS activation hardware device.
JP2011127610A 2011-06-07 2011-06-07 Multiprocessor system Pending JP2012256117A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011127610A JP2012256117A (en) 2011-06-07 2011-06-07 Multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011127610A JP2012256117A (en) 2011-06-07 2011-06-07 Multiprocessor system

Publications (1)

Publication Number Publication Date
JP2012256117A true JP2012256117A (en) 2012-12-27

Family

ID=47527646

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011127610A Pending JP2012256117A (en) 2011-06-07 2011-06-07 Multiprocessor system

Country Status (1)

Country Link
JP (1) JP2012256117A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6158000A (en) * 1998-09-18 2000-12-05 Compaq Computer Corporation Shared memory initialization method for system having multiple processor capability
JP2002132510A (en) * 2000-10-24 2002-05-10 Matsushita Electric Ind Co Ltd Loading apparatus of ipl object
JP2006309332A (en) * 2005-04-26 2006-11-09 Nec Corp Computer system, memory initialization method, and program for computer system
JP2008033877A (en) * 2006-06-29 2008-02-14 Mitsubishi Electric Corp Information processor, os starting method, and program
WO2010058440A1 (en) * 2008-11-19 2010-05-27 富士通株式会社 Memory initialization method and memory initialization program
JP2010182225A (en) * 2009-02-09 2010-08-19 Nec Corp Multiprocessor system, and method of operating multiprocessor system
JP2010191886A (en) * 2009-02-20 2010-09-02 Mitsubishi Electric Corp Operation computer of operating system (os) to be started, and os boot method and os boot program of computer

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6158000A (en) * 1998-09-18 2000-12-05 Compaq Computer Corporation Shared memory initialization method for system having multiple processor capability
JP2002132510A (en) * 2000-10-24 2002-05-10 Matsushita Electric Ind Co Ltd Loading apparatus of ipl object
JP2006309332A (en) * 2005-04-26 2006-11-09 Nec Corp Computer system, memory initialization method, and program for computer system
JP2008033877A (en) * 2006-06-29 2008-02-14 Mitsubishi Electric Corp Information processor, os starting method, and program
WO2010058440A1 (en) * 2008-11-19 2010-05-27 富士通株式会社 Memory initialization method and memory initialization program
JP2010182225A (en) * 2009-02-09 2010-08-19 Nec Corp Multiprocessor system, and method of operating multiprocessor system
JP2010191886A (en) * 2009-02-20 2010-09-02 Mitsubishi Electric Corp Operation computer of operating system (os) to be started, and os boot method and os boot program of computer

Similar Documents

Publication Publication Date Title
EP2798491B1 (en) Method and device for managing hardware errors in a multi-core environment
US10353739B2 (en) Virtual resource scheduling for containers without migration
JP4833380B2 (en) System and method for optimizing interrupt handling in a virtualized environment
JP6297715B2 (en) Compute device initialization trace
JP5951145B2 (en) Operating system recovery method, apparatus, and terminal device
JP5212360B2 (en) Control program, control system, and control method
US10474484B2 (en) Offline management of virtualization software installed on a host computer
US10725770B2 (en) Hot-swapping operating systems using inter-partition application migration
JP2016507849A5 (en)
JP5308522B2 (en) Memory management for hypervisor loading
JP5026494B2 (en) Computer that starts at high speed
TWI412999B (en) Parallel speedy starting method, and device having multi-processor
WO2018036104A1 (en) Virtual machine deployment method, system and physical server
WO2018040845A1 (en) Method and apparatus for scheduling computing resource
KR20130068630A (en) Method for initializing embedded device and apparatus thereof
JP2006201919A (en) Multi-boot computer
KR100994723B1 (en) selective suspend resume method of reducing initial driving time in system, and computer readable medium thereof
JP2008269094A (en) Information processor, optimization method for it, and program
JP5996110B2 (en) Computer system and control method
JP2012256117A (en) Multiprocessor system
KR102285084B1 (en) System-on-chip for operating heterogeneous multiple cpu and method thereof
US20230325227A1 (en) Reliable one-click cluster shutdown
JP2011053908A (en) Computer program for reducing boot time
KR20080069088A (en) Booting equipment and its method of embedded apparatus using combination type flash memory
US10678909B2 (en) Securely supporting a global view of system memory in a multi-processor system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20131204

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140825

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140902

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20141001

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20141118