System and method for trapping bus cycles

Information

  • Patent Application
  • 20080010548
  • Publication Number
    20080010548
  • Date Filed
    January 23, 2007
    19 years ago
  • Date Published
    January 10, 2008
    18 years ago
Abstract
A bus cycle trapping system includes at least one register, a north bridge, a south bridge and a central processing unit (CPU). The register is configured to store at least one trapping parameter. The north bridge traps a bus cycle matching the at least one trapping parameter while issuing an activating signal. The south bridge sends a system management interrupt message according to the activating signal. The CPU enters a system management mode according to the system management interrupt and executes a system management interrupt routine for doing a debugging test of the bus cycle matching the trapping parameter.
Description

DESCRIPTION OF THE DRAWINGS


FIG. 1 is a block diagram of a conventional bus cycle trapping system;



FIG. 2 is a block diagram of another conventional bus cycle trapping system;



FIG. 3 is a block diagram of a preferred embodiment in accordance with the present invention; and



FIG. 4 is a flow chart of an embodiment in accordance with the present invention.





DETAILED DESCRIPTION OF THE INVENTION

To overcome the defects mentioned above, the present invention provides an effective computer system, which can trap the bus cycles efficiently. The present invention will now be described more specifically with reference to the following embodiments.


Please refer to FIG. 3, which is a block diagram showing a computer system according to an embodiment of the present invention. The computer system includes a central processing unit (CPU) 10, a north bridge 20, a south bridge 30, an Accelerated Graphics Port (AGP) device 40, a memory 50 and a Basic Input Output System (BIOS) 60. The CPU 10 is connected to the north bridge 30 through a host bus 15. The south bridge 30, the AGP device 40 and the memory 50 are connected to the north bridge 30 through buses 26, 27, 28, respectively. The south bridge 50 and the BIOS 60 communicate with each other via a bus 37, which is configured to comply with specification of industry standard architecture (ISA) or low pin count (LPC) in the preferred embodiment.


Since the north bridge 20 is directly connected to the CPIT 10, the south bridge 30, the AGP device 40 and the memory 50, the north bridge 20 can be utilized to grab all the bus cycles passing therethrough, inclusive of the AGP-to-memory cycles, CPU-to-PCI (Peripheral Component Interconnect) configuration cycles and CPU-to-I/O cycles, which are unable to be accessed in the conventional bus cycle trapping systems.


In the preferred embodiment, a register 25 is disposed in the north bridge 20 for storing trapping parameters corresponding to the bus cycles to be trapped. The trapping parameters are specified by the designer, and could be particular type, address or data of the bus cycles, which can distinguish the bus cycles to be trapped from other general bus cycles. For example, if the trapping parameter corresponds to the type of AGP-to-memory cycles, then the cycles of AGP-to-memory type will be trapped while the bus cycles of other type, e.g. CPU-to-PCI configuration type will pass through.


The north bridge 20 could be disposed with a plurality of registers 25 therein, if a certain number of trapping parameters are required. That is, the number of the registers 25 is in accordance with the number of the trapping parameters. In addition, the register 25 for storing a trapping parameter therein could be disposed in anywhere else, such as south bridge, a chip combined the north bridge and the south bridge, etc., so as to trap the bus cycles passing therethrough more efficiently.


The BIOS 60 of the computer system will enter a system management Interrupt (SMI) handler routine 65 to execute debugging test after the north bridge 20 traps desired bus cycles. To describe in more detail, the BIOS 60 in accordance with the preferred embodiment includes a SMI handler routine 65. When the north bridge 20 finds the bus cycles matching the specified trapping parameter, the north bridge 20 will send an activating signal to the south bridge 30. The south bridge 30 then issues a SMI massage to the CPU 10 in response to the activating signal from the north bridge 20. The CPU 10 must enter a system management mode (SMM) according to the SMI massage, and perform the SMI handler routine 65 stored in the BIOS 60 via the connection to the north bridge 20 and the south bridge 30. After that, the BIOS 60 can do any debugging test to find the system problems in the SMI handler routine 65.


It should be noted that when the CPU 10 enters the system management mode, the CPU 10 would cease operations of operating system to run the SMI handler routine 65. That is, the computer system is operated by the SMI handler routine 65 from that moment. However, the CPU 10 must leave the system management mode and return to the operating system after the debugging test is completed. To return control of the computer system to the operation system, the SMI handler routine 65 includes a resume instruction, and the CPU 10 will be switched from the system management mode to the operating system in response to the resume instruction.



FIG. 4 is a flowchart of a method for trapping bus cycles according to an embodiment of present invention. As shown in FIG. 4, when the designer starts the debugging test, first in step S10 the designer programs the register 25 to specify trapping parameter(s) of the bus cycles to be trapped. After step S10, the process proceeds to step S11 where the north bridge 20 checks whether the bus cycles passing through matches the specified trapping parameter(s). If, at step S11, the north bridge 20 finds any bus cycle matching the trapping parameter(s), the process continues to step S12. The north bridge 20 traps the matching bus cycle while sending an activating signal to the south bridge 30.


Next, the south bridge 30 goes to step S13, sending a SMI massage to the CPU 10 according to the activating signal. At step S14, the CPU 10 enters the system management mode in response to the SMI massage. After step S14, the CPU 10 goes to step S15, executing the SMI handler routine 65 and doing debugging test for the bus cycle trapped by the north bridge 20. When the computer system completes the debugging test, the process goes to step S16 where the CPU 10 is switched from the system management mode to the operating system according the resume instruction of the SMI handler routine 65.


In summary, a bus cycle trapping system and method in accordance with the present invention uses the north bridge or other suitable core logic to trap bus cycles passing therethrough. Further, the north bridge only traps bus cycles matching the trapping parameter(s) specified in advance, so as to achieve a relatively high efficiency. Since most of the bus cycles will pass through the north bridge, the bus cycle trapping system is able to trap almost all kinds of bus cycles transferred in the computer system. Moreover, the cost of the bus cycle trapping system is not so high due to absence of additional hardware tools.


Those skilled in the art will readily observe that numerous modifications and alterations of the device and method may be made while retaining the teachings of the invention. Accordingly, the above disclosure should be construed as limited only by the metes and bounds of the appended claims.

Claims
  • 1. A bus cycle trapping system, comprising: at least one register configured to store at least one trapping parameter;a north bridge trapping a bus cycle matching the at least one trapping parameter while issuing an activating signal;a south bridge sending a system management interrupt message according to the activating signal; anda central processing unit optionally entering a system management mode according to the system management interrupt and executing a system management interrupt routine for doing a debugging test of the bus cycle matching the trapping parameter.
  • 2. The bus cycle trapping system of claim 1, wherein the trapping parameter is a type, address or data information included in a bus cycle.
  • 3. The bus cycle trapping system of claim 1, wherein the register is disposed in the north bridge.
  • 4. The bus cycle trapping system of claim 1, wherein the system management interrupt routine is stored in a Basic Input Output System (BIOS).
  • 5. The bus cycle trapping system of claim 1, wherein the bus cycle to be trapped is an AGP (Accelerated Graphics Port)-to-memory cycle, a CPU-to-PCI (Peripheral Component Interconnect) configuration cycle or an I/O (input/output) cycle.
  • 6. A bus cycle trapping system, comprising: at least one register for storing at least one trapping parameter; anda north bridge for trapping a bus cycle matching the at least one trapping parameter.
  • 7. The bus cycle trapping system of claim 6, wherein the trapping parameter is a type, address or data information included in a bus cycle.
  • 8. The bus cycle trapping system of claim 6, wherein the register is disposed in the north bridge.
  • 9. The bus cycle trapping system of claim 6, wherein the bus cycle to be trapped is an AGP (Accelerated Graphics Port)-to-memory cycle, CPU-to-PCI (Peripheral Component Interconnect) configuration cycle or I/O (input/output) cycle.
  • 10. A method for trapping a bus cycle in a computer system, comprising steps of: specifying at least one trapping parameter for screening out at least one bus cycle to be trapped; andactivating a north bridge of the computer system to trap any bus cycle matching the at least one trapping parameter.
  • 11. The method of claim 10, further comprising steps of: issuing an activating signal by the north bridge chip when there is any bus cycle matching the at least one trapping parameter; andissuing a system management interrupt message by a south bridge chip according to the activating signal.
  • 12. The method of claim 11, further comprising a step of: switching a central processing unit to a system management mode in response to the system management interrupt message.
  • 13. The method of claim 12, further comprising a step of: entering a system management interrupt handler routine and doing a debugging test of the bus cycle matching the trapping parameter.
  • 14. The method of claim 10, further comprising a step of: activating the central processing unit to leave the system management mode after the debugging test is completed.
  • 15. The method of claim 10, wherein the trapping parameter is a type, address or data information included in a bus cycle.
  • 16. The method of claim 10, wherein the trapping parameter is stored in the north bridge.
  • 17. The method of claim 10, wherein the system management interrupt message is issued from a south bridge of the computer system.
  • 18. The method of claim 10, wherein the system management interrupt handler routine is stored in a Basic Input Output System (BIOS) of the computer system.
  • 19. The method of claim 10, wherein the bus cycle to be trapped is AGP (Accelerated Graphics Port)-to-memory cycle, CPU-to-PCI (Peripheral Component Interconnect) configuration cycle or I/O (input/output) cycle.
Priority Claims (1)
Number Date Country Kind
095121668 Jun 2006 TW national