US20140195855A1 - Method and system for diagnosing apparatus - Google Patents
Method and system for diagnosing apparatus Download PDFInfo
- Publication number
- US20140195855A1 US20140195855A1 US14/209,786 US201414209786A US2014195855A1 US 20140195855 A1 US20140195855 A1 US 20140195855A1 US 201414209786 A US201414209786 A US 201414209786A US 2014195855 A1 US2014195855 A1 US 2014195855A1
- Authority
- US
- United States
- Prior art keywords
- program
- diagnostic
- bios
- cache
- diagnosis
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/2205—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
- G06F11/2221—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested to test input/output devices or peripheral units
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/2284—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by power-on test, e.g. power-on self test [POST]
Definitions
- a diagnostic detection will generally be performed on the apparatus. If there is an error, relevant error information will be output, and a maintenance operation will be subsequently performed on the apparatus based on the error information.
- a special diagnostic program is operated in the operating system or is triggered through a specified key in the BIOS startup stage to perform a diagnostic detection. See FIG. 1 , after the system is powered up, the BIOS program is executed. Firstly, a processor such as a central processing unit (CPU) is initialized, and then devices like memory, PCI/PCIE and VGA are initialized. Next, it is judged whether there is a specified key being pressed, and if yes, a diagnostic mode is entered to perform a diagnosis, including diagnosis of keyboard, memory, PCI devices, hard disk, etc. If there is no specified key being pressed, the BIOS startup is continued and OS is entered. Since devices such as the memory and VGA have been initialized before the diagnostic mode is entered, information is displayed in detail through a display after the diagnosis is completed. In this way, the user can locate the fault of the apparatus more accurately, making the maintenance more convenient.
- a processor such as a central processing unit (CPU) is initialized, and then devices like memory, PCI/PCIE and VGA
- An embodiment of the present invention provides a method for diagnosing an apparatus in a computer system.
- the method includes: determining to enter a diagnostic mode after the computer system is started; initializing a cache in the computer system; after initializing the cache, performing a diagnosis of the apparatus by executing a diagnostic program; and after the diagnosis of the apparatus is completed, executing a Basic Input Output System (BIOS) or Extensible Firmware Interface (EFI) program and loading an operating system.
- BIOS Basic Input Output System
- EFI Extensible Firmware Interface
- the diagnosing system includes a determining unit configured to determine to enter a diagnostic mode after a computer system is started; an initializing unit configured to initialize a cache in the computer system; a diagnosing unit configured to diagnose an apparatus in the computer system by executing a diagnostic program after the cache is initialized; and a normal startup unit configured to execute a Basic Input Output System (BIOS) or Extensible Firmware Interface (EFI) program after the diagnosis of the apparatus is completed, and load an operating system.
- BIOS Basic Input Output System
- EFI Extensible Firmware Interface
- FIG. 1 is a flow chart illustrating an apparatus diagnosing method in the prior art
- FIG. 2 is a flow chart illustrating a method of Embodiment 1 of the present disclosure
- FIG. 3 is a flow chart illustrating a method of Embodiment 2 of the present disclosure
- FIG. 5 is a schematic diagram illustrating a system of Embodiment 3 of the present disclosure.
- FIG. 6 is a schematic diagram illustrating the specific application scenario of Embodiment 3 of the present disclosure.
- Embodiment 1 of the present disclosure provides an apparatus diagnosing method. See FIG. 2 , the method comprises the following steps:
- the diagnostic program code may be placed in the same memory as the original normal BIOS or EFI of the system, for example, in a memory like flash and E2PROM, etc.; and it may also be placed in a different memory from the BIOS or EFI, for example, an additional memory may be added to the system to store the diagnostic program code. No matter which storing method is used, the diagnostic program code and the BIOS program code (or EFI program code) are independent of each other.
- BIOS mainly indicates a BIOS (or EFI) having the original system BIOS function.
- a BIOS generally indicates a program segment initiated prior to the operation system (OS).
- OS operation system
- the code for the original BIOS function, the newly added diagnostic program code and the determination program code are all prior to the initiation of the operation system. Therefore, the original BIOS function code, the diagnostic program code and the determination program code can also be regarded as a new BIOS.
- the embodiment of the present disclosure describes the original BIOS part and the new diagnostic module as two parts.
- the method for determining whether to enter the diagnostic mode may be performed by means of external level triggering, and may also be performed through software setting. After entering the diagnostic mode, in order to accelerate the program execution, a program code in the memory can be loaded into a cache for execution.
- the diagnosis mainly comprises diagnosis of some hardware devices such as the memory and PCI/PCIE.
- the specific contents for diagnosis may be determined according to actual applications.
- the relevant diagnostic information may be output through the serial port after the completion of the diagnosis. Since the contents for diagnosis can be self-defined, the diagnostic functions can be more abundant and accurate.
- the embodiment of the present disclosure realizes a diagnosis of the apparatus by firstly determining whether to enter a diagnostic mode after a system is started, if yes, then entering the diagnostic mode, and if not, then continuing to perform a normal BIOS or EFI startup. Moreover, in case of a memory or PCI/PCIE bus error in the apparatus, since the diagnostic program is loaded prior to the BIOS startup, the fault can be diagnosed.
- the embodiment of present disclosure provides an apparatus diagnosing method, taking the apparatus using BIOS startup as an example. See FIG. 3 , the method comprises the following steps.
- the BIOS program here is consistent with the existing normal BIOS program, which performs apparatus starting function and is generally stored in a memory like flash, E2PROM, etc.
- the diagnostic program is independent of the existing BIOS program, i.e., individually executing one of the diagnostic program and the BIOS program will not influence the other program.
- the diagnostic program may be implemented using C language or other languages, and after compilation, a binary computer-executable program is generated, which then may be stored together with the BIOS in the same memory, and may also be stored in a different memory from the BIOS.
- the memories here may use flash, E2PROM, etc.
- startup bootstrap in the memory for selecting which program module to operate when the system is just started.
- the startup bootstrap program, the BIOS program and the diagnostic program may be placed into the same memory.
- BIOS mainly indicates a BIOS having the original system BIOS function.
- a BIOS generally indicates a program segment initiated prior to the operation system (OS).
- the code for the original BIOS function, the newly added diagnostic program code and the determination program code are all prior to the initiation of the operation system. Therefore, the original BIOS function code, the diagnostic program code and the determination program code can also be regarded as a new BIOS.
- OS operation system
- the original BIOS function code, the diagnostic program code and the determination program code can also be regarded as a new BIOS.
- it is firstly determined whether to proceed to the diagnostic program, if yes, operate the diagnostic program code, and if not, perform the normal BIOS startup like device initialization.
- the embodiment of the present disclosure describes the original BIOS part and the new diagnostic module as two parts.
- step S 202 Determining whether to enter a diagnostic mode when the system is started, if yes, performing step S 203 , and if not, performing step S 206 .
- Methods for determining whether to enter the diagnostic mode include but are not limited to the following ones.
- a GPIO General Purpose Input/Output
- the level value will be reflected to a value of a certain register in the apparatus (e.g., a GPIO register).
- the startup bootstrap of the system may determine whether to enter the diagnostic module or to perform normal BIOS startup by checking the register status of the apparatus. It may be set to use the BIOS to perform the normal startup flow by default, and upon detection of a command of the user (triggering the GPIO pin level), the diagnostic mode is entered.
- CMOS Complementary Metal Oxide Semiconductor
- an effective value e.g. 1
- the diagnostic mode will be entered; otherwise, a normal BIOS startup will be performed.
- the effective value will be cleared to prevent from entering the diagnostic mode automatically at the next time.
- the diagnostic program may be loaded into the cache in the following manner.
- an address in the memory is mapped to an address in the cache.
- the CPU directly accesses the flash address, and then the CPU looks up in the cache whether there is a backup of the code segment at the flash address just accessed, if not, the code segment at the flash address accessed is loaded to the cache.
- the cache may be configured as a normal memory by setting a relevant register of the CPU, wherein a part of the cache is used to store a program code, i.e., storing the program code that is loaded therein from an external memory during the operation of the program, and another part of the cache is configured as a stack area in the software, such that an advanced language (e.g., the C language) may be conveniently used to program (advanced languages generally need a stack).
- a relevant register of the CPU wherein a part of the cache is used to store a program code, i.e., storing the program code that is loaded therein from an external memory during the operation of the program
- another part of the cache is configured as a stack area in the software, such that an advanced language (e.g., the C language) may be conveniently used to program (advanced languages generally need a stack).
- the CPU can fetch instructions from the cache instead of fetching instructions from an external memory each time.
- the speed of fetching instructions from the cache is far greater than the speed of fetching instructions from the external memory. Therefore, the access time is greatly reduced, such that the program operates in the cache at a much higher speed than in the external memory, which improves the executing efficiency.
- this step is not necessary. If some CPUs do not support configuring the cache as a normal memory or do not have strict requirements on the operation speed, instructions may also be fetched from the external memory for operation each time. Meanwhile, if it is unnecessary to use the stack function (e.g., the advanced language is not used), it is also unnecessary to configure a part of the cache as a stack in the software.
- the stack function e.g., the advanced language is not used
- the size of the loaded program cannot exceed a maximum value of the cache configuration. If the maximum value is exceeded, only the maximum value of the cache configuration can be loaded, and the rest operates in the external memory.
- the diagnosis is mainly performed on hardware devices such as the memory and the PCI/PCIE.
- the diagnosis of the memory can be performed by reading SPD (Serial Presence Detect) to judge which DIMM (Dual Inline Memory Module) grooves have a memory bar thereon, and judging which DIMM groove has a problematic data bus or address bus by a DQS (Bidirectional data strobe) check.
- SPD Serial Presence Detect
- DIMM Dual Inline Memory Module
- DQS Bidirectional data strobe
- PCI/PCIE may check the vendor ID and device ID to examine whether there are excess devices, and may check the control register, IO, memory register, etc.
- the diagnostic program will create a table including all the PCI/PCIE device information on the apparatus at the beginning.
- the information comprises device name, PCI bus number, device ID, function ID, and chip silk screen. If an error is found through the check, it can be checked which chip is faulty based on this information table, to specifically obtain information such as the name of the chip and silk screen.
- the fault information obtained by diagnosis can be printed through the serial port.
- Other information output methods if available, can also be used to output information.
- This step is similar to the normal BIOS startup in the prior art, comprising memory initialization, PCI/PCIE initialization, and VGA initialization.
- the operating system OS is entered.
- the above specific operating procedures are similar to those in the prior art, the description of which is omitted here.
- the diagnostic program and the EFI module can also be separated by referring to the above step S 201 , and then it is determined whether to enter the diagnostic mode. If yes, a diagnosis will be performed on the apparatus, and if not, a normal EFI startup will be performed.
- the embodiment of the present disclosure realizes a diagnosis of the apparatus by firstly determining whether to enter a diagnostic mode after a system is started, if yes, then entering the diagnostic mode, and if not, then continuing to perform a normal BIOS or EFI startup. Meanwhile, by performing the diagnostic program and the BIOS startup separately, the diagnosis can also be performed even if there is a problem with the memory or PCI/PCIE.
- the embodiment of the present disclosure also configures the cache of the CPU as a normal memory, and firstly loads the diagnostic program from the memory to the cache when operating the diagnostic program, and then operates the program in the cache, so as to accelerate the operation, which improves the diagnostic efficiency.
- the embodiment of the present disclosure provides an apparatus diagnostic system, comprising:
- a diagnosing unit 32 for performing a diagnosis of the apparatus by executing a diagnostic program when the determining unit determines to enter the diagnostic mode
- a normal startup unit 33 for performing a normal BIOS or EFI startup when the determining unit determines not to enter the diagnostic mode.
- the embodiment of the present disclosure may also comprise memory units 34 for storing program codes, the memory units comprising:
- a first memory unit 341 for storing a program code executed by the determining unit
- a third memory unit 343 for storing a BIOS or EFI program code.
- the memory units may use memories such as flash or E2PROM, wherein the code of the diagnostic program and the code of the BIOS or EFI program are two independent program code segments.
- the second memory unit 342 and the third memory unit 343 may use the same memory, or they may also be implemented by using different memories.
- the first memory unit 341 , the second memory unit 342 and the third memory unit 343 can be implemented by the same memory.
- the method for determining whether to enter the diagnostic mode by the determining unit 31 may be performed by means of external level triggering, and may also be performed through software setting
- the cache of the CPU may be configured as a normal memory and the program code in the second memory unit is loaded into the cache for operation.
- the diagnosis of the apparatus by the diagnosing unit 32 mainly comprises diagnosis of some hardware devices such as the memory, PCI/PCIE, etc.
- the specific contents can be determined according to the practical applications. Since the contents for diagnosis can be self-defined, the diagnostic function may be made more abundant and accurate.
- the diagnosing unit 32 may also pause the program after the diagnosis is completed to wait for an operation by the user, or determine whether to enter the BIOS startup according to the diagnostic result.
- the embodiment of the present disclosure may also include an output unit 35 for outputting the relevant information after the diagnosis.
- the output unit 35 can perform output using a serial port. Other information output methods, if available, can also be used to output information.
- the above-mentioned determining unit, diagnosing unit, normal startup unit and output unit can be implemented by a hardware processor or relevant logic, for example, they can be implemented by a CPU or other chips having processing functions, wherein it is possible that each unit may use a separate hardware processor, and it is also possible that a plurality of units use a hardware processor in common.
- FIG. 6 is a block diagram illustrating the specific application of the embodiment of the present disclosure in an x86 system.
- the above determining unit, diagnosing unit and normal startup unit may all be implemented by a CPU.
- the memory unit is implemented by a flash, and the output unit is implemented by a serial port.
- the CPU When the system is started, the CPU firstly determines whether to enter the diagnostic mode, wherein an external level triggering causes a change in the value of relevant register of the south bridge. After detecting the value of the register, it is determined whether to enter the diagnostic mode. If it is determined to enter the diagnostic mode, a diagnosis will be performed on relevant hardware devices which mainly comprise devices such as a memory and PCI/PCIE, and may also comprise other devices such as keyboard and display. After the diagnosis is completed, the relevant information is output through a serial port. If it is determined not to enter the diagnostic mode, a normal BIOS or EFI startup will be performed.
- the memory units here are implemented by flash, wherein the code of the diagnostic program and the code of the BIOS or EFI program are two independent codes, but are stored in the same flash. In practical application, two flashes may be used for storage. Moreover, the flash may be replaced with other memories like E2PROM.
- the embodiment of the present disclosure realizes a diagnosis of the apparatus by firstly determining whether to enter a diagnostic mode after a system is started, if yes, then entering the diagnostic mode, and if not, then continuing to perform a BIOS or EFI startup. Meanwhile, by performing the diagnostic program and the BIOS startup separately, the diagnosis can also be performed even if there is a problem with the memory or PCI/PCIE.
- the embodiment of the present disclosure also configures the cache of the CPU as a normal memory.
- the diagnostic program When operating the diagnostic program, the diagnostic program is firstly loaded from the memory to the cache and then the program is operated in the cache, so that the operation is accelerated, which improves the diagnostic efficiency.
- the program can be stored in a computer-readable storage medium.
- the program when executed, may include the procedures of the embodiments of the above-mentioned methods.
- the storage medium may be a magnetic disk, optical disk, read-only memory (ROM) or random access memory (RAM), etc.
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Test And Diagnosis Of Digital Computers (AREA)
- Stored Programmes (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
A method for diagnosing an apparatus in a computer system, which includes: determining to enter a diagnostic mode after the computer system is started; initializing a cache in the computer system; after initializing the cache, performing a diagnosis of the apparatus by executing a diagnostic program; and after the diagnosis of the apparatus is completed, executing a Basic Input Output System (BIOS) or Extensible Firmware Interface (EFI) program and loading an operating system.
Description
- This application is a continuation of U.S. patent application Ser. No. 13/338,842, filed Dec. 28, 2011, which is a continuation of International Application No. PCT/CN2010/079142, filed Nov. 25, 2010, which claims priority to Chinese Patent Application No. 200910188485.0, filed Nov. 30, 2009, The afore-mentioned patent applications are hereby incorporated by reference in their entireties.
- The present disclosure relates to the field of communication technology, and in particular, to a method for diagnosing an apparatus and a diagnosing system.
- In IT and electronic communication fields, in order to improve the reliability of the operation of an apparatus and enhance the maintainability of the apparatus, a diagnostic detection will generally be performed on the apparatus. If there is an error, relevant error information will be output, and a maintenance operation will be subsequently performed on the apparatus based on the error information.
- An apparatus based on X86 architecture firstly performs initialization and diagnosis of hardware devices via a BIOS (Basic Input Output System) or EFI (Extensible Firmware Interface) startup system, and then enters the operating system. Taking the BIOS startup as an example, in order to perform a diagnosis on the hardware devices, a method is often used in the prior art wherein a debug program is added into the BIOS, and debug information is output to the 0x80 port by running the debug program. The diagnostic information is generally simple and gives a small amount of information, and it is impossible to make a more accurate judgment on the fault.
- To obtain more accurate diagnostic information, in the prior art, a special diagnostic program is operated in the operating system or is triggered through a specified key in the BIOS startup stage to perform a diagnostic detection. See
FIG. 1 , after the system is powered up, the BIOS program is executed. Firstly, a processor such as a central processing unit (CPU) is initialized, and then devices like memory, PCI/PCIE and VGA are initialized. Next, it is judged whether there is a specified key being pressed, and if yes, a diagnostic mode is entered to perform a diagnosis, including diagnosis of keyboard, memory, PCI devices, hard disk, etc. If there is no specified key being pressed, the BIOS startup is continued and OS is entered. Since devices such as the memory and VGA have been initialized before the diagnostic mode is entered, information is displayed in detail through a display after the diagnosis is completed. In this way, the user can locate the fault of the apparatus more accurately, making the maintenance more convenient. - When using 0x80 port debug, the output information is generally too simple and it is impossible to make an accurate judgment on the fault. Meanwhile, when using the special diagnostic program, since it is operated in the operating system or is operated in the BIOS startup stage, when a fault occurs in the memory or PCI/PCIE (Peripheral Component Interconnect/Peripheral Component Interconnect Express), devices such as the display and the keyboard generally cannot be used, the diagnostic functions cannot be realized.
- An embodiment of the present invention provides a method for diagnosing an apparatus in a computer system. The method includes: determining to enter a diagnostic mode after the computer system is started; initializing a cache in the computer system; after initializing the cache, performing a diagnosis of the apparatus by executing a diagnostic program; and after the diagnosis of the apparatus is completed, executing a Basic Input Output System (BIOS) or Extensible Firmware Interface (EFI) program and loading an operating system.
- Another embodiment of the present invention provides a diagnosing system. The diagnosing system includes a determining unit configured to determine to enter a diagnostic mode after a computer system is started; an initializing unit configured to initialize a cache in the computer system; a diagnosing unit configured to diagnose an apparatus in the computer system by executing a diagnostic program after the cache is initialized; and a normal startup unit configured to execute a Basic Input Output System (BIOS) or Extensible Firmware Interface (EFI) program after the diagnosis of the apparatus is completed, and load an operating system.
- To explain the solutions in the embodiments of the present disclosure more clearly, the drawings needed for the descriptions of the embodiments or prior art will be introduced briefly. Obviously, the drawings in the following descriptions are merely some embodiments of the present disclosure. For those skilled in the art, other drawings can be obtained according to these drawings without paying creative efforts.
-
FIG. 1 is a flow chart illustrating an apparatus diagnosing method in the prior art; -
FIG. 2 is a flow chart illustrating a method of Embodiment 1 of the present disclosure; -
FIG. 3 is a flow chart illustrating a method of Embodiment 2 of the present disclosure; -
FIG. 4 is a flow chart illustrating step S204 in Embodiment 2 of the present disclosure; -
FIG. 5 is a schematic diagram illustrating a system of Embodiment 3 of the present disclosure; and -
FIG. 6 is a schematic diagram illustrating the specific application scenario of Embodiment 3 of the present disclosure. - To make the objects, solutions and advantages of the present disclosure clearer, the present disclosure will be further explained in detail through embodiments and the corresponding drawings as follows.
- Embodiment 1 of the present disclosure provides an apparatus diagnosing method. See
FIG. 2 , the method comprises the following steps: - S101: determining whether to enter a diagnostic mode after a system is started;
- S102: performing a diagnosis of the apparatus by executing a diagnostic program when it is determined to enter the diagnostic mode; and
- S103: performing a normal BIOS or EFI startup when it is determined not to enter the diagnostic mode.
- In the embodiment of the present disclosure, the diagnostic program code may be placed in the same memory as the original normal BIOS or EFI of the system, for example, in a memory like flash and E2PROM, etc.; and it may also be placed in a different memory from the BIOS or EFI, for example, an additional memory may be added to the system to store the diagnostic program code. No matter which storing method is used, the diagnostic program code and the BIOS program code (or EFI program code) are independent of each other.
- It is noted that the above-mentioned normal BIOS (or EFI) mainly indicates a BIOS (or EFI) having the original system BIOS function. In practical applications, a BIOS generally indicates a program segment initiated prior to the operation system (OS). The code for the original BIOS function, the newly added diagnostic program code and the determination program code are all prior to the initiation of the operation system. Therefore, the original BIOS function code, the diagnostic program code and the determination program code can also be regarded as a new BIOS. For the convenience of description, the embodiment of the present disclosure describes the original BIOS part and the new diagnostic module as two parts.
- The method for determining whether to enter the diagnostic mode may be performed by means of external level triggering, and may also be performed through software setting. After entering the diagnostic mode, in order to accelerate the program execution, a program code in the memory can be loaded into a cache for execution.
- Before entering the diagnostic program to diagnose the apparatus, some initializations of the system are performed firstly, such as initializations of a cache, a serial port, etc. The diagnosis mainly comprises diagnosis of some hardware devices such as the memory and PCI/PCIE. The specific contents for diagnosis may be determined according to actual applications. The relevant diagnostic information may be output through the serial port after the completion of the diagnosis. Since the contents for diagnosis can be self-defined, the diagnostic functions can be more abundant and accurate.
- The embodiment of the present disclosure realizes a diagnosis of the apparatus by firstly determining whether to enter a diagnostic mode after a system is started, if yes, then entering the diagnostic mode, and if not, then continuing to perform a normal BIOS or EFI startup. Moreover, in case of a memory or PCI/PCIE bus error in the apparatus, since the diagnostic program is loaded prior to the BIOS startup, the fault can be diagnosed.
- The embodiment of present disclosure provides an apparatus diagnosing method, taking the apparatus using BIOS startup as an example. See
FIG. 3 , the method comprises the following steps. - S201: Separating the diagnostic program and the BIOS program as two independent modules which are stored together.
- The BIOS program here is consistent with the existing normal BIOS program, which performs apparatus starting function and is generally stored in a memory like flash, E2PROM, etc. The diagnostic program is independent of the existing BIOS program, i.e., individually executing one of the diagnostic program and the BIOS program will not influence the other program. The diagnostic program may be implemented using C language or other languages, and after compilation, a binary computer-executable program is generated, which then may be stored together with the BIOS in the same memory, and may also be stored in a different memory from the BIOS. The memories here may use flash, E2PROM, etc.
- In order to select which program module to operate when the system is started, there is also a startup bootstrap in the memory for selecting which program module to operate when the system is just started. For the convenience of use, the startup bootstrap program, the BIOS program and the diagnostic program may be placed into the same memory.
- It is noted that the above-mentioned BIOS mainly indicates a BIOS having the original system BIOS function. In practical applications, a BIOS generally indicates a program segment initiated prior to the operation system (OS). The code for the original BIOS function, the newly added diagnostic program code and the determination program code are all prior to the initiation of the operation system. Therefore, the original BIOS function code, the diagnostic program code and the determination program code can also be regarded as a new BIOS. When executing this new BIOS, it is firstly determined whether to proceed to the diagnostic program, if yes, operate the diagnostic program code, and if not, perform the normal BIOS startup like device initialization. For the convenience of description, the embodiment of the present disclosure describes the original BIOS part and the new diagnostic module as two parts.
- S202: Determining whether to enter a diagnostic mode when the system is started, if yes, performing step S203, and if not, performing step S206.
- Methods for determining whether to enter the diagnostic mode include but are not limited to the following ones.
- Through External Level Triggering
- For example, if a user wants to enter the diagnostic mode, a GPIO (General Purpose Input/Output) pin level may be triggered. The level value will be reflected to a value of a certain register in the apparatus (e.g., a GPIO register). The startup bootstrap of the system may determine whether to enter the diagnostic module or to perform normal BIOS startup by checking the register status of the apparatus. It may be set to use the BIOS to perform the normal startup flow by default, and upon detection of a command of the user (triggering the GPIO pin level), the diagnostic mode is entered.
- 2) Through Software Setting
- Besides by means of external level triggering, software setting can also be used for triggering. For example, the user may set in the BIOS whether to enter the diagnostic mode at the next startup (e.g., an option may be provided in the BIOS configuration interface for determining whether to enter the diagnostic mode). The configuration will be saved in a CMOS (Complementary Metal Oxide Semiconductor). At the next startup, a value in the CMOS will be read firstly. If the value is an effective value (e.g., 1), the diagnostic mode will be entered; otherwise, a normal BIOS startup will be performed. After reading the value in the CMOS, the effective value will be cleared to prevent from entering the diagnostic mode automatically at the next time.
- S203: Loading the diagnostic program into the cache for operation.
- The cache is normally integrated in the CPU. The operation speed of the program in the cache is far greater than an operation speed in an external memory. Thus, the diagnostic program may be loaded into the cache to improve the operating efficiency. Likewise, the startup bootstrap may also be loaded into the cache for operation. However, since the startup bootstrap operates in a very short period of time, it will not have significant influence on the performance no matter where it operates. The time for executing the diagnostic program is much longer than the startup bootstrap. Thus, loading the startup bootstrap into the cache can improve the operating efficiency of the program significantly.
- The diagnostic program may be loaded into the cache in the following manner.
- Firstly, an address in the memory is mapped to an address in the cache. Secondly, the CPU directly accesses the flash address, and then the CPU looks up in the cache whether there is a backup of the code segment at the flash address just accessed, if not, the code segment at the flash address accessed is loaded to the cache.
- In order to load the program into the cache for operation, it is necessary to configure the cache as a normal memory. Generally, the cache may be configured as a normal memory by setting a relevant register of the CPU, wherein a part of the cache is used to store a program code, i.e., storing the program code that is loaded therein from an external memory during the operation of the program, and another part of the cache is configured as a stack area in the software, such that an advanced language (e.g., the C language) may be conveniently used to program (advanced languages generally need a stack).
- By loading the diagnostic program into the cache for operation, the CPU can fetch instructions from the cache instead of fetching instructions from an external memory each time. The speed of fetching instructions from the cache is far greater than the speed of fetching instructions from the external memory. Therefore, the access time is greatly reduced, such that the program operates in the cache at a much higher speed than in the external memory, which improves the executing efficiency.
- It is noted that this step is not necessary. If some CPUs do not support configuring the cache as a normal memory or do not have strict requirements on the operation speed, instructions may also be fetched from the external memory for operation each time. Meanwhile, if it is unnecessary to use the stack function (e.g., the advanced language is not used), it is also unnecessary to configure a part of the cache as a stack in the software.
- Moreover, the size of the loaded program cannot exceed a maximum value of the cache configuration. If the maximum value is exceeded, only the maximum value of the cache configuration can be loaded, and the rest operates in the external memory.
- S204: Operating the diagnostic program to diagnose the apparatus.
- See
FIG. 4 , operating the diagnostic program comprises the following steps. - S2041: Initializing the cache;
- comprising steps of enabling the cache, mapping a code address of the diagnostic module in the external memory into the cache, setting a part as a code segment (for storing the diagnostic module code loaded therein during operation) and a stack segment.
- S2042: Initializing the serial port;
- comprising enabling the serial port, and setting a serial port number, transmission speed, number of data bits, number of check bits, etc.
- S2043: Diagnosing relevant hardware devices;
- The diagnosis is mainly performed on hardware devices such as the memory and the PCI/PCIE. The diagnosis of the memory can be performed by reading SPD (Serial Presence Detect) to judge which DIMM (Dual Inline Memory Module) grooves have a memory bar thereon, and judging which DIMM groove has a problematic data bus or address bus by a DQS (Bidirectional data strobe) check. With respect to hardware-supported devices, it can also be diagnosed which chip grain on the memory bar is faulty by means of data read/write (write one data therein, and then read it to determine whether they are consistent with each other).
- Regarding the diagnosis of PCI/PCIE, it may check the vendor ID and device ID to examine whether there are excess devices, and may check the control register, IO, memory register, etc. The diagnostic program will create a table including all the PCI/PCIE device information on the apparatus at the beginning. The information comprises device name, PCI bus number, device ID, function ID, and chip silk screen. If an error is found through the check, it can be checked which chip is faulty based on this information table, to specifically obtain information such as the name of the chip and silk screen.
- The hardware devices diagnosed by the diagnostic program are not limited to the above-mentioned memory and PCI/PCIE. The user may self-define the hardware devices to be diagnosed according to the actual needs.
- S205: Printing the diagnostic result through the serial port.
- Since the hardware like the display cannot yet work normally at this time, the fault information obtained by diagnosis can be printed through the serial port. Other information output methods, if available, can also be used to output information.
- S206: Performing a normal BIOS startup;
- This step is similar to the normal BIOS startup in the prior art, comprising memory initialization, PCI/PCIE initialization, and VGA initialization. After starting the BIOS, the operating system OS is entered. The above specific operating procedures are similar to those in the prior art, the description of which is omitted here.
- It is noted that after step S205, the program can be paused to wait for an operation by the user. It can also be determined whether or not to enter the BIOS according to the diagnostic result, for example, the BIOS is not entered if a problem is found, and a normal BIOS startup will be performed if there is no problem.
- In another embodiment of the present disclosure, if the apparatus is started using an EFI architecture, the diagnostic program and the EFI module can also be separated by referring to the above step S201, and then it is determined whether to enter the diagnostic mode. If yes, a diagnosis will be performed on the apparatus, and if not, a normal EFI startup will be performed.
- The embodiment of the present disclosure realizes a diagnosis of the apparatus by firstly determining whether to enter a diagnostic mode after a system is started, if yes, then entering the diagnostic mode, and if not, then continuing to perform a normal BIOS or EFI startup. Meanwhile, by performing the diagnostic program and the BIOS startup separately, the diagnosis can also be performed even if there is a problem with the memory or PCI/PCIE.
- The embodiment of the present disclosure also configures the cache of the CPU as a normal memory, and firstly loads the diagnostic program from the memory to the cache when operating the diagnostic program, and then operates the program in the cache, so as to accelerate the operation, which improves the diagnostic efficiency.
- The embodiment of the present disclosure provides an apparatus diagnostic system, comprising:
- a determining
unit 31 for determining whether to enter a diagnostic mode after a system is started; - a diagnosing
unit 32 for performing a diagnosis of the apparatus by executing a diagnostic program when the determining unit determines to enter the diagnostic mode; and - a
normal startup unit 33 for performing a normal BIOS or EFI startup when the determining unit determines not to enter the diagnostic mode. - The embodiment of the present disclosure may also comprise
memory units 34 for storing program codes, the memory units comprising: - a
first memory unit 341 for storing a program code executed by the determining unit; - a
second memory unit 342 for storing diagnostic program code; - a
third memory unit 343 for storing a BIOS or EFI program code. - The memory units may use memories such as flash or E2PROM, wherein the code of the diagnostic program and the code of the BIOS or EFI program are two independent program code segments.
- The
second memory unit 342 and thethird memory unit 343 may use the same memory, or they may also be implemented by using different memories. In order to facilitate use, thefirst memory unit 341, thesecond memory unit 342 and thethird memory unit 343 can be implemented by the same memory. - The method for determining whether to enter the diagnostic mode by the determining
unit 31 may be performed by means of external level triggering, and may also be performed through software setting - To accelerate the speed for executing the program, the cache of the CPU may be configured as a normal memory and the program code in the second memory unit is loaded into the cache for operation.
- The diagnosis of the apparatus by the diagnosing
unit 32 mainly comprises diagnosis of some hardware devices such as the memory, PCI/PCIE, etc. The specific contents can be determined according to the practical applications. Since the contents for diagnosis can be self-defined, the diagnostic function may be made more abundant and accurate. - The diagnosing
unit 32 may also pause the program after the diagnosis is completed to wait for an operation by the user, or determine whether to enter the BIOS startup according to the diagnostic result. - The embodiment of the present disclosure may also include an
output unit 35 for outputting the relevant information after the diagnosis. - The
output unit 35 can perform output using a serial port. Other information output methods, if available, can also be used to output information. - The above-mentioned determining unit, diagnosing unit, normal startup unit and output unit can be implemented by a hardware processor or relevant logic, for example, they can be implemented by a CPU or other chips having processing functions, wherein it is possible that each unit may use a separate hardware processor, and it is also possible that a plurality of units use a hardware processor in common.
-
FIG. 6 is a block diagram illustrating the specific application of the embodiment of the present disclosure in an x86 system. The above determining unit, diagnosing unit and normal startup unit may all be implemented by a CPU. The memory unit is implemented by a flash, and the output unit is implemented by a serial port. - When the system is started, the CPU firstly determines whether to enter the diagnostic mode, wherein an external level triggering causes a change in the value of relevant register of the south bridge. After detecting the value of the register, it is determined whether to enter the diagnostic mode. If it is determined to enter the diagnostic mode, a diagnosis will be performed on relevant hardware devices which mainly comprise devices such as a memory and PCI/PCIE, and may also comprise other devices such as keyboard and display. After the diagnosis is completed, the relevant information is output through a serial port. If it is determined not to enter the diagnostic mode, a normal BIOS or EFI startup will be performed.
- The memory units here are implemented by flash, wherein the code of the diagnostic program and the code of the BIOS or EFI program are two independent codes, but are stored in the same flash. In practical application, two flashes may be used for storage. Moreover, the flash may be replaced with other memories like E2PROM.
- The embodiment of the present disclosure realizes a diagnosis of the apparatus by firstly determining whether to enter a diagnostic mode after a system is started, if yes, then entering the diagnostic mode, and if not, then continuing to perform a BIOS or EFI startup. Meanwhile, by performing the diagnostic program and the BIOS startup separately, the diagnosis can also be performed even if there is a problem with the memory or PCI/PCIE.
- The embodiment of the present disclosure also configures the cache of the CPU as a normal memory. When operating the diagnostic program, the diagnostic program is firstly loaded from the memory to the cache and then the program is operated in the cache, so that the operation is accelerated, which improves the diagnostic efficiency.
- Those skilled in the art will appreciate that some or all procedures in the method of the above embodiments can be performed by a computer program instructing relevant hardware. The program can be stored in a computer-readable storage medium. The program, when executed, may include the procedures of the embodiments of the above-mentioned methods. The storage medium may be a magnetic disk, optical disk, read-only memory (ROM) or random access memory (RAM), etc.
- The above preferred embodiments have made further detailed explanations of the object, solution and advantages of the present disclosure. It should be understood that the above embodiments are merely preferred embodiments of the present disclosure, which are not used to limit the present disclosure. Any amendments, equivalent replacements and improvements within the spirit and principle of the present disclosure should fall into the protection scope of the present disclosure.
Claims (10)
1. A method for diagnosing an apparatus in a computer system, comprising:
determining to enter a diagnostic mode after the computer system is started;
initializing a cache in the computer system;
performing a diagnosis of the apparatus by executing a diagnostic program; and
executing a Basic Input Output System (BIOS) or Extensible Firmware Interface (EFI) program and loading an operating system.
2. The method according to claim 1 , wherein the step of determining comprises:
detecting a trigger of a General Purpose Input/Output (GPIO) pin level.
3. The method according to claim 1 , wherein
the diagnostic program is independent of the BIOS or EFI program.
4. The method according to claim 1 , further comprising:
loading the diagnostic program into the cache for execution.
5. The method according to claim 1 , further comprising:
initializing a serial port in the computer system before performing the diagnosis of the apparatus; and
outputting diagnostic results of the apparatus through the serial port.
6. A non-transitory storage medium configured to store units comprising:
a determining unit configured to determine to enter a diagnostic mode after a computer system is started;
an initializing unit configured to initialize a cache in the computer system;
a diagnosing unit configured to diagnose an apparatus in the computer system by executing a diagnostic program; and
a normal startup unit configured to execute a Basic Input Output System (BIOS) or Extensible Firmware Interface (EFI) program, and load an operating system.
7. The non-transitory storage medium according to claim 6 , wherein the determining unit is configured to detect a trigger of a General Purpose Input/Output (GPIO) pin level.
8. The non-transitory storage medium according to claim 6 , wherein the diagnostic program is independent of the BIOS or EFI program.
9. The non-transitory storage medium according to claim 6 , further comprising:
a loading unit configured to load the diagnostic program into the cache for execution.
10. The non-transitory storage medium according to claim 6 , wherein the initializing unit is further configured to initialize a serial port in the computer system before the diagnosis of the apparatus is performed, further comprising:
an outputting unit configured to output diagnostic results through the serial port after the diagnosis.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/209,786 US20140195855A1 (en) | 2009-11-30 | 2014-03-13 | Method and system for diagnosing apparatus |
Applications Claiming Priority (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2009101884850A CN102081562A (en) | 2009-11-30 | 2009-11-30 | Equipment diagnosis method and system |
| CN200910188485.0 | 2009-11-30 | ||
| PCT/CN2010/079142 WO2011063756A1 (en) | 2009-11-30 | 2010-11-25 | Method and system for diagnosing apparatus |
| US13/338,842 US8719644B2 (en) | 2009-11-30 | 2011-12-28 | Method and system for diagnosing apparatus |
| US14/209,786 US20140195855A1 (en) | 2009-11-30 | 2014-03-13 | Method and system for diagnosing apparatus |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/338,842 Continuation US8719644B2 (en) | 2009-11-30 | 2011-12-28 | Method and system for diagnosing apparatus |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20140195855A1 true US20140195855A1 (en) | 2014-07-10 |
Family
ID=44065872
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/338,842 Active 2031-05-02 US8719644B2 (en) | 2009-11-30 | 2011-12-28 | Method and system for diagnosing apparatus |
| US14/209,786 Abandoned US20140195855A1 (en) | 2009-11-30 | 2014-03-13 | Method and system for diagnosing apparatus |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/338,842 Active 2031-05-02 US8719644B2 (en) | 2009-11-30 | 2011-12-28 | Method and system for diagnosing apparatus |
Country Status (6)
| Country | Link |
|---|---|
| US (2) | US8719644B2 (en) |
| EP (1) | EP2453358A4 (en) |
| CN (1) | CN102081562A (en) |
| BR (1) | BRPI1014150A2 (en) |
| RU (1) | RU2012113830A (en) |
| WO (1) | WO2011063756A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9798625B2 (en) * | 2015-06-23 | 2017-10-24 | Dell Products, L.P. | Agentless and/or pre-boot support, and field replaceable unit (FRU) isolation |
Families Citing this family (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102855176A (en) * | 2011-06-29 | 2013-01-02 | 联想(北京)有限公司 | Computer, network card and debugging information processing method |
| KR101805627B1 (en) * | 2011-11-28 | 2017-12-08 | 삼성전자주식회사 | Method and apparatus for controlling booting of computer system |
| TW201417001A (en) * | 2012-10-23 | 2014-05-01 | Hon Hai Prec Ind Co Ltd | System and method for switching working mode of an electronic device |
| JP6094685B2 (en) * | 2013-12-02 | 2017-03-15 | 富士通株式会社 | Information processing apparatus and information processing apparatus control program |
| CN103744689A (en) * | 2013-12-04 | 2014-04-23 | 苏州佳世达光电有限公司 | Electronic device and starting method thereof |
| CN108073481B (en) * | 2016-11-16 | 2021-02-12 | 佛山市顺德区顺达电脑厂有限公司 | Server system capable of providing hardware operation information and processing method thereof |
| CN108614752A (en) * | 2016-12-09 | 2018-10-02 | 北京京存技术有限公司 | Troubleshooting methodology based on NANDflash and device |
| IT201700050166A1 (en) * | 2017-05-09 | 2018-11-09 | St Microelectronics Srl | PROCESSING SYSTEM, RELATED INTEGRATED CIRCUIT, DEVICE AND PROCEDURE |
| CN107608813A (en) * | 2017-09-14 | 2018-01-19 | 郑州云海信息技术有限公司 | A kind of method that failure is automatically analyzed based on linux operation system informations |
| CN107644256A (en) * | 2017-09-14 | 2018-01-30 | 郑州云海信息技术有限公司 | A kind of method that diagnosis rule storehouse is formed based on machine learning mode |
| CN108107307A (en) * | 2018-01-22 | 2018-06-01 | 杭州春来科技有限公司 | Serial line interface harness failure detector and method |
| CN109344005B (en) * | 2018-09-20 | 2022-03-22 | 浪潮电子信息产业股份有限公司 | Basic input output system BIOS redundancy backup method and device |
| CN109471763B (en) * | 2018-11-01 | 2022-02-18 | 郑州云海信息技术有限公司 | Method, device, equipment and system for grabbing trace of NVME (network video management entity) hard disk |
| CN109683965B (en) * | 2018-12-03 | 2022-03-04 | 郑州云海信息技术有限公司 | BIOS state viewing method and device |
| CN110162436A (en) * | 2019-04-25 | 2019-08-23 | 深圳市同泰怡信息技术有限公司 | A kind of normal mode and diagnostic mode switching method of BIOS POST |
| CN113064774B (en) * | 2021-03-10 | 2023-02-28 | 山东英信计算机技术有限公司 | Method, system and storage medium for server-based integrated refresh diagnosis of memory |
| CN113099148B (en) * | 2021-03-10 | 2023-02-24 | 山东英信计算机技术有限公司 | VGA output signal analysis device, system and use method |
| CN119003190B (en) * | 2024-10-23 | 2025-02-25 | 苏州元脑智能科技有限公司 | Resource allocation and positioning method, electronic device, storage medium and product |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100115257A1 (en) * | 2008-11-06 | 2010-05-06 | Dell Products L.P. | Systems and Methods to Provide Failover Support for Booting Embedded Hypervisor From an Internal Non-Volatile Memory Card |
| US20110126043A1 (en) * | 2009-11-20 | 2011-05-26 | International Business Machines Corporation | Operating System-Firmware Interface Update Recovery |
| US20110138220A1 (en) * | 2009-12-07 | 2011-06-09 | Gough Robert E | Methods and apparatus to initiate a bios recovery |
Family Cites Families (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7010723B2 (en) * | 2002-02-11 | 2006-03-07 | Intel Corporation | Method to couple integrated circuit packages to bonding pads having vias |
| US20050033952A1 (en) * | 2003-08-07 | 2005-02-10 | International Business Machines Corporation | Dynamic scheduling of diagnostic tests to be performed during a system boot process |
| CN100590600C (en) | 2004-05-20 | 2010-02-17 | 佛山市顺德区顺达电脑厂有限公司 | Pre-start debugging device for computer system |
| US7428663B2 (en) * | 2004-06-01 | 2008-09-23 | Alcatel Lucent | Electronic device diagnostic methods and systems |
| CN100375056C (en) | 2005-03-09 | 2008-03-12 | 北京软通科技有限责任公司 | Automatic detesting method for computer system hardware device |
| CN1952909A (en) | 2005-10-21 | 2007-04-25 | 鸿富锦精密工业(深圳)有限公司 | Method and system for showing error of computer |
| TWI323843B (en) * | 2006-07-06 | 2010-04-21 | Asustek Comp Inc | Method and device for pc component diagnostic test before executing operation system |
| CN101276303B (en) | 2007-03-30 | 2010-11-10 | 联想(北京)有限公司 | Computer diagnostic method and system |
-
2009
- 2009-11-30 CN CN2009101884850A patent/CN102081562A/en active Pending
-
2010
- 2010-11-25 EP EP10832663A patent/EP2453358A4/en not_active Withdrawn
- 2010-11-25 RU RU2012113830/08A patent/RU2012113830A/en unknown
- 2010-11-25 WO PCT/CN2010/079142 patent/WO2011063756A1/en not_active Ceased
- 2010-11-25 BR BRPI1014150A patent/BRPI1014150A2/en not_active IP Right Cessation
-
2011
- 2011-12-28 US US13/338,842 patent/US8719644B2/en active Active
-
2014
- 2014-03-13 US US14/209,786 patent/US20140195855A1/en not_active Abandoned
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100115257A1 (en) * | 2008-11-06 | 2010-05-06 | Dell Products L.P. | Systems and Methods to Provide Failover Support for Booting Embedded Hypervisor From an Internal Non-Volatile Memory Card |
| US20110126043A1 (en) * | 2009-11-20 | 2011-05-26 | International Business Machines Corporation | Operating System-Firmware Interface Update Recovery |
| US20110138220A1 (en) * | 2009-12-07 | 2011-06-09 | Gough Robert E | Methods and apparatus to initiate a bios recovery |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9798625B2 (en) * | 2015-06-23 | 2017-10-24 | Dell Products, L.P. | Agentless and/or pre-boot support, and field replaceable unit (FRU) isolation |
Also Published As
| Publication number | Publication date |
|---|---|
| EP2453358A4 (en) | 2012-07-11 |
| US8719644B2 (en) | 2014-05-06 |
| US20120096319A1 (en) | 2012-04-19 |
| WO2011063756A1 (en) | 2011-06-03 |
| EP2453358A1 (en) | 2012-05-16 |
| CN102081562A (en) | 2011-06-01 |
| BRPI1014150A2 (en) | 2016-04-26 |
| RU2012113830A (en) | 2013-10-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8719644B2 (en) | Method and system for diagnosing apparatus | |
| US20180267920A1 (en) | Expansion component | |
| US9836373B2 (en) | On-chip field testing methods and apparatus | |
| US10606677B2 (en) | Method of retrieving debugging data in UEFI and computer system thereof | |
| US20190228157A1 (en) | Computing device having two trusted platform modules | |
| US7882395B2 (en) | Debug device for embedded systems and method thereof | |
| US6725396B2 (en) | Identifying field replaceable units responsible for faults detected with processor timeouts utilizing IPL boot progress indicator status | |
| US20180285228A1 (en) | Memory test system and an operating method thereof | |
| US11216282B2 (en) | Multi-die and multi-core computing platform and booting method for the same | |
| CN115408287A (en) | Method, device and equipment for detecting basic software in board card and storage medium | |
| US10866922B1 (en) | Firmware debug trace capture using serial peripheral interface | |
| US7356684B2 (en) | Booting system and/or method for initializing peripherals | |
| US8373707B1 (en) | System and method for selecting the boot VGA adapter in a multi-graphics processing unit computing system | |
| US20050257095A1 (en) | Apparatus and method for detecting and indicating faults on a motherboard | |
| US7165172B1 (en) | Facilitating cold reset and warm reset tasking in a computer system | |
| US20240176887A1 (en) | Method for Running Startup Program of Electronic Device, and Electronic Device | |
| US8117427B2 (en) | Motherboard, storage device and controller thereof, and booting method | |
| US20080155309A1 (en) | Memory card and debugging method employed by the same | |
| CN117827304A (en) | Loading method and device of device executable firmware, storage medium and electronic device | |
| US7240267B2 (en) | System and method for conducting BIST operations | |
| CN118051268A (en) | Electronic equipment and starting method thereof | |
| CN101359292A (en) | Computer system and control method | |
| US20180060080A1 (en) | Hardware for System Firmware Use | |
| CN100524245C (en) | Method for monitoring input/output port data | |
| US6772307B1 (en) | Firmware memory having multiple protected blocks |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: HUAWEI TECHNOLOGIES CO., LTD., CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WANG, FEIZHOU;TAO, LIN;LI, YI;AND OTHERS;SIGNING DATES FROM 20140305 TO 20140313;REEL/FRAME:032433/0856 |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |