US20120023321A1 - Computer system - Google Patents

Computer system Download PDF

Info

Publication number
US20120023321A1
US20120023321A1 US13/244,232 US201113244232A US2012023321A1 US 20120023321 A1 US20120023321 A1 US 20120023321A1 US 201113244232 A US201113244232 A US 201113244232A US 2012023321 A1 US2012023321 A1 US 2012023321A1
Authority
US
United States
Prior art keywords
memory unit
microcontroller
computer system
terminal
switch
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/244,232
Inventor
Chao-Chung Wu
Yu-Chen Lee
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Asustek Computer Inc
Original Assignee
Asustek Computer 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 Asustek Computer Inc filed Critical Asustek Computer Inc
Priority to US13/244,232 priority Critical patent/US20120023321A1/en
Publication of US20120023321A1 publication Critical patent/US20120023321A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/1666Error detection or correction of the data by redundancy in hardware where the redundant component is memory or memory area
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1456Hardware arrangements for backup
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • 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/4406Loading of operating system
    • G06F9/441Multiboot arrangements, i.e. selecting an operating system to be loaded

Definitions

  • the present invention generally relates to a computer system, and more particularly, to a computer system with dual basic input/output systems (hereinafter briefly referred to as “BIOS”).
  • BIOS basic input/output systems
  • the two BIOSes are independent systems, each of which can be used to boot the computer system.
  • the computer system determines to use which BIOS to boot the computer system according to a setting of the BIOS.
  • data of the BIOS used to boot the computer system is first loaded to a random access memory (RAM) and the BIOS is then used to boot the computer system.
  • the computer system turns to use the other BIOS to boot the system only when the BIOS loaded to the RAM fails to boot the system.
  • BIOS backup is performed by BIOS firmware in response to a BIOS backup instruction inputted by a user.
  • the computer system turns to use the other BIOS to boot the system only when the system boot fails, which makes it impossible for the user to select a desired BIOS to boot the computer system prior to the start of the computer system.
  • the computer system is able to backup the BIOS only after the system has been booted.
  • the present invention provides a computer system including a first memory unit, a second memory unit, and a switch unit.
  • the first memory unit stores a first basic input/output system (BIOS).
  • the second memory unit stores a second BIOS.
  • the switch unit has a first configuration and a second configuration. Upon the computer system being started, the switch unit receives an enable signal. When the switch unit is in the first configuration, the enable signal is provided to the first memory unit to start the first basic input/output system. When the switch unit is in the second configuration, the enable signal is provided to the second memory unit to start the second basic input/output system.
  • the present invention provides a computer system including a first memory unit, a second memory unit, a register, and a microcontroller.
  • the first memory unit stores a first BIOS.
  • the second memory unit stores a second BIOS.
  • the register records a setting.
  • the microcontroller controls an enable signal to be outputted to the first or second memory unit according to the setting in the register when the computer system is started.
  • the present invention provides a computer system including a first memory unit, a second memory unit, a switch, and a microcontroller.
  • the first memory unit stores a first BIOS.
  • the microcontroller is coupled to the first memory unit, the second memory unit and the switch.
  • the microcontroller reads the first BIOS in the first memory unit and stores the first BIOS in the second memory unit when the microcontroller detects that the switch is closed.
  • the present invention includes a switch unit such that the internal configuration of the switch unit can be changed prior to starting of the computer system.
  • the computer system determines the BIOS used to boot the computer system according to the internal configuration of the switch unit.
  • the present invention includes a microcontroller that enables the computer to backup the BIOS prior to the starting of the computer.
  • FIG. 1 illustrates a block diagram of a computer system according to a first embodiment of the present invention.
  • FIG. 2 illustrates a block diagram of a computer system according to a second embodiment of the present invention.
  • FIG. 3 illustrates a block diagram of a computer system according to a third embodiment of the present invention.
  • FIG. 4 illustrates a block diagram of a computer system according to a fourth embodiment of the present invention.
  • embodiments of the present invention allow for user selection of a desired BIOS to boot a computer system as well as backup of BIOS prior to system boot.
  • FIG. 1 illustrates a block diagram of a computer system according to a first embodiment of the present invention.
  • the computer system 100 includes a first memory unit 110 , a second memory unit 120 , and a switch unit 130 .
  • the first memory unit 110 and the second memory unit 120 store a first BIOS and a second BIOS, respectively
  • the switch unit 130 is a 4-terminal jumper.
  • the switch unit 130 includes a first terminal T 11 , a second terminal T 12 , a third terminal T 13 , and a fourth terminal T 14 .
  • the switch unit 130 has a first configuration and a second configuration. When the switch unit 130 is in the first configuration, the first terminal T 11 is electrically conductive with the second terminal T 12 . When the switch unit 130 is in the second configuration, the third terminal T 13 is electrically conductive with the fourth terminal T 14 .
  • the computer system 100 Upon the computer system 100 being started, the computer system 100 outputs an enable signal S E to the switch unit 130 .
  • the switch unit 130 determines to provide the enable signal S E to the first memory unit 110 or the second memory unit 120 according to the current internal configuration of the switch unit 130 . For example, when the switch unit 130 is in the first configuration where the first terminal T 11 is electrically conductive with the second terminal T 12 , the enable signal S E is provided to the first memory unit 110 such that the computer system 100 can be booted using the first BIOS. When the switch unit 130 is in the second configuration where the third terminal T 13 is electrically conductive with the fourth terminal T 14 , the enable signal S E is provided to the second memory unit 120 such that the computer system 100 can be booted using the second BIOS.
  • the memory chip storing the BIOS is controlled by a south bridge chip on a motherboard or an embedded controller and is connected through a 4-pin serial peripheral interface (SPI) based on current technology.
  • SPI serial peripheral interface
  • the four pins are used to transmit a clock signal, a chip select signal, data output and input signals, respectively.
  • the chip select signal is outputted from the controlling end (South bridge chip or embedded controller) to notify the controlled end (memory chip) to start operation.
  • the computer system 100 can be connected to the south bride chip on the motherboard or an embedded controller, the chip select signal can be used as the enable signal S E of the present embodiment, and the switch unit 130 determines whether to provide the chip select signal to the first memory unit 110 or the second memory unit 120 so as to enable the first memory unit 110 or the second memory unit 120 .
  • the clock signal, data output and input signals can be directly outputted to the first memory unit 110 or the second memory unit 120 .
  • the switch unit 130 determines which BIOS is used to boot the computer system 100 according to the internal configuration. In other words, prior to the start of the computer system 100 , the user may use a conductive plate to electrically connect the first terminal T 11 to the second terminal T 12 of the switch unit 130 , or electrically connect the third terminal T 13 to the fourth terminal T 14 of the switch unit 130 , to thereby decide which BIOS is used to boot the system.
  • the switch unit 130 is implemented as a jumper. It should be understood, however, that the switch unit may also be a press button or a slide switch.
  • FIG. 2 illustrates a block diagram of a computer system according to a second embodiment of the present invention.
  • the computer system 200 includes a first memory unit 210 , a second memory unit 220 , and a switch unit 230 .
  • the first memory unit 210 and the second memory unit 220 store a first BIOS and a second BIOS, respectively.
  • the switch unit 230 includes a first switch circuit 240 , a second switch circuit 250 , and a selection element 260 .
  • the first switch circuit 240 has an input terminal Ti 1 and an output terminal To 1 .
  • the second switch circuit 250 has an input terminal Ti 2 and an output terminal To 2 .
  • the input terminal Ti 1 of the first switch circuit 240 and the input terminal Ti 2 of the second switch circuit 250 receive an enable signal S E .
  • the output terminal To 1 of the first switch circuit 240 and the output terminal To 2 of the second switch circuit 250 are coupled to the first memory unit 210 and the second memory unit 220 , respectively.
  • the selection element 260 has a first terminal T 21 , a second terminal T 22 , a third terminal T 23 , and a fourth terminal T 24 .
  • the first terminal T 21 and the third terminal T 23 are coupled to a ground voltage GND.
  • the second terminal T 22 is coupled to the first switch circuit 240 and a resistor R 21 .
  • the fourth terminal T 24 is coupled to the second switch circuit 250 and a resistor R 22 .
  • One end of the resistor R 21 is coupled to the second terminal T 22 and the other end of the resistor R 21 is coupled to a first reference voltage Vd 1 .
  • One end of the resistor R 22 is coupled to the fourth terminal T 24 and the other end of the resistor R 22 is coupled to the first reference voltage Vd 1 .
  • the first switch circuit 240 includes a first transistor M 1 , a second transistor M 2 , and a resistor R 23 .
  • a first source/drain of the first transistor M 1 receives the enable signal S E and is used as the input terminal Ti 1 of the first switch circuit 240 .
  • a second source/drain of the first transistor M 1 is coupled to the first memory unit 210 and is used as the output terminal To 1 of the first switch circuit 240 .
  • a gate of the first transistor M 1 is coupled to the resistor R 21 and the second transistor M 2 .
  • a first source/drain of the second transistor M 2 of the first switch circuit 240 is coupled to the resistor R 23 .
  • a second source/drain of the second transistor M 2 is coupled to the ground voltage GND.
  • a gate of the second transistor M 2 is coupled to the second terminal T 22 of the selection element 260 .
  • One end of the resistor R 23 is coupled to the gate of the first transistor M 1 and the first source/drain of the second transistor M 2 , and the other end of the resistor R 23 is coupled to a second reference voltage Vd 2 .
  • the second switch circuit 250 includes a third transistor M 3 , a fourth transistor M 4 , and a resistor R 24 .
  • the internal components of the second switch circuit 250 are constructed and arranged in a similar way as described in the first switch circuit 240 and therefore are not repeated herein.
  • the second terminal T 22 of the selection unit 260 when the first terminal T 21 is coupled to the second terminal T 22 of the selection unit 260 and the third terminal T 23 is disconnected from the fourth terminal T 24 , the second terminal T 22 of the selection unit 260 outputs a first selection signal (i.e., the ground voltage GND) to the switch circuit 240 .
  • the gate of the second transistor M 2 receives the ground voltage GND causing the second transistor M 2 to turn off and the first transistor M 2 to turn on, such that the enable signal S E is outputted to the first memory unit 210 .
  • the fourth transistor M 4 receives the first reference voltage Vd 1 through the resistor R 22 causing the fourth transistor M 4 to turn on and the third transistor M 3 to turn off, thereby preventing the enable signal S E from being outputted to the second memory unit 220 .
  • the enable signal S E is outputted to the second memory unit 220 and prevented from being outputted to the first memory unit 210 as well.
  • the user uses a conductive plate to determine the internal configuration of the selection unit 260 to control the selection unit 260 to output a selection signal to the switch circuit 240 or 250 , thereby controlling the enable signal to be provided to the first memory unit 210 or to the second memory unit 220 and hence allowing the user to select the BIOS stored in the first memory unit 210 or the BIOS stored in the second memory unit 220 to boot the computer system.
  • the present embodiment allows the user to select the BIOS used to boot the computer system prior to the start of the computer.
  • the selection unit 260 is implemented as, for example, a 4-terminal jumper in the present embodiment and could also be a button or a slide switch in alternative embodiments.
  • the computer system 200 of the present embodiment may further include a microcontroller (not shown).
  • the microcontroller has a transmitting interface for outputting an enable signal, a clock signal, data output and input signals, and the like.
  • the enable signal is outputted to the switch unit 230 .
  • the clock signal, data output and input signals are directly outputted to the memory units 210 and 220 .
  • the microcontroller Upon the computer system 200 being started, the microcontroller outputs the enable signal to the switch unit 230 . It is then determined by the switch unit 230 whether to output the enable signal to the first memory unit 210 or the second memory unit 220 to control the selection of the BIOS used to boot the computer system 200 .
  • the microcontroller may, for example, be the south bridge chip or an embedded controller and the transmitting interface may, for example, be SPI based on the current technology.
  • FIG. 3 illustrates a block diagram of a computer system according to a third embodiment of the present invention.
  • the computer system 300 includes a first memory unit 310 , a second memory unit 320 , a microcontroller 330 , and a register 340 .
  • the first memory unit 310 stores a first BIOS and the second memory unit 320 stores a second BIOS.
  • the register 340 records a setting.
  • the microcontroller 330 controls an output of the enable signal SE to one of the first memory unit 310 and the second memory unit 320 to determine whether to use the first BIOS or the second BIOS to boot the computer system 300 according to the setting in the register.
  • the setting in the register 340 is set, for example, through a setting interface.
  • the setting in the register 340 is 0 or 1.
  • the microcontroller 330 controls the enable signal S E to be outputted to the first memory unit 310 upon starting of the computer system 300 .
  • the setting in the register 340 is 1, the microcontroller 330 controls the enable signal S E to be outputted to the second memory unit 320 .
  • the setting interface is, for example, a BIOS setup menu.
  • FIG. 4 illustrates a block diagram of a computer system according to a fourth embodiment of the present invention.
  • the computer system 400 includes a first memory unit 410 , a second memory unit 420 , a microcontroller 430 , and a switch 440 .
  • the first memory unit 410 stores a first BIOS.
  • a standby power has been already supplied to the microcontroller 430 , the first memory unit 410 and the second memory unit 420 prior to the starting of the computer system 400 .
  • the microcontroller 430 controls input/output of the first memory unit 410 and the second memory unit 420 .
  • the microcontroller 430 is able to detect whether the switch 440 is closed. Prior to the starting of the computer system 400 , the microcontroller 430 uses the standby power to control the first memory unit 410 to backup the first BIOS data in the first memory unit 410 to the second memory unit 420 when the switch 440 is closed.
  • the microcontroller 430 has a first control terminal Tc 1 , a second control terminal Tc 2 , a data output terminal Tso, a data input terminal Tsi, and a clock signal terminal Tclk.
  • Each of the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk of the microcontroller 430 is coupled to both the first memory unit 410 and the second memory unit 420 .
  • the first control terminal Tc 1 is coupled to the first memory unit 410 and the second control terminal Tc 2 is coupled to the second memory unit 420 .
  • the first memory unit 410 and the microcontroller 430 transmit data therebetween through the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk.
  • the second memory unit 420 ignores the signals transmitted through the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk. In other words, at this time, the first memory unit 410 can output the internal first BIOS data to the microcontroller 430 .
  • the second control terminal Tc 2 of the microcontroller 430 When the second control terminal Tc 2 of the microcontroller 430 outputs a second enable signal S E2 to the second memory unit 420 , the second memory unit 420 and the microcontroller 430 transmit data therebetween through the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk. At this time, the first memory unit 410 ignores the signals transmitted through the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk. In other words, at this time, the microcontroller 430 can output the first BIOS data, which was transmitted from the first memory unit 410 , to the second memory unit 420 , thus storing the first BIOS into the second memory unit 420 to backup the first BIOS. If the second memory unit 420 also stores a second BIOS, the second BIOS can also be backed up to the first memory unit 410 in a similar way as described above.
  • the microcontroller 430 then operates to backup the BIOS as described above, which causes the BIOS data to be erroneously written into the memory unit.
  • the microcontroller 430 of the present embodiment further includes a first detection terminal Td 1 and a second detection terminal Td 2 .
  • the two detection terminals Td 1 and Td 2 provide the microcontroller 430 with a double-check mechanism to determine whether to backup the BIOS.
  • the switch 440 has a first terminal T 41 and a second terminal T 42 .
  • the first terminal T 41 is coupled to a ground voltage GND.
  • the second terminal T 42 is coupled to the microcontroller 430 and a resistor R 41 .
  • One end of the resistor R 41 is coupled to the second terminal T 42 of the switch 440 and the other end of the resistor R 41 receives a reference voltage Vd 3 .
  • the switch 440 is closed, the first terminal T 41 is electrically coupled to the second terminal T 42 causing the first detection terminal Td 1 of the microcontroller 430 to be at the ground voltage.
  • the switch 440 is opened, the first terminal T 41 is disconnected from the second terminal T 42 causing the first detection terminal Td 1 of the microcontroller 430 to be approximately at the reference voltage Vd 3 .
  • the computer system 400 of FIG. 4 further includes a switch element 450 having a first terminal T 43 and a second terminal T 44 .
  • the first terminal T 43 is coupled to the ground voltage GND.
  • the second terminal T 44 is coupled to the second detection terminal Td 2 of the microcontroller 430 and a resistor R 42 .
  • One end of the resistor R 42 is coupled to the second terminal T 44 of the switch element 450 , and the other end of the resistor R 42 receives a reference voltage Vd 4 .
  • the second detection terminal Td 2 of the microcontroller 430 is caused to be at the ground voltage.
  • the second detection terminal Td 2 of the microcontroller 430 is caused to be approximately at the reference voltage Vd 4 .
  • the microcontroller 430 can activate the BIOS backup when, for example, the microcontroller 430 detects that the detection terminals Td 1 and Td 2 are both at the ground voltage at the same time.
  • the BIOS backup is activated when the second detection terminal Td 2 is continuously at the ground voltage GND and the first detection terminal Td 1 is maintained at the ground voltage GND for a specific time period (e.g., two or three seconds).
  • the switch element 450 is implemented as, for example, a 2-terminal jumper and the switch 440 is implemented as, for example, a press button.
  • the microcontroller 430 activates the BIOS backup only when a conductive plate is used to interconnect the terminals T 43 and T 44 of the switch element 450 and, at the same time, the button has been pressed to close the switch for more than a specific time.
  • the microcontroller may be a south bridge chip on the motherboard or an embedded controller, and the memory units may be a flash memory or another type of non-volatile memory.
  • the present invention has at least the following advantages:
  • the present invention includes a microcontroller that enables the computer to backup the BIOS prior to the starting of the computer.

Abstract

A computer system including a first memory unit, a second memory unit, a switch and a microcontroller is provided. The first memory unit stores a first basic input/output system (BIOS). The microcontroller is coupled to the first memory unit, the second memory unit and the switch. Prior to a starting of the computer system, the microcontroller reads the first BIOS in the first memory unit and stores the first BIOS to the second memory unit when the microcontroller detects that the switch is conducted.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is a divisional of and claims the priority benefit of U.S. application Ser. No. 12/402,485, filed on Mar. 11, 2009, now pending, which claims the priority benefit of Taiwan application Ser. No. 97113491, filed on Apr. 14, 2008. The entirety of each of the above-mentioned patent applications is hereby incorporated by reference herein and made a part of this specification.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention generally relates to a computer system, and more particularly, to a computer system with dual basic input/output systems (hereinafter briefly referred to as “BIOS”).
  • 2. Description of Related Art
  • In existing motherboards with dual-BIOS, the two BIOSes are independent systems, each of which can be used to boot the computer system. The computer system determines to use which BIOS to boot the computer system according to a setting of the BIOS. In one practical implementation, upon the computer system being started, data of the BIOS used to boot the computer system is first loaded to a random access memory (RAM) and the BIOS is then used to boot the computer system. The computer system turns to use the other BIOS to boot the system only when the BIOS loaded to the RAM fails to boot the system.
  • In addition, in existing motherboards with dual-BIOS, data can be written from one BIOS to the other. In other words, data of one BIOS can be backed up to the other BIOS. In one practical implementation, upon the computer system being started, the computer system enters a setting interface and the BIOS backup is performed by BIOS firmware in response to a BIOS backup instruction inputted by a user.
  • It can be seen from the foregoing discussion that, when the preset BIOS is damaged which causes the system boot to fail, the user can select the other BIOS to boot the system and, after the system has been booted, the BIOS backup can be performed to repair the damaged BIOS. However, in the conventional implementations, the computer system turns to use the other BIOS to boot the system only when the system boot fails, which makes it impossible for the user to select a desired BIOS to boot the computer system prior to the start of the computer system. In addition, in the conventional implementations, the computer system is able to backup the BIOS only after the system has been booted.
  • SUMMARY OF THE INVENTION
  • The present invention provides a computer system including a first memory unit, a second memory unit, and a switch unit. The first memory unit stores a first basic input/output system (BIOS). The second memory unit stores a second BIOS. The switch unit has a first configuration and a second configuration. Upon the computer system being started, the switch unit receives an enable signal. When the switch unit is in the first configuration, the enable signal is provided to the first memory unit to start the first basic input/output system. When the switch unit is in the second configuration, the enable signal is provided to the second memory unit to start the second basic input/output system.
  • The present invention provides a computer system including a first memory unit, a second memory unit, a register, and a microcontroller. The first memory unit stores a first BIOS. The second memory unit stores a second BIOS. The register records a setting. The microcontroller controls an enable signal to be outputted to the first or second memory unit according to the setting in the register when the computer system is started.
  • The present invention provides a computer system including a first memory unit, a second memory unit, a switch, and a microcontroller. The first memory unit stores a first BIOS. The microcontroller is coupled to the first memory unit, the second memory unit and the switch. The microcontroller reads the first BIOS in the first memory unit and stores the first BIOS in the second memory unit when the microcontroller detects that the switch is closed.
  • The present invention includes a switch unit such that the internal configuration of the switch unit can be changed prior to starting of the computer system.
  • After the computer system starts, the computer system determines the BIOS used to boot the computer system according to the internal configuration of the switch unit. In addition, the present invention includes a microcontroller that enables the computer to backup the BIOS prior to the starting of the computer.
  • In order to make the aforementioned and other features and advantages of the present invention more comprehensible, embodiments accompanied with figures are described in detail below.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 illustrates a block diagram of a computer system according to a first embodiment of the present invention.
  • FIG. 2 illustrates a block diagram of a computer system according to a second embodiment of the present invention.
  • FIG. 3 illustrates a block diagram of a computer system according to a third embodiment of the present invention.
  • FIG. 4 illustrates a block diagram of a computer system according to a fourth embodiment of the present invention.
  • DESCRIPTION OF THE EMBODIMENTS
  • The present invention will now be described more fully hereinafter with reference to the accompanying drawings, in which four embodiments of the invention are shown. As will be described, embodiments of the present invention allow for user selection of a desired BIOS to boot a computer system as well as backup of BIOS prior to system boot.
  • First Embodiment
  • FIG. 1 illustrates a block diagram of a computer system according to a first embodiment of the present invention. Referring to FIG. 1, the computer system 100 includes a first memory unit 110, a second memory unit 120, and a switch unit 130. For ease of description of the present embodiment, it is assumed that the first memory unit 110 and the second memory unit 120 store a first BIOS and a second BIOS, respectively, and the switch unit 130 is a 4-terminal jumper.
  • As shown in FIG. 1, the switch unit 130 includes a first terminal T11, a second terminal T12, a third terminal T13, and a fourth terminal T14. The switch unit 130 has a first configuration and a second configuration. When the switch unit 130 is in the first configuration, the first terminal T11 is electrically conductive with the second terminal T12. When the switch unit 130 is in the second configuration, the third terminal T13 is electrically conductive with the fourth terminal T14.
  • Upon the computer system 100 being started, the computer system 100 outputs an enable signal SE to the switch unit 130. The switch unit 130 determines to provide the enable signal SE to the first memory unit 110 or the second memory unit 120 according to the current internal configuration of the switch unit 130. For example, when the switch unit 130 is in the first configuration where the first terminal T11 is electrically conductive with the second terminal T12, the enable signal SE is provided to the first memory unit 110 such that the computer system 100 can be booted using the first BIOS. When the switch unit 130 is in the second configuration where the third terminal T13 is electrically conductive with the fourth terminal T14, the enable signal SE is provided to the second memory unit 120 such that the computer system 100 can be booted using the second BIOS.
  • The memory chip storing the BIOS is controlled by a south bridge chip on a motherboard or an embedded controller and is connected through a 4-pin serial peripheral interface (SPI) based on current technology. Taking the SPI protocol as an example, the four pins are used to transmit a clock signal, a chip select signal, data output and input signals, respectively. The chip select signal is outputted from the controlling end (South bridge chip or embedded controller) to notify the controlled end (memory chip) to start operation. Therefore, when the present embodiment is carried out by the current computer technology, the computer system 100 can be connected to the south bride chip on the motherboard or an embedded controller, the chip select signal can be used as the enable signal SE of the present embodiment, and the switch unit 130 determines whether to provide the chip select signal to the first memory unit 110 or the second memory unit 120 so as to enable the first memory unit 110 or the second memory unit 120. The clock signal, data output and input signals can be directly outputted to the first memory unit 110 or the second memory unit 120.
  • In the present embodiment, the switch unit 130 determines which BIOS is used to boot the computer system 100 according to the internal configuration. In other words, prior to the start of the computer system 100, the user may use a conductive plate to electrically connect the first terminal T11 to the second terminal T12 of the switch unit 130, or electrically connect the third terminal T13 to the fourth terminal T14 of the switch unit 130, to thereby decide which BIOS is used to boot the system. In the present embodiment, the switch unit 130 is implemented as a jumper. It should be understood, however, that the switch unit may also be a press button or a slide switch.
  • Second Embodiment
  • FIG. 2 illustrates a block diagram of a computer system according to a second embodiment of the present invention. Referring to FIG. 2, the computer system 200 includes a first memory unit 210, a second memory unit 220, and a switch unit 230. For ease of description of the present embodiment, it is assumed that the first memory unit 210 and the second memory unit 220 store a first BIOS and a second BIOS, respectively.
  • As shown in FIG. 2, the switch unit 230 includes a first switch circuit 240, a second switch circuit 250, and a selection element 260. The first switch circuit 240 has an input terminal Ti1 and an output terminal To1. The second switch circuit 250 has an input terminal Ti2 and an output terminal To2. The input terminal Ti1 of the first switch circuit 240 and the input terminal Ti2 of the second switch circuit 250 receive an enable signal SE. The output terminal To1 of the first switch circuit 240 and the output terminal To2 of the second switch circuit 250 are coupled to the first memory unit 210 and the second memory unit 220, respectively.
  • The selection element 260 has a first terminal T21, a second terminal T22, a third terminal T23, and a fourth terminal T24. The first terminal T21 and the third terminal T23 are coupled to a ground voltage GND. The second terminal T22 is coupled to the first switch circuit 240 and a resistor R21. The fourth terminal T24 is coupled to the second switch circuit 250 and a resistor R22. One end of the resistor R21 is coupled to the second terminal T22 and the other end of the resistor R21 is coupled to a first reference voltage Vd1. One end of the resistor R22 is coupled to the fourth terminal T24 and the other end of the resistor R22 is coupled to the first reference voltage Vd1.
  • The first switch circuit 240 includes a first transistor M1, a second transistor M2, and a resistor R23. A first source/drain of the first transistor M1 receives the enable signal SE and is used as the input terminal Ti1 of the first switch circuit 240. A second source/drain of the first transistor M1 is coupled to the first memory unit 210 and is used as the output terminal To1 of the first switch circuit 240. A gate of the first transistor M1 is coupled to the resistor R21 and the second transistor M2. A first source/drain of the second transistor M2 of the first switch circuit 240 is coupled to the resistor R23. A second source/drain of the second transistor M2 is coupled to the ground voltage GND. A gate of the second transistor M2 is coupled to the second terminal T22 of the selection element 260. One end of the resistor R23 is coupled to the gate of the first transistor M1 and the first source/drain of the second transistor M2, and the other end of the resistor R23 is coupled to a second reference voltage Vd2. In addition, the second switch circuit 250 includes a third transistor M3, a fourth transistor M4, and a resistor R24. In the present embodiment, the internal components of the second switch circuit 250 are constructed and arranged in a similar way as described in the first switch circuit 240 and therefore are not repeated herein.
  • In the present embodiment, when the first terminal T21 is coupled to the second terminal T22 of the selection unit 260 and the third terminal T23 is disconnected from the fourth terminal T24, the second terminal T22 of the selection unit 260 outputs a first selection signal (i.e., the ground voltage GND) to the switch circuit 240. At this time, the gate of the second transistor M2 receives the ground voltage GND causing the second transistor M2 to turn off and the first transistor M2 to turn on, such that the enable signal SE is outputted to the first memory unit 210. Besides, because the third terminal T23 and the fourth terminal T24 are still disconnected at this time, the fourth transistor M4 receives the first reference voltage Vd1 through the resistor R22 causing the fourth transistor M4 to turn on and the third transistor M3 to turn off, thereby preventing the enable signal SE from being outputted to the second memory unit 220.
  • Likewise, when the third terminal T23 is coupled to the fourth terminal T24 of the selection unit 260 and the first terminal T21 is disconnected from the second terminal T22, the enable signal SE is outputted to the second memory unit 220 and prevented from being outputted to the first memory unit 210 as well.
  • It can be seen from the above circuit operation that the user uses a conductive plate to determine the internal configuration of the selection unit 260 to control the selection unit 260 to output a selection signal to the switch circuit 240 or 250, thereby controlling the enable signal to be provided to the first memory unit 210 or to the second memory unit 220 and hence allowing the user to select the BIOS stored in the first memory unit 210 or the BIOS stored in the second memory unit 220 to boot the computer system. In other words, the present embodiment allows the user to select the BIOS used to boot the computer system prior to the start of the computer. Besides, the selection unit 260 is implemented as, for example, a 4-terminal jumper in the present embodiment and could also be a button or a slide switch in alternative embodiments.
  • In addition, the computer system 200 of the present embodiment may further include a microcontroller (not shown). The microcontroller has a transmitting interface for outputting an enable signal, a clock signal, data output and input signals, and the like. The enable signal is outputted to the switch unit 230. The clock signal, data output and input signals are directly outputted to the memory units 210 and 220. Upon the computer system 200 being started, the microcontroller outputs the enable signal to the switch unit 230. It is then determined by the switch unit 230 whether to output the enable signal to the first memory unit 210 or the second memory unit 220 to control the selection of the BIOS used to boot the computer system 200. The microcontroller may, for example, be the south bridge chip or an embedded controller and the transmitting interface may, for example, be SPI based on the current technology.
  • Third Embodiment
  • FIG. 3 illustrates a block diagram of a computer system according to a third embodiment of the present invention. Referring to FIG. 3, the computer system 300 includes a first memory unit 310, a second memory unit 320, a microcontroller 330, and a register 340. The first memory unit 310 stores a first BIOS and the second memory unit 320 stores a second BIOS. The register 340 records a setting. The microcontroller 330 controls an output of the enable signal SE to one of the first memory unit 310 and the second memory unit 320 to determine whether to use the first BIOS or the second BIOS to boot the computer system 300 according to the setting in the register.
  • The setting in the register 340 is set, for example, through a setting interface. For example, the setting in the register 340 is 0 or 1. When the setting is 0, it represents that the first BIOS is used to boot the computer system 300. The microcontroller 330 controls the enable signal SE to be outputted to the first memory unit 310 upon starting of the computer system 300. On the contrary, when the setting in the register 340 is 1, the microcontroller 330 controls the enable signal SE to be outputted to the second memory unit 320. The setting interface is, for example, a BIOS setup menu.
  • Fourth Embodiment
  • FIG. 4 illustrates a block diagram of a computer system according to a fourth embodiment of the present invention. Referring to FIG. 4, the computer system 400 includes a first memory unit 410, a second memory unit 420, a microcontroller 430, and a switch 440. It is assumed that the first memory unit 410 stores a first BIOS. It is also assumed that a standby power has been already supplied to the microcontroller 430, the first memory unit 410 and the second memory unit 420 prior to the starting of the computer system 400.
  • The microcontroller 430 controls input/output of the first memory unit 410 and the second memory unit 420. In addition, the microcontroller 430 is able to detect whether the switch 440 is closed. Prior to the starting of the computer system 400, the microcontroller 430 uses the standby power to control the first memory unit 410 to backup the first BIOS data in the first memory unit 410 to the second memory unit 420 when the switch 440 is closed.
  • As shown in FIG. 4, the microcontroller 430 has a first control terminal Tc1, a second control terminal Tc2, a data output terminal Tso, a data input terminal Tsi, and a clock signal terminal Tclk. Each of the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk of the microcontroller 430 is coupled to both the first memory unit 410 and the second memory unit 420. The first control terminal Tc1 is coupled to the first memory unit 410 and the second control terminal Tc2 is coupled to the second memory unit 420.
  • When the first control terminal Tc1 of the microcontroller 430 outputs a first enable signal SE1 to the first memory unit 410, the first memory unit 410 and the microcontroller 430 transmit data therebetween through the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk. At this time, the second memory unit 420 ignores the signals transmitted through the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk. In other words, at this time, the first memory unit 410 can output the internal first BIOS data to the microcontroller 430.
  • When the second control terminal Tc2 of the microcontroller 430 outputs a second enable signal SE2 to the second memory unit 420, the second memory unit 420 and the microcontroller 430 transmit data therebetween through the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk. At this time, the first memory unit 410 ignores the signals transmitted through the data output terminal Tso, data input terminal Tsi and clock signal terminal Tclk. In other words, at this time, the microcontroller 430 can output the first BIOS data, which was transmitted from the first memory unit 410, to the second memory unit 420, thus storing the first BIOS into the second memory unit 420 to backup the first BIOS. If the second memory unit 420 also stores a second BIOS, the second BIOS can also be backed up to the first memory unit 410 in a similar way as described above.
  • However, if a user mistakingly triggers the switch 440, the microcontroller 430 then operates to backup the BIOS as described above, which causes the BIOS data to be erroneously written into the memory unit. To avoid this miswriting problem, the microcontroller 430 of the present embodiment further includes a first detection terminal Td1 and a second detection terminal Td2. The two detection terminals Td1 and Td2 provide the microcontroller 430 with a double-check mechanism to determine whether to backup the BIOS.
  • With continuous reference to FIG. 4, the switch 440 has a first terminal T41 and a second terminal T42. The first terminal T41 is coupled to a ground voltage GND. The second terminal T42 is coupled to the microcontroller 430 and a resistor R41. One end of the resistor R41 is coupled to the second terminal T42 of the switch 440 and the other end of the resistor R41 receives a reference voltage Vd3. When the switch 440 is closed, the first terminal T41 is electrically coupled to the second terminal T42 causing the first detection terminal Td1 of the microcontroller 430 to be at the ground voltage. When the switch 440 is opened, the first terminal T41 is disconnected from the second terminal T42 causing the first detection terminal Td1 of the microcontroller 430 to be approximately at the reference voltage Vd3.
  • In addition, the computer system 400 of FIG. 4 further includes a switch element 450 having a first terminal T43 and a second terminal T44. The first terminal T43 is coupled to the ground voltage GND. The second terminal T44 is coupled to the second detection terminal Td2 of the microcontroller 430 and a resistor R42. One end of the resistor R42 is coupled to the second terminal T44 of the switch element 450, and the other end of the resistor R42 receives a reference voltage Vd4. When the first terminal T43 is electrically connected to the second terminal T44 of the switch element 450, the second detection terminal Td2 of the microcontroller 430 is caused to be at the ground voltage. When the first terminal T43 is disconnected from the second terminal T44 of the switch element 450, the second detection terminal Td2 of the microcontroller 430 is caused to be approximately at the reference voltage Vd4.
  • In the present embodiment, the microcontroller 430 can activate the BIOS backup when, for example, the microcontroller 430 detects that the detection terminals Td1 and Td2 are both at the ground voltage at the same time. Alternatively, the BIOS backup is activated when the second detection terminal Td2 is continuously at the ground voltage GND and the first detection terminal Td1 is maintained at the ground voltage GND for a specific time period (e.g., two or three seconds). In the present embodiment, the switch element 450 is implemented as, for example, a 2-terminal jumper and the switch 440 is implemented as, for example, a press button. In other words, the microcontroller 430 activates the BIOS backup only when a conductive plate is used to interconnect the terminals T43 and T44 of the switch element 450 and, at the same time, the button has been pressed to close the switch for more than a specific time.
  • In the foregoing embodiments, the microcontroller may be a south bridge chip on the motherboard or an embedded controller, and the memory units may be a flash memory or another type of non-volatile memory.
  • In summary, the present invention has at least the following advantages:
      • 1. The present invention includes a switch unit such that the internal configuration of the switch unit can be changed prior to starting of the computer system. Upon the computer system being started, the computer system determines the BIOS used to boot the computer system according to the internal configuration of the switch unit. Therefore, users can select the BIOS used to boot the computer system prior to the starting of the computer system.
  • 2. The present invention includes a microcontroller that enables the computer to backup the BIOS prior to the starting of the computer.
  • It will be apparent to those skilled in the art that various modifications and variations can be made to the structure of the present invention without departing from the scope or spirit of the invention. In view of the foregoing, it is intended that the present invention cover modifications and variations of this invention provided they fall within the scope of the following claims and their equivalents.

Claims (12)

1. A computer system comprising:
a first memory unit storing a first basic input/output system;
a second memory unit;
a switch;
a microcontroller coupled to the first memory unit, the second memory unit and the switch, wherein the microcontroller reads the first basic input/output system in the first memory unit and stores the first basic input/output system to the second memory unit when the microcontroller detects that the switch is conducted.
2. The computer system according to claim 1 further comprising a standby power configured to be supplied to the microcontroller, the first memory unit and the second memory unit.
3. The computer system according to claim 1, wherein the switch has a first terminal coupled to a ground voltage and a second terminal coupled to a first detection terminal of the microcontroller, wherein the second terminal of the switch is further coupled to a first reference voltage through a first resistor.
4. The computer system according to claim 3, wherein the switch comprises a press button.
5. The computer system according to claim 3 further comprising a switch element having a first terminal coupled to the ground voltage and a second terminal coupled to a second detection terminal of the microcontroller, wherein the second terminal of the switch element is further coupled to a second reference voltage through a second resistor.
6. The computer system according to claim 5, wherein the switch element comprises a jumper.
7. The computer system according to claim 5, wherein prior to a starting of the computer system, the microcontroller further reads the first basic input/output system in the first memory unit and stores the first basic input/output system to the second memory unit when the first detection terminal and the second detection terminal of microcontroller are coupled to the ground voltage.
8. The computer system according to claim 5, wherein prior to a starting of the computer system, the microcontroller further reads the first basic input/output system in the first memory unit and stores the first basic input/output system to the second memory unit when the first detection terminal is coupled to the ground voltage during a specific time period and the second detection terminal is continuously coupled to the ground voltage.
9. The computer system according to claim 1, wherein only the first memory unit is accessed by the microcontroller in response to a first enable signal from the microcontroller, meanwhile, the microcontroller reads the first basic input/output system in the first memory unit.
10. The computer system according to claim 9, wherein only the second memory unit is accessed by the microcontroller in response to a second enable signal from the microcontroller, meanwhile, the microcontroller stores the first basic input/output system to the second memory unit.
11. The computer system according to claim 1, wherein the microcontroller is a south bridge chip or an embedded controller.
12. The computer system according to claim 1, wherein the first memory unit and the second memory unit are non-volatile memories.
US13/244,232 2008-04-14 2011-09-23 Computer system Abandoned US20120023321A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/244,232 US20120023321A1 (en) 2008-04-14 2011-09-23 Computer system

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
TW097113491A TWI414996B (en) 2008-04-14 2008-04-14 Computer system
TW97113491 2008-04-14
US12/402,485 US8205069B2 (en) 2008-04-14 2009-03-11 Computer system with dual BIOS
US13/244,232 US20120023321A1 (en) 2008-04-14 2011-09-23 Computer system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/402,485 Division US8205069B2 (en) 2008-04-14 2009-03-11 Computer system with dual BIOS

Publications (1)

Publication Number Publication Date
US20120023321A1 true US20120023321A1 (en) 2012-01-26

Family

ID=41164950

Family Applications (3)

Application Number Title Priority Date Filing Date
US12/402,485 Active 2030-05-07 US8205069B2 (en) 2008-04-14 2009-03-11 Computer system with dual BIOS
US13/244,232 Abandoned US20120023321A1 (en) 2008-04-14 2011-09-23 Computer system
US13/473,622 Abandoned US20120226897A1 (en) 2008-04-14 2012-05-17 Computer system with dual bios

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/402,485 Active 2030-05-07 US8205069B2 (en) 2008-04-14 2009-03-11 Computer system with dual BIOS

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/473,622 Abandoned US20120226897A1 (en) 2008-04-14 2012-05-17 Computer system with dual bios

Country Status (2)

Country Link
US (3) US8205069B2 (en)
TW (1) TWI414996B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120137036A1 (en) * 2010-11-25 2012-05-31 Hon Hai Precision Industry Co., Ltd. Basic input output system refresh apparatus

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043638A (en) * 2009-10-21 2011-05-04 华硕电脑股份有限公司 Computer system and computer startup setting method
CN104360710B (en) * 2014-10-22 2018-07-24 技嘉科技股份有限公司 The display circuit of external display port can be switched
TWI522806B (en) * 2014-10-22 2016-02-21 Giga Byte Tech Co Ltd You can switch the display circuit of the external display port
CN105843676B (en) 2015-01-12 2019-05-21 华硕电脑股份有限公司 Electronic system and operating system switching method
US9535709B1 (en) * 2015-07-01 2017-01-03 Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. Booting system for motherboard
US10997296B2 (en) * 2017-03-22 2021-05-04 Oracle International Corporation System and method for restoration of a trusted system firmware state
CN109189203B (en) * 2018-08-15 2021-07-30 英业达科技有限公司 Server power saving system and power saving method thereof
US20230133270A1 (en) * 2020-04-21 2023-05-04 Hewlett-Packard Development Company, L.P. Bios updates
CN113672528A (en) * 2020-05-15 2021-11-19 佛山市顺德区顺达电脑厂有限公司 Control circuit capable of selecting boot BIOS
US11500791B2 (en) * 2020-12-10 2022-11-15 Micron Technology, Inc. Status check using chip enable pin

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040003226A1 (en) * 2002-06-28 2004-01-01 Collins David L. Method and apparatus for recovering from corrupted system firmware in a computer system
US20040025002A1 (en) * 2002-08-01 2004-02-05 Cepulis Darren J. System firmware back-up using a BIOS-accessible pre-boot partition
US20080288764A1 (en) * 2007-05-15 2008-11-20 Inventec Corporation Boot-switching apparatus and method for multiprocessor and multi-memory system

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5761616U (en) * 1980-09-25 1982-04-12
US4561261A (en) * 1984-04-04 1985-12-31 General Electric Company Control apparatus and methods, heat transfer systems and apparatus and methods for controlling such systems and for sensing and indicating low fluid charge conditions therein
US5793943A (en) * 1996-07-29 1998-08-11 Micron Electronics, Inc. System for a primary BIOS ROM recovery in a dual BIOS ROM computer system
TW575838B (en) * 2000-12-07 2004-02-11 Giga Byte Tech Co Ltd Automatic recovery method of BIOS memory circuit in memory apparatus containing dual BIOS memory circuits
TW548574B (en) * 2001-10-19 2003-08-21 Micro Star Int Co Ltd Display interface with dual basic input/output system and the computer having the same
CN1170215C (en) * 2001-10-19 2004-10-06 微星科技股份有限公司 Pisplay interface with double basic input and output system and computer with said display interface
TW591377B (en) 2002-03-12 2004-06-11 Giga Byte Tech Co Ltd Dual basic input/output system for a computer cross-reference to related applications
TWI284284B (en) * 2005-08-08 2007-07-21 Inventec Corp Selective apparatus for main/backup basic input/output system (BIOS)
TWI298502B (en) * 2006-05-11 2008-07-01 Amic Technology Corp Method and apparatus for increasing transmission efficiency of an electric device using a serial peripheral interface
TW200809489A (en) * 2006-08-01 2008-02-16 Epox Comp Co Ltd BIOS damage detection and repair method and the motherboard
CN100501679C (en) 2007-02-27 2009-06-17 华为技术有限公司 Electric device
US20090063834A1 (en) * 2007-09-05 2009-03-05 Inventec Corporation Auto-Switching Bios System and the Method Thereof
CN101458647B (en) * 2007-12-12 2012-11-21 鸿富锦精密工业(深圳)有限公司 Double-BIOS circuit

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040003226A1 (en) * 2002-06-28 2004-01-01 Collins David L. Method and apparatus for recovering from corrupted system firmware in a computer system
US20040025002A1 (en) * 2002-08-01 2004-02-05 Cepulis Darren J. System firmware back-up using a BIOS-accessible pre-boot partition
US20080288764A1 (en) * 2007-05-15 2008-11-20 Inventec Corporation Boot-switching apparatus and method for multiprocessor and multi-memory system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120137036A1 (en) * 2010-11-25 2012-05-31 Hon Hai Precision Industry Co., Ltd. Basic input output system refresh apparatus

Also Published As

Publication number Publication date
TWI414996B (en) 2013-11-11
TW200943180A (en) 2009-10-16
US20090259837A1 (en) 2009-10-15
US20120226897A1 (en) 2012-09-06
US8205069B2 (en) 2012-06-19

Similar Documents

Publication Publication Date Title
US8205069B2 (en) Computer system with dual BIOS
US7873822B2 (en) System comprising electronic device and external device storing boot code for booting system
US7318173B1 (en) Embedded controller based BIOS boot ROM select
US20070088940A1 (en) Initialization of flash storage via an embedded controller
US20120023320A1 (en) Bios chip recovery system and computer thereof
US20080151452A1 (en) Circuit for protecting computer
US9557791B2 (en) Computer device and method for converting working mode of universal serial bus connector of the computer device
US20070106915A1 (en) Reset circuit for automatically resetting an MCU upon turning on a power and the method thereof
KR101692538B1 (en) An apparatus and method for interrupting power supply utilizing the GPIO port
US20090210690A1 (en) Method of updating basic input output system and module and computer system implementing the same
JP2008511921A (en) High power efficiency memory and card
US10235185B2 (en) Computer and controlling method thereof
US20130166896A1 (en) Management system for network card
US20080162814A1 (en) Devices and Methods of Operating Memory Devices Including Power Down Response Signals
TWI434184B (en) Computer device and working mode conversion method of universal serial bus connector thereof
CN101561772A (en) Computer system
US8750015B2 (en) Integrated circuit comprising a FRAM memory and method for granting read-access to a FRAM memory
TWI576707B (en) Portable electronic device and user data access method therefor
JP2007156864A (en) Data retention unit
US10318463B2 (en) Interface controller, external electronic device, and external electronic device control method
US8041846B2 (en) Apparatus with reduced latency for master and slave storage devices
US7552263B2 (en) Portable computer and method of controlling the same
US7398404B2 (en) System and related control device and method for controlling power supply according to a power status
WO2004092962A1 (en) Semiconductor device, reset control system, and memory reset method
CN111179800B (en) Display device driving system and electronic apparatus

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION