TW201624495A - The memory fault tolerance technology of motherboard POST procedure - Google Patents

The memory fault tolerance technology of motherboard POST procedure Download PDF

Info

Publication number
TW201624495A
TW201624495A TW103146653A TW103146653A TW201624495A TW 201624495 A TW201624495 A TW 201624495A TW 103146653 A TW103146653 A TW 103146653A TW 103146653 A TW103146653 A TW 103146653A TW 201624495 A TW201624495 A TW 201624495A
Authority
TW
Taiwan
Prior art keywords
memory
fault tolerance
motherboard
memory module
module
Prior art date
Application number
TW103146653A
Other languages
Chinese (zh)
Inventor
郭阜融
Original Assignee
加弘科技諮詢(上海)有限公司
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 加弘科技諮詢(上海)有限公司 filed Critical 加弘科技諮詢(上海)有限公司
Priority to TW103146653A priority Critical patent/TW201624495A/en
Publication of TW201624495A publication Critical patent/TW201624495A/en

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)

Abstract

The present invention provides a memory fault tolerance technology of motherboard Power-On Self-Test (POST) procedure. The memory fault tolerance technology of motherboard POST procedure includes the following steps: Step 1: turning on the power of a motherboard including at least one memory module. Step 2: the motherboard executing a POST first procedure. Step 3: initializing one of the at least one memory module. Step 4: determining whether initializing one of the at least one memory module is successful, the method entering Step 5 if initializing one of the at least one memory module is unsuccessful and the method entering Step 6 if initializing one of the at least one memory module is successful. Step5: failing tag the one of the at least one memory module and return to Step 3 to initialize the other one of the at least one memory module. Step 6: recording total memory of the at least one memory module and related information. Step 7: the motherboard executing the POST second procedure. Step 8: the motherboard booting in normal mode in accordance with the success of the memory initialization of the at least one memory module.

Description

主機板開機初始檢測程序之記憶體容錯方法 Memory fault tolerance method for initial detection of motherboard

本發明是有關於一種主機板開機時之記憶體容錯方法,尤指一種利用複雜可程式邏輯裝置(Complex Programmable Logic Device,CPLD)對主機板開機初始檢測程序之記憶體容錯方法。 The invention relates to a method for memory fault tolerance when a motherboard is booted, and more particularly to a memory fault tolerance method for initial booting of a motherboard by using a Complex Programmable Logic Device (CPLD).

隨著科技越趨進步,幾乎每個人都會擁有一台個人電腦,在進行個人電腦的操作時,第一個操作動作一定是對電腦做開機的動作,當操作者按下電腦的電源開關時,電源就開始向主機板和其他設備供電,此時電壓還不太穩定,主機板上的控制晶片組會向中央處理器(Central Processing Unit,CPU)發出並保持一個重置(RESET)信號,讓CPU內部自動恢復到初始狀態,但CPU在此刻不會馬上執行指令。當晶片組檢測到電源已經開始穩定供電了(當然從不穩定到穩定的過程只是一瞬間的事情),它便撤去RESET信號,CPU會馬上開始執行指令並跳到系統基本輸入輸出系統(Basic Input/output System,BIOS)中真正的啟動代碼處。 As technology advances, almost everyone will have a personal computer. When performing personal computer operations, the first action must be to start the computer. When the operator presses the power switch of the computer, The power supply starts to supply power to the motherboard and other devices. At this time, the voltage is not stable. The control chipset on the motherboard sends a RESET signal to the Central Processing Unit (CPU). The CPU automatically returns to the initial state, but the CPU does not execute the instruction at this moment. When the chipset detects that the power supply has started to supply power stably (of course, the process from unstable to stable is only a matter of moments), it removes the RESET signal, and the CPU immediately begins executing instructions and jumps to the system's basic input/output system (Basic Input). /output System, BIOS) The real startup code.

系統BIOS的啟動代碼首先要做的事情就是進行自檢(Power-On Self-Test,POST),POST的主要任務是檢測系統中一些關鍵設備是否存在和能否正常工作,例如記憶體、記憶體插槽和顯示卡等設備。由於POST是最早進行的檢測過程,此時顯示卡還沒有初始化,如果系統BIOS 在進行POST的過程中發現了一些致命錯誤,例如沒有找到記憶體或者記憶體有問題,那麼系統BIOS就會直接控制喇叭發聲來報告錯誤,聲音的長短和次數代表了錯誤的類型。在正常情況下,POST過程進行得非常快,我們幾乎無法感覺到它的存在,POST結束之後就會調用其他代碼來進行更完整的硬體檢測。當所有的硬體都通過檢測後,系統BIOS的啟動代碼將進行它的最後一項工作,即根據操作者指定的啟動順序從軟碟、硬碟或光碟機啟動,以從本機磁碟C啟動為例,系統BIOS將讀取並執行硬碟上的主引導記錄,主引導記錄接著從分區表中找到第一個活動分區,然後讀取並執行這個活動分區的分區引導記錄,而分區引導記錄將負責讀取並執行操作者所安裝的操作系統(Operating System),最後即進入正常工作模式。 The first thing to do in the system BIOS startup code is to perform Power-On Self-Test (POST). The main task of POST is to detect whether some key devices in the system exist and can work normally, such as memory and memory. Devices such as slots and display cards. Since POST is the earliest detection process, the display card has not been initialized yet, if the system BIOS Some fatal errors were found during the POST process. For example, if no memory is found or there is a problem with the memory, the system BIOS will directly control the speaker to report the error. The length and number of sounds represent the type of error. Under normal circumstances, the POST process proceeds very quickly, we can hardly feel its existence, and after the POST ends, other code will be called for more complete hardware detection. When all the hardware has passed the test, the system BIOS startup code will perform its last job, starting from the floppy disk, hard drive or CD player according to the boot sequence specified by the operator, to boot from the local disk C. For example, the system BIOS will read and execute the master boot record on the hard disk. The master boot record then finds the first active partition from the partition table, then reads and executes the partition boot record of the active partition, and the partition boot The record will be responsible for reading and executing the operating system (Operating System) installed by the operator, and finally enters the normal working mode.

對於現今的電腦主機板來說,通常會使用一個以上的記憶體 插槽及其記憶體,因此較常出現的硬體錯誤是記憶體插槽或是記憶體本身出現錯誤,而當記憶體本身出現錯誤時,可能是只有部分的記憶體出現錯誤,剩餘的部分記憶體則是處於可以正常運作的狀態。然而,假如主機板的系統BIOS在進行POST的過程中發現了一些致命錯誤,例如沒有找到記憶體或者記憶體(不論是部分記憶體或是全部記憶體)有問題,那麼系統BIOS就會直接控制喇叭發聲來報告錯誤,此時主機板就無法正常進行開機程序,直到操作者排除錯誤後,才能正常進入電腦的操作系統。如此的主機板記憶體偵錯模式將會導致操作者在使用上的不方便,因為有可能出錯的只有部分記憶體,而主機板還是可以運用限有的記憶體繼續進行開機程序以進入操作系統。 For today's computer motherboards, more than one memory is usually used. Slots and their memory, so the more common hardware error is the memory slot or the memory itself. When the memory itself is wrong, only part of the memory may be wrong, and the rest. The memory is in a state of normal operation. However, if the system BIOS of the motherboard finds some fatal errors during the POST process, such as if no memory or memory (whether part of the memory or all memory) is found, the system BIOS will directly control it. The speaker sounds to report the error. At this time, the motherboard cannot boot the program normally until the operator eliminates the error before entering the operating system of the computer. Such a motherboard memory debugging mode will cause the operator to be inconvenient to use, because there may be only some memory, and the motherboard can still use the limited memory to continue the boot process to enter the operating system. .

因此,對於主機板開機初始檢測程序而言,若能提供一種主 機板開機初始檢測程序之記憶體容錯方法,讓主機板在開機起始過程做記憶體檢測時,若出現某些記憶體的檢測失敗,仍能以限有的記憶體繼續運作,將大幅提升操作者在操作電腦上的方便性。 Therefore, for the initial boot test of the motherboard, if a master can be provided The memory fault-tolerant method of the initial test of the board startup allows the motherboard to perform memory detection during the startup process. If some memory fails to be detected, the memory can continue to operate with limited memory, which will be greatly improved. The convenience of the operator in operating the computer.

鑒於上述習知技術之缺點,本發明之主要為提供一種主機板開機初始檢測程序之記憶體容錯方法,本發明之主機板開機初始檢測程序之記憶體容錯方法係包括以下步驟:步驟1:開啟一具有至少一記憶體模組之主機板的電源;步驟2:在該主機板的電源開啟後,該主機板進行一自檢第一程序;步驟3:初始化該至少一記憶體模組的其中之一者;步驟4:判斷初始化該至少一記憶體模組的該其中之一者是否成功,若初始化該至少一記憶體模組的該其中之一者失敗,則進行步驟5,若初始化該至少一記憶體模組的該其中之一者成功,則進行步驟6;步驟5:對該至少一記憶體模組的該其中之一者進行程序錯誤標註,並返回步驟3以初始化該至少一記憶體模組的另一者;步驟6:記錄該至少一記憶體模組的記憶體總量及相關信息;步驟7:該主機板進行一自檢第二程序;以及步驟8:根據該至少一記憶體模組之初始化成功的記憶體,該主機板進行正常開機。 In view of the above disadvantages of the prior art, the present invention mainly provides a memory fault tolerance method for initial boot detection of a motherboard. The memory fault tolerance method of the initial boot detection procedure of the motherboard of the present invention includes the following steps: Step 1: Start a power supply of the motherboard having at least one memory module; step 2: after the power of the motherboard is turned on, the motherboard performs a self-test first program; and step 3: initializing the at least one memory module One step; determining whether the initializing of the one of the at least one memory module is successful, and if the one of the at least one memory module fails to be initialized, proceeding to step 5, if the If the one of the at least one memory module is successful, proceed to step 6. Step 5: program error marking the one of the at least one memory module, and return to step 3 to initialize the at least one The other of the memory modules; step 6: recording the total amount of memory of the at least one memory module and related information; step 7: the motherboard performs a self-test second program And step 8: the motherboard is normally powered on according to the memory of the initialization of the at least one memory module.

較佳地,該記憶體容錯方法為一模組化程序。 Preferably, the memory fault tolerance method is a modular program.

較佳地,該記憶體容錯方法可透過一複雜可程式邏輯裝置執行。 Preferably, the memory fault tolerance method is executable by a complex programmable logic device.

較佳地,該至少一記憶體模組包括至少一記憶體插槽及至少一記憶體。 Preferably, the at least one memory module comprises at least one memory slot and at least one memory.

較佳地,該至少一記憶體包括揮發性記憶體及非揮發性記憶 體。 Preferably, the at least one memory comprises volatile memory and non-volatile memory body.

較佳地,該揮發性記憶體包括隨機存取記憶體、動態隨機存取記憶體、靜態隨機存取記憶體及同步動態隨機存取記憶體。 Preferably, the volatile memory comprises random access memory, dynamic random access memory, static random access memory and synchronous dynamic random access memory.

較佳地,該同步動態隨機存取記憶體包括雙倍資料率同步動態隨機存取記憶體。 Preferably, the synchronous dynamic random access memory comprises double data rate synchronous dynamic random access memory.

較佳地,該非揮發性記憶體包括唯讀記憶體。 Preferably, the non-volatile memory comprises a read-only memory.

較佳地,該唯讀記憶體包括可程式唯讀記憶體、可抹除可編程唯讀記憶體、一次編程唯讀記憶體及電子抹除式可複寫唯讀記憶體,其中電子抹除式可複寫唯讀記憶體包括快閃記憶體。 Preferably, the read-only memory comprises a programmable read-only memory, an erasable programmable read-only memory, a one-time read-only memory, and an electronic erased rewritable read-only memory, wherein the electronic erased type Rewritable read-only memory includes flash memory.

較佳地,該至少一記憶體插槽包括雙列直插式記憶體模組、單排封裝記憶體模組及RIMM模組之一者。 Preferably, the at least one memory slot comprises one of a dual in-line memory module, a single-row package memory module and a RIMM module.

本發明之其它目的、好處與創新特徵將可由以下本發明之詳細範例連同附屬圖式而得知。 Other objects, advantages and novel features of the invention will be apparent from

S11-S18‧‧‧步驟 S11-S18‧‧‧Steps

當併同各隨附圖式而閱覽時,即可更佳瞭解本發明較佳範例之前揭摘要以及上文詳細說明。為達本發明之說明目的,各圖式中繪有現屬較佳之各範例。然應瞭解本發明並不限於所繪之精確排置方式及設備裝置。 The foregoing summary of the preferred embodiments of the invention, as well as For the purposes of illustrating the invention, various examples are now shown in the drawings. However, it should be understood that the invention is not limited to the precise arrangements and devices disclosed.

第1圖為說明本發明之主機板開機初始檢測程序之記憶體容錯方法流程圖。 FIG. 1 is a flow chart showing a method for memory fault tolerance of the initial booting process of the motherboard of the present invention.

現將詳細參照本發明附圖所示之範例。所有圖式盡可能以相 同元件符號來代表相同或類似的部份。請注意該等圖式係以簡化形式繪成,並未依精確比例繪製。 Reference will now be made in detail to the exemplary embodiments illustrated in the drawings All patterns are as close as possible The same component symbols are used to represent the same or similar parts. Please note that these drawings are drawn in simplified form and are not drawn to exact scale.

本發明之主機板開機初始檢測程序之記憶體容錯方法可針 對主機板的記憶體插槽及其記憶體進行容錯,而本發明的記憶體容錯方法可適用的至少一記憶體包括揮發性記憶體(Volatile memory)及非揮發性記憶體(non-Volatile memory);揮發性記憶體是指當電流關掉後,所儲存的資料便會消失的電腦記憶體;不同於揮發性記憶體,非揮發性記憶體的電源供應中斷後,記憶體所儲存的資料也不會消失,只要重新供電後,就能夠讀取內存資料。 The memory fault tolerance method of the initial detection program of the motherboard of the invention can be used The memory slot of the motherboard and the memory thereof are fault-tolerant, and at least one memory applicable to the memory fault tolerance method of the present invention includes a volatile memory (Volatile memory) and a non-volatile memory (non-Volatile memory). ); volatile memory refers to computer memory that disappears when the current is turned off; unlike volatile memory, the data stored in the memory after the power supply of the non-volatile memory is interrupted It will not disappear, as long as the power is restored, the memory data can be read.

本發明之主機板開機初始檢測程序之記憶體容錯方法可適 用的揮發性記憶體包括:隨機存取記憶體(Random Access Memory,RAM)、動態隨機存取記憶體(Dynamic Random Access Memory,DRAM)、靜態隨機存取記憶體(Static Random Access Memory,SRAM)及同步動態隨機存取記憶體(synchronous dynamic random-access memory,SDRAM),而SDRAM包括雙倍資料率同步動態隨機存取記憶體(Double Data Rate Synchronous Dynamic Random Access Memory,DDR),DDR為具有雙倍資料傳輸率之SDRAM,其資料傳輸速度為系統時脈之兩倍,由於速度增加,其傳輸效能優於傳統的SDRAM,而DDR包括第二代雙倍資料率同步動態隨機存取記憶體(DDR2)、第三代雙倍資料率同步動態隨機存取記憶體(DDR3)及目前最新的第四代雙倍資料率同步動態隨機存取記憶體(DDR4)。 The memory fault tolerance method of the initial detection program of the motherboard of the invention can be adapted Volatile memory used includes: Random Access Memory (RAM), Dynamic Random Access Memory (DRAM), and Static Random Access Memory (SRAM). And synchronous dynamic random-access memory (SDRAM), and SDRAM includes Double Data Rate Synchronous Dynamic Random Access Memory (DDR), and DDR has dual The SDRAM with double data transfer rate has twice the data transmission speed of the system clock. Due to the increased speed, its transmission performance is superior to the traditional SDRAM, and the DDR includes the second generation double data rate synchronous dynamic random access memory ( DDR2), the third generation of double data rate synchronous dynamic random access memory (DDR3) and the latest fourth generation double data rate synchronous dynamic random access memory (DDR4).

本發明的記憶體容錯方法可適用的非揮發性記憶體包括唯 讀記憶體(Read-Only Memory,ROM);而ROM包括可程式唯讀記憶體 (Programmable ROM,PROM)、可抹除可編程唯讀記憶體(Erasable Programmable Read Only Memory,EPROM)、一次編程唯讀記憶體(One Time Programmable Read Only Memory,OTPROM)及電子抹除式可複寫唯讀記憶體(Electrically-Erasable Programmable Read-Only Memory),其中電子抹除式可複寫唯讀記憶體包括快閃記憶體(Flash memory)。 The non-volatile memory applicable to the memory fault tolerance method of the present invention includes only Read-Only Memory (ROM); ROM includes programmable read-only memory (Programmable ROM, PROM), Erasable Programmable Read Only Memory (EPROM), One Time Programmable Read Only Memory (OTPROM) and electronic erasable rewritable Electrically-Erasable Programmable Read-Only Memory, wherein the electronically erasable rewritable read-only memory includes a flash memory.

另一方面,本發明之主機板開機初始檢測程序之記憶體容錯 方法可適用的至少一記憶體插槽包括:雙列直插式記憶體模組(Dual In-line Memory Module,DIMM)、單排封裝記憶體模組(single inline memory module,SIMM)及RIMM模組(Rambus In-line Memory Module,RIMM)之一者。 On the other hand, the memory fault tolerance of the initial boot test procedure of the motherboard of the present invention The at least one memory slot applicable to the method includes: a dual in-line memory module (DIMM), a single inline memory module (SIMM), and a RIMM mode. One of the groups (Rambus In-line Memory Module, RIMM).

第1圖為一方法流程圖,用以說明本發明之主機板開機初始 檢測程序之記憶體容錯方法。請參照第1圖,本發明之主機板開機初始檢測程序之記憶體容錯方法包括步驟S11-S18,於步驟S11,操作者會先開啟電腦中一具有至少一記憶體模組之主機板的電源,該至少一記憶體模組包括至少一記憶體插槽及至少一記憶體。於步驟S12,在該主機板的電源開啟後,該主機板會進行一自檢(Power-On Self-Test,POST)第一程序。於步驟S13,在自檢第一程序中,本發明之記憶體容錯方法會初始化該至少一記憶體模組的其中之一者(第N個記憶體模組)。於步驟S14,本發明之記憶體容錯方法會判斷初始化該至少一記憶體模組的其中之一者(第N個記憶體模組)是否成功,若初始化該至少一記憶體模組的該其中之一者(第N個記憶體模組)失敗,則進行步驟S15,若初始化該至少一記憶體模組的該其中之一者(第N個記憶體模組)成功,則進行步驟S16。於步驟S15,本發明之記憶體容錯 方法對該至少一記憶體模組的該其中之一者(第N個記憶體模組)進行程序錯誤標註,並返回步驟S13以初始化該至少一記憶體模組的另一者(第N-1個或第N+1個記憶體模組)。於步驟S16,當該至少一記憶體模組的該其中之一者(第N個記憶體模組)或該至少一記憶體模組的該另一者(第N-1個或第N+1個記憶體模組)初始化成功,本發明之記憶體容錯方法會記錄該至少一記憶體模組的記憶體總量及相關信息。於步驟S17,主機板會進行一自檢第二程序,用以檢查該主機板中的其他硬體設備是否正常。於步驟S18,根據至少一記憶體模組之初始化成功的記憶體,該主機板進行正常開機。 Figure 1 is a flow chart of a method for illustrating the initial startup of the motherboard of the present invention. The memory fault tolerance method of the test program. Referring to FIG. 1 , the memory fault tolerance method of the initial booting detection process of the motherboard of the present invention includes steps S11-S18. In step S11, the operator first turns on the power of a motherboard having at least one memory module in the computer. The at least one memory module includes at least one memory slot and at least one memory. In step S12, after the power of the motherboard is turned on, the motherboard performs a first program of Power-On Self-Test (POST). In step S13, in the self-test first program, the memory fault tolerance method of the present invention initializes one of the at least one memory modules (the Nth memory module). In step S14, the memory fault tolerance method of the present invention determines whether one of the at least one memory module (the Nth memory module) is initialized, and if the at least one memory module is initialized If one (the Nth memory module) fails, step S15 is performed. If one of the at least one memory module (the Nth memory module) is initialized, step S16 is performed. In step S15, the memory of the present invention is fault tolerant The method performs program error labeling on the one of the at least one memory module (the Nth memory module), and returns to step S13 to initialize the other of the at least one memory module (N- 1 or N+1th memory module). In step S16, the one of the at least one memory module (the Nth memory module) or the other of the at least one memory module (the N-1th or the N+th) The memory module is successfully initialized, and the memory fault tolerance method of the present invention records the total amount of memory and related information of the at least one memory module. In step S17, the motherboard performs a self-test second program to check whether other hardware devices in the motherboard are normal. In step S18, the motherboard performs normal booting according to the memory of the initialization of at least one memory module.

在本發明之一實施例中,本發明之記憶體容錯方法為一模組 化程序,並可透過一複雜可程式邏輯裝置(Complex Programmable Logic Device,CPLD)來執行,該CPLD適合用來實現各種運算和組合邏輯,因此適用於本發明之主機板開機初始檢測程序之記憶體容錯方法,其中該複雜可程式邏輯裝置包括數顆的可程式陣列邏輯(Programmable Array Logic,PAL)。 In an embodiment of the present invention, the memory fault tolerance method of the present invention is a module The program can be executed by a Complex Programmable Logic Device (CPLD), which is suitable for implementing various operations and combinational logic, and thus is suitable for the memory of the initial boot test program of the motherboard of the present invention. A fault tolerant method, wherein the complex programmable logic device comprises a plurality of Programmable Array Logic (PAL).

一但電腦中之主機板透過本發明之主機板開機初始檢測程 序之記憶體容錯方法來進行開機程序,當主機板在開機初始檢測時檢測到其中之一記憶體模組出現錯誤後,本發明之記憶體容錯方法可以對該出現錯誤的記憶體模組進行錯誤標註並讓主機板檢測下一個記憶體模組,直到主機板檢測到可以成功初始化的記憶體模組後,本發明之記憶體容錯方法可讓主機板根據該至少一記憶體模組之初始化成功的記憶體,使主機板進行正常開機。 Once the motherboard in the computer is booted through the motherboard of the present invention, the initial detection process The memory fault tolerance method is used to perform the booting process. When the motherboard detects an error in one of the memory modules during the initial boot detection, the memory fault tolerance method of the present invention can perform the faulty memory module. The error labeling and causing the motherboard to detect the next memory module until the motherboard detects the memory module that can be successfully initialized, the memory fault tolerance method of the present invention allows the motherboard to be initialized according to the at least one memory module Successful memory for the motherboard to boot normally.

在說明本發明之代表性範例時,本說明書已經提出操作本發 明之該方法及/或程序做為一特定順序的步驟。但是,某種程度上該方法或程序並不會依賴此處所提出的特定順序的步驟,該方法或程序不應限於所述之該等特定的步驟順序。如本技藝專業人士將可瞭解,其它的步驟順序亦為可行。因此,在本說明書中所提出之特定順序的步驟不應被視為對於申請專利範圍之限制。此外,關於本發明之方法及/或程序之申請專利範圍不應限於在所提出順序中之步驟的效能,本技藝專業人士可立即瞭解該等順序可以改變,且仍維持在本發明之精神及範圍內。 In describing a representative example of the present invention, the present specification has been proposed to operate the present invention. The method and/or program is illustrated as a specific sequence of steps. However, to some extent, the method or program does not rely on the specific order of steps set forth herein, and the method or program should not be limited to the particular order of the steps described. As will be appreciated by those skilled in the art, other sequences of steps are also possible. Therefore, the specific order of steps set forth in this specification should not be construed as limiting the scope of the claims. In addition, the scope of the patent application of the method and/or procedure of the present invention should not be limited to the performance of the steps in the order presented, and those skilled in the art can immediately understand that the order can be changed and still maintain the spirit of the present invention. Within the scope.

熟習此項技藝者應即瞭解可對上述各項範例進行變化,而不致悖離其廣義之發明性概念。因此,應瞭解本發明並不限於本揭之特定範例,而係為涵蓋歸屬如後載各請求項所定義之本發明精神及範圍內的修飾。 Those skilled in the art should be aware that changes can be made to the above examples without departing from the broad inventive concepts. Therefore, it is understood that the invention is not limited to the specific examples of the invention, and is intended to cover the modifications of the invention and the scope of the invention as defined by the appended claims.

S11-S18‧‧‧步驟 S11-S18‧‧‧Steps

Claims (10)

一種主機板開機初始檢測程序之記憶體容錯方法,係包括以下步驟:步驟1:開啟一具有至少一記憶體模組之主機板的電源;步驟2:在該主機板的電源開啟後,進行一自檢第一程序;步驟3:初始化該至少一記憶體模組的其中之一者;步驟4:判斷初始化該至少一記憶體模組的該其中之一者是否成功,若初始化該至少一記憶體模組的該其中之一者失敗,則進行步驟5,若初始化該至少一記憶體模組的該其中之一者成功,則進行步驟6;步驟5:對該至少一記憶體模組的該其中之一者進行程序錯誤標註,並返回步驟3以初始化該至少一記憶體模組的另一者;步驟6:記錄該至少一記憶體模組的記憶體總量及相關信息;步驟7:該主機板進行一自檢第二程序;以及步驟8:根據該至少一記憶體模組之初始化成功的記憶體,該主機板進行正常開機。 A memory fault tolerance method for initial booting of a motherboard includes the following steps: Step 1: Turn on a power supply of a motherboard having at least one memory module; Step 2: After the power of the motherboard is turned on, perform a Self-testing the first program; step 3: initializing one of the at least one memory module; step 4: determining whether the initializing one of the at least one memory module is successful, if the at least one memory is initialized If one of the body modules fails, step 5 is performed. If one of the at least one memory module is initialized successfully, step 6 is performed; step 5: the at least one memory module is One of the program error labeling, and returns to step 3 to initialize the other of the at least one memory module; Step 6: recording the total amount of memory and related information of the at least one memory module; The motherboard performs a self-test second program; and step 8: the motherboard performs normal booting according to the memory of the initialization of the at least one memory module. 如申請專利範圍第1項所述之記憶體容錯方法,其中,該記憶體容錯方法為一模組化程序。 The memory fault tolerance method of claim 1, wherein the memory fault tolerance method is a modular program. 如申請專利範圍第1項所述之記憶體容錯方法,其中,該記憶體容錯方法可透過一複雜可程式邏輯裝置執行。 The memory fault tolerance method of claim 1, wherein the memory fault tolerance method is executable by a complex programmable logic device. 如申請專利範圍第1項所述之記憶體容錯方法,其中,該至少一記憶體模組包括至少一記憶體插槽及至少一記憶體。 The memory fault tolerance method of claim 1, wherein the at least one memory module comprises at least one memory slot and at least one memory. 如申請專利範圍第4項所述之記憶體容錯方法,其中,該至少一記憶體包括揮發性記憶體及非揮發性記憶體。 The memory fault tolerance method of claim 4, wherein the at least one memory comprises a volatile memory and a non-volatile memory. 如申請專利範圍第5項所述之記憶體容錯方法,其中,該揮發性記憶體包括隨機存取記憶體、動態隨機存取記憶體、靜態隨機存取記憶體及同步動態隨機存取記憶體。 The memory fault tolerance method of claim 5, wherein the volatile memory comprises a random access memory, a dynamic random access memory, a static random access memory, and a synchronous dynamic random access memory. . 如申請專利範圍第6項所述之記憶體容錯方法,其中,該同步動態隨機存取記憶體包括雙倍資料率同步動態隨機存取記憶體。 The memory fault tolerance method of claim 6, wherein the synchronous dynamic random access memory comprises double data rate synchronous dynamic random access memory. 如申請專利範圍第5項所述之記憶體容錯方法,其中,該非揮發性記憶體包括唯讀記憶體。 The memory fault tolerance method of claim 5, wherein the non-volatile memory comprises a read-only memory. 如申請專利範圍第8項所述之記憶體容錯方法,其中,該唯讀記憶體包括可程式唯讀記憶體、可抹除可編程唯讀記憶體、一次編程唯讀記憶體及電子抹除式可複寫唯讀記憶體,其中電子抹除式可複寫唯讀記憶體包括快閃記憶體。 The memory fault tolerance method of claim 8, wherein the read-only memory comprises programmable read-only memory, erasable programmable read-only memory, one-time programmable read-only memory, and electronic erase The rewritable read-only memory, wherein the electronic erasable rewritable read-only memory includes flash memory. 如申請專利範圍第4項所述之記憶體容錯方法,其中,該至少一記憶體插槽包括雙列直插式記憶體模組、單排封裝記憶體模組及RIMM模組之一者。 The memory fault tolerance method of claim 4, wherein the at least one memory slot comprises one of a dual in-line memory module, a single-row package memory module, and a RIMM module.
TW103146653A 2014-12-31 2014-12-31 The memory fault tolerance technology of motherboard POST procedure TW201624495A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW103146653A TW201624495A (en) 2014-12-31 2014-12-31 The memory fault tolerance technology of motherboard POST procedure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW103146653A TW201624495A (en) 2014-12-31 2014-12-31 The memory fault tolerance technology of motherboard POST procedure

Publications (1)

Publication Number Publication Date
TW201624495A true TW201624495A (en) 2016-07-01

Family

ID=56984823

Family Applications (1)

Application Number Title Priority Date Filing Date
TW103146653A TW201624495A (en) 2014-12-31 2014-12-31 The memory fault tolerance technology of motherboard POST procedure

Country Status (1)

Country Link
TW (1) TW201624495A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI675293B (en) * 2018-11-02 2019-10-21 神雲科技股份有限公司 A host boot detection method and its system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI675293B (en) * 2018-11-02 2019-10-21 神雲科技股份有限公司 A host boot detection method and its system

Similar Documents

Publication Publication Date Title
US10613773B2 (en) Backing up firmware during initialization of device
TWI514408B (en) Handling errors during device bootup from a non-volatile memory
CN103119554B (en) The memory logic that platform is irrelevant is provided
JP5363187B2 (en) Computer system, method for initializing computer system, and computer program
US9971642B2 (en) System and method for recovering from a configuration error
TWI522919B (en) Device, method, and non-transitory computer-readable medium for automatically configuring bios performance profiles of a computer system
US9941023B2 (en) Post package repair (PPR) data in non-volatile memory
US20060224874A1 (en) Method for updating system management basic input output system (SMBIOS) data
US20180365147A1 (en) Data Copy to Non-Volatile Memory
US20150199190A1 (en) System and method for updating firmware
TW201248392A (en) System and method for recovering data of a NVRAM
TWI240203B (en) A device which updates firmware by a memory card
CN107015878B (en) System repair method and system for computer
TWI486874B (en) Electronic apparatus and booting method
EP3698251A1 (en) Error recovery in non-volatile storage partitions
US10777296B2 (en) Information handling system and method to dynamically detect and recover from thermally induced memory failures
US20090063836A1 (en) Extended fault resilience for a platform
US10725845B2 (en) Methods of operating memory system
TW201624495A (en) The memory fault tolerance technology of motherboard POST procedure
US20230305922A1 (en) Serial attached non-volatile memory
US10545686B2 (en) Prioritizing tasks for copying to nonvolatile memory
EP3699913B1 (en) Delayed reset for code execution from memory device
US20150317181A1 (en) Operating system switching method
JP6264948B2 (en) Information processing apparatus, hardware test control method, and program
KR102070643B1 (en) DIMM Distributed system for improved stability and test efficiency