WO2010084617A1 - 構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム - Google Patents

構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム Download PDF

Info

Publication number
WO2010084617A1
WO2010084617A1 PCT/JP2009/051194 JP2009051194W WO2010084617A1 WO 2010084617 A1 WO2010084617 A1 WO 2010084617A1 JP 2009051194 W JP2009051194 W JP 2009051194W WO 2010084617 A1 WO2010084617 A1 WO 2010084617A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
system configuration
processing apparatus
change
information processing
Prior art date
Application number
PCT/JP2009/051194
Other languages
English (en)
French (fr)
Inventor
博史 山口
Original Assignee
富士通株式会社
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 富士通株式会社 filed Critical 富士通株式会社
Priority to EP09838808A priority Critical patent/EP2390786A4/en
Priority to JP2010547370A priority patent/JP5218568B2/ja
Priority to PCT/JP2009/051194 priority patent/WO2010084617A1/ja
Publication of WO2010084617A1 publication Critical patent/WO2010084617A1/ja
Priority to US13/185,980 priority patent/US20110276794A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • G06F9/4413Plug-and-play [PnP]

Definitions

  • the present invention relates to an information processing apparatus having a configuration change function, a system configuration change method, and a system configuration change program.
  • the present invention relates to an information processing apparatus having a configuration change function capable of performing a configuration change normally, a system configuration change method, and a system configuration change program.
  • an information processing apparatus has a function of changing system configuration information stored in its own device so that the system configuration after the change can be recognized from the OS when the system configuration is changed by adding a device or the like.
  • the OS uses a namespace (Name Space) defined in the ACPI table of the ACPI (Advanced Configuration and Power Interface) standard as system configuration information.
  • namespace Name Space
  • ACPI Advanced Configuration and Power Interface
  • the ACPI standard is an industry standard related to the system configuration and power supply control in an information processing apparatus, and details thereof are disclosed in http://www.acpi.info/, and thus description thereof is omitted.
  • an information processing apparatus constituted by n CPUs (CPU1 to CPUn), a memory (MEM1), other devices (HB, PCIB1 to PCIB3, DEV1), etc. A case where the CPU (n + 1) and the I / O device shown in FIG. 21 are added will be described.
  • the ACPI table of the ACPI standard is a table that is created on the memory by Firmware (firmware) such as BIOS (Basic Input Output System) and delivered to the OS.
  • Firmware firmware
  • BIOS Basic Input Output System
  • the OS performs system initialization and power control in the information processing apparatus based on information described in the ACPI table.
  • the ACPI table of the ACPI standard includes a DSDT (Differential System Description Table) that is a table in which the system configuration of the information processing apparatus is defined as a name space described in AML (ACPI Machine Language).
  • the DSDT is system configuration information that defines the configuration of a device connected to the information processing apparatus, and expresses each device included in the system configuration of the information processing apparatus as an object in the name space.
  • the system configuration of the information processing apparatus illustrated in FIG. 20 is defined as a name space illustrated in FIG.
  • each device is represented as “ ⁇ _SB_” as an object under a system bus tree.
  • This DSDT is delivered to the OS by firmware such as BIOS as one of the ACPI tables when the information processing apparatus is activated.
  • the OS can recognize the system configuration after changing the information processing apparatus by interpreting the AML in the DSDT.
  • the ACPI table in the ACPI standard includes SSDT and OEMT (hereinafter, “SSDT” and “OEMT” are collectively referred to as “OEMT etc.”).
  • the SSDT is a table in which a device (I / O device shown in FIG. 21) added to the information processing apparatus is defined as a name space described in AML, similar to the DSDT.
  • the OEMT is a table (OEM Table) that defines a Definition Block to be loaded using a LoadTable operator.
  • the DSDT defines a device that is always connected to the information processing apparatus as an object in the name space, whereas the OEMT defines a device that is added later to the information processing apparatus as an object in the name space. .
  • the OEMT and the like are delivered to the OS by the firmware when the information processing apparatus is activated, like the DSDT.
  • the OS can recognize a device added later to the information processing apparatus by interpreting the AML in the OEMT or the like.
  • the firmware delivers the above-described DSDT and OEMT to the OS as shown in FIG. Thereafter, as shown in FIGS. 25 and 26, the OS creates a new name space of the entire system corresponding to the new system configuration change shown in FIG. 21 by adding an OEMT or the like to the DSDT.
  • the conventional information processing apparatus recognizes the system configuration by creating the name space of the entire system after the system change as an ACPI table of the ACPI standard by linking the OS and firmware.
  • OSs there are various types of OSs currently installed in information processing apparatuses, and some OSs may not support the function of changing the name space defined in the ACPI table. That is, some OSs support DSDT but do not support OEMT or the like.
  • the present invention has been made to solve the above-described problems caused by the prior art.
  • the OS can be normally started regardless of the OS type, that is, whether or not the OEMT is supported. It is an object to provide an information processing apparatus having a configuration change function, a system configuration change method, and a system configuration change program.
  • an information processing device disclosed in the present application is, in one aspect, an information processing device including an arithmetic processing device and a first storage device.
  • device change information including difference information with respect to first system configuration information that defines a configuration of a device connected to the information processing apparatus, and the arithmetic processing unit,
  • Device configuration information detecting means for detecting device configuration information, which is device information after changing the device connected to the information processing apparatus, device configuration information detected by the device configuration information detecting means, and the device change information Based on the first system configuration information, function as device configuration change means for changing to the second system configuration information.
  • a first program that.
  • FIG. 1 is a block diagram illustrating the configuration of the information processing apparatus according to the first embodiment.
  • FIG. 2 is a diagram illustrating a state in which an external device is added to the information processing apparatus.
  • FIG. 3 is a diagram illustrating a state in which an external device is added to the information processing apparatus.
  • FIG. 4 is a diagram showing the format of the ACPI standard related to DSDT.
  • FIG. 5 is a diagram for explaining an example of the configuration of the DSDT shown in FIG.
  • FIG. 6 is a conceptual diagram showing the hierarchical structure of the DSL portion of the DSDT shown in FIG. 5 as an ACPI standard name space.
  • FIG. 7 is a conceptual diagram illustrating an example of an operation in which the device configuration changing unit changes the DSDT during execution of the firmware.
  • FIG. 1 is a block diagram illustrating the configuration of the information processing apparatus according to the first embodiment.
  • FIG. 2 is a diagram illustrating a state in which an external device is added to the information processing apparatus.
  • FIG. 8 is an explanatory diagram illustrating an example of an AML change table that is referred to when the device configuration change unit changes the DSDT by invalidating unnecessary devices defined in the AML unit in the DSDT.
  • FIG. 9 is an explanatory diagram showing a state in which the device configuration change unit invalidates unnecessary devices defined in the AML unit in the DSDT using the AML change table shown in FIG.
  • FIG. 10 is a conceptual diagram showing the hierarchical structure of the DT portion of the DSDT shown in FIG. 9 as an ACPI standard name space.
  • FIG. 11 is a flowchart illustrating the processing procedure of the system configuration change process in the information processing apparatus according to the first embodiment.
  • FIG. 12 is a diagram for explaining an example of the processing procedure of the DSDT changing process by the device configuration changing unit in step S107.
  • FIG. 13 is an explanatory diagram showing a state in which the device configuration changing unit invalidates unnecessary devices defined in the AML unit in the DSDT shown in FIG. 5 by executing the DSDT changing process shown in FIG. .
  • FIG. 14 is a conceptual diagram showing the hierarchical structure of the DSL portion of the DSDT shown in FIG. 13 as an ACPI standard name space.
  • FIG. 15 is a flowchart for explaining an example of a method for creating the AML change table shown in FIG.
  • FIG. 16 is a diagram for explaining the AML change table according to the second embodiment.
  • FIG. 17 is an explanatory diagram showing a state in which the device configuration change unit deletes unnecessary devices defined in the AML part in the DSDT using the AML change table shown in FIG.
  • FIG. 18 is a conceptual diagram showing the hierarchical structure of the DSL portion of the DSDT shown in FIG. 17 as an ACPI standard name space.
  • FIG. 19 is a diagram for explaining an example of the processing procedure of the DSDT changing process.
  • FIG. 20 is a diagram for explaining a conventional example.
  • FIG. 21 is a diagram for explaining a conventional example.
  • FIG. 22 is a diagram for explaining a conventional example.
  • FIG. 23 is a diagram for explaining a conventional example.
  • FIG. 24 is a diagram for explaining a conventional example.
  • FIG. 25 is a diagram for explaining a conventional example.
  • FIG. 26 is a diagram for explaining a conventional example.
  • the information processing apparatus disclosed in the present application will be described as an apparatus that conforms to the ACPI standard, which is an industry standard for system configuration and power control in various information processing apparatuses.
  • the present invention is not limited to this, and the information processing apparatus and the like disclosed in the present application can be applied to an apparatus and the like based on any other standard.
  • FIG. 1 is a block diagram illustrating the configuration of the information processing apparatus according to the first embodiment.
  • the information processing apparatus 1 has a CPU group 10, a main memory 20, and a flash memory 30, and these are connected via a bus.
  • the information processing apparatus 1 includes an HB (host bridge) 40, PUIB (1) 41 to PCIB (3) 43, and DEV (1) 44.
  • the HB 40 is a host bridge connected to the CPU group 10 via a bus.
  • the PUIB (1) 41 to PCIB (3) 43 are a PCI root bridge or a PCI Express root bridge (hereinafter, “PCI root bridge etc.”) connected to the HB 40.
  • the DEV (1) 44 is a PCI device or a PCI Express device (hereinafter, “PCIB device or the like”) connected to the PCIB (1) 41.
  • PCIB device or the like PCI Express device
  • the information processing apparatus 1 can take various system configurations by adding external devices or the like.
  • 2 and 3 are diagrams illustrating a state in which an external device is added to the information processing apparatus 1.
  • an I / O apparatus 2 is additionally connected as an external device.
  • the I / O device 2 includes, for example, a PCIB (4) 51 that is a PCIB device or the like, and a DEV (1) 52 that is a PCI device or the like connected to the PCIB (4).
  • an I / O apparatus 3 is additionally connected as an external device.
  • the I / O device 3 includes, for example, a PCIB (5) 53 that is a PCIB device or the like, and a DEV (3) 54 and a DEV (4) 55 that are PCI devices or the like connected to the PCIB (5) 53. Have.
  • the information processing device 1 changes the system configuration information stored in the own device so that the system configuration after the change is adapted. It has a function.
  • the information processing apparatus 1 having a function of changing the system configuration information stored in the own apparatus so as to be adapted to the changed system configuration.
  • the configuration of each part will be specifically described.
  • the CPU group 10 is an arithmetic processing device that performs arithmetic processing such as OS execution in the information processing apparatus 1.
  • the CPU group 10 includes CPU (1) to CPU (n) as n arithmetic processing devices in the information processing apparatus 1.
  • the CPU (1) 11 included in the CPU group 10 is an arithmetic processing unit that functions as the device configuration information detection unit 12 and the device configuration change unit 13 by reading and executing the firmware 33 from the flash memory 30.
  • the device configuration information detection unit 12 detects device configuration information, which is device information after the device connected to the information processing apparatus 1 is changed.
  • the device configuration change unit 13 is a DSDT 31 that is system configuration information stored in the flash memory 30 based on the device configuration information detected by the device configuration information detection unit 12 and the AML change table 32 stored in the flash memory 30. To change.
  • the device configuration information detection unit 12 and the device configuration change unit 13 will be described in detail separately.
  • the main memory 20 is a main storage device of the information processing apparatus 1 and stores an OS 21.
  • the OS 21 provides a basic function as a computer of the information processing apparatus 1 such as a system in the information processing apparatus 1, that is, a function to initialize each device such as the CPU group 10, the main memory 20, and the flash memory 30.
  • the OS 21 is read and executed by the CPU (1) 11, and causes the CPU (1) 11 to function as a system control unit that accesses all devices connected to the information processing apparatus 1.
  • the flash memory 30 is a nonvolatile memory that stores various programs executed by the CPU (1) 11 and various data referred to when the CPU (1) 11 executes the programs. Specifically, the flash memory 30 stores a DSDT 31, an AML change table 32, and firmware 33.
  • the DSDT 31 is system configuration information that defines the configuration of a device connected to the information processing apparatus 1 in accordance with, for example, the format of the ACPI standard shown in FIG.
  • FIG. 5 is a diagram for explaining an example of the configuration of the DSDT 31 shown in FIG.
  • the DSDT 31 has a configuration compliant with the ACPI standard format shown in FIG.
  • the DSDT 31 has a header part 61 and an AML part 62.
  • the header section 61 stores a check sum that is a kind of error detection method for the entire DSDT 1.
  • the checksum is a checksum that is the total value of the data to be inspected, stored in the memory together with the data, and calculated as the total value of the data read when the data is read.
  • the AML unit 62 defines devices connected to the information processing apparatus 1 as a hierarchical structure described in AML.
  • all system configurations that the information processing apparatus 1 can take are defined by AML.
  • all the system configurations that can be taken by the information processing apparatus 1 mean a so-called maximum configuration that is a configuration of all devices that can be connected to the information processing apparatus 1.
  • the system configuration of the information processing apparatus 1 after being connected and the system configuration of the information processing apparatus 1 after the I / O device 3 shown in FIG. 3 is additionally connected as an external device are defined.
  • the PCIB (4) 51 in FIG. 2 and the PCIB (5) 53 in FIG. 3 are defined under the PCIB (2) 42 in FIG. This indicates that the I / O device 2 and the I / O device 3 can be connected to the information processing apparatus 1 as external devices.
  • FIG. 6 is a conceptual diagram showing the hierarchical structure of the AML part 62 of the DSDT 31 shown in FIG. 5 as an ACPI standard name space.
  • some devices such as the main memory 20 and the flash memory 30 are omitted for the sake of simplicity.
  • PCIB (4) 51 in FIG. 2 and PCIB (5) 53 in FIG. 3 are defined under the PCIB (2) 42 in FIG. , I / O device 2 and I / O device 3 can be connected as external devices.
  • the AML change table 32 is device change information including difference information with respect to the DSDT 31 for each system configuration that the information processing apparatus 1 can take, and is a table that is referred to when the device configuration change unit 13 changes the DSDT 31.
  • the AML change table 32 is unnecessary among devices included in the system configuration defined in the AML unit 62 of the DSDT 31 for each new device. It is a table reflecting the device.
  • an unnecessary device among devices included in the system configuration defined in the AML unit 62 of the DSDT 31 is referred to as an “unnecessary device in the DSDT 31”.
  • the AML change table 32 will be described in detail separately.
  • the firmware 33 is a software program such as BIOS having a basic input / output function.
  • the firmware 33 is a system configuration change program that is executed by the CPU (1) 11 when the information processing apparatus 1 is powered on and causes the CPU (1) 11 to function as the device configuration information detection unit 12 and the device configuration change unit 13.
  • FIG. 7 is a conceptual diagram illustrating an example of an operation in which the device configuration changing unit 13 changes the DSDT 31 when the firmware 33 is executed.
  • the device configuration information detection unit 12 and the device configuration change unit 13 enter an execution state.
  • the device configuration information detection unit 12 recognizes all devices connected to the information processing apparatus 1 when the information processing apparatus 1 is turned on, and detects information on these devices as device configuration information.
  • the device configuration information detection unit 12 recognizes basic devices such as the CPU group 10, the main memory 20, the flash memory 30, and the HB 40 shown in FIG. 1 and uses the basic device information as device configuration information. To detect.
  • the device configuration information detection unit 12 is a device newly added to the information processing apparatus 1 such as the I / O apparatus 2 shown in FIG. 2 or the I / O apparatus 3 shown in FIG. Is also recognized, and the information on the newly added device is detected as device configuration information.
  • the device configuration information detection unit 12 notifies the device configuration change unit 13 of the detected device configuration information.
  • the device configuration change unit 13 When the device configuration change unit 13 receives information on the newly added device from the device configuration information detection unit 12 as device configuration information, the device configuration change unit 13 searches the AML change table 32 and does not need unnecessary information in the DSDT 31 corresponding to this device. Get device information. The device configuration changing unit 13 rewrites an unnecessary device defined in the AML unit 62 in the DSDT 31 according to the acquired information on the unnecessary device in the DSDT 31 and changes the DSDT 31. In particular, in the present embodiment, the device configuration changing unit 13 changes the DSDT 31 by invalidating unnecessary devices defined in the AML unit 62 in the DSDT 31. The DSDT 31 changed by the device configuration changing unit 13 is delivered to the OS 21 by the firmware 33 when the OS 21 is activated.
  • FIG. 8 is an explanatory diagram illustrating an example of the AML change table 32 that is referred to when the device configuration changing unit 13 changes the DSDT 31 by invalidating an unnecessary device defined in the AML unit 62 in the DSDT 31. It is.
  • the AML change table 32 is a table having columns of six elements “parent device”, “child device”, “application condition”, “offset”, “before change”, and “processing”. .
  • the column of the element “child device” indicates an identifier of a device (child device) that may be newly added under the parent device.
  • the identifiers of the plurality of child devices may be described in the element “child device” column.
  • the element “application condition” column determines whether or not the device configuration change unit 13 should refer to the three elements “offset”, “before change”, and “processing” that are elements after this element “application condition”.
  • the conditions for “Exists” means that the child device exists under the parent device, and “does not exist” means that the child device does not exist under the parent device.
  • the element “offset” after the element “application condition” refers to each column of “Before change” and “Process”.
  • the element “offset” indicates position information in the AML part 62 in the DSDT 31 of an unnecessary device defined in the AML part 62 in the DSDT 31.
  • the element “before change” indicates unnecessary device information defined in the AML unit 62 in the DSDT 31.
  • the element “process” indicates a process executed by the device configuration changing unit 13 when an unnecessary device defined in the AML unit 62 in the DSDT 31 is invalidated.
  • “Replace with Method” shown in FIG. 8 means that the device configuration changing unit 13 replaces the device described in the element “Before Change” with a Method that defines the processing defined in the ACPI standard. Yes.
  • FIG. 9 is an explanatory diagram showing a state in which the device configuration changing unit 13 invalidates an unnecessary device defined in the AML unit 62 in the DSDT 31 by using the AML change table 32 shown in FIG. 9 illustrates a case where the device configuration changing unit 13 invalidates an unnecessary device defined in the AML unit 62 in the DSDT 31 illustrated in FIG.
  • the device configuration information detection unit 12 uses information on all devices connected to the information processing apparatus 1 illustrated in FIG. 2 as device configuration information. Indicates the case of detection.
  • the device configuration change unit 13 refers to the AML change table 32 shown in FIG. 8, and the child device “PCIB (4)” is the parent device “PCIB (2)”. ”Is confirmed. Then, as illustrated in FIG. 9, the device configuration changing unit 13 replaces PCIB (5), which is a device existing at the XXX position in the DSDT 31, with a Method defined by the ACPI standard. In this way, the device configuration changing unit 13 converts the device below the PCIB (5) (that is, the I / O device 3 in FIG. 3) that is not connected to the information processing apparatus 1 shown in FIG. As an unnecessary device defined in the AML unit 62, it is invalidated.
  • FIG. 9 shows an example in which Device (PCIB (5)) is replaced with Method (PCIB (5)), but this is “NoopOp” of the elements listed in Method (PCIB (5)). The aspect which replaced by "is shown.
  • FIG. 10 is a conceptual diagram showing the hierarchical structure of the AML part 62 of the DSDT 31 shown in FIG. 9 as an ACPI standard name space.
  • some devices such as the main memory 20 and the flash memory 30 are omitted for the sake of simplicity.
  • PCI (5) not connected to the information processing apparatus 1 shown in FIG. 2 is replaced with Method, thereby invalidating the I / O device 3 shown in FIG.
  • FIG. 10 shows an example in which Device (PCIB (5)) is replaced with Method (PCIB (5)), but it is based on “NoopOp” of the elements listed in Method (PCIB (5)). A mode in which substitution is omitted is shown.
  • FIG. 11 is a flowchart illustrating the processing procedure of the system configuration change process in the information processing apparatus 1 according to the present embodiment.
  • the information processing apparatus 1 is activated when the power is turned on (step S100). Specifically, when the CPU (1) 11 reads the firmware 33 from the flash memory 30 and executes it, the device configuration information detection unit 12 and the device configuration change unit 13 enter an execution state.
  • the CPU (1) 11 that has executed the firmware 33 reads the DSDT 31 from the flash memory 30 and develops it in a predetermined memory (step S101).
  • the device configuration information detection unit 12 detects information on all devices connected to the information processing apparatus 1 as device configuration information (step S102).
  • the device configuration change unit 13 searches the AML change table 32 as to whether there is change information corresponding to each device included in the device configuration information (step S103).
  • the device configuration change unit 13 determines whether there is change information corresponding to the device in the device configuration information in the AML change table 32 (step S104). For example, this determination is made by determining whether or not the condition that the child device “PCIB (4)” exists under the parent device “PCIB (2)” is satisfied in the AML change table 32 shown in FIG. Done.
  • step S104 when it is determined that there is no change information corresponding to the device in the device configuration information in the AML change table 32 (step S104: No), the device configuration change unit 13 returns the process to step S103.
  • the device configuration change unit 13 refers to the AML change table 32 and the AML in the DSDT 31.
  • the position of an unnecessary device defined in the unit 62 is specified (step S105).
  • the device configuration change unit 13 specifies the position of an unnecessary device defined in the AML unit 62 in the DSDT 31 using the position information described in the element “offset” of the AML change table 32 shown in FIG. .
  • the device configuration changing unit 13 determines whether or not an unnecessary device defined in the AML unit 62 in the DSDT 31 has been rewritten (step S106). In the present embodiment, the device configuration changing unit 13 determines whether an unnecessary device defined in the AML unit 62 in the DSDT 31 has already been replaced with a Method defined by the ACPI standard.
  • step S106 when it is determined that the unnecessary device defined in the AML unit 62 in the DSDT 31 has been rewritten (step S106: Yes), the device configuration changing unit 13 returns the process to step S103.
  • Step S107 the device configuration changing unit 13 executes a DSDT changing process for changing the DSDT 31.
  • the DSDT changing process in step S107 will be described in detail later with reference to FIGS.
  • the device configuration change unit 13 determines whether or not the search of the AML change table 32 has been completed for all devices included in the device configuration information (step S108). As a result, if it is determined that the search of the AML change table 32 has not been completed for all devices included in the device configuration information (step S108: No), the process returns to step S103. On the other hand, if it is determined that the search of the AML change table 32 has been completed for all devices included in the device configuration information (step S108: Yes), the device configuration change unit 13 proceeds to step S109.
  • step S109 the CPU (1) 11 activates the OS 21 from the main memory 20, and hands over the DSDT 31 after the change by the DSDT change process in step S107 to the OS 21 (step S109), and ends the system configuration change process.
  • FIG. 12 is a diagram for explaining an example of the processing procedure of the DSDT changing process by the device configuration changing unit 13 in step S107.
  • the device configuration changing unit 13 invalidates the PCIB (5), which is an unnecessary device defined in the AML unit 62 in the DSDT 31 illustrated in FIG. 5, by executing the DSDT changing process illustrated in FIG. 12.
  • FIG. 14 is a conceptual diagram showing the hierarchical structure of the AML part 62 of the DSDT 31 shown in FIG. 13 as an ACPI standard name space.
  • [NameString] is moved forward by 1 byte.
  • 1 byte generated by moving [PkgLength] to the front by 1 byte can be filled.
  • 1 byte is added to the package length indicated by [PkgLength] and the length of [PkgLength] itself is increased by 1 byte, it is not necessary to move [NameString].
  • the device configuration changing unit 13 changes the Device definition “Device (PCIB (5))” of the PCIB (5) shown in FIG. 5 to the Method of the PCI (5) as shown in FIG. 13 and FIG. It can be replaced with the definition “Method (PCIB (5))”. That is, PCIB (5), which is an unnecessary device defined in the AML unit 62 in the DSDT 31 shown in FIG. 5, can be invalidated.
  • the device configuration changing unit 13 changes the Device definition “Device (PCIB (5))” of the PCIB (5) shown in FIG. 5 to the Method definition “Device (PCIB (5))” shown in FIG. Method (PCIB (5)) ".
  • FIG. 15 is a flowchart for explaining an example of a method for creating the AML change table 32 shown in FIG.
  • an ASL (ACPI Source Language) file corresponding to the AML unit 62 in the DSDT 31 is created (step S301).
  • an AML file corresponding to the AML unit 62 in the DSDT 31 is generated (step S302).
  • the offset information calculation tool to the above AML file, the position information of the unnecessary device defined in the AML unit 62 in the DSDT 31 in the AML unit 62 in the DSDT 31 is converted into the element “offset” shown in FIG. As information to be stored (offset information).
  • the original file of the AML change table 32 is generated from the AML file in the C language format (step S303).
  • the AML change table 32 is created by compiling the original file of the AML change table 32 using a C compiler (step S304).
  • the AML change table 32 of FIG. 8 in which the offset information is stored in the element “offset” can be completed.
  • the device configuration change unit 13 since the AML change table 32 of this embodiment includes offset information, the device configuration change unit 13 causes the AML in the DSDT 31 of unnecessary devices defined in the AML unit 62 in the DSDT 31. The position in the part 62 can be identified efficiently. As a result, the DSDT changing process by the device configuration changing unit 13 can be accelerated.
  • the maximum configuration which is all the system configurations that can be taken by the information processing apparatus 1, is defined in the DSDT 31, and the device configuration changing unit 13 performs the DSDT 31 when the information processing apparatus 1 is turned on.
  • the DSDT 31 is changed by invalidating unnecessary devices.
  • the changed DSDT 31 is delivered to the OS 21 by the firmware 33.
  • the OS 21 supports DSDT in the ACPI standard.
  • the OS 21 can be normally started. Can be secured. In other words, when the system configuration is changed, normal startup of the OS can be ensured regardless of the type of OS.
  • the information processing apparatus 1 according to the second embodiment will be described.
  • the function of changing the DSDT 31 is different between the present embodiment and the first embodiment. That is, in the first embodiment, the device configuration changing unit 13 changes the DSDT 31 by invalidating unnecessary devices from the DSDT 31, but in this embodiment, the device configuration changing unit 13 adds unnecessary devices from the DSDT 31.
  • the DSDT 31 is changed by deleting.
  • the information processing apparatus 1 according to the present embodiment has an AML change table 132 shown in FIG. 16 instead of the AML change table 32 shown in FIG. Since the other configuration is basically the same as that of the first embodiment, detailed description of the same configuration as that of the first embodiment is omitted.
  • FIG. 16 is a diagram for explaining the AML change table 132 according to the present embodiment.
  • the AML change table 132 is referred to by the device configuration changing unit 13 when the device configuration changing unit 13 changes the DSDT 31 by deleting unnecessary devices defined in the AML unit 62 in the DSDT 31. It is a table.
  • the AML change table 132 is a table in which five elements “parent device”, “child device”, “application condition”, “before change”, and “delete size” are combined. Of the five elements, the four elements “parent device”, “child device”, “application condition”, and “before change” are the same as those in the AML change table 32 shown in FIG. To do.
  • the element “deletion size” indicates the size of the layer under the device described in the element “before change”, that is, the size of the layer under the unnecessary device defined in the AML unit 62 in the DSDT 31.
  • FIG. 17 is an explanatory diagram showing a state in which the device configuration change unit 13 deletes unnecessary devices defined in the AML unit 62 in the DSDT 31 using the AML change table 132 shown in FIG.
  • FIG. 17 illustrates a case where the device configuration changing unit 13 deletes an unnecessary device defined in the AML unit 62 in the DSDT 31 illustrated in FIG.
  • the device configuration information detection unit 12 detects information of all devices connected to the information processing apparatus 1 shown in FIG. 2 as device configuration information.
  • the device configuration changing unit 13 also changes the checksum of the header unit 61.
  • FIG. 18 is a conceptual diagram showing the hierarchical structure of the AML portion 62 of the DSDT 31 shown in FIG. 17 as an ACPI standard name space.
  • some devices such as the main memory 20 and the flash memory 30 are omitted for the sake of simplicity.
  • the I / O device 3 in FIG. 3 is deleted by deleting the PCIB (5) not connected to the information processing apparatus 1 shown in FIG.
  • system configuration change processing in the information processing apparatus 1 will be described.
  • the system configuration change process of the present embodiment is different from that of the first embodiment in the processing contents of the DSDT change process in step S107 shown in FIG. Since the other steps are basically the same as those in the first embodiment, detailed description of the same steps as those in the first embodiment will be omitted.
  • FIG. 19 is a diagram for explaining an example of the processing procedure of the DSDT changing process in step S107.
  • FIG. 19 illustrates a case where the device configuration changing unit 13 deletes the Device definition “Device (PCIB (5))” of the PCIB (5) illustrated in FIG.
  • the device definition “Device (PCIB (5))” is searched from the AML unit 62 in the DSDT 31.
  • an underline shown in FIG. 19 is displayed from the head of the DSDT 31 (including the header section 61 in the DSDT 31) to a memory area of the same size as the prepared DSDT 31 (hereinafter referred to as “memory area for new DSDT”). Copy up to just before the part.
  • the area from immediately after the underlined portion shown in FIG. 19 to the end of the AML section 62 in the DSDT 31 is copied to the new DSDT memory area.
  • a portion obtained by deleting the underlined portion shown in FIG. 19 from the DSDT 31 is stored in the new DSDT memory area.
  • PkgLength of the upper hierarchy of the deleted definition that is, the underlined portion shown in FIG. 19
  • PkgLength (b) is changed and reduced by the size of the deleted definition (“aaa” shown in FIG. 16).
  • PkgLength (a) is changed and reduced by the size of the deleted definition (“aaa” shown in FIG. 16). Thereafter, similarly, the value of PkgLength is changed until there is no higher hierarchy.
  • the device configuration changing unit 13 can delete the Device definition “Device (PCIB (5))” of the PCIB (5) shown in FIG.
  • all system configurations that can be taken by the information processing apparatus 1 are defined in the DSDT 31, and the device configuration changing unit 13 does not need unnecessary devices from the DSDT 31 when the information processing apparatus 1 is powered on.
  • the DSDT 31 is changed by deleting.
  • the changed DSDT 31 is delivered to the OS 21 by the firmware 33.
  • the OS 21 supports DSDT according to the ACPI standard, but the OS 21 is normal even when it does not support SSDT or OEMT. Startup can be ensured. In other words, when the system configuration is changed, normal startup of the OS can be ensured regardless of the type of OS.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

 システム構成が変更された場合に、OSの種類に関わらず、OSの正常起動を確保することを課題とする。この課題を解決するため、システム構成情報に、情報処理装置がとり得る全てのシステム構成を定義しておき、電源投入時に、システム構成情報から不要なデバイスを無効化又は削除することにより、システム構成情報を変更することとした。これにより、変更後のシステム構成情報がファームウェアによってOSに引き渡されることとなるため、システム構成が変更された場合に、OSの種類に関わらず、OSの正常起動を確保することができる。

Description

構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム
 この発明は、構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラムに関し、特に、システム構成が変更された場合に、基本ソフトウェアであるOS(Operationg System)の種類に関わらず、構成変更を正常に行うことができる構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラムに関する。
 従来より、情報処理装置では、デバイスの追加等によりシステム構成が変更された場合に、変更後のシステム構成がOSから認識できるように、自装置内に格納されたシステム構成情報を変更する機能を備えている。この種の情報処理装置として、例えば、デバイスが追加された場合に、OSが、ACPI(Advanced Configuration and Power Interface)規格のACPIテーブルに定義された名前空間(Name Space)を、システム構成情報として、変更する情報処理装置が知られている。
 ここで、従来の情報処理装置において、デバイスの追加によりシステム構成が変更された場合に、OSがACPI規格のACPIテーブルに定義された名前空間を、システム構成情報として、認識する機能について説明する。なお、ACPI規格は、情報処理装置におけるシステム構成と電源制御に関する業界標準規格であり、その詳細については、http://www.acpi.info/に開示されているため、説明を省略する。また、以下では、図20に示すように、n個のCPU(CPU1~CPUn)、メモリ(MEM1)、その他のデバイス(HB、PCIB1~PCIB3、DEV1)等により構成されている情報処理装置に対して、図21に示すCPU(n+1)及びI/O装置が追加された場合について説明する。
 ACPI規格のACPIテーブルは、図22に示すように、BIOS(Basic Input Output System)等のFirmware(ファームウェア)によりメモリ上に作成され、OSに引き渡されるテーブルである。OSは、ACPIテーブルに記載されている情報をもとに情報処理装置におけるシステムの初期化や電源制御を行う。
 かかるACPI規格のACPIテーブルには、情報処理装置のシステム構成を、AML(ACPI Machine Language)で記述された名前空間として定義したテーブルであるDSDT(Diffirentialted System Description Table)が含まれる。DSDTは、情報処理装置に接続されるデバイスの構成を定義するシステム構成情報であり、情報処理装置のシステム構成に含まれる各デバイスを、名前空間内のオブジェクトとして表現する。例えば、図20に示す情報処理装置のシステム構成は、図23に示す名前空間として定義される。図23に示すように、名前空間内では、各デバイスは、システムバスツリー(System bus tree)配下のオブジェクトとして「¥_SB_」のように表現される。
 このDSDTは、情報処理装置の起動時に、ACPIテーブルの一つとして、BIOS等のファームウェアによってOSに引き渡される。OSは、DSDT内のAMLを解釈することで、情報処理装置の変更後のシステム構成を認識することができる。
 一方、ACPI規格におけるACPIテーブルには、SSDTやOEMT(以下、「SSDT」と「OEMT」を併せて「OEMT等」と言う。)が含まれる。ここで、SSDTとは、情報処理装置に追加されるデバイス(図21に示すI/O装置)を、DSDTと同様にAMLで記述された名前空間として定義したテーブルをいう。また、OEMTとは、LoadTableオペレータを用いてロードするDefinition Blockを定義したテーブル(OEM Table)をいう。DSDTが、情報処理装置に常時接続されるデバイスを、名前空間内のオブジェクトとして定義するのに対し、OEMT等は、情報処理装置に後から追加されるデバイスを、名前空間内のオブジェクトとして定義する。
 このOEMT等は、DSDTと同様に、情報処理装置の起動時に、ファームウェアによってOSに引き渡される。OSは、OEMT等内のAMLを解釈することで、情報処理装置に後から追加されるデバイスを認識することができる。
 そして、従来の情報処理装置では、デバイスの追加等によりシステム構成が変更された場合に、ファームウェアが、図24に示すように、上述したDSDT及びOEMT等をOSに引渡す。その後、OSは、図25及び図26に示すように、DSDTにOEMT等を追加することにより、図21に示す新たなシステム構成変更後に対応するシステム全体の新たな名前空間を作成する。このようにして、従来の情報処理装置では、OSとファームウェアの連係によりACPI規格のACPIテーブルとしてシステム変更後のシステム全体の名前空間を作成することにより、システム構成を認識していた。
特開2005-56404号公報
 ところで、現在、情報処理装置に搭載されるOSの種類は、多岐に渡っており、OSによっては、ACPIテーブルに定義された名前空間を変更する機能をサポートしていない場合がある。すなわち、OSによっては、DSDTをサポートしているが、OEMT等をサポートしていない場合がある。
 このため、従来の情報処理装置では、システム構成が変更された場合に、ファームウェアが、DSDT及びOEMT等をOSに引き渡したとしても、OSがOEMT内のAMLを解釈することができず、起動不良に至るという問題があった。
 この発明は、上述した従来技術による問題点を解消するためになされたものであり、システム構成が変更された場合に、OSの種類すなわち、OEMT等のサポートの有無に関わらず、OSの正常起動を確保することができる構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラムを提供することを目的とする。
 上述した課題を解決し、目的を達成するため、本願の開示する情報処理装置は、一つの態様において、演算処理装置と第1の記憶装置とを有する情報処理装置において、前記第1の記憶装置は、前記情報処理装置が取り得るシステム構成毎に、前記情報処理装置に接続されるデバイスの構成を定義する第1のシステム構成情報に対する差分情報を含むデバイス変更情報と、前記演算処理装置を、前記情報処理装置に接続されるデバイスの変更後におけるデバイスの情報であるデバイス構成情報を検出するデバイス構成情報検出手段と、前記デバイス構成情報検出手段が検出したデバイス構成情報と、前記デバイス変更情報とに基づいて、前記第1のシステム構成情報を第2のシステム構成情報に変更するデバイス構成変更手段として機能させる第1のプログラムとを有する。
 システム構成が変更された場合に、OSの種類、すなわち、OEMT等のサポートの有無に関わらず、OSの正常起動を確保することができるという効果を奏する。
図1は、実施例1に係る情報処理装置の構成を示すブロック図である。 図2は、情報処理装置に対して外部デバイスを追加した状態を示す図である。 図3は、情報処理装置に対して外部デバイスを追加した状態を示す図である。 図4は、DSDTに関するACPI規格のフォーマットを示す図である。 図5は、図1に示すDSDTの構成の一例を説明するための図である。 図6は、図5に示すDSDTのAML部の階層構造を、ACPI規格の名前空間として表した概念図である。 図7は、ファームウェアの実行時に、デバイス構成変更部がDSDTを変更する動作の一例を示す概念図である。 図8は、デバイス構成変更部が、DSDT内のAML部に定義された不要なデバイスを無効化することにより、DSDTを変更する際に、参照するAML変更テーブルの一例を示す説明図である。 図9は、図8に示すAML変更テーブルを利用して、デバイス構成変更部が、DSDT内のAML部に定義された不要なデバイスを無効化した状態を示す説明図である。 図10は、図9に示すDSDTのAML部の階層構造を、ACPI規格の名前空間として表した概念図である。 図11は、実施例1に係る情報処理装置におけるシステム構成変更処理の処理手順を示すフローチャートである。 図12は、ステップS107のデバイス構成変更部によるDSDT変更処理の処理手順の一例を説明するための図である。 図13は、図12に示すDSDT変更処理を実行することにより、デバイス構成変更部が、図5に示すDSDT内のAML部に定義された不要なデバイスを無効化した状態を示す説明図である。 図14は、図13に示すDSDTのAML部の階層構造を、ACPI規格の名前空間として表した概念図である。 図15は、図8に示すAML変更テーブルの作成方法の一例について説明するためのフローチャートである。 図16は、実施例2に係るAML変更テーブルを説明するための図である。 図17は、図16に示すAML変更テーブルを利用して、デバイス構成変更部が、DSDT内のAML部に定義された不要なデバイスを削除した状態を示す説明図である。 図18は、図17に示すDSDTのAML部の階層構造を、ACPI規格の名前空間として表した概念図である。 図19は、DSDT変更処理の処理手順の一例を説明するための図である。 図20は、従来例について説明するための図である。 図21は、従来例について説明するための図である。 図22は、従来例について説明するための図である。 図23は、従来例について説明するための図である。 図24は、従来例について説明するための図である。 図25は、従来例について説明するための図である。 図26は、従来例について説明するための図である。
符号の説明
1     情報処理装置
2     I/O装置(入出力装置)
3     I/O装置(入出力装置)
11    CPU(1)(演算処理装置)
12    デバイス構成情報検出部(デバイス構成情報検出手段)
13    デバイス構成変更部(デバイス構成変更手段)
20    メインメモリ(第2の記憶装置)
21    OS(第2のプログラム)
30    フラッシュメモリ(第1の記憶装置)
31    DSDT(第1のシステム構成情報、第2のシステム構成情報)
32    AML変更テーブル(デバイス変更情報)
33    ファームウェア(第1のプログラム)
132   AML変更テーブル(デバイス変更情報)
 以下に、本願の開示する構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラムを図面に基づいて詳細に説明する。なお、以下の実施例では、本願の開示する情報処理装置が、各種の情報処理装置におけるシステム構成と電源制御に関する業界標準規格であるACPI規格に準拠した装置であるとして説明を行う。しかし、これに限らず、本願の開示する情報処理装置等は、他の如何なる規格に準拠した装置等にも適用され得る。
 図1は、実施例1に係る情報処理装置の構成を示すブロック図である。図1に示すように、情報処理装置1は、CPU群10と、メインメモリ20と、フラッシュメモリ30とを有し、バスを介してこれらを接続している。
 その他、情報処理装置1は、HB(ホストブリッジ)40と、PUIB(1)41~PCIB(3)43と、DEV(1)44とを有している。HB40は、CPU群10とバスを介して接続されたホストブリッジである。PUIB(1)41~PCIB(3)43は、HB40に接続されたPCIルートブリッジ又はPCI Expressルートブリッジ(以下、「PCIルートブリッジ等」)である。DEV(1)44は、PCIB(1)41に接続されたPCIデバイス又はPCI Expressデバイス(以下、「PCIBデバイス等」)である。なお、説明の簡略化ため、3つのPCIB(1)41~PCIB(3)43及び1つのDEV(1)44を示しているが、これらの個数は限定されない。
 本実施例に係る情報処理装置1は、外部デバイスの追加等により種々のシステム構成をとり得る。図2及び図3は、情報処理装置1に対して外部デバイスを追加した状態を示す図である。
 例えば、図2に示す情報処理装置1では、I/O装置2が外部デバイスとして追加接続されている。なお、I/O装置2は、例えば、PCIBデバイス等であるPCIB(4)51と、PCIB(4)に接続されたPCIデバイス等であるDEV(1)52とを有する。また、図3に示す情報処理装置1では、I/O装置3が外部デバイスとして追加接続されている。なお、I/O装置3は、例えば、PCIBデバイス等であるPCIB(5)53と、PCIB(5)53に接続されたPCIデバイス等であるDEV(3)54及びDEV(4)55とを有する。
 そして、本実施例に係る情報処理装置1は、上記のようにシステム構成が変更された場合に、変更後のシステム構成に適合するように、自装置内に格納されたシステム構成情報を変更する機能を備えている。
 次に、図1を参照して、システム構成が変更された場合に、変更後のシステム構成に適合するように、自装置内に格納されたシステム構成情報を変更する機能を有する情報処理装置1における各部の構成について、具体的に説明する。
 CPU群10は、情報処理装置1においてOSの実行等の演算処理を行う演算処理装置である。CPU群10は、情報処理装置1におけるn個の演算処理装置としてCPU(1)~CPU(n)を有する。このCPU群10に含まれるCPU(1)11は、フラッシュメモリ30からファームウェア33を読み出して実行することにより、デバイス構成情報検出部12及びデバイス構成変更部13として機能する演算処理装置である。
 デバイス構成情報検出部12は、情報処理装置1に接続されるデバイスの変更後におけるデバイスの情報であるデバイス構成情報を検出する。デバイス構成変更部13は、デバイス構成情報検出部12が検出したデバイス構成情報と、フラッシュメモリ30に記憶されたAML変更テーブル32とに基づいて、フラッシュメモリ30に記憶されたシステム構成情報であるDSDT31を変更する。これらデバイス構成情報検出部12及びデバイス構成変更部13については、別途詳細に説明する。
 メインメモリ20は、情報処理装置1の主記憶装置であり、OS21を格納している。OS21は、情報処理装置1におけるシステム、すなわち、CPU群10、メインメモリ20、フラッシュメモリ30等の各デバイスの初期化する機能などの情報処理装置1のコンピュータとしての基本的な機能を提供する基本ソフトウェアである。このOS21は、CPU(1)11によって読み出されて実行され、このCPU(1)11を、情報処理装置1に接続される全てのデバイスにアクセスするシステム制御手段として機能させる。
 フラッシュメモリ30は、CPU(1)11により実行される各種プログラムや、CPU(1)11によるプログラム実行時に参照される各種データを記憶する不揮発性メモリである。具体的には、フラッシュメモリ30は、DSDT31と、AML変更テーブル32と、ファームウェア33とを記憶している。
 DSDT31は、情報処理装置1に接続されるデバイスの構成を、例えば、図4に示すACPI規格のフォーマットに準拠して定義するシステム構成情報である。図5は、図1に示すDSDT31の構成の一例を説明するための図である。この図5に示すように、DSDT31は、図4に示すACPI規格のフォーマットに準拠した構成を有している。具体的には、DSDT31は、ヘッダ部61と、AML部62とを有している。ヘッダ部61は、DSDT1全体に対する誤り検出方法の一種であるチェックサム(check sum)を格納している。ここで、チェックサムとは、検査対象のデータの合計値であるチェックサムを計算して、データとともにメモリに格納し、データの読出し時に読み出されたデータの合計値を計算して、チェックサムと比較することにより、誤りを検出する誤り検出方法をいう。
 AML部62は、情報処理装置1に接続されるデバイスを、AMLで記述された階層構造として定義する。特に、本実施例に係るDSDT31のAML部62では、情報処理装置1がとり得る全てのシステム構成がAMLにより定義される。ここで、情報処理装置1がとり得る全てのシステム構成とは、情報処理装置1に接続され得る全てのデバイスの構成である所謂最大構成を意味している。具体的には、本実施例に係るDSDT31のAML部62には、図1に示す情報処理装置1の基本的なシステム構成だけでなく、図2に示すI/O装置2が外部デバイスとして追加接続された後の情報処理装置1のシステム構成、及び、図3に示すI/O装置3が外部デバイスとして追加接続された後の情報処理装置1のシステム構成が定義されている。
 例えば、図5に示すDSDT31内のAML部62では、図1のPCIB(2)42の配下に、図2のPCIB(4)51及び図3のPCIB(5)53が定義されているので、情報処理装置1に対して、I/O装置2及びI/O装置3が外部デバイスとして接続され得ることを表している。
 図6は、図5に示すDSDT31のAML部62の階層構造を、ACPI規格の名前空間として表した概念図である。なお、図6に示す名前空間では、説明を簡単にするため、メインメモリ20やフラッシュメモリ30等の一部のデバイスを省略している。図6に示す名前空間では、図1のPCIB(2)42の配下に、図2のPCIB(4)51及び図3のPCIB(5)53が定義されるため、情報処理装置1に対して、I/O装置2及びI/O装置3が外部デバイスとして接続され得ることを表している。
 図1の説明に戻る。AML変更テーブル32は、情報処理装置1がとり得るシステム構成毎に、DSDT31に対する差分情報を含むデバイス変更情報であり、デバイス構成変更部13がDSDT31を変更する際に参照するテーブルである。すなわち、AML変更テーブル32は、情報処理装置1に対して新たなデバイスが追加された場合に、その新たなデバイス毎に、DSDT31のAML部62に定義されたシステム構成に含まれるデバイスのうち不要となるデバイスを反映させたテーブルである。なお、以下では、DSDT31のAML部62に定義されたシステム構成に含まれるデバイスのうち不要となるデバイスを、「DSDT31内の不要なデバイス」と呼ぶ。また、AML変更テーブル32については、別途詳細に説明する。
 また、ファームウェア33は、基本入出力機能を備えたBIOS等のソフトウェアプログラムである。ファームウェア33は、情報処理装置1の電源投入時にCPU(1)11によって実行され、CPU(1)11を、デバイス構成情報検出部12及びデバイス構成変更部13として機能させるシステム構成変更プログラムである。
 続いて、本実施例に係るデバイス構成情報検出部12、デバイス構成変更部13及びAML変更テーブル32について詳細に説明する。図7は、ファームウェア33の実行時に、デバイス構成変更部13がDSDT31を変更する動作の一例を示す概念図である。
 図7に示すように、CPU(1)11がフラッシュメモリ30からファームウェア33を読み出して実行することにより、デバイス構成情報検出部12及びデバイス構成変更部13が実行状態となる。
 デバイス構成情報検出部12は、情報処理装置1の電源投入時に、情報処理装置1に接続されている全てのデバイスを認識し、これらのデバイスの情報を、デバイス構成情報として検出する。例えば、デバイス構成情報検出部12は、図1に示すCPU群10、メインメモリ20、フラッシュメモリ30、HB40等の基本的なデバイスを認識し、これら基本的なデバイスの情報を、デバイス構成情報として検出する。また、デバイス構成情報検出部12は、基本的なデバイスに加えて、図2に示すI/O装置2や図3に示すI/O装置3等の情報処理装置1に新たに追加されたデバイスも認識し、これら新たに追加されたデバイスの情報を、デバイス構成情報として検出する。また、デバイス構成情報検出部12は、検出したデバイス構成情報をデバイス構成変更部13へ通知する。
 デバイス構成変更部13は、新たに追加されたデバイスの情報を、デバイス構成情報としてデバイス構成情報検出部12から受け取ると、AML変更テーブル32を検索して、このデバイスに対応したDSDT31内の不要なデバイスの情報を取得する。また、デバイス構成変更部13は、取得したDSDT31内の不要なデバイスの情報に従って、DSDT31内のAML部62に定義された不要なデバイスを書き換え、DSDT31を変更する。特に、本実施例では、デバイス構成変更部13は、DSDT31内のAML部62に定義された不要なデバイスを無効化することにより、DSDT31を変更する。デバイス構成変更部13により変更されたDSDT31は、ファームウェア33によって、OS21の起動時にOS21に引き渡される。
 図8は、デバイス構成変更部13が、DSDT31内のAML部62に定義された不要なデバイスを無効化することにより、DSDT31を変更する際に、参照するAML変更テーブル32の一例を示す説明図である。図8に示すように、AML変更テーブル32は、6つの要素「親デバイス」、「子デバイス」、「適用条件」、「オフセット」、「変更前」及び「処理」の欄を有するテーブルである。
 要素「親デバイス」の欄は、DSDT31内のAML部62の階層構造を名前空間として表した場合、名前空間の階層における配下に、新たにデバイスが追加される可能性のあるデバイス(親デバイス)の識別子を示している。
 要素「子デバイス」の欄は、親デバイスの配下に新たに追加される可能性のあるデバイス(子デバイス)の識別子を示している。なお、1つの親デバイスの配下に複数の子デバイスを接続する場合には、要素「子デバイス」の欄に複数の子デバイスの識別子を記載しておけばよい。
 要素「適用条件」の欄は、この要素「適用条件」以降の要素である3つの要素「オフセット」、「変更前」及び「処理」を、デバイス構成変更部13に参照させるか否かを決定するための条件を示す。「存在する」は、子デバイスが親デバイスの配下に存在していることを意味し、「存在しない」は、子デバイスが親デバイスの配下に存在していないことを意味する。例えば、図8に示す例では、子デバイス「PCIB(4)」が親デバイス「PCIB(2)」の配下に存在するという条件を満たすときに、要素「適用条件」以降の要素「オフセット」、「変更前」及び「処理」の各欄をデバイス構成情報検出部12が参照する。
 なお、以下では、これら3つの要素「親デバイス」、「子デバイス」及び「適用条件」の各欄に記載された情報を合わせて、変更情報と呼ぶこととする。
 要素「オフセット」は、DSDT31内のAML部62に定義された不要なデバイスの、DSDT31内のAML部62における位置情報を示す。
 要素「変更前」は、DSDT31内のAML部62に定義された不要なデバイスの情報を示している。
 要素「処理」は、DSDT31内のAML部62に定義された不要なデバイスを無効化する際に、デバイス構成変更部13によって実行される処理を示している。例えば、図8に示す「Methodに置換」は、デバイス構成変更部13が、要素「変更前」に記載されるデバイスを、ACPI規格で定められる処理を規定するMethodに置換することを意味している。
 続いて、図8に示すAML変更テーブル32を利用して、デバイス構成変更部13が、DSDT31内のAML部62に定義された不要なデバイスを無効化する処理の一例について説明する。図9は、図8に示すAML変更テーブル32を利用して、デバイス構成変更部13が、DSDT31内のAML部62に定義された不要なデバイスを無効化した状態を示す説明図である。なお、図9では、デバイス構成変更部13が、図5に示すDSDT31内のAML部62に定義された不要なデバイスを無効化する場合について説明する。また、図9では、例として、情報処理装置1の電源投入時に、デバイス構成情報検出部12が、図2に示す情報処理装置1に接続されている全てのデバイスの情報を、デバイス構成情報として検出した場合を示す。
 デバイス構成情報検出部12からデバイス構成情報を受け取ると、デバイス構成変更部13は、図8に示すAML変更テーブル32を参照して、子デバイス「PCIB(4)」が親デバイス「PCIB(2)」の配下に存在していることを確認する。そうすると、図9に示すように、デバイス構成変更部13は、DSDT31内のXXX位置に存在するデバイスであるPCIB(5)を、ACPI規格で定められるMethodに置換する。このようして、デバイス構成変更部13は、図2に示す情報処理装置1に接続されていないデバイスであるPCIB(5)以下のデバイス(つまり、図3のI/O装置3)を、DSDT31内のAML部62に定義された不要なデバイスとして、無効化する。なお、図9では、Device(PCIB(5))をMethod(PCIB(5))に置換した例を示しているが、これはMethod(PCIB(5))内にリストされている要素の「NoopOp」による置換を省略した態様を示している。
 図10は、図9に示すDSDT31のAML部62の階層構造を、ACPI規格の名前空間として表した概念図である。なお、図10に示す名前空間では、説明を簡単にするため、メインメモリ20やフラッシュメモリ30等の一部のデバイスを省略している。図10に示す名前空間では、図2に示す情報処理装置1に接続されていないPCIB(5)が、Methodに置換されることにより、図3のI/O装置3が無効化されている。なお、図10では、Device(PCIB(5))をMethod(PCIB(5))に置換した例を示しているが、Method(PCIB(5))内にリストされている要素の「NoopOp」による置換を省略した態様を示している。
 次に、本実施例に係る情報処理装置1におけるシステム構成変更処理について説明する。図11は、本実施例に係る情報処理装置1におけるシステム構成変更処理の処理手順を示すフローチャートである。
 図11に示すように、まず、電源投入により情報処理装置1が起動する(ステップS100)。具体的には、CPU(1)11が、フラッシュメモリ30からファームウェア33を読み出して実行することにより、デバイス構成情報検出部12及びデバイス構成変更部13が実行状態となる。
 ファームウェア33を実行したCPU(1)11は、フラッシュメモリ30からDSDT31を読み出して、所定のメモリに展開する(ステップS101)。次いで、デバイス構成情報検出部12は、情報処理装置1に接続されている全てのデバイスの情報を、デバイス構成情報として検出する(ステップS102)。
 次いで、デバイス構成変更部13は、デバイス構成情報に含まれる各デバイスに対応する変更情報が存在するか否かについて、AML変更テーブル32を検索する(ステップS103)。
 次いで、デバイス構成変更部13は、AML変更テーブル32に、デバイス構成情報のデバイスに対応する変更情報が存在するか否かを判定する(ステップS104)。例えば、この判定は、図8に示すAML変更テーブル32において、子デバイス「PCIB(4)」が親デバイス「PCIB(2)」の配下に存在するという条件を満たすか否かを判定することにより行われる。
 その結果、AML変更テーブル32に、デバイス構成情報のデバイスに対応する変更情報が存在しないと判定すると(ステップS104:No)、デバイス構成変更部13は、処理をステップS103に戻す。
 一方、AML変更テーブル32に、デバイス構成情報のデバイスに対応する変更情報が存在すると判定すると(ステップS104:Yes)、デバイス構成変更部13は、AML変更テーブル32を参照して、DSDT31内のAML部62に定義された不要なデバイスの位置を特定する(ステップS105)。例えば、デバイス構成変更部13は、図8に示すAML変更テーブル32の要素「オフセット」に記述された位置情報を用いて、DSDT31内のAML部62に定義された不要なデバイスの位置を特定する。
 次いで、デバイス構成変更部13は、DSDT31内のAML部62に定義された不要なデバイスが既に書き換えられているか否かを判定する(ステップS106)。本実施例では、デバイス構成変更部13は、DSDT31内のAML部62に定義された不要なデバイスが、既にACPI規格で定められるMethodに置換されているか否かを判定する。
 その結果、DSDT31内のAML部62に定義された不要なデバイスが既に書き換えられていると判定すると(ステップS106:Yes)、デバイス構成変更部13は、処理をステップS103に戻す。
 一方、DSDT31内のAML部62に定義された不要なデバイスが未だ書き換えられていないと判定すると(ステップS106:No)、デバイス構成変更部13は、DSDT31を変更するためのDSDT変更処理を実行する(ステップS107)。なお、ステップS107のDSDT変更処理については、後に図12~図14を参照して詳細に説明する。
 次いで、デバイス構成変更部13は、デバイス構成情報に含まれる全てのデバイスについて、AML変更テーブル32の検索が終了したか否かを判定する(ステップS108)。その結果、デバイス構成情報に含まれる全てのデバイスについて、AML変更テーブル32の検索が終了していないと判定すると(ステップS108:No)、処理をステップS103に戻す。一方、デバイス構成情報に含まれる全てのデバイスについて、AML変更テーブル32の検索が終了したと判定すると(ステップS108:Yes)、デバイス構成変更部13は、処理をステップS109に移行する。
 ステップS109において、CPU(1)11は、メインメモリ20からOS21を起動すると共に、ステップS107のDSDT変更処理による変更後のDSDT31をOS21に引き渡し(ステップS109)、システム構成変更処理を終了する。
 続いて、図12~図14を参照して、ステップS107のデバイス構成変更部13によるDSDT変更処理について説明する。図12は、ステップS107のデバイス構成変更部13によるDSDT変更処理の処理手順の一例を説明するための図である。図13は、図12に示すDSDT変更処理を実行することにより、デバイス構成変更部13が、図5に示すDSDT31内のAML部62に定義された不要なデバイスであるPCIB(5)を無効化した状態を示す説明図である。図14は、図13に示すDSDT31のAML部62の階層構造を、ACPI規格の名前空間として表した概念図である。
 図12に示すように、まず、DeviceOpをMethodOpに置換する。次いで、[PkgLength]を1byte手前に移動する。これにより、DeviceOpは2byteであり、MethodOpは1byteであるので、両者の差である1byteを埋めることができる。なお、[PkgLength]を1byte手前に移動すると共に、[PkgLength]の示すパッケージ長に1byte追加してもよい。
 次いで、[NameString]を1byte手前に移動する。これにより、[PkgLength]を1byte手前に移動したことにより生じた1byteを埋めることができる。なお、上述したように、[PkgLength]の示すパッケージ長に1byte追加することで、[PkgLength]自体の長さが1byte増加している場合には、[NameString]を移動する必要はない。
 最後に、[ObjectList]にリストされている要素を全て[NoopOp]で置換する。なお、[NoopOp]は、1byteのオペレータであり、如何なる動作も行われないことを意味する。
 このようにして、デバイス構成変更部13は、図5に示すPCIB(5)のDevice定義「Device(PCIB(5))」を、図13及び図14に示すように、PCIB(5)のMethod定義「Method(PCIB(5))」に置換することができる。すなわち、図5に示すDSDT31内のAML部62に定義された不要なデバイスであるPCIB(5)を無効化することができる。
 なお、図12~図14では、図5に示すPCIB(5)のDevice定義「Device(PCIB(5))」のDeviceOpをMethodOpに置換した後、[ObjectList]にリストされている要素を全て[NoopOp]で置換する場合について説明したが、[NoopOp]による置換を省略することもできる。この場合、デバイス構成変更部13は、図5に示すPCIB(5)のDevice定義「Device(PCIB(5))」を、図9及び図10に示すように、PCIB(5)のMethod定義「Method(PCIB(5))」に置換することになる。
 次に、図8に示すAML変更テーブル32の作成方法について説明する。図15は、図8に示すAML変更テーブル32の作成方法の一例について説明するためのフローチャートである。図15に示すように、AML変更テーブル32の作成に際しては、まず、DSDT31内のAML部62に対応したASL(ACPI Source Language)ファイルを作成する(ステップS301)。
 次いで、ASLコンパイラを用いて上記のASLファイルをコンパイルすることにより、DSDT31内のAML部62に対応したAMLファイルを生成する(ステップS302)。次いで、オフセット情報算出ツールを上記のAMLファイルに適用することにより、DSDT31内のAML部62に定義された不要なデバイスの、DSDT31内のAML部62における位置情報を、図8に示す要素「オフセット」に格納する情報(オフセット情報)として算出する。同時に、AMLファイルから、AML変更テーブル32の元ファイルをC言語形式で生成する(ステップS303)。最後に、Cコンパイラを用いて上記のAML変更テーブル32の元ファイルをコンパイルすることにより(ステップS304)、AML変更テーブル32を作成する。
 このようにして、要素「オフセット」にオフセット情報を格納した図8のAML変更テーブル32を完成することができる。このように、本実施例のAML変更テーブル32には、オフセット情報が含まれているため、デバイス構成変更部13は、DSDT31内のAML部62に定義された不要なデバイスの、DSDT31内のAML部62における位置を効率的に特定することができる。その結果、デバイス構成変更部13によるDSDT変更処理を高速化することができる。
 上述してきたように、本実施例では、DSDT31に、情報処理装置1がとり得る全てのシステム構成である最大構成が定義され、デバイス構成変更部13は、情報処理装置1の電源投入時に、DSDT31から不要なデバイスを無効化することにより、DSDT31を変更する。そして、変更後のDSDT31が、ファームウェア33によってOS21に引き渡される。このため、情報処理装置1のシステム構成が変更された場合に、OS21が、ACPI規格におけるDSDTをサポートしているが、SSDTやOEMTをサポートしていない場合であっても、OS21の正常起動を確保することができる。つまり、システム構成が変更された場合に、OSの種類に関わらず、OSの正常起動を確保することができる。
 次に、実施例2に係る情報処理装置1について説明する。本実施例と実施例1とは、DSDT31を変更する機能が異なる。すなわち、実施例1では、デバイス構成変更部13が、DSDT31から不要なデバイスを無効化することにより、DSDT31を変更したが、本実施例では、デバイス構成変更部13が、DSDT31から不要なデバイスを削除することにより、DSDT31を変更する。この機能を実現するため、本実施例に係る情報処理装置1は、図8に示すAML変更テーブル32に代えて、図16に示すAML変更テーブル132を有している。その他の構成は、基本的に実施例1と同様であるので、実施例1と同一の構成については、その詳しい説明を省略する。
 図16は、本実施例に係るAML変更テーブル132を説明するための図である。なお、AML変更テーブル132は、デバイス構成変更部13が、DSDT31内のAML部62に定義された不要なデバイスを削除することにより、DSDT31を変更する際に、デバイス構成変更部13により参照されるテーブルである。
 図16に示すように、AML変更テーブル132は、5つの要素「親デバイス」、「子デバイス」、「適用条件」、「変更前」及び「削除サイズ」を組み合わせたテーブルである。5つの要素のうち、4つの要素「親デバイス」、「子デバイス」、「適用条件」及び「変更前」については、図8に示すAML変更テーブル32と同様であるため、その詳しい説明を省略する。
 要素「削除サイズ」は、要素「変更前」に記載されたデバイスの配下の階層のサイズ、すなわち、DSDT31内のAML部62に定義された不要なデバイスの配下の階層のサイズを示している。
 続いて、図16に示すAML変更テーブル132を利用して、デバイス構成変更部13が、DSDT31内のAML部62に定義された不要なデバイスを削除する処理の一例について説明する。図17は、図16に示すAML変更テーブル132を利用して、デバイス構成変更部13が、DSDT31内のAML部62に定義された不要なデバイスを削除した状態を示す説明図である。なお、図17では、デバイス構成変更部13が、図5に示すDSDT31内のAML部62に定義された不要なデバイスを削除する場合について説明する。また、図17では、情報処理装置1の電源投入時に、デバイス構成情報検出部12が、図2に示す情報処理装置1に接続されている全てのデバイスの情報を、デバイス構成情報として検出したものとする。
 デバイス構成情報検出部12からデバイス構成情報を受け取ると、デバイス構成変更部13は、図16に示すAML変更テーブル132を参照して、子デバイス「PCIB(4)」が親デバイス「PCIB(2)」の配下に存在していることを確認する。そうすると、図17に示すように、デバイス構成変更部13は、配下の階層のサイズが「aaa」(図17の例では、aaa=50byte)である「PCIB(5)」を削除する。このようにして、デバイス構成変更部13は、図2に示す情報処理装置1に接続されていないデバイスであるPCIB(5)以下のデバイス(つまり、図3のI/O装置3)を、DSDT31内のAML部62に定義された不要なデバイスとして、削除する。
 また、デバイス構成変更部13は、PCIB(5)以下のデバイスを削除した後、PCIB(5)よりも上位の階層のサイズを、PCIB(5)配下の階層のサイズ「aaa」=50byte分だけ、減じる。また、デバイス構成変更部13は、ヘッダ部61のチェックサムも変更する。
 図18は、図17に示すDSDT31のAML部62の階層構造を、ACPI規格の名前空間として表した概念図である。なお、図18に示す名前空間では、説明を簡単にするため、メインメモリ20やフラッシュメモリ30等の一部のデバイスを省略している。図18に示す名前空間では、図2に示す情報処理装置1に接続されていないPCIB(5)が削除されることにより、図3のI/O装置3が削除されている。
 次に、本実施例に係る情報処理装置1におけるシステム構成変更処理について説明する。本実施例のシステム構成変更処理は、図11に示すステップS107のDSDT変更処理の処理内容が実施例1と異なる。その他の工程は、基本的に実施例1と同様であるので、実施例1と同一の工程については、その詳しい説明を省略する。
 図19は、ステップS107のDSDT変更処理の処理手順の一例を説明するための図である。なお、図19では、デバイス構成変更部13が、図5に示すPCIB(5)のDevice定義「Device(PCIB(5))」を削除する場合について説明する。
 図19に示すように、DSDT31内のAML部62の中から、Device定義「Device(PCIB(5))」をサーチする。次いで、予め用意しておいたDSDT31と同じサイズのメモリ領域(以下、「新DSDT用メモリ領域」という)に、DSDT31の先頭(DSDT31内のヘッダ部61を含む)から、図19上に示す下線部分の直前までをコピーする。これと同時に、新DSDT用メモリ領域に、図19上に示す下線部分の直後からDSDT31内のAML部62の最後までをコピーする。これにより、新DSDT用メモリ領域には、DSDT31から図19上に示す下線部分を削除した部分が格納される。
 次いで、新DSDT用メモリ領域において、削除した定義(すなわち、図19上に示す下線部分)の上位の階層のPkgLengthの値を変更する。すなわち、PkgLength(b)を変更し、削除した定義のサイズ(図16に示す「aaa」)だけ減じる。
 次いで、新DSDT用メモリ領域において、次の上位の階層のPkgLengthの値を変更する。すなわち、PkgLength(a)を変更し、削除した定義のサイズ(図16に示す「aaa」)だけ減じる。以後同様に、上位の階層がなくなるまでPkgLengthの値を変更する。
 最後に、新DSDT用メモリ領域にコピーされたDSDT31内のヘッダ部61におけるLengthとChecksumを再計算する。
 このようにして、デバイス構成変更部13は、図5に示すPCIB(5)のDevice定義「Device(PCIB(5))」を削除することができる。
 上述してきたように、本実施例では、DSDT31に、情報処理装置1がとり得る全てのシステム構成が定義され、デバイス構成変更部13は、情報処理装置1の電源投入時に、DSDT31から不要なデバイスを削除することにより、DSDT31を変更する。そして、変更後のDSDT31が、ファームウェア33によってOS21に引き渡される。このため、情報処理装置1のシステム構成が変更された場合に、OS21が、ACPI規格におけうDSDTをサポートしているが、SSDTやOEMTをサポートしていない場合であっても、OS21の正常起動を確保することができる。つまり、システム構成が変更された場合に、OSの種類に関わらず、OSの正常起動を確保することができる。

Claims (12)

  1.  演算処理装置と第1の記憶装置とを有する情報処理装置において、
     前記第1の記憶装置は、
     前記情報処理装置が取り得るシステム構成毎に、前記情報処理装置に接続されるデバイスの構成を定義する第1のシステム構成情報に対する差分情報を含むデバイス変更情報と、
      前記演算処理装置を、
      前記情報処理装置に接続されるデバイスの変更後におけるデバイスの情報であるデバイス構成情報を検出するデバイス構成情報検出手段と、
      前記デバイス構成情報検出手段が検出したデバイス構成情報と、前記デバイス変更情報とに基づいて、前記第1のシステム構成情報を第2のシステム構成情報に変更するデバイス構成変更手段として機能させる第1のプログラムと
     を有することを特徴とする情報処理装置。
  2.  前記第1のシステム構成情報には、
     前記情報処理装置が取り得る全てのシステム構成が定義され、
     前記デバイス構成変更手段は、
     前記第1のシステム構成情報から不要なシステム構成を無効化することにより、前記第2のシステム構成情報に変更することを特徴とする請求項1記載の情報処理装置。
  3.  前記第1のシステム構成情報には、
     前記情報処理装置が取り得る全てのシステム構成が定義され、
     前記デバイス構成変更手段は、
     前記第1のシステム構成情報から不要なシステム構成を削除することにより、前記第2のシステム構成情報に変更することを特徴とする請求項1記載の情報処理装置。
  4.  前記情報処理装置は、さらに入出力装置と第2の記憶装置とを有し、
     前記第2の記憶装置は、
      前記演算処理装置を、
      前記第2のシステム構成情報に基づいて、前記演算処理装置、前記第1の記憶装置又は前記入出力装置にアクセスするシステム制御手段として機能させる第2のプログラムを有することを特徴とする請求項1記載の情報処理装置。
  5.  前記第2のシステム構成情報は、
     前記演算処理装置、前記第1の記憶装置又は前記入出力装置を、階層構造として定義することにより、前記システム制御手段にアクセスさせることを特徴とする請求項4記載の情報処理装置。
  6.  前記情報処理装置に接続されるデバイスの変更は、
    前記情報処理装置の電源投入時に行うことを特徴とする請求項1記載の情報処理装置。
  7.  情報処理装置の有する第1の記憶装置が、前記情報処理装置が取り得るシステム構成毎に、前記情報処理装置に接続されるデバイスの構成を定義する第1のシステム構成情報に対する差分情報を含むデバイス変更情報を格納する情報処理装置のシステム構成変更方法であって、
     前記情報処理装置の有する演算処理装置が、前記情報処理装置に接続されるデバイスの変更後におけるデバイスの情報であるデバイス構成情報を検出するステップと、
     前記情報処理装置の有する演算処理装置が、前記演算処理装置が検出したデバイス構成情報と、前記第1の記憶装置に格納されたデバイス変更情報とに基づいて、前記第1のシステム構成情報を第2のシステム構成情報に変更するステップと
     を含んだことを特徴とするシステム構成変更方法。
  8.  前記第1のシステム構成情報には、
     前記情報処理装置が取り得る全てのシステム構成が定義され、
     前記演算処理装置が、前記演算処理装置が検出したデバイス構成情報と、前記第1の記憶装置に格納されたデバイス変更情報とに基づいて、前記第1のシステム構成情報を第2のシステム構成情報に変更するステップは、
     前記第1のシステム構成情報から不要なシステム構成を無効化することにより、前記第2のシステム構成情報に変更することを特徴とする請求項7記載のシステム構成変更方法。
  9.  前記第1のシステム構成情報には、
     前記情報処理装置が取り得る全てのシステム構成が定義され、
     前記演算処理装置が、前記演算処理装置が検出したデバイス構成情報と、前記第1の記憶装置に格納されたデバイス変更情報とに基づいて、前記第1のシステム構成情報を第2のシステム構成情報に変更するステップは、
     前記第1のシステム構成情報から不要なシステム構成を削除することにより、前記第2のシステム構成情報に変更することを特徴とする請求項7記載のシステム構成変更方法。
  10.  情報処理装置の有する第1の記憶装置が、前記情報処理装置が取り得るシステム構成毎に、前記情報処理装置に接続されるデバイスの構成を定義する第1のシステム構成情報に対する差分情報を含むデバイス変更情報を格納する情報処理装置のシステム構成変更プログラムであって、
     前記情報処理装置の有する演算処理装置を、
     前記情報処理装置に接続されるデバイスの変更後におけるデバイスの情報であるデバイス構成情報を検出するデバイス構成情報検出手段と、
     前記デバイス構成情報検出手段が検出したデバイス構成情報と、前記第1の記憶装置に格納されたデバイス変更情報とに基づいて、前記第1のシステム構成情報を第2のシステム構成情報に変更するデバイス構成変更手段
     として機能させることを特徴とするシステム構成変更プログラム。
  11.  前記第1のシステム構成情報には、
     前記情報処理装置が取り得る全てのシステム構成が定義され、
     前記デバイス構成変更手段は、
     前記第1のシステム構成情報から不要なシステム構成を無効化することにより、前記第2のシステム構成情報に変更することを特徴とする請求項10記載のシステム構成変更プログラム。
  12.  前記第1のシステム構成情報には、
     前記情報処理装置が取り得る全てのシステム構成が定義され、
     前記デバイス構成変更手段は、
     前記第1のシステム構成情報から不要なシステム構成を削除することにより、前記第2のシステム構成情報に変更することを特徴とする請求項10記載のシステム構成変更プログラム。
PCT/JP2009/051194 2009-01-26 2009-01-26 構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム WO2010084617A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
EP09838808A EP2390786A4 (en) 2009-01-26 2009-01-26 INFORMATION PROCESSOR WITH CONFIGURATION CHANGE FUNCTION, SYSTEM CONFIGURATION CHANGE METHOD, AND SYSTEM CONFIGURATION CHANGE PROGRAM
JP2010547370A JP5218568B2 (ja) 2009-01-26 2009-01-26 構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム
PCT/JP2009/051194 WO2010084617A1 (ja) 2009-01-26 2009-01-26 構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム
US13/185,980 US20110276794A1 (en) 2009-01-26 2011-07-19 Information processing device having configuration changing function and system configuration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2009/051194 WO2010084617A1 (ja) 2009-01-26 2009-01-26 構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/185,980 Continuation US20110276794A1 (en) 2009-01-26 2011-07-19 Information processing device having configuration changing function and system configuration method

Publications (1)

Publication Number Publication Date
WO2010084617A1 true WO2010084617A1 (ja) 2010-07-29

Family

ID=42355690

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2009/051194 WO2010084617A1 (ja) 2009-01-26 2009-01-26 構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム

Country Status (4)

Country Link
US (1) US20110276794A1 (ja)
EP (1) EP2390786A4 (ja)
JP (1) JP5218568B2 (ja)
WO (1) WO2010084617A1 (ja)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103946765B (zh) * 2011-11-22 2017-11-17 英特尔公司 协同处理器以及系统性能和功率管理
CN102662708B (zh) * 2012-03-31 2016-03-16 中标软件有限公司 一种Linux操作系统及其显卡驱动装置
US8997123B2 (en) * 2012-05-30 2015-03-31 Red Hat Israel, Ltd. Runtime modification of property names in advanced configuration and power interface (ACPI) tables
JP6142469B2 (ja) * 2012-06-20 2017-06-07 株式会社リコー ネットワークシステム、情報処理装置及び情報処理プログラム
US9110731B1 (en) 2012-08-15 2015-08-18 Xiotech Corporation Hard allocation of resources partitioning
GB2512604A (en) 2013-04-03 2014-10-08 Ibm Flexibly storing defined presets for configuration of a storage controller
CN106201790B (zh) * 2015-05-08 2019-07-16 深圳市祈飞科技有限公司 一种基于dsdt表的调试方法及调试系统
US9612846B2 (en) * 2015-06-10 2017-04-04 Dell Products, L.P. Out-of-band (OOB) real-time inventory and configuration of original equipment manufacturer (OEM) devices using advanced configuration and power interface (ACPI) and unified extensible firmware interface (UEFI) services
CN105045615A (zh) * 2015-07-01 2015-11-11 浪潮电子信息产业股份有限公司 一种调整服务器元件启动顺序的方法及装置
US10333786B2 (en) * 2016-07-15 2019-06-25 Dell Products L.P. System and method for refreshing an information handling system using many to one peer based communication
CN106339244A (zh) * 2016-08-30 2017-01-18 中国银行股份有限公司 一种实现统计信息收集的方法及装置

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003525494A (ja) * 2000-03-02 2003-08-26 フィーニックス テクノロジーズ リミテッド コンピュータの動作中に装置をスワップするための装置および方法
JP2004070945A (ja) * 2002-08-07 2004-03-04 Hewlett-Packard Development Co Lp ファームウェアインタフェーステーブルを用いてacpiのssdtを動的にロードするシステムおよび方法
JP2005056404A (ja) 2003-08-05 2005-03-03 Hewlett-Packard Development Co Lp 更新されたシステム局所性情報をランタイム中に提供する方法および装置

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5319751A (en) * 1991-12-27 1994-06-07 Intel Corporation Device driver configuration in a computer system
US5787246A (en) * 1994-05-27 1998-07-28 Microsoft Corporation System for configuring devices for a computer system
US5794032A (en) * 1996-04-15 1998-08-11 Micron Electronics, Inc. System for the identification and configuration of computer hardware peripherals
US6189050B1 (en) * 1998-05-08 2001-02-13 Compaq Computer Corporation Method and apparatus for adding or removing devices from a computer system without restarting
US6496893B1 (en) * 1999-02-26 2002-12-17 Phoenix Technologies Ltd. Apparatus and method for swapping devices while a computer is running
JP2003196096A (ja) * 2001-12-07 2003-07-11 Internatl Business Mach Corp <Ibm> コンピュータシステム、その起動制御方法及びプログラム
US7058801B2 (en) * 2003-02-19 2006-06-06 American Megatrends, Inc. Methods and computer systems for updating values of a DSDT
US7502803B2 (en) * 2003-05-28 2009-03-10 Hewlett-Packard Development Company, L.P. System and method for generating ACPI machine language tables
TW200502740A (en) * 2003-07-07 2005-01-16 Wistron Corp Method for building ACPI architecture dynamically
US7953900B2 (en) * 2003-10-22 2011-05-31 Hewlett-Packard Development Company, L.P. System and method for discovering I/O bus capabilities on a computer system via ACPI
US20060282651A1 (en) * 2005-06-08 2006-12-14 Hobson Louis B ACPI table management
JP4831317B2 (ja) * 2006-02-24 2011-12-07 日本電気株式会社 Pci多段ブリッジ構成コンピュータにおけるacpiマシン語テーブル記述方法及び装置とそのプログラム
US8892717B2 (en) * 2008-06-09 2014-11-18 Brocade Communications Systems, Inc. Adaptive asset information collection and storage

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003525494A (ja) * 2000-03-02 2003-08-26 フィーニックス テクノロジーズ リミテッド コンピュータの動作中に装置をスワップするための装置および方法
JP2004070945A (ja) * 2002-08-07 2004-03-04 Hewlett-Packard Development Co Lp ファームウェアインタフェーステーブルを用いてacpiのssdtを動的にロードするシステムおよび方法
JP2005056404A (ja) 2003-08-05 2005-03-03 Hewlett-Packard Development Co Lp 更新されたシステム局所性情報をランタイム中に提供する方法および装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2390786A4

Also Published As

Publication number Publication date
US20110276794A1 (en) 2011-11-10
JP5218568B2 (ja) 2013-06-26
JPWO2010084617A1 (ja) 2012-07-12
EP2390786A4 (en) 2012-08-08
EP2390786A1 (en) 2011-11-30

Similar Documents

Publication Publication Date Title
JP5218568B2 (ja) 構成変更機能を有する情報処理装置、システム構成変更方法及びシステム構成変更プログラム
US9501289B2 (en) Method of a UEFI firmware and computer system thereof
US8370835B2 (en) Method for dynamically generating a configuration for a virtual machine with a virtual hard disk in an external storage device
US9696989B1 (en) Systems and methods for generating and applying operating system live updates
US7797507B2 (en) Virtual machine system and operating method thereof
US6725178B2 (en) Use of hidden partitions in a storage device for storing BIOS extension files
TWI521428B (zh) 用於可延伸韌體抽取之方法及相關計算平台
US20110072424A1 (en) System for creating virtual application, method for installing virtual application, method for calling native api and method for executing virtual application
JP4843013B2 (ja) Vmmシステムにおけるユーザosがサービスosによって使用されている装置の電源を切らないようにするためのシステム及び方法
US20170177375A1 (en) Mechanism for obviating the need for host-side basic input/output system (bios) or boot serial peripheral interface (spi) device(s)
US20070101115A1 (en) Information processing device, bios processing method and program
JP5778296B2 (ja) 仮想計算機システム、仮想化機構、及びデータ管理方法
US20150067317A1 (en) Device-less and system agnostic unified extensible firmware interface (uefi) driver
WO2015154538A1 (zh) 存储器的启动方法及装置
JP6404708B2 (ja) 情報処理装置、bios設定情報変更方法、並びにコンピュータ・プログラム
US9965292B2 (en) Method of bluetooth pairing with UEFI firmware and computer system thereof
US8510725B2 (en) Application of platform dependent routines in virtual machines by embedding native code in class files
US20160147474A1 (en) Writable clone data structure
US8352698B2 (en) Information processing apparatus, information processing method and computer readable medium
US20190068772A1 (en) Computer system and method thereof for bluetooth data sharing between uefi firmware and os
US20120144390A1 (en) Customized computer image preparation and deployment including virtual machine mode
TWI601072B (zh) A New Way to Create Unified Extensible Firmware Interfaces
US20110219365A1 (en) High and low value application state
US8661425B1 (en) Method, apparatus, and computer-readable medium for storing data associated with a firmware program
US20240134666A1 (en) Hybrid just in time load module compiler with performance optimizations

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09838808

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2010547370

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 2009838808

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE