TW201351113A - Computer system and method for filtering reset signal - Google Patents

Computer system and method for filtering reset signal Download PDF

Info

Publication number
TW201351113A
TW201351113A TW101119821A TW101119821A TW201351113A TW 201351113 A TW201351113 A TW 201351113A TW 101119821 A TW101119821 A TW 101119821A TW 101119821 A TW101119821 A TW 101119821A TW 201351113 A TW201351113 A TW 201351113A
Authority
TW
Taiwan
Prior art keywords
reset signal
computer device
reset
saving mode
power saving
Prior art date
Application number
TW101119821A
Other languages
Chinese (zh)
Other versions
TWI456380B (en
Inventor
Shu-yu JIANG
Yung-Sen Lin
Original Assignee
Acer Inc
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 Acer Inc filed Critical Acer Inc
Priority to TW101119821A priority Critical patent/TWI456380B/en
Publication of TW201351113A publication Critical patent/TW201351113A/en
Application granted granted Critical
Publication of TWI456380B publication Critical patent/TWI456380B/en

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Storage Device Security (AREA)
  • Power Sources (AREA)

Abstract

A computer device and a method for filtering a reset signal are provided. The computer device includes operating units, a platform controller and a reset signal masking unit. The platform controller provides reset signals corresponding to operating units in a power-saving mode of the computer device. The reset signal masking unit couples to the platform controller and the operating units. The reset signal masking unit sets whether the operating units are operated normally in the power-saving mode, and masks the reset signals corresponding to the operating units which are set to operated normally in the power-saving mode. Thus, after the computer device sends a global reset signal, the problem is avoided that parts of the operating units are reset which the parts of operating units are suppose to operate continuously in the power-saving mode.

Description

計算機裝置及重置訊號過濾方法 Computer device and reset signal filtering method

本發明是有關於一種計算機技術,且特別是有關於一種計算機裝置及重置訊號過濾方法。 The present invention relates to a computer technology, and more particularly to a computer device and a reset signal filtering method.

為了節省耗電,計算機裝置通常會具備多種電源管理模式(例如,正常運作模式、省電/睡眠模式)。一般而言,現今的計算機裝置通常會支援進階組態與電源界面(Advanced Configuration and Power Interface;ACPI)規範。當在一段時間內計算機裝置沒有接收到輸入訊號時,將會停止供應部分內部單元(例,中央處理器、光碟機...等)的電源,以進入ACPI界面的睡眠模式(例,S3模式),把執行程式所需的資料暫存在主要揮發性記憶體中,也就是『掛到內存(suspend to RAM)』。使用者可以按下電源鍵或者鍵盤的任意按鈕以使計算機裝置回復成正常工作狀態(即,S0模式)。 To save power, computer devices typically have multiple power management modes (eg, normal operating mode, power saving/sleep mode). In general, today's computer devices typically support the Advanced Configuration and Power Interface (ACPI) specification. When the computer device does not receive the input signal for a period of time, it will stop supplying power to some internal units (for example, central processing unit, CD player, etc.) to enter the sleep mode of the ACPI interface (for example, S3 mode). ), the data required to execute the program is temporarily stored in the main volatile memory, that is, "suspend to RAM". The user can press the power button or any button on the keyboard to return the computer device to a normal operating state (ie, S0 mode).

部份的硬體製造商為使計算機裝置能夠更為省電,便在中央處理器或是主機板晶片組中增加了許多省電技術。例如,英特爾(INTEL)公司所研發的英特爾快速儲存技術(Intel rapidly storage technology;iRST),讓計算機裝置在睡眠模式(S3模式)時,會逐漸將執行程式所需的資料搬移至非揮發式記憶體(例如,硬碟),計算機裝置得以在睡眠(S3)模式下度過一段時間、讓這些資料完整存入硬碟之 後,便進入更為省電的休眠模式(例,S4模式)中,也就是『掛到硬碟(suspend to HDD)』,從而停止對記憶體的電源供應。 Some hardware manufacturers have added many power-saving technologies to the central processing unit or the motherboard chipset in order to make the computer device more power efficient. For example, Intel's rapid storage technology (iRST), developed by Intel (INTEL), allows the computer device to gradually move the data needed to execute the program to non-volatile memory when it is in sleep mode (S3 mode). Body (for example, a hard disk), the computer device can spend a period of time in sleep (S3) mode, and let the data be completely stored in the hard disk. After that, it enters a more power-saving sleep mode (for example, S4 mode), that is, "suspend to HDD", thereby stopping the power supply to the memory.

上述的省電技術皆由硬體設備來達成,但是進行電源管理的作業系統(OS)或相關應用軟體卻無從得知計算機裝置的電源管理已被轉換,導致部分的內部單元可能因重置而無法正常運作。若是作業系統希望計算機裝置在睡眠(S3)模式時能夠與網路伺服器持續進行連線的話,上述快速儲存技術將會讓網路卡或相關通訊模組被重置而讓連線中斷。此時的作業系統無法避免網路卡被重置,也無法立即協助網路卡設定相關網路協定。 The above-mentioned power-saving technologies are all achieved by hardware devices, but the operating system (OS) or related application software for power management has no knowledge that the power management of the computer device has been converted, and some internal units may be reset. Not working properly. If the operating system wants the computer device to be continuously connected to the network server while in the sleep (S3) mode, the above fast storage technology will cause the network card or related communication module to be reset and the connection to be disconnected. At this time, the operating system cannot prevent the network card from being reset, nor can it immediately assist the network card to set the relevant network agreement.

本發明提供一種計算機裝置及重置訊號過濾方法,當計算機裝置在省電模式下發出全體重置(Global reset)訊號時,避免將原本在省電模式下需持續運行的運作單元也會一併重置而失去效用的問題。 The invention provides a computer device and a reset signal filtering method. When the computer device issues a global reset signal in the power saving mode, the operation unit that needs to be continuously operated in the power saving mode is also avoided. The problem of resetting and losing utility.

本發明提出一種計算機裝置,其包括至少一個運作單元、平台控制單元以及重置訊號遮蔽單元。平台控制單元在計算機裝置的省電模式下對運作單元分別提供對應的至少一個重置訊號。重置訊號遮蔽單元耦接至平台控制單元以及運作單元。重置訊號遮蔽單元設定所述運作單元在省電模式下是否正常運作,並遮蔽已設定為正常運作的運作單元所對應的重置訊號。 The invention provides a computer device comprising at least one operating unit, a platform control unit and a reset signal shielding unit. The platform control unit provides corresponding at least one reset signal to the operating unit in the power saving mode of the computer device. The reset signal shielding unit is coupled to the platform control unit and the operating unit. The reset signal shielding unit sets whether the operating unit operates normally in the power saving mode and shields the reset signal corresponding to the operating unit that has been set to operate normally.

在本發明之一實施例中,上述平台管理單元在計算機裝置從第一省電模式轉換到第二省電模式時,平台管理單元對運作單元提供所述重置訊號。 In an embodiment of the invention, the platform management unit provides the reset signal to the operating unit when the computer device transitions from the first power saving mode to the second power saving mode.

在本發明之一實施例中,上述第一省電模式為睡眠模式,而第二省電模式為休眠模式。計算機裝置在睡眠模式中將所需資料由計算機裝置中的揮發性記憶體移動到揮發性記憶體,並在所需資料移動完畢後,計算機裝置從睡眠模式經由正常工作模式轉換到休眠模式。平台管理單元則在計算機裝置轉換為正常工作模式時,對運作單元提供所述重置訊號。 In an embodiment of the invention, the first power saving mode is a sleep mode, and the second power saving mode is a sleep mode. The computer device moves the required data from the volatile memory in the computer device to the volatile memory in the sleep mode, and after the required data is moved, the computer device transitions from the sleep mode to the sleep mode via the normal operating mode. The platform management unit provides the reset signal to the operating unit when the computer device transitions to the normal operating mode.

於另一觀點而言,本發明提供一種重置訊號過濾方法,其適用於具有至少一個運作單元的計算機裝置。重置訊號過濾方法包括下列步驟。設定所述運作單元在省電模式下是否正常運作。在計算機裝置的省電模式下,對所述運作單元分別提供對應的至少一個重置訊號。以及,遮蔽已設定為正常運作的所述運作單元所對應的所述重置訊號。重置訊號過濾方法的其餘實施細節請參照上述說明,在此不加贅述。 In another aspect, the present invention provides a reset signal filtering method suitable for use with a computer device having at least one operational unit. The reset signal filtering method includes the following steps. Set whether the operating unit operates normally in the power saving mode. In the power saving mode of the computer device, the operating unit is respectively provided with a corresponding at least one reset signal. And masking the reset signal corresponding to the operating unit that has been set to operate normally. Please refer to the above description for the remaining implementation details of the reset signal filtering method, and will not be described here.

基於上述,本發明實施例的計算機裝置在省電模式下仍希望部分的運作單元(例如,無線通訊模組、有線網路卡...等)能夠持續運作,假若這些運作單元被重置的話,則需透過作業系統或相關的應用程式來重新設定參數。由於計算機裝置從睡眠(S3)模式經由正常工作(S0)模式轉換到休眠(S4)模式時,作業系統可能不會受到硬體設備的通 知,使得作業系統無法協助運作單元重置。藉此,重置訊號遮蔽單元預先設定各個運作單元在省電模式下的運作情況,並當計算機裝置在省電模式下對所有運作單元發出重置訊號時,重置訊號遮蔽單元決定是否遮蔽需正常運作之運作單元的重置訊號,讓這些運作單元避免被重置而能在省電模式下持續運作。 Based on the above, the computer device of the embodiment of the present invention still hopes that some operating units (for example, wireless communication modules, wired network cards, etc.) can continue to operate in the power saving mode, if these operating units are reset. , you need to reset the parameters through the operating system or related applications. Since the computer device transitions from the sleep (S3) mode to the sleep (S4) mode via the normal (S0) mode, the operating system may not be connected to the hardware device. It is known that the operating system cannot assist the operation unit to reset. In this way, the reset signal shielding unit pre-sets the operation of each operating unit in the power saving mode, and when the computer device issues a reset signal to all operating units in the power saving mode, resetting the signal shielding unit to determine whether to shield the need The reset signal of the normally functioning operating unit allows these operating units to be reset and can continue to operate in the power saving mode.

為讓本發明之上述特徵和優點能更明顯易懂,下文特舉實施例,並配合所附圖式作詳細說明如下。 The above described features and advantages of the present invention will be more apparent from the following description.

現將詳細參考本發明之示範性實施例,在附圖中說明所述示範性實施例之實例。另外,凡可能之處,在圖式及實施方式中使用相同標號的元件/構件/符號代表相同或類似部分。 DETAILED DESCRIPTION OF THE INVENTION Reference will now be made in detail to the exemplary embodiments embodiments In addition, wherever possible, the elements and/

現今的製造廠商為使計算機裝置減少耗電,紛紛在硬體設備、作業系統或是應用程式上採用了許多的省電技術。然而,計算機裝置中的硬體設備與作業系統可能並非相同的製造廠商,各種省電技術在相互搭配上將會發生許多問題。例如,許多使用者將會希望計算機裝置(例如,伺服器、個人電腦)在省電模式下還是能與網路相互連線,讓使用者得以進行遠端遙控、資料傳輸,也就是,使用者希望在省電模式下讓部分的運作單元(例,網路卡、通訊模組)仍正常運作。 Today's manufacturers have adopted many power-saving technologies in hardware devices, operating systems, or applications to reduce power consumption in computer devices. However, the hardware device and the operating system in the computer device may not be the same manufacturer, and various power saving technologies will have many problems in the mutual matching. For example, many users will want computer devices (eg, servers, personal computers) to be connected to the network in power-saving mode, allowing users to remotely control and transmit data, that is, users. It is hoped that some of the operating units (eg, network cards, communication modules) will still operate normally in the power saving mode.

但是,如果硬體設備在省電模式(例如,睡眠(S3)模式、休眠(hibernation)(S4)模式或關機(S5)模式)下對計算機裝置內的運作單元發出全體重置訊號時,此時作業系統可能因為在省電模式下不會被告知或是無法動作。 However, if the hardware device issues a full reset signal to the operating unit within the computer device in a power saving mode (eg, sleep (S3) mode, hibernation (S4) mode, or shutdown (S5) mode), The operating system may not be notified or unable to operate in the power saving mode.

例如,英特爾快速儲存技術會讓計算機裝置100在第一省電模式(例,睡眠(S3)模式)中將運作計算機裝置100的所需資料由計算機裝置100中的揮發性記憶體(例如,隨機存取記憶體)緩慢地移動到非揮發性記憶體(例如,硬碟),並在該上述所需資料完全移動完畢後,計算機裝置100便會從睡眠(S3)模式經由正常工作(S0)模式轉換到休眠(S4)模式,藉以更為節省電力。並且,在計算機裝置100轉換為到正常工作(S0)模式時,由於進入正常工作(S0)模式時會對對計算機裝置內的所有運作單元提供重置訊號以進行重置,也就是進行『全體重置(Global reset)』,因此平台管理單元(或是南橋晶片)將會對所有的運作單元提供重置訊號。 For example, Intel Rapid Storage Technology may cause computer device 100 to store the required data of computer device 100 from volatile memory in computer device 100 in a first power saving mode (eg, sleep (S3) mode) (eg, random The access memory is slowly moved to a non-volatile memory (for example, a hard disk), and after the above-mentioned required data is completely moved, the computer device 100 is normally operated (S0) from the sleep (S3) mode. Mode transitions to sleep (S4) mode for more power savings. Moreover, when the computer device 100 is switched to the normal operation (S0) mode, since the normal operation (S0) mode is entered, a reset signal is provided to all the operating units in the computer device for resetting, that is, "all" Reset (Global reset), so the platform management unit (or Southbridge) will provide reset signals for all operating units.

藉此,原本在睡眠(S3)模式中由作業系統掌控且能夠正常運作的部份運作單元(例,網路卡、通訊模組),由於上述額外增加的重置動作,將會清除這些運作單元(網路卡、通訊模組)的網路組態,導致運作單元無法正常運作或被關閉。 In this way, some of the operating units (eg, network cards, communication modules) that are originally controlled by the operating system in the sleep (S3) mode and can function normally will be cleared by the above-mentioned additional reset action. The network configuration of the unit (network card, communication module) causes the operating unit to not function properly or is shut down.

於此,本發明實施例額外設置重置訊號遮蔽單元,其會與計算機裝置的作業系統相互溝通,藉以預先設定各個運作單元在省電模式下的運作情況,也就是,預先設定各 個運作單元是否需要正常運作還是可以接受重置訊號。當計算機裝置在省電模式下對所有運作單元發出重置訊號時,透過預先設定的運作情況來遮蔽需正常運作之運作單元的重置訊號,讓這些運作單元避免被重置而能在省電模式下持續運作。藉此,本發明實施例利用額外設置的重置訊號遮蔽單元,透過分離全體重置訊號的動作,藉以避免將原本在省電模式下需持續運行的運作單元也會一併重置而失去其功用的問題。 In this embodiment, the embodiment of the present invention additionally provides a reset signal shielding unit, which communicates with the operating system of the computer device, thereby pre-setting the operation of each operating unit in the power saving mode, that is, presetting each Whether the operating unit needs to operate normally or can accept the reset signal. When the computer device issues a reset signal to all operating units in the power saving mode, the reset signal of the operating unit that needs to operate normally is shielded through a preset operation condition, so that these operating units can be saved without being reset. Continuous operation in mode. Therefore, in the embodiment of the present invention, the reset signal shielding unit is additionally provided, and the action of resetting the entire reset signal is separated to avoid losing the operation unit that needs to be continuously operated in the power saving mode. The problem of function.

圖1是依照本發明第一實施例說明一種計算機裝置100的示意圖。計算機裝置100包括至少一個運作單元、平台控制單元130以及重置訊號遮蔽單元140。本實施例以符合週邊裝置連接快遞(PCIe)規格的無線網路通訊卡110和/或有線網路通訊卡120作為運作單元的舉例,兩者內部皆具備重置訊號接收端RERST以接收對應的重置訊號。然而,本發明實施例並不限制僅以上述舉例,應用本實施例者可依照其設計需求來選擇計算機裝置100內部的其他裝置(例如,外接式影像處理卡、計算機裝置100之主機板上內建的網路通訊模組、音效模組),以作為本發明實施例中所舉例的運作單元,上述計算機裝置100內部的其他裝置也不限於符合週邊裝置連接快遞規格的相關裝置。 1 is a schematic diagram of a computer device 100 in accordance with a first embodiment of the present invention. The computer device 100 includes at least one operating unit, a platform control unit 130, and a reset signal shielding unit 140. In this embodiment, a wireless network communication card 110 and/or a wired network communication card 120 conforming to a peripheral device connection express (PCIe) specification are used as an operation unit, and both of them have a reset signal receiving end RERST to receive a corresponding one. Reset the signal. However, the embodiments of the present invention are not limited to the above examples. The application of the embodiment may select other devices inside the computer device 100 according to the design requirements (for example, the external image processing card and the motherboard of the computer device 100). The network communication module and the audio module are built as the operation unit exemplified in the embodiment of the present invention, and the other devices inside the computer device 100 are not limited to the related devices that meet the express specifications of the peripheral device.

平台控制單元130於本實施例中可以是平台控制集線器(Platform Controller Hub;PCH),其內分別設置兩個週邊裝置連接快遞(PCIe)重置訊號輸出端PCIE1_RST、PCIE2_RST。換句話說,平台控制單元130可實現於計算 機裝置100的晶片組或是南橋晶片中,藉以控制各種通訊協定及平台的資訊傳輸,也包括提供重置訊號153、154給予對應的運作單元。因此,當計算機裝置100位於省電模式下且需對運作單元進行重置時,平台控制單元130便會透過重置訊號輸出端PCIE1_RST及PCIE2_RST、對無線網路通訊卡110、有線網路通訊卡120分別提供對應的重置訊號153、154。於本實施例中,重置訊號153、154為符合週邊裝置連接快遞(PCIe)規格的重置訊號。 In this embodiment, the platform control unit 130 may be a platform controller hub (PCH), and two peripheral devices are respectively connected to the PCIe reset signal output terminals PCIE1_RST and PCIE2_RST. In other words, the platform control unit 130 can be implemented in the calculation The chip set of the machine device 100 or the south bridge chip controls the information transmission of various communication protocols and platforms, and also provides the reset signals 153, 154 to the corresponding operation unit. Therefore, when the computer device 100 is in the power saving mode and needs to reset the operating unit, the platform control unit 130 passes the reset signal output terminals PCIE1_RST and PCIE2_RST, the wireless network communication card 110, and the wired network communication card. 120 provides corresponding reset signals 153, 154, respectively. In this embodiment, the reset signals 153, 154 are reset signals that comply with the peripheral device connection express (PCIe) specifications.

重置訊號遮蔽單元140耦接平台控制單元130、無線網路通訊卡110及有線網路通訊卡120。在以往,若計算機裝置100沒有設置重置訊號遮蔽單元140,無線網路通訊卡110及有線網路通訊卡120便會因此而進行重置動作,無線網路通訊卡110及有線網路通訊卡120中的網路配置及狀態皆會被清除。如果計算機裝置100中的作業系統得知無線網路通訊卡110及有線網路通訊卡120被重置時,通常會自動地重新設定其網路配置,藉以恢復運作。 The reset signal shielding unit 140 is coupled to the platform control unit 130, the wireless network communication card 110, and the wired network communication card 120. In the past, if the computer device 100 is not provided with the reset signal shielding unit 140, the wireless network communication card 110 and the wired network communication card 120 will perform a reset operation, the wireless network communication card 110 and the wired network communication card. The network configuration and status in 120 will be cleared. If the operating system in the computer device 100 knows that the wireless network communication card 110 and the wired network communication card 120 are reset, the network configuration is usually automatically reset to resume operation.

但是,如果計算機裝置100支援英特爾快速儲存(iRST)功能、或是相關的省電功能將使計算機裝置100中的硬體設備不會把省電模式的轉換情況告知計算機裝置100的作業系統、或是作業系統在省電模式下並不會協助運作單元重新恢復其功能時,本發明實施例必須遮蔽這些原本應該在省電模式下還是正常運作的運作單元所對應的重置訊號,也就是,直接避免這些運作單元被重置,便可避免上述問題。 However, if the computer device 100 supports the Intel Express Storage (iRST) function or the related power saving function, the hardware device in the computer device 100 will not notify the operating system of the computer device 100 of the switching of the power saving mode, or When the operating system does not assist the operating unit to resume its function in the power saving mode, the embodiment of the present invention must mask the reset signals corresponding to the operating units that should be in the power saving mode or the normal operation, that is, This problem can be avoided by directly avoiding the fact that these operating units are reset.

因此,本發明實施例在平台控制單元130傳送重置訊號到對應之運作單元的路徑上增加重置訊號遮蔽單元140。重置訊號遮蔽單元140會透過作業系統或相關應用軟體,藉由使用者的需求或是系統預設的方式,來設定運作單元在省電模式下的運作情況,藉以設定這些運作單元在省電模式下是否需要正常運作。並且,在平台控制單元130傳送重置訊號時,重置訊號遮蔽單元140可藉由預先設定好的運作情況來遮蔽已設定為正常運作的運作單元所對應的重置訊號。 Therefore, in the embodiment of the present invention, the reset signal shielding unit 140 is added to the path that the platform control unit 130 transmits the reset signal to the corresponding operating unit. The reset signal shielding unit 140 can set the operating conditions of the operating unit in the power saving mode through the operating system or the related application software, by the user's needs or the system preset manner, thereby setting the operating units to save power. Is it necessary to operate normally in the mode? Moreover, when the platform control unit 130 transmits the reset signal, the reset signal shielding unit 140 can mask the reset signal corresponding to the operating unit that has been set to operate normally by a preset operation condition.

詳細說明的是,本發明第一實施例(圖1)的重置訊號遮蔽單元140包括設定模組150以及邏輯電路160。設定模組150設置通用輸出端GPIO1、GPIO2,每個通用輸出端GPIO1、GPIO2分別對應不同的運作單元(例如,無線網路通訊卡110及有線網路通訊卡120)。於本實施例中,設定模組150可利用嵌入式控制器(embedded controller;EC)或是超級輸入輸出(super IO)晶片來實現,但本實施例並不以此受限。於本實施例中,設定模組150會與平台控制單元130相互進行資訊溝通,設定模組150可藉此得知何時進入計算機裝置100的省電模式。於實際實現時,設定模組150或平台控制單元130兩者其中之一應需設置計數器(timer),藉以相互同步訊號,從而得知計算機裝置100的電源管理情形。 In detail, the reset signal shielding unit 140 of the first embodiment (FIG. 1) of the present invention includes a setting module 150 and a logic circuit 160. The setting module 150 sets the general-purpose output terminals GPIO1 and GPIO2, and each of the general-purpose output terminals GPIO1 and GPIO2 corresponds to different operating units (for example, the wireless network communication card 110 and the wired network communication card 120). In this embodiment, the setting module 150 can be implemented by using an embedded controller (EC) or a super IO (super IO) chip, but the embodiment is not limited thereto. In this embodiment, the setting module 150 communicates with the platform control unit 130, and the setting module 150 can thereby know when to enter the power saving mode of the computer device 100. In actual implementation, one of the setting module 150 or the platform control unit 130 needs to set a timer to synchronize signals with each other to know the power management situation of the computer device 100.

設定模組150透過計算機裝置100的作業系統或相關應用程式來讓使用者設定,或以預設方式來設定並儲存運 作單元在省電模式下的運作情況。例如,設定模組150中設置有多個重置遮蔽旗標,每個重置遮蔽旗標分別對應不同的運作單元。設定模組150透過作業系統來設定這些重置遮蔽旗標,以作為運作單元在省電模式下的運作情況的旗標記錄。藉此,設定模組150便可依據上述重置遮蔽旗標(也就是運作單元在省電模式下的運作情況),通過通用輸出端GPIO1、GPIO2以產生對應的重置遮蔽訊號151、152。 The setting module 150 allows the user to set the operating system or the related application of the computer device 100, or set and store the data in a preset manner. The operation of the unit in the power saving mode. For example, the setting module 150 is provided with a plurality of reset mask flags, and each reset mask flag corresponds to a different operating unit. The setting module 150 sets these reset masking flags through the operating system as a flag record of the operation of the operating unit in the power saving mode. Thereby, the setting module 150 can generate the corresponding reset masking signals 151, 152 through the general-purpose output terminals GPIO1, GPIO2 according to the reset mask flag (that is, the operation of the operating unit in the power saving mode).

二邏輯電路160分別耦接通用輸出端GPIO1、GPIO2並接收重置訊號151、152,並且邏輯電路160會依據重置遮蔽訊號GPIO1、GPIO2以決定是否遮蔽重置訊號153、154。本實施例用及閘(AND GATE)170、171作為邏輯電路160的實現方式,及閘170、171分別對應不同的運作單元(無線網路通訊卡110及有線網路通訊卡120)。及閘170、171的第一輸入端分別耦接通用輸出端GPIO1、GPIO2以接收重置遮蔽訊號151、152。及閘170、171的第二輸入端分別接收重置訊號153、154,且及閘170、171的輸出端則分別耦接至運作單元(無線網路通訊卡110、有線網路通訊卡120)的重置接收端RERST,藉以傳輸已過濾的重置訊號181、182。 The two logic circuits 160 are respectively coupled to the output terminals GPIO1, GPIO2 and receive the reset signals 151, 152, and the logic circuit 160 determines whether to mask the reset signals 153, 154 according to the reset mask signals GPIO1, GPIO2. In this embodiment, AND gates 170 and 171 are used as the implementation of the logic circuit 160, and the gates 170 and 171 respectively correspond to different operation units (the wireless network communication card 110 and the wired network communication card 120). The first input terminals of the AND gates 170, 171 are respectively coupled to the output terminals GPIO1, GPIO2 for receiving the reset mask signals 151, 152. The second input terminals of the gates 170 and 171 respectively receive the reset signals 153 and 154, and the outputs of the gates 170 and 171 are respectively coupled to the operation unit (the wireless network communication card 110 and the wired network communication card 120). The reset receiver RERST is used to transmit the filtered reset signals 181, 182.

圖2為本發明第一實施例中重置訊號153、重置遮蔽訊號151以及已過濾的重置訊號181的波形示意圖。請同時參照圖1及圖2,當計算機裝置100從正常工作(S0)模式轉換為睡眠(S3)模式時(時間T1),重置訊號153及已過濾 的重置訊號181皆由致能(邏輯1)轉換為禁能(邏輯0),此時的設定模組150透過其內部的重置遮蔽旗標而產生禁能(邏輯0)的重置遮蔽訊號151。 2 is a waveform diagram of the reset signal 153, the reset mask signal 151, and the filtered reset signal 181 in the first embodiment of the present invention. Referring to FIG. 1 and FIG. 2 simultaneously, when the computer device 100 transitions from the normal operation (S0) mode to the sleep (S3) mode (time T1), the reset signal 153 and the filtered signal are filtered. The reset signal 181 is converted from the enable (logic 1) to the disable (logic 0), and the setting module 150 at this time generates a disable mask (logic 0) by its internal reset mask flag. Signal 151.

當支援英特爾快速儲存功能的計算機裝置100已將啟動計算機裝置100所需資料儲存到硬碟(時間T2)時,則會發出重置訊號,也就是說,重置訊號153會於時間T2產生一個致能脈衝210。此時,由於及閘170第一輸入端所接收之重置遮蔽訊號151為禁能(邏輯0),表示在省電模式下的無線網路通訊卡110仍正常運作而不能被重置,因此致能脈衝210將會被遮蔽,如已過濾重置訊號181在時間T2時一般。之後,若使用者希望將計算機裝置100從省電模式(也就是時間T2到時間T3的休眠(S4)模式)轉換為正常工作(S0)模式時(時間T3),則可藉由按壓鍵盤按鈕或是電源按鈕來達成上述功能。藉此,將可使無線網路通訊卡110於省電模式(無論是睡眠(S3)模式還是休眠(S4)模式)下不受重置訊號的干擾而正常運作。有線網路通訊卡120及相關訊號也可類似無線網路通訊卡110一般進行運作,在此不予贅述。 When the computer device 100 supporting the Intel fast storage function has stored the data required to start the computer device 100 on the hard disk (time T2), a reset signal is issued, that is, the reset signal 153 generates a time at time T2. The pulse 210 is enabled. At this time, since the reset mask signal 151 received by the first input terminal of the gate 170 is disabled (logic 0), it indicates that the wireless network communication card 110 in the power saving mode is still operating normally and cannot be reset, so The enable pulse 210 will be masked, as the filtered reset signal 181 is normal at time T2. Thereafter, if the user wishes to convert the computer device 100 from the power saving mode (ie, the time T2 to the sleep (S4) mode of the time T3) to the normal operation (S0) mode (time T3), the keyboard button can be pressed. Or the power button to achieve the above functions. Thereby, the wireless network communication card 110 can be operated normally in the power saving mode (whether in the sleep (S3) mode or the sleep (S4) mode) without being disturbed by the reset signal. The wired network communication card 120 and related signals may also operate similarly to the wireless network communication card 110, and will not be described herein.

圖3是依照本發明第二實施例說明一種計算機裝置300的示意圖。第二實施例與上述第一實施例相類似,其差異在於,計算機裝置300以一個設定模組350來實現重置訊號遮蔽單元140,並僅以單個運作單元310做為舉例。設定模組350可利用嵌入式控制器(EC)或是超級輸入輸出晶片來實現,但本實施例並不以此受限。 3 is a schematic diagram of a computer device 300 in accordance with a second embodiment of the present invention. The second embodiment is similar to the first embodiment described above, except that the computer device 300 implements the reset signal masking unit 140 by a setting module 350, and only takes a single operating unit 310 as an example. The setting module 350 can be implemented by using an embedded controller (EC) or a super input/output chip, but the embodiment is not limited thereto.

設定模組350內部設置通用輸入埠GPIO3及其通用輸出端GPIO4。通用輸入埠GPIO3及通用輸出端GPIO4分別對應平台控制單元130及運作單元310。設定模組350可透過作業系統以預先設定並儲存運作單元310在省電模式下的運作情況,並依據所述運作情況並透過通用輸出端GPIO4以決定是否遮蔽重置訊號353,並產生已過濾的重置訊號381傳送至運作單元310。其他細節步驟可由第一實施例得知,在此不予贅述。 The setting module 350 internally sets a general-purpose input 埠 GPIO3 and its general-purpose output terminal GPIO4. The universal input port GPIO3 and the general purpose output terminal GPIO4 correspond to the platform control unit 130 and the operating unit 310, respectively. The setting module 350 can pre-set and store the operation state of the operating unit 310 in the power saving mode through the operating system, and according to the operation condition, through the general-purpose output terminal GPIO4, determine whether to mask the reset signal 353, and generate filtered The reset signal 381 is transmitted to the operation unit 310. Other detailed steps are known from the first embodiment and will not be described herein.

上述實施例亦可統整為適用於計算機裝置的重置訊號過濾方法,所述計算機裝置包括至少一個運作單元。圖4是依照本發明第一實施例說明一種重置訊號過濾方法的流程圖。請參照圖4並配合圖1,於步驟S410中,使用者可透過計算機裝置100的作業系統,以設定運作單元(無線網路通訊卡110、有線網路通訊卡120)在省電模式下的運作情況,以設定其是否正常運作。於步驟S420中,在計算機裝置100的省電模式下,平台控制單元130對運作單元(無線網路通訊卡110、有線網路通訊卡120)分別提供對應的重置訊號153、154。步驟S430中,重置訊號遮蔽單元140遮蔽已設定為正常運作的運作單元(無線網路通訊卡110、有線網路通訊卡120)所對應的重置訊號153、154,以形成已過濾的重置訊號181、182。重置訊號過濾方法的其餘實施細節請參照上述實施例及相關揭示,在此不加贅述。 The above embodiments can also be integrated into a reset signal filtering method suitable for a computer device, the computer device comprising at least one operating unit. 4 is a flow chart showing a reset signal filtering method according to a first embodiment of the present invention. Referring to FIG. 4 and FIG. 1 , in step S410 , the user can use the operating system of the computer device 100 to set the operating unit (the wireless network communication card 110 and the wired network communication card 120 ) in the power saving mode. Operational conditions to set whether it is functioning properly. In step S420, in the power saving mode of the computer device 100, the platform control unit 130 provides corresponding reset signals 153, 154 to the operating units (the wireless network communication card 110 and the wired network communication card 120). In step S430, the reset signal shielding unit 140 masks the reset signals 153 and 154 corresponding to the operating units (the wireless network communication card 110 and the wired network communication card 120) that have been set to operate normally to form a filtered weight. Signals 181, 182. For the remaining implementation details of the reset signal filtering method, please refer to the above embodiments and related disclosures, and no further details are provided herein.

綜上所述,本發明實施例的計算機裝置在省電模式下仍希望部分的運作單元(例如,無線通訊模組、有線網路卡...等)能夠持續運作,假若這些運作單元被重置的話,則需透過作業系統或相關的應用程式來重新設定參數。由於計算機裝置從睡眠(S3)模式經由正常工作(S0)模式轉換到休眠(S4)模式時,作業系統可能不會受到硬體設備的通知,使得作業系統無法協助運作單元重置。藉此,重置訊號遮蔽單元預先設定各個運作單元在省電模式下的運作情況,並當計算機裝置在省電模式下對所有運作單元發出重置訊號時,重置訊號遮蔽單元決定是否遮蔽需正常運作之運作單元的重置訊號,讓這些運作單元避免被重置而能在省電模式下持續運作。 In summary, the computer device of the embodiment of the present invention still hopes that some operating units (for example, wireless communication modules, wired network cards, etc.) can continue to operate in the power saving mode, if these operating units are heavily If so, you need to reset the parameters through the operating system or related applications. Since the computer device transitions from the sleep (S3) mode to the sleep (S4) mode via the normal (S0) mode, the operating system may not be notified by the hardware device, so that the operating system cannot assist the operating unit to reset. In this way, the reset signal shielding unit pre-sets the operation of each operating unit in the power saving mode, and when the computer device issues a reset signal to all operating units in the power saving mode, resetting the signal shielding unit to determine whether to shield the need The reset signal of the normally functioning operating unit allows these operating units to be reset and can continue to operate in the power saving mode.

雖然本發明已以實施例揭露如上,然其並非用以限定本發明,任何所屬技術領域中具有通常知識者,在不脫離本發明之精神和範圍內,當可作些許之更動與潤飾,故本發明之保護範圍當視後附之申請專利範圍所界定者為準。 Although the present invention has been disclosed in the above embodiments, it is not intended to limit the invention, and any one of ordinary skill in the art can make some modifications and refinements without departing from the spirit and scope of the invention. The scope of the invention is defined by the scope of the appended claims.

100、300‧‧‧計算機裝置 100, 300‧‧‧ computer equipment

110‧‧‧無線網路通訊卡 110‧‧‧Wireless network communication card

120‧‧‧有線網路通訊卡 120‧‧‧Wired network communication card

130‧‧‧平台控制單元 130‧‧‧ Platform Control Unit

140‧‧‧重置訊號遮蔽單元 140‧‧‧Reset signal shielding unit

150‧‧‧設定模組 150‧‧‧Setting module

151、152‧‧‧重置遮蔽訊號 151, 152‧‧‧ Reset masking signal

153、154、353‧‧‧重置訊號 153, 154, 353‧‧‧Reset signal

160‧‧‧邏輯電路 160‧‧‧Logical Circuit

170、171‧‧‧及閘 170, 171‧‧‧ and gate

181、182、381‧‧‧已過濾的重置訊號 181, 182, 381‧‧‧ filtered reset signals

210‧‧‧致能脈衝 210‧‧‧Enable pulse

310‧‧‧運作單元 310‧‧‧Operating unit

S410~S430‧‧‧步驟 S410~S430‧‧‧Steps

GPIO1、GPIO2、GPIO4‧‧‧通用輸出端 GPIO1, GPIO2, GPIO4‧‧‧ general output

GPIO3‧‧‧通用輸入端 GPIO3‧‧‧ universal input

PCIE1_RST、PCIE2_RST‧‧‧重置訊號輸出端 PCIE1_RST, PCIE2_RST‧‧‧Reset signal output

RERST‧‧‧重置接收端 RERST‧‧‧Reset receiver

S0‧‧‧正常工作模式 S0‧‧‧ normal working mode

S3‧‧‧睡眠模式 S3‧‧‧ sleep mode

S4‧‧‧休眠模式 S4‧‧‧ sleep mode

T1~T3‧‧‧時間 T1~T3‧‧‧Time

圖1是依照本發明第一實施例說明一種計算機裝置的示意圖。 1 is a schematic diagram of a computer device in accordance with a first embodiment of the present invention.

圖2為本發明第一實施例中重置訊號、重置遮蔽訊號以及已過濾的重置訊號的波形示意圖。 2 is a waveform diagram of a reset signal, a reset mask signal, and a filtered reset signal in the first embodiment of the present invention.

圖3是依照本發明第二實施例說明一種計算機裝置的示意圖。 3 is a schematic diagram of a computer device in accordance with a second embodiment of the present invention.

圖4是依照本發明第一實施例說明一種重置訊號過濾方法的流程圖。 4 is a flow chart showing a reset signal filtering method according to a first embodiment of the present invention.

100‧‧‧計算機裝置 100‧‧‧Computer equipment

110‧‧‧無線網路通訊卡 110‧‧‧Wireless network communication card

120‧‧‧有線網路通訊卡 120‧‧‧Wired network communication card

130‧‧‧平台控制單元 130‧‧‧ Platform Control Unit

140‧‧‧重置訊號遮蔽單元 140‧‧‧Reset signal shielding unit

150‧‧‧設定模組 150‧‧‧Setting module

151、152‧‧‧重置遮蔽訊號 151, 152‧‧‧ Reset masking signal

153、154‧‧‧重置訊號 153, 154‧‧‧Reset signal

160‧‧‧邏輯電路 160‧‧‧Logical Circuit

170、171‧‧‧及閘 170, 171‧‧‧ and gate

181、182‧‧‧已過濾的重置訊號 181, 182‧‧‧ filtered reset signal

GPIO1、GPIO2‧‧‧通用輸出端 GPIO1, GPIO2‧‧‧ general output

PCIE1_RST、PCIE2_RST‧‧‧重置訊號輸出端 PCIE1_RST, PCIE2_RST‧‧‧Reset signal output

RERST‧‧‧重置接收端 RERST‧‧‧Reset receiver

Claims (10)

一種計算機裝置,包括:至少一運作單元;一平台控制單元,在計算機裝置的省電模式下對該至少一運作單元分別提供對應的至少一個重置訊號;以及一重置訊號遮蔽單元,耦接至該平台控制單元以及該至少一運作單元,設定該至少一運作單元在省電模式下是否正常運作,並遮蔽已設定為正常運作的該至少一運作單元所對應的該至少一重置訊號。 A computer device comprising: at least one operating unit; a platform control unit, respectively providing at least one reset signal to the at least one operating unit in a power saving mode of the computer device; and a reset signal shielding unit coupled And the at least one operating unit is configured to operate normally in the power saving mode and to block the at least one reset signal corresponding to the at least one operating unit that has been set to operate normally. 如申請專利範圍第1項所述之計算機裝置,其中該平台控制單元在該計算機裝置從第一省電模式轉換到第二省電模式時,該平台控制單元對該至少一運作單元提供該至少一重置訊號。 The computer device of claim 1, wherein the platform control unit provides the at least one operating unit with the at least one operating unit when the computer device transitions from the first power saving mode to the second power saving mode A reset signal. 如申請專利範圍第2項所述之計算機裝置,其中該第一省電模式為睡眠模式,該第二省電模式為休眠模式,該計算機裝置在該睡眠模式中將所需資料由該計算機裝置中的揮發性記憶體移動到非揮發性記憶體,並在該所需資料移動完畢後,該計算機裝置從該睡眠模式經由正常工作模式轉換到該休眠模式,且該平台控制單元在該計算機裝置轉換為該正常工作模式時,對該些運作單元提供該至少一重置訊號。 The computer device of claim 2, wherein the first power saving mode is a sleep mode, and the second power saving mode is a sleep mode, wherein the computer device uses the required data from the computer device in the sleep mode. The volatile memory in the mobile device moves to the non-volatile memory, and after the required data is moved, the computer device switches from the sleep mode to the sleep mode via the normal working mode, and the platform control unit is in the computer device The at least one reset signal is provided to the operating units when the normal operating mode is converted. 如申請專利範圍第2項所述之計算機裝置,其中該平台控制單元支援英特爾快速儲存(iRST)功能。 The computer device of claim 2, wherein the platform control unit supports an Intel Express Storage (iRST) function. 如申請專利範圍第1項所述之計算機裝置,其中該重置訊號遮蔽單元包括:一設定模組,其設置至少一通用輸出端,每一通用輸出端分別對應該至少一運作單元,其中該設定模組設定並儲存該至少一運作單元在省電模式下的運作情況,依據該運作情況並透過該至少一通用輸出端以產生對應的至少一重置遮蔽訊號;以及一邏輯電路,耦接該至少一通用輸出端並接收該至少一重置訊號,依據該重置遮蔽訊號以決定是否遮蔽該至少一重置訊號。 The computer device of claim 1, wherein the reset signal shielding unit comprises: a setting module, which is configured with at least one universal output, each of the universal output terminals respectively corresponding to at least one operating unit, wherein the Setting a module to set and store the operation of the at least one operating unit in the power saving mode, according to the operating condition and through the at least one universal output terminal to generate a corresponding at least one reset masking signal; and a logic circuit coupled The at least one general-purpose output receives the at least one reset signal, and determines whether to mask the at least one reset signal according to the reset mask signal. 如申請專利範圍第5項所述之計算機裝置,其中該邏輯電路包括至少一及閘,每一及閘分別對應該至少一運作單元,其中該至少一及閘的第一輸入端分別耦接該至少一通用輸出端以接收該至少一重置遮蔽訊號,該至少一及閘的第二輸入端分別接收該至少一重置訊號,且該至少一及閘的輸出端耦接至該至少一運作單元的至少一重置接收端。 The computer device of claim 5, wherein the logic circuit comprises at least one gate, each gate corresponding to at least one operating unit, wherein the at least one first input of the gate is coupled to the The at least one general-purpose output terminal receives the at least one reset masking signal, and the second input end of the at least one gate receives the at least one reset signal, and the output end of the at least one gate is coupled to the at least one operation At least one of the units resets the receiving end. 如申請專利範圍第1項所述之計算機裝置,其中該重置訊號遮蔽單元包括:一設定模組,其設置至少一通用輸入埠及至少一通用輸出端,每一通用輸入埠及每一通用輸出端分別對應該平台控制單元及該至少一運作單元,其中該設定模組設定並儲存該至少一運作單元在省電模式下的運作情況,依據該 運作情況並透過該至少一通用輸出端以決定是否遮蔽該至少一重置訊號。 The computer device of claim 1, wherein the reset signal shielding unit comprises: a setting module, which is provided with at least one universal input port and at least one universal output terminal, each universal input port and each general purpose The output terminal respectively corresponds to the platform control unit and the at least one operation unit, wherein the setting module sets and stores the operation of the at least one operation unit in the power saving mode, according to the The operation is performed through the at least one general purpose output to determine whether to mask the at least one reset signal. 如申請專利範圍第1項所述之計算機裝置,其中該些運作單元包括一無線網路通訊模組和/或一有線網路通訊模組。 The computer device of claim 1, wherein the operating units comprise a wireless network communication module and/or a wired network communication module. 如申請專利範圍第1項所述之計算機裝置,其中該至少一運作單元符合週邊裝置連接快遞(PCIe)規格,且該至少一重置訊號為多個週邊裝置連接快遞重置訊號。 The computer device of claim 1, wherein the at least one operating unit conforms to a peripheral device connection express (PCIe) specification, and the at least one reset signal is a plurality of peripheral devices connected to the courier reset signal. 一種重置訊號過濾方法,適用於具有至少一運作單元的一計算機裝置,其中該重置訊號過濾方法包括:設定該至少一運作單元在省電模式下是否正常運作;在計算機裝置的省電模式下,對該至少一運作單元分別提供對應的至少一個重置訊號;以及遮蔽已設定為正常運作的該至少一運作單元所對應的該至少一重置訊號。 A reset signal filtering method is applicable to a computer device having at least one operating unit, wherein the reset signal filtering method includes: setting whether the at least one operating unit operates normally in the power saving mode; and the power saving mode of the computer device And correspondingly providing at least one reset signal to the at least one operating unit; and shielding the at least one reset signal corresponding to the at least one operating unit that has been set to operate normally.
TW101119821A 2012-06-01 2012-06-01 Computer system and method for filtering reset signal TWI456380B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW101119821A TWI456380B (en) 2012-06-01 2012-06-01 Computer system and method for filtering reset signal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW101119821A TWI456380B (en) 2012-06-01 2012-06-01 Computer system and method for filtering reset signal

Publications (2)

Publication Number Publication Date
TW201351113A true TW201351113A (en) 2013-12-16
TWI456380B TWI456380B (en) 2014-10-11

Family

ID=50158005

Family Applications (1)

Application Number Title Priority Date Filing Date
TW101119821A TWI456380B (en) 2012-06-01 2012-06-01 Computer system and method for filtering reset signal

Country Status (1)

Country Link
TW (1) TWI456380B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI806380B (en) * 2022-01-24 2023-06-21 友達光電股份有限公司 Wearable electronic device and control method thereof

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6832278B2 (en) * 2001-03-15 2004-12-14 Microsoft Corporation PCI bar target operation region
US20110131427A1 (en) * 2009-12-02 2011-06-02 Jorgenson Joel A Power management states
US9171165B2 (en) * 2009-12-23 2015-10-27 Intel Corporation Methods, systems, and apparatuses to facilitate configuration of a hardware device in a platform
CN102299818B (en) * 2010-06-23 2014-05-14 江苏瑞曼信息技术有限公司 Method for managing computer working condition based on network access data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI806380B (en) * 2022-01-24 2023-06-21 友達光電股份有限公司 Wearable electronic device and control method thereof
US12008181B2 (en) 2022-01-24 2024-06-11 AUO Corporation Electronic device and control method thereof

Also Published As

Publication number Publication date
TWI456380B (en) 2014-10-11

Similar Documents

Publication Publication Date Title
US8977880B2 (en) Method for managing power supply of multi-core processor system involves powering off main and slave cores when master bus is in idle state
US9740645B2 (en) Reducing latency in a peripheral component interconnect express link
US9310838B2 (en) Power management method for switching power mode of a computer system based on detection of a human interface device
US10817043B2 (en) System and method for entering and exiting sleep mode in a graphics subsystem
US9678560B2 (en) Methods and apparatuses to wake computer systems from sleep states
US9563257B2 (en) Dynamic energy-saving method and apparatus for PCIE device, and communication system thereof
US11467650B2 (en) Selecting a low power state in an electronic device
US8463970B2 (en) Method and system for managing sleep states of interrupt controllers in a portable computing device
US9021288B2 (en) Method and apparatus for recovery from low power state
DE112015003035T5 (en) COMMON USE OF A USB POWER SUPPLY CONTROLLER
KR101815239B1 (en) An apparatus and method for optimizing the stanby power of a computer system by using a switching device
US9678554B2 (en) Low power mode operation when charging a device
US9519332B2 (en) Information processing apparatus, information processing system, and power control method
US20100083013A1 (en) Various Methods and Apparatuses for Power States in a Controller
TWI553506B (en) A computer system having voice control function and voice control method
US20170308155A1 (en) Power consumption management method and device and computer storage medium
US10394307B2 (en) Information processing apparatus, information processing method, and program
JP2014026648A (en) Wake-up method, hot swap method, and device based on high speed inter-chip hsic interface
US20120278542A1 (en) Computer system and sleep control method thereof
US11663021B2 (en) System and method for providing granular processor performance control
US20120185713A1 (en) Server, storage medium, and method for controlling sleep and wakeup function of the server
US20170308154A1 (en) Fast system setting changes
TW201351113A (en) Computer system and method for filtering reset signal
CN105446654A (en) Server control method and rack controller
CN109976490B (en) Power supply control method and electronic equipment

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees