1. Field of the Invention
The present invention relates to a method for describing an ACPI (Advanced Configuration and Power Interface) machine language table for use in a computer having a multibridge PCI (Peripheral Component Interface) structure.
2. Description of the Related Art
ACPI specs are established on computers such as personal computers (PC), including laptop/desktop computers, and servers, to provide industry-standard interface for system configuration and power management. The ACPI specs define ACPI interfaces including interfaces between hardware, a BIOS (Basic Input Output System) software, and an OS (Operating System) software.
An ACPI functions not only for power management of a system but also to abstractly interpret hardware configuration. The ACPI supplies hardware configuration information to an OS. Based on the configuration information from the ACPI, the OS can initialize hardware.
The ACPI describes the abstract hardware configuration information, in an ACPI Machine Language (AML) which is called “p-codes”. The AML is not an assembly language (machine language) specific to a certain platform but is constituted by pseudo codes for virtual machines supported by an ACPI-compatible OS. Namely, an AML is a pseudo-code assembly language which is interpreted by an ACPI driver (a device driver for processing an ACPI) on an OS.
The ACPI source language (ASL) is a programming language that is used by BIOS developers to create AML images. Using a dedicated AML compiler, an AML is generated from an ASL. The ASL is used to describe system hardware configuration information.
According to a conventional ACPI description method based on a BIOS, hardware configuration of a system is provided to an OS, as exact configuration information without changes. The OS according to ACPI specs controls hardware, based on the configuration information provided by the BIOS.
There is another type of device which transparently connects PCI devices behind a PCI-to-PCI bridge (for example, refer to JP-A-2000-222346).
However, an OS which does not support a multibridge PCI structure gives rise to the following problems. That is, the OS cannot allow PCI hot plugs (insertion/removal of PCI devices in a system online state) for PCI devices subordinate to a multibridge or cannot recognize PCI devices themselves.
Namely, a first problem is that if an OS which does not support PCI hot plugs subordinate to a multibridge is operated on a system, PCI devices cannot be connected by hot plugs in some cases.
A second problem is that when devices are bridged too deep by multibridges, an OS cannot recognize a PCI device in the lowermost level due to limitations to implementation specs of the OS.
The present invention therefore has an object to improve ACPI description and BIOS implementation for an OS which does not natively support a multibridge PCI structure, thereby to provide the OS with an apparatus and method for describing an ACPI machine language table, and a program thereof, which enable the OS to support PCI hot plugs for PCI devices subordinate to multibridges.
In an aspect of the invention to achieve the above object, there is provided a method for describing an ACPI machine language table for use in a computer having a multibridge PCI structure that connects the computer to a PCI device via plural bridges from a PCI system bus, the method comprising steps of: making a PCI configuration access to a subordinate bridge in a PCI device side, so that the ACPI machine language table supplied from a BIOS returns resource information of the PCI device upon receiving a call requesting a resource information method for the PCI device from an ACPI driver on an OS; making a PCI configuration access to a superordinate bridge in a system bus side, to obtain resource information of the subordinate bridge; and obtaining the resource information of the subordinate bridge from the superordinate bridge, and obtaining secondary resource information from a PCI configuration space of the subordinate bridge.
Preferably in the method configured as described above, the machine language table returns information concerning the superordinate and subordinate bridges as information hidden from the OS, as well as returns information concerning the PCI device as information not hidden from the OS.
According to the method configured as described above, hardware configuration shown in
A first effect of the invention is that even an OS which supports PCI hot plugs only for PCI devices subordinate to a system bus can be allowed to support PCI hot plugs for PCI devices subordinate to multibridges. This is because a BIOS hides existence of bridges from the OS and causes a multibridge structure as hardware to pretend that PCI devices are subordinate to the system bus.
A second effect of the invention is that an OS can recognize a PCI device in a lowermost level even in a case where bridges are established so deep that the OS cannot recognize the PCI device in the lowermost level due to implementation specs of the OS. This is because a BIOS hides existence of bridges from the OS and causes the PCI device to pretend to be subordinate to a system bus.
In the accompanying drawings:
Hereinafter, a preferred embodiment of the present invention will be described with reference to the drawings.
A bridge A103 is a circuit for connecting two PCI busses each other and is called a “PCI-to-PCI bridge”. The system bus 101 and the bridge A103 are interconnected via a host bus 102. The host bus means a bus which is connected subordinate to the system bus.
The bridge B105, as well as the bridge A103, is a PCI-to-PCI bridge and connects subordinate PCI devices to the bridge A103. As shown in
The PCI device A107 is connected subordinate to the bridge B105 via a PCI bus 106. Similarly, the PCI device B109 is connected subordinate to the bridge B105 via a PCI bus 108.
In conventional systems, a BIOS notifies the OS of multibridges shown in
A bridge A203 is a circuit for connecting two PCI buses each other and is called a “PCI-to-PCI bridge”. The system bus 201 and the bridge A203 are connected via a host bus 202. The host bus means a bus which is connected subordinate to the system bus.
In an ASL (AML), a BIOS defines the bridge A203 as a device object (a device definition method in the ASL). In a status method (a control method called by a ACPI driver) which supports device objects, a value hidden from an OS is returned.
According to the status method, status of a device object is expressed by use of return values S1 (hidden from the OS) and S2 (not hidden from the OS). The status method is described within ASL codes, is called by ACPI drivers on the OS, and is capable of knowing status of device objects. The bridge A203 in
A bridge B205 shown in
A PCI device A207 is connected subordinate to the system bus 201 via a host bus 206. Since the PCI device A207 needs to pretend, to the OS, to be directly subordinate to the host bus, S2 (value not hidden from the OS) is returned according to the ASL status method.
The PCI device B209 is connected subordinate to the system bus 201 via a host bus 208. Since the PCI device A209 needs to pretend, to the OS, to be a PCI device just below the host bus, S2 (the value not hidden from the OS) is returned according to the ASL status method.
Step S420 shows a flow until a bus number of a PCI device is returned. In actual hardware, the PCI devices A207 and B209 in
To make a PCI configuration access to the bridge B205, the bus number of the bridge 205 itself is needed.
The bus number of the bridge A203 itself is obtained by reading a bus number register for the host bus 202 (step S423). A bus number of the bridge B205 is obtained from the bridge A203 (step S424). A secondary bus number is obtained from the PCI configuration space for the bridge B205, and is returned to the ACPI driver (step S425).
The ACPI driver 501 calls a status method 504 in the AML 503 to obtain the condition of the device object (502). The status method 504 returns the condition of the device object as either S1 (value hidden from the OS) or S2 (value not hidden from the OS) (505 and 506)
As described above, in a multibridge PCI structure, required resource information is finally returned to an ACPI driver by recursively obtaining resource information. Regarding other resource information (such as a memory map or I/O map range) than bus numbers, an ASL can be described by a similar sequence to those described above.
According to the embodiment of the present invention, internal implementation of an ASL is designed in consideration of multibridges. However, by only modifying the ACPI description method, the internal implementation of an ASL can be designed so that the OS need not consider multibridges.
Although the exemplary embodiments of the present invention have been described in detail, it should be understood that various changes, substitutions and alternatives can be made therein without departing from the sprit and scope of the invention as defined by the appended claims. Further, it is the inventor's intent to retain all equivalents of the claimed invention even if the claims are amended during prosecution.
Number | Date | Country | Kind |
---|---|---|---|
2006-048681 | Feb 2006 | JP | national |
Number | Name | Date | Kind |
---|---|---|---|
6185677 | Nijhawan | Feb 2001 | B1 |
6233638 | Porterfield | May 2001 | B1 |
6963947 | Piatetsky et al. | Nov 2005 | B2 |
7284083 | Oshins et al. | Oct 2007 | B2 |
20030065752 | Kaushik et al. | Apr 2003 | A1 |
20060248282 | Rostampour et al. | Nov 2006 | A1 |
20080148033 | Sumner et al. | Jun 2008 | A1 |
Number | Date | Country |
---|---|---|
05-028088 | Feb 1993 | JP |
2000-222346 | Aug 2000 | JP |
2005-235208 | Sep 2005 | JP |
WO 0019301 | Apr 2000 | WO |
Number | Date | Country | |
---|---|---|---|
20070204092 A1 | Aug 2007 | US |