TWI822973B - Construct BIOS information processing system and information processing method - Google Patents

Construct BIOS information processing system and information processing method Download PDF

Info

Publication number
TWI822973B
TWI822973B TW109107702A TW109107702A TWI822973B TW I822973 B TWI822973 B TW I822973B TW 109107702 A TW109107702 A TW 109107702A TW 109107702 A TW109107702 A TW 109107702A TW I822973 B TWI822973 B TW I822973B
Authority
TW
Taiwan
Prior art keywords
information
file
data
file information
driver module
Prior art date
Application number
TW109107702A
Other languages
Chinese (zh)
Other versions
TW202134866A (en
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 TW109107702A priority Critical patent/TWI822973B/en
Publication of TW202134866A publication Critical patent/TW202134866A/en
Application granted granted Critical
Publication of TWI822973B publication Critical patent/TWI822973B/en

Links

Landscapes

  • Hardware Redundancy (AREA)
  • Stored Programmes (AREA)

Abstract

本發明係一種建構BIOS的資訊處理方法及資訊處理系統,由一電腦系統接收原始代碼資料及一描述資料並進行處理,以取得該描述資料的一表單文檔文件資訊、一視覺格式表示檔文件資訊及一數據配置資料檔文件資訊,該電腦系統根據該表單文檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊執行一預處理程序,產生一變數預設設定驅動模組資訊,並且根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料。透過收集並分析建構BIOS所需的最少資料來編譯並建構BIOS,以達到提升編譯效率的目的。 The invention is an information processing method and information processing system for constructing a BIOS. A computer system receives original code data and a description data and processes them to obtain a form document file information and a visual format representation file information of the description data. and a data configuration file information. The computer system executes a preprocessing program based on the form document file information, the visual format representation file information and the data configuration file information to generate a variable default setting driver module information. , and construct a BIOS file data based on the original code data and the variable default setting driver module information. Compile and build the BIOS by collecting and analyzing the minimum data required to build the BIOS to improve compilation efficiency.

Description

建構BIOS的資訊處理系統及資訊處理方法 Construct BIOS information processing system and information processing method

本發明係關於一種資訊處理系統及資訊處理方法,尤指一種建構BIOS的資訊處理系統及資訊處理方法。 The present invention relates to an information processing system and an information processing method, and in particular, to an information processing system and an information processing method for constructing a BIOS.

目前的電腦裝置內會預先整合一基本輸入輸出系統(Basic Input/Output System,BIOS,以下簡稱BIOS),透過BIOS對電腦裝置中的各種硬體進行初始化及檢測,以檢測電腦裝置內所裝設的硬體或連接的外部電子裝置的狀態、型號、規格或參數等相關資料,並且當對應所有硬體或外部電子裝置的擴充程式(Option ROM)載入電腦裝置後,BIOS會從電腦裝置中的一硬碟載入一起動程序,以由該啟動程式載入安裝於該硬碟內的一作業系統(Operating System),以供使用者開始使用個人電腦。由於BIOS負責初始化及檢測硬體或外部電子裝置,故BIOS又稱系統韌體(System firmware)。 Current computer devices will be pre-integrated with a Basic Input/Output System (BIOS, hereinafter referred to as BIOS). Various hardware in the computer device is initialized and tested through the BIOS to detect the hardware installed in the computer device. The status, model, specifications or parameters of the hardware or connected external electronic devices and other relevant information, and when the expansion program (Option ROM) corresponding to all hardware or external electronic devices is loaded into the computer device, the BIOS will download the information from the computer device. A hard disk loads a startup program, so that the startup program loads an operating system (Operating System) installed in the hard disk for the user to start using the personal computer. Since BIOS is responsible for initializing and detecting hardware or external electronic devices, BIOS is also called system firmware.

對於BIOS的建構方式,係由工程人員編寫原始代碼資料及描述資料,其中,原始代碼資料包括一代碼檔文件資訊(.c)及一程式頭檔文件資訊(.h),描述資料包括一資訊檔文件資訊(inf)、一視覺格式表示檔文件資訊(.vfr)、一格式化檔文件資訊(.uni)、一設備定義檔文件資訊(.idf)、一動畫游標圖形檔文件資訊(.ani)、一表單文檔文件資訊(.fdf)、一文字檔文件資訊(.dsc)、一數據配置資料檔文件資訊(.pcd)。當工程人員完成編寫原始代碼資料及描述資料完成後,將原始代碼資料及描述資料進行編譯(compiler),以產生BIOS的二元 (Binary)文件資料,藉此完成BIOS的建構,並且在使用上,將BIOS的文件資料儲存到對應的儲存模組中,以供使用。 Regarding the construction method of BIOS, engineers write original code data and description data. The original code data includes a code file information (.c) and a program header file information (.h). The description data includes a information file information (inf), a visual format representation file information (.vfr), a format file information (.uni), a device definition file information (.idf), an animated cursor graphics file information (. ani), one form document file information (.fdf), one text document file information (.dsc), one data configuration data file information (.pcd). When the engineering staff completes writing the original code data and description data, the original code data and description data are compiled (compiler) to generate the binary of the BIOS. (Binary) file data, thereby completing the construction of the BIOS, and during use, the BIOS file data is stored in the corresponding storage module for use.

由於原始代碼資料及描述資料包含許多資訊,因此所需要的編譯時間長,當工程人員進行BIOS的相關研發、設定、調整的過程中,為了方便而想要跳過BIOS的設定頁面,以便於直接進入BIOS內時,通常需要編寫更多的程式代碼。然而,因為編寫新的程式代碼,就需要將原始代碼資料及描述資料重新進行編譯,造成建構BIOS的過程很沒效率,因此,如何縮短建構BIOS的時間是有待解決的課題。 Since the original code data and description data contain a lot of information, the compilation time required is long. When engineers are conducting BIOS-related research and development, settings, and adjustments, they want to skip the BIOS setting page for convenience and directly When entering the BIOS, more programming code usually needs to be written. However, because writing new program code requires recompiling the original code data and description data, the process of building BIOS is very inefficient. Therefore, how to shorten the time of building BIOS is an issue that needs to be solved.

根據上述現有技術的狀況,本發明的主要目的係提供一種建構BIOS的資訊處理系統及資訊處理方法,透過對建構BIOS的相關資料進行預先處理,以收集並分析建構BIOS所需的最少資料,以建構BIOS,藉此簡化建構BIOS所需的編譯時間,以達到提升編譯效率的目的。 Based on the above-mentioned state of the art, the main purpose of the present invention is to provide an information processing system and an information processing method for constructing a BIOS. By pre-processing the relevant data for constructing a BIOS, the minimum data required for constructing a BIOS can be collected and analyzed. Build BIOS to simplify the compilation time required to build BIOS to improve compilation efficiency.

為了達成上述目的所採取的一主要技術手段,係令前述建構BIOS的資訊處理系統,其包括:一輸入模組,接收一原始代碼資料及一描述資料;一儲存模組;一處理模組,連接該輸入模組及該儲存模組;其中,該處理模組根據接收到的一原始代碼資料及一描述資料進行處理,以取得該描述資料的一表單文檔文件資訊、一文字檔文件資訊、一視覺格式表示檔文件資訊及一數據配置資料檔文件資訊,該處理模組根據該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文 件資訊執行一預處理程序,產生一變數預設設定驅動模組資訊,並且根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料。 One of the main technical means adopted to achieve the above purpose is the aforementioned information processing system for constructing BIOS, which includes: an input module that receives an original code data and a description data; a storage module; and a processing module, Connect the input module and the storage module; wherein, the processing module processes a received original code data and a description data to obtain a form document file information, a text document file information, and a description data of the description data. Visual format representation file information and a data configuration file information, the processing module is based on the form document file information, the text file information, the visual format representation file information and the data configuration data file information. Execute a preprocessing program on the file information to generate a variable default setting driver module information, and construct a BIOS file data based on the original code data and the variable default setting driver module information.

根據上述系統可知,藉由該處理模組對接收到的原始代碼資料及描述資料進行處理、分析以取得該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊,並對應執行該預處理程序,藉此收集並分析建構BIOS所需的最少資料,因此,該處理模組僅需根據該原始代碼資料及該變數預設設定驅動模組資訊進行一編譯程序以建構該BIOS文件資料,藉此簡化建構BIOS所需的編譯時間,以提升編譯效率。 According to the above system, it can be seen that the processing module processes and analyzes the received original code data and description data to obtain the form document file information, the text file file information, the visual format representation file information and the data configuration data file information, and executes the preprocessing program accordingly to collect and analyze the minimum data required to construct the BIOS. Therefore, the processing module only needs to drive the module information based on the original code data and the variable default settings. A compiler program is used to construct the BIOS file data, thereby simplifying the compilation time required to construct the BIOS and improving compilation efficiency.

為了達成上述目的所採取的另一主要技術手段,係令前述建構BIOS的資訊處理方法,係應用於一電腦系統中,該方法包括以下步驟:根據接收到的一原始代碼資料及一描述資料進行處理,以取得該描述資料的一表單文檔文件資訊、一文字檔文件資訊、一視覺格式表示檔文件資訊及一數據配置資料檔文件資訊;根據該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊執行一預處理程序,產生一變數預設設定驅動模組資訊;根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料。 Another main technical means adopted in order to achieve the above purpose is to apply the aforementioned information processing method of constructing BIOS to a computer system. The method includes the following steps: based on the received original code data and a description data. Processing to obtain a form document information, a text file information, a visual format presentation file information and a data configuration file information of the description data; based on the form document information, the text file information, the visual The format representation file information and the data configuration file file information execute a preprocessing process to generate a variable default setting driver module information; construct a BIOS file data based on the original code data and the variable default setting driver module information. .

根據上述方法可知,藉由對接收到的原始代碼資料及描述資料進行處理、分析以取得該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊,並對應執行該預處理程序,藉此收集並分析建構BIOS所需的最少資料,並且根據該原始代碼資料及該變數預設設定驅動模組資訊進行一編譯程序以建構該BIOS文件資料,藉此簡化建構BIOS所需的編譯時間,以提升編譯效率。 According to the above method, it can be seen that the form document file information, the text file file information, the visual format representation file information and the data configuration file file information are obtained by processing and analyzing the received original code data and description data. , and correspondingly execute the preprocessing program to collect and analyze the minimum data required to construct the BIOS, and perform a compilation process based on the original code data and the variable default setting driver module information to construct the BIOS file data, thereby This simplifies the compilation time required to build BIOS to improve compilation efficiency.

11:輸入模組 11:Input module

12:處理模組 12: Processing module

13:儲存模組 13:Storage module

S20:步驟 S20: Steps

S30、S31、S32、S33、S34:步驟 S30, S31, S32, S33, S34: steps

S40、S41、S42、S43:步驟 S40, S41, S42, S43: steps

圖1 係本發明第一較佳實施例的系統架構示意圖。 Figure 1 is a schematic diagram of the system architecture of the first preferred embodiment of the present invention.

圖2 係本發明第二較佳實施例的第一方法流程圖。 Figure 2 is a flow chart of the first method of the second preferred embodiment of the present invention.

圖3 係本發明第二較佳實施例的第二方法流程圖。 Figure 3 is a flow chart of the second method according to the second preferred embodiment of the present invention.

圖4 係本發明第二較佳實施例的第三方法流程圖。 Figure 4 is a flow chart of the third method of the second preferred embodiment of the present invention.

關於本發明建構BIOS的資訊處理系統的第一較佳實施例,請參考圖1所示,其包括一輸入模組11、一處理模組12及一儲存模組13,該處理模組12分別連接該輸入模組11及該儲存模組13。在本實施例中,所述的資訊處理系統係可實作為一電腦系統,例如一桌上型電腦、一筆記型電腦或一平板電腦等,在此不加以限制。在本實施例中,具體來說,該處理模組12可為一處理器(CPU)等;該儲存模組13可為一記憶體。在本實施例中,該輸入模組11可以為由該處理模組12所執行的一應用程式所提供的一資料輸入界面。 Regarding the first preferred embodiment of the information processing system for constructing BIOS of the present invention, please refer to Figure 1, which includes an input module 11, a processing module 12 and a storage module 13. The processing module 12 respectively Connect the input module 11 and the storage module 13 . In this embodiment, the information processing system can be implemented as a computer system, such as a desktop computer, a notebook computer, or a tablet computer, which is not limited here. In this embodiment, specifically, the processing module 12 can be a processor (CPU), etc.; the storage module 13 can be a memory. In this embodiment, the input module 11 can be a data input interface provided by an application program executed by the processing module 12 .

根據本發明的資訊處理系統,進一步說明如何建構BIOS,係由該輸入模組11接收一原始代碼資料及一描述資料並且傳送給該處理模組12,該處理模組12根據該描述資料進行處理,以取得一表單文檔文件資訊、一文字檔文件資訊、一視覺格式表示檔文件資訊及一數據配置資料檔文件資訊。 According to the information processing system of the present invention, further illustrating how to construct a BIOS is that the input module 11 receives an original code data and a description data and sends them to the processing module 12, and the processing module 12 performs processing according to the description data. , to obtain a form document information, a text document information, a visual format presentation file information and a data configuration data file information.

該處理模組12根據該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊執行一預處理程序,具體而言,該處理模組12係根據該表單文檔文件資訊的一第一介面驅動模組資訊設定一第一旗標資訊。該處理模組12根據該文字檔文件資訊的一第二介面驅動模組資訊設定一第二旗標資訊。該處理模組12根據該視覺格式表示檔文件資 訊的一第三介面驅動模組資訊以及該數據配置資料檔文件資訊的一第四介面驅動模組資訊產生一變數預設值。該處理模組12根據該第一旗標資訊、該第二旗標資訊及該變數預設值,收集該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊,並產生該變數預設設定驅動模組資訊。 The processing module 12 executes a preprocessing program based on the form document file information, the text file file information, the visual format representation file information and the data configuration data file information. Specifically, the processing module 12 performs a preprocessing process based on A first interface driver module information of the form document file information sets a first flag information. The processing module 12 sets a second flag information according to a second interface driver module information of the text file document information. The processing module 12 represents the file data according to the visual format. A variable default value is generated based on a third interface driver module information of the information and a fourth interface driver module information of the data configuration profile file information. The processing module 12 collects the form document file information, the text file file information, the visual format representation file information and the data configuration according to the first flag information, the second flag information and the variable default value. Data file information, and generate the variable default setting driver module information.

在本實施例中,該處理模組12產生該變數預設設定驅動模組資訊後,進一步根據該變數預設設定驅動模組資訊產生一變數預設設定建構資訊檔文件資訊,藉此供工程人員確認相關資訊的正確性,以提升資訊準確性。 In this embodiment, after the processing module 12 generates the variable default setting driver module information, it further generates a variable default setting construction information file information based on the variable default setting driver module information, thereby providing engineering Personnel confirm the correctness of relevant information to improve information accuracy.

在本實施例中,該處理模組12產生該變數預設設定驅動模組資訊後,進一步根據該變數預設設定建構資訊檔文件資訊更新該文字檔文件資訊並儲存。藉此提升該文字檔文件資訊的相關資訊的完整性。 In this embodiment, after the processing module 12 generates the variable default setting driver module information, it further constructs information file information based on the variable default setting, updates the text file file information, and stores it. This improves the completeness of the relevant information of the text file document.

於本實施例中,該處理模組12產生該變數預設設定驅動模組資訊後,該處理模組12根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料,並且該處理模組12將該BIOS文件資料儲存在該儲存模組13中。其中,具體而言,該處理模組12根據該變數預設設定驅動模組資訊產生一變數預設文件後,該處理模組12根據該變數預設文件建構一驅動模組資訊及其二元文件資訊,該處理模組12根據該原始代碼資料、該驅動模組資訊及其二元文件資訊,建構該BIOS文件,並且儲存在該儲存模組13中。 In this embodiment, after the processing module 12 generates the variable default setting driver module information, the processing module 12 constructs a BIOS file data based on the original code data and the variable default setting driver module information, and The processing module 12 stores the BIOS file data in the storage module 13 . Specifically, after the processing module 12 generates a variable default file based on the variable default setting driver module information, the processing module 12 constructs a driver module information and its binary data based on the variable default file. For file information, the processing module 12 constructs the BIOS file based on the original code data, the driver module information and its binary file information, and stores it in the storage module 13 .

根據上述內容,藉由該處理模組12對接收到的原始代碼資料及描述資料進行處理、分析以取得該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊,並對應執行該預處理程序,藉此收集並分析建構BIOS所需的最少資料,因此,該處理模組12僅需根據該原始代碼資料及該變數預設設定驅動模組資訊進行一編譯程序以建構該BIOS文件資料,藉此簡化建構BIOS所需的編譯時間,以提升編譯效率。 According to the above content, the processing module 12 processes and analyzes the received original code data and description data to obtain the form document file information, the text file file information, the visual format representation file information and the data configuration. data file information, and executes the preprocessing program accordingly to collect and analyze the minimum data required to construct the BIOS. Therefore, the processing module 12 only needs to drive the module information based on the original code data and the variable default settings. A compilation process is performed to construct the BIOS file data, thereby simplifying the compilation time required to construct the BIOS and improving compilation efficiency.

根據上述內容,進一步可歸納一建構BIOS的資訊處理方法,係應用於一電腦系統中,該方法包括以下步驟:根據接收到的一原始代碼資料及一描述資料進行處理,以取得該描述資料的一表單文檔文件資訊、一文字檔文件資訊、一視覺格式表示檔文件資訊及一數據配置資料檔文件資訊(S20);根據該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊執行一預處理程序,產生一變數預設設定驅動模組資訊(S30);根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料(S40)。 Based on the above content, an information processing method for constructing BIOS can be further summarized, which is applied to a computer system. The method includes the following steps: processing according to a received original code data and a description data to obtain the description data. One form document information, one text file information, one visual format representation file information and one data configuration file information (S20); according to the form document information, the text file information, the visual format representation file information Execute a preprocessing procedure with the data configuration file information to generate a variable default setting driver module information (S30); construct a BIOS file data based on the original code data and the variable default setting driver module information (S40) ).

在本實施例中,當上述步驟執行至「根據該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊執行一預處理程序,產生一變數預設設定驅動模組資訊(S30)」之步驟,該方法更包括以下次步驟:根據該表單文檔文件資訊的一第一介面驅動模組資訊設定一第一旗標資訊(S31);根據該文字檔文件資訊的一第二介面驅動模組資訊設定一第二旗標資訊(S32);根據該視覺格式表示檔文件資訊的一第三介面驅動模組資訊、該數據配置資料檔文件資訊的一第四介面驅動模組資訊產生對應的一變數預設值(S33);根據該第一旗標資訊、該第二旗標資訊及該變數預設值,收集該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊,並產生該變數預設設定驅動模組資訊(S34)。 In this embodiment, when the above steps are executed to "execute a preprocessing program based on the form document file information, the text file file information, the visual format representation file information and the data configuration data file file information, a variable preprocessor is generated. "Set driver module information (S30)" step, the method further includes the following steps: setting a first flag information according to a first interface driver module information of the form document file information (S31); according to the text A second interface driver module information of the file information sets a second flag information (S32); a third interface driver module information of the file information and a third interface driver module information of the data configuration file information are represented according to the visual format. The fourth interface driver module information generates a corresponding variable default value (S33); based on the first flag information, the second flag information and the variable default value, collect the form document file information and the text file The file information, the visual format representation file information and the data configuration data file information, and generate the variable default setting driver module information (S34).

在本實施例中,當產生該變數預設設定驅動模組資訊後,進一步根據該變數預設設定驅動模組資訊產生一變數預設設定建構資訊檔文件資訊。 In this embodiment, after the variable default setting driver module information is generated, a variable default setting construction information file file information is further generated based on the variable default setting driver module information.

在本實施例中,當產生該變數預設設定驅動模組資訊後,進一步根據該變數預設設定建構資訊檔文件資訊更新該文字檔文件資訊並儲存。 In this embodiment, after the variable default setting driver module information is generated, the information file file information is further constructed according to the variable default setting, the text file file information is updated and stored.

當上述步驟執行至「根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料(S40)」之步驟,該方法更包括以下次步驟:根據該變數預設設定驅動模組資訊產生一變數預設文件(S41);根據該變數預設文件建構一驅動模組資訊及其二元文件資訊(S42);根據該原始代碼資料、該驅動模組資訊及其二元文件資訊,建構該BIOS文件(S43)。 When the above steps are executed to the step of "constructing a BIOS file data based on the original code data and the variable default setting driver module information (S40)", the method further includes the following next step: default setting the driver module according to the variable The information generates a variable default file (S41); constructs a driver module information and its binary file information based on the variable default file (S42); based on the original code data, the driver module information and its binary file information , construct the BIOS file (S43).

S20、S30、S40:步驟 S20, S30, S40: steps

Claims (2)

一種建構BIOS的資訊處理系統,其包括:一輸入模組,接收一原始代碼資料及一描述資料;一儲存模組;一處理模組,連接該輸入模組及該儲存模組;其中,該處理模組根據接收到的一原始代碼資料及一描述資料進行處理,以取得該描述資料的一表單文檔文件資訊、一文字檔文件資訊、一視覺格式表示檔文件資訊及一數據配置資料檔文件資訊,該處理模組根據該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊執行一預處理程序,產生一變數預設設定驅動模組資訊,並且根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料,其中,該處理模組根據該表單文檔文件資訊的一第一介面驅動模組資訊設定一第一旗標資訊,其中,該處理模組根據該文字檔文件資訊的一第二介面驅動模組資訊設定一第二旗標資訊,其中,該處理模組根據該視覺格式表示檔文件資訊的一第三介面驅動模組資訊、該數據配置資料檔文件資訊的一第四介面驅動模組資訊產生對應的一變數預設值;該處理模組根據該第一旗標資訊、該第二旗標資訊及該變數預設值,收集該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊並且產生該變數預設設定驅動模組資訊,其中,該處理模組根據該產生該變數預設設定驅動模組資訊產生一變數預設文件,並且該處理模組根據該變數預設文件建構一驅動模組資訊及其二元文件資訊,該處理模組根據該驅動模組資訊及其二元文件資訊,建構該BIOS文件資料並儲存於該儲存模組。 An information processing system for constructing BIOS, which includes: an input module that receives an original code data and a description data; a storage module; a processing module that connects the input module and the storage module; wherein, the The processing module processes the received original code data and a description data to obtain a form document file information, a text file file information, a visual format presentation file information and a data configuration file file information of the description data. , the processing module executes a preprocessing program based on the form document file information, the text file file information, the visual format representation file information and the data configuration file file information to generate a variable default setting driver module information, And construct a BIOS file data based on the original code data and the variable default setting driver module information, wherein the processing module sets a first flag information based on a first interface driver module information of the form document file information , wherein the processing module sets a second flag information based on a second interface driver module information of the text file document information, wherein the processing module sets a third interface driver based on the visual format presentation file information Module information and a fourth interface driver module information of the data configuration file information generate a corresponding variable default value; the processing module generates a corresponding variable default value based on the first flag information, the second flag information and the variable Default value, collect the form document file information, the text file file information, the visual format representation file information and the data configuration file file information and generate the variable default setting driver module information, wherein the processing module A variable default file is generated based on the driver module information that generates the variable default setting, and the processing module constructs a driver module information and its binary file information based on the variable default file. The processing module constructs a driver module information and its binary file information based on the driver The module information and its binary file information are used to construct the BIOS file data and store it in the storage module. 一種建構BIOS的資訊處理方法,係應用於一電腦系統中,該方法包括以下步驟:根據接收到的一原始代碼資料及一描述資料進行處理,以取得該描述資料的一表單文檔文件資訊、一文字檔文件資訊、一視覺格式表示檔文件資訊及一數據配置資料檔文件資訊;根據該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊執行一預處理程序,產生一變數預設設定驅動模組資訊;根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料,其中,當上述步驟執行至「根據該表單文檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊執行一預處理程序,並產生一變數預設設定驅動模組資訊」之步驟進一步包括以下次步驟:根據該表單文檔文件資訊的一第一介面驅動模組資訊設定一第一旗標資訊;根據該文字檔文件資訊的一第二介面驅動模組資訊設定一第二旗標資訊;根據該視覺格式表示檔文件資訊的一第三介面驅動模組資訊、該數據配置資料檔文件資訊的一第四介面驅動模組資訊產生對應的一變數預設值;根據該第一旗標資訊、該第二旗標資訊及該變數預設值,收集該表單文檔文件資訊、該文字檔文件資訊、該視覺格式表示檔文件資訊及該數據配置資料檔文件資訊,並產生該變數預設設定驅動模組資訊,其中,進一步根據該變數預設設定驅動模組資訊產生一變數預設設定建構資訊檔文件資訊, 其中,進一步根據該變數預設設定建構資訊檔文件資訊更新該文字檔文件資訊並儲存,其中,當上述步驟執行至「根據該原始代碼資料及該變數預設設定驅動模組資訊建構一BIOS文件資料」之步驟進一步包括以下次步驟:根據該變數預設設定驅動模組資訊產生一變數預設文件;根據該變數預設文件建構一驅動模組資訊及其二元文件資訊;根據該原始代碼資料、該驅動模組資訊及其二元文件資訊,建構該BIOS文件資料。 An information processing method for constructing BIOS is applied to a computer system. The method includes the following steps: processing according to a received original code data and a description data to obtain a form document file information and a text of the description data. file information, a visual representation file information and a data configuration file information; execute a process based on the form document information, the text file information, the visual representation file information and the data configuration file information The preprocessing program generates a variable default setting driver module information; constructs a BIOS file data based on the original code data and the variable default setting driver module information, wherein, when the above steps are executed to "according to the form document file information The step of "executing a preprocessing process on the visual format representation file information and the data configuration file information and generating a variable default setting driver module information" further includes the following steps: according to a parameter of the form document file information The first interface driver module information sets a first flag information; a second interface driver module information based on the text file file information sets a second flag information; and a third flag information based on the visual format presentation file information The interface driver module information and a fourth interface driver module information of the data configuration file information generate a corresponding variable default value; based on the first flag information, the second flag information and the variable default value value, collect the form document file information, the text file file information, the visual format presentation file information and the data configuration data file file information, and generate the variable default setting driver module information, wherein further based on the variable preset Set the driver module information to generate a variable default setting construction information file information, Among them, the information file file information is further constructed according to the variable default setting, the text file file information is updated and stored, and when the above steps are executed to "construct a BIOS file based on the original code data and the variable default setting driver module information The step of "data" further includes the following steps: generating a variable default file based on the variable default setting driver module information; constructing a driver module information and its binary file information based on the variable default file; based on the original code data, the driver module information and its binary file information to construct the BIOS file data.
TW109107702A 2020-03-09 2020-03-09 Construct BIOS information processing system and information processing method TWI822973B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW109107702A TWI822973B (en) 2020-03-09 2020-03-09 Construct BIOS information processing system and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW109107702A TWI822973B (en) 2020-03-09 2020-03-09 Construct BIOS information processing system and information processing method

Publications (2)

Publication Number Publication Date
TW202134866A TW202134866A (en) 2021-09-16
TWI822973B true TWI822973B (en) 2023-11-21

Family

ID=78777318

Family Applications (1)

Application Number Title Priority Date Filing Date
TW109107702A TWI822973B (en) 2020-03-09 2020-03-09 Construct BIOS information processing system and information processing method

Country Status (1)

Country Link
TW (1) TWI822973B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090240934A1 (en) * 2008-03-21 2009-09-24 Asustek Computer Inc. Computer system with dual boot-program area and method of booting the same
CN105229601A (en) * 2013-03-15 2016-01-06 微软技术许可有限责任公司 Software building is optimized
US20170115963A1 (en) * 2015-10-26 2017-04-27 Hewlett-Packard Development Company, L.P. Setting a build indicator to enable or disable a feature
TW201832078A (en) * 2017-02-21 2018-09-01 台灣聚引移動有限公司 Method for generating a new version of firmware with unified extensible firmware interface generating a new version of firmware with an UEFI and XML profile without changing systematic firmware application codes
CN108897545A (en) * 2018-06-29 2018-11-27 南昌华勤电子科技有限公司 Code compiling method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090240934A1 (en) * 2008-03-21 2009-09-24 Asustek Computer Inc. Computer system with dual boot-program area and method of booting the same
CN105229601A (en) * 2013-03-15 2016-01-06 微软技术许可有限责任公司 Software building is optimized
US20170115963A1 (en) * 2015-10-26 2017-04-27 Hewlett-Packard Development Company, L.P. Setting a build indicator to enable or disable a feature
TW201715384A (en) * 2015-10-26 2017-05-01 惠普發展公司有限責任合夥企業 Setting a build indicator to enable or disable a feature
TW201832078A (en) * 2017-02-21 2018-09-01 台灣聚引移動有限公司 Method for generating a new version of firmware with unified extensible firmware interface generating a new version of firmware with an UEFI and XML profile without changing systematic firmware application codes
CN108897545A (en) * 2018-06-29 2018-11-27 南昌华勤电子科技有限公司 Code compiling method and device

Also Published As

Publication number Publication date
TW202134866A (en) 2021-09-16

Similar Documents

Publication Publication Date Title
US8370810B2 (en) Debugging device and debugging method
US9454467B2 (en) Method and apparatus for mining test coverage data
US10437574B2 (en) System and method for providing code completion features for code modules
US8898642B2 (en) Profiling and sequencing operators executable in an emulated computing system
US20030033592A1 (en) Software debugger and software development support system
US20170017472A1 (en) Incremental interprocedural dataflow analysis during compilation
US20160110281A1 (en) System and method for debugging firmware/software by generating trace data
US9645915B2 (en) Continuous evaluation of program code and saving state information associated with program code
US8898649B2 (en) Application program analysis method, analysis system and recording medium for identifying a contributing factor for an invalid operation of an application program
JP2003015873A (en) Method and system for displaying language of software program and recording medium with recorded information processing program
WO2018028027A1 (en) Method for opening up data and functions of terminal application based on reconstruction technology
JP2009176186A (en) Program test device and program
CN115952758A (en) Chip verification method and device, electronic equipment and storage medium
US10552280B2 (en) In-band monitor in system management mode context for improved cloud platform availability
JP7331175B2 (en) Model training method, model training platform, electronics and storage medium
TWI822973B (en) Construct BIOS information processing system and information processing method
JP5038036B2 (en) Test execution system, test execution apparatus, information processing apparatus, test execution method, program, and storage medium
CN114764296A (en) Machine learning model training method and device, electronic equipment and storage medium
CN116501415A (en) Command execution method and device, electronic equipment and computer readable storage medium
US10706215B2 (en) Producing formula representations of mathematical text
JP5163172B2 (en) Software test item editing support apparatus and software test item editing support method
WO2020157795A1 (en) Test device, test method, and test program
CN108885574B (en) System for monitoring and reporting performance and correctness issues at design, compilation, and runtime
JP2018124901A (en) Program analyzing apparatus, program analyzing method, and program analyzing program
US20100251211A1 (en) Generating and using code-based diagrams