CN1940802A - 解除基本输入/输出系统写保护的系统及方法 - Google Patents
解除基本输入/输出系统写保护的系统及方法 Download PDFInfo
- Publication number
- CN1940802A CN1940802A CNA2005101001106A CN200510100110A CN1940802A CN 1940802 A CN1940802 A CN 1940802A CN A2005101001106 A CNA2005101001106 A CN A2005101001106A CN 200510100110 A CN200510100110 A CN 200510100110A CN 1940802 A CN1940802 A CN 1940802A
- Authority
- CN
- China
- Prior art keywords
- input
- write protection
- basic input
- output
- output system
- 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.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
- G06F21/572—Secure firmware programming, e.g. of basic input output system [BIOS]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2105—Dual mode as a secondary aspect
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2141—Access rights, e.g. capability lists, access control lists, access tables, access matrices
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2147—Locking files
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Stored Programmes (AREA)
- Storage Device Security (AREA)
Abstract
本发明提供一种解除基本输入/输出系统写保护的方法,该方法包括:设置开启/关闭基本输入/输出系统写保护功能的命令行参数结构;在该基本输入/输出系统源程序代码中的运行时间段设置头文件标志,并对该头文件设置数据结构;在该运行时间段设置子程序代码块;找寻该基本输入/输出系统源程序代码中所设置的头文件标志,并对设置的子程序代码块进行定位;及根据输入的命令行子参数,执行对应于该命令行子参数的子程序代码块。本发明亦提供一种解除基本输入/输出系统写保护的系统。利用本发明解除基本输入/输出系统写保护的系统及方法,避免了作业的繁琐及资源的浪费。
Description
【技术领域】
本发明涉及一种解除基本输入/输出系统写保护的系统及方法。
【背景技术】
一般来说,为了防止计算机系统的BIOS(Basic Input OutputSystem,基本输入/输出系统)被无意破坏,人们会对BIOS的载体FlashROM加上写保护功能,即利用控制Chipset(芯片集)或Super I/O(超输入/输出)芯片等的GPIO(General Purpose Input/Output,通用输入/输出)接脚的电平来实现BIOS的写保护功能。各主板被生产出来时,BIOS的写保护是被默认的。但是工厂在生产计算机系统时需要写入新版本的BIOS。因此,生产中需要临时解除主板的BIOS写保护。
目前,工厂是通过各种软件工具来临时解除BIOS写保护的,由于各个计算机机种在硬件的实现方式上是不同的,因而需要给每一机种都要配备一种解除BIOS写保护的软件工具。因此,在如何解除BIOS写保护方面没有一个统一的方式,这样就会给解除BIOS写保护作业带来不便,同时也会浪费生产资源。
避免解除BIOS写保护方式的不统一性,有助于避免因缺乏统一的解除基本输入/输出系统写保护方式导致的作业的繁琐及资源的浪费。
【发明内容】
鉴于以上内容,有必要提供一种解除基本输入/输出系统写保护的系统,其可以方便地解除BIOS的写保护功能。
此外,还有必要提供一种解除基本输入/输出系统写保护的方法,其可以统一地解除BIOS的写保护功能。
本发明较佳实施方式提供一种解除基本输入/输出系统写保护的系统,其运行于一计算机中,该计算机包括一中央处理器、一输入/输出控制器中心芯片及一超输入/输出芯片,该解除基本输入/输出系统写保护的系统包括:一设置模块,用于设置命令行参数结构,在该基本输入/输出系统源程序代码中的运行时间段设置头文件标志及设置该头文件标志的数据结构,及在该运行时间段设置子程序代码块;一找寻模块,用于找寻该基本输入/输出系统源程序代码中所设置的头文件标志及对该子程序代码块进行定位;一输入/输出模块,用于输入该命令行参数结构中的命令行子参数;及一执行模块,用于执行输入的该命令行子参数对应的该设置的子程序代码块以解除该基本输入/输出系统的写保护功能。
进一步地,该设置的子程序代码块对应于该头文件数据结构中的子代表内容,其用于将该输入/输出控制器中心芯片及该超输入/输出芯片的通用输入/输出接脚置高电平或低电平。
进一步地,该输入/输出模块还用于输出提示信息以告知使用者写保护功能已经开启或关闭。
本发明较佳实施方式提供一种解除计算机基本输入/输出系统写保护的方法,该计算机包括一中央处理器、一输入/输出控制器中心芯片及一超输入/输出芯片,该方法包括:(A)设置开启/关闭基本输入/输出系统写保护功能的命令行参数结构;(B)在该基本输入/输出系统源程序代码中的运行时间段设置头文件标志,并设置该头文件的数据结构;(C)在该运行时间段设置子程序代码块以实现将该输入/输出控制器中心芯片及该超输入/输出芯片的通用输入/输出接脚置高电平或低电平;(D)找寻该基本输入/输出系统源程序代码中所设置的头文件标志,并对设置的子程序代码块进行定位;(E)根据输入的命令行子参数,执行对应于该命令行子参数的子程序代码块。
相较现有技术,所述的解除基本输入/输出系统写保护的系统及方法,充分考量了解除基本输入/输出系统写保护方法的统一性,避免了因缺乏统一的解除基本输入/输出系统写保护方式导致的作业的繁琐及资源的浪费。
【附图说明】
图1是本发明解除基本输入/输出系统写保护的系统较佳实施方式的硬件架构图。
图2是本发明解除基本输入/输出系统写保护的系统较佳实施方式的命令行参数结构示意图。
图3是本发明解除基本输入/输出系统写保护的系统较佳实施方式的头文件数据结构示意图。
图4是本发明解除基本输入/输出系统写保护的系统较佳实施方式的功能模块图。
图5是本发明解除基本输入/输出系统写保护的方法较佳实施方式的具体实施流程图。
【具体实施方式】
如图1所示,是本发明解除基本输入/输出系统写保护的系统较佳实施方式的硬件架构图。该解除BIOS写保护系统18运行于一计算机1中,该计算机1包括一CPU(Central Processing Unit,中央处理器)16,一南桥(输入/输出控制器中心)芯片10,一Super I/O(超输入/输出)芯片12,一与该CPU 16、南桥芯片10及Super I/O芯片12相连的BIOS(Basic Input Output System,基本输入/输出系统)14。该CPU 16与该解除BIOS写保护系统18相连,该BIOS 14是通过BRP(BIOSROM Protect,基本输入/输出系统只读存储器保护)接脚和BBBP(BIOS Boot Block Protect,基本输入/输出系统引导区保护)接脚分别与该南桥芯片10及该Super I/O芯片12的GPIO(General PurposeInput/Output,通用输入/输出)接脚相连。该BRP接脚和BBBP接脚与该南桥芯片10及该Super I/O芯片12的GPIO接脚的连接方式不是固定的,于本实施例中,该BRP接脚与该南桥芯片10的GPIO接脚相连,而该BBBP接脚与该Super I/O芯片12的GPIO接脚相连,于本发明其它实施例中,亦可以是该BRP接脚与该Super I/O芯片12的GPIO接脚相连,而该BBBP接脚与该南桥芯片10的GPIO接脚相连。
如图2所示,是本发明解除基本输入/输出系统写保护的系统较佳实施方式的命令行参数结构示意图。该命令行参数结构100包括命令行参数4及功能5,其中该命令行参数4包括多个命令行子参数40,该功能5包括多个子功能50,所述的多个子功能50一一对应于该多个命令行子参数40。例如:该命令行参数4中的命令行子参数“/?”唯一对应于该功能5中的子功能“显示帮助信息”。该命令行参数4中的命令行子参数40的设置方式并不是固定的,例如:于本发明其它实施例中,亦可以将命令行参数4中命令行子参数“/?”设置为“/!”来唯一对应于该功能5中的子功能“显示帮助信息”。
如图3所示,是本发明解除基本输入/输出系统写保护的系统较佳实施方式的头文件数据结构示意图。该头文件数据结构102包括偏移量6及代表内容7,其中该偏移量6包括多个子偏移量60,该代表内容包括多个子代表内容70,所述的多个子代表内容70一一对应于该多个子偏移量60,例如:该偏移量6中的子偏移量“00h-01h”唯一对应于该代表内容7中的子代表内容“开启BRP功能的子程序的偏移地址”。该偏移量6中子偏移量60的设置方式并不是固定的,例如:于本发明其它实施例中,亦可以将该子偏移量“00h-01h”设置为“00h-02h”来唯一对应于该子代表内容“开启BRP功能的子程序的偏移地址”。
如图4所示,是本发明解除基本输入/输出系统写保护的系统较佳实施方式的功能模块图。该解除BIOS写保护模块18包括:一设置模块180,用于设置命令行参数结构100,在BIOS源程序代码中的Runtime(运行时间)段设置头文件标志及设置该头文件的数据结构102,及在该Runtime段设置对应于该头文件数据结构102中的多个子代表内容70的子程序代码块以实现将该南桥芯片10及该Super I/O芯片12的GPIO接脚置高电平或低电平;一找寻模块182,用于找寻该BIOS源程序代码中所设置的头文件标志及对实现将该南桥芯片10和该Super I/O芯片12的GPIO接脚置高电平或低电平的子程序代码块进行定位;一输入/输出模块184,用于输入该命令行参数结构100中的命令行子参数40及输出提示信息以告知使用者写保护功能已经开启或关闭;及一执行模块186,用于执行输入的该命令行子参数40对应的子程序代码块。本实施例是通过实现将该南桥芯片10及该Super I/O芯片12的GPIO接脚置高电平或低电平来实现开启或关闭BIOS ROM和BIOS Boot Block的写保护功能。
如图5所示,是本发明解除基本输入/输出系统写保护的方法较佳实施方式的具体实施流程图。首先,设置模块180设置实现开启或关闭BIOS ROM和BIOS Boot Block的写保护功能的命令行参数结构100(如图2所示)(步骤S20)。该设置模块180在BIOS源程序代码中的Runtime段设置头文件标志(例如:设置头文件标志为“@levgon$”),并对该头文件设置数据结构102(如图3所示)(步骤S22)。该设置模块180在该Runtime段设置对应于该头文件数据结构102中的多个子代表内容70的子程序代码块以实现将该南桥芯片10及该Super I/O芯片12的GPIO接脚置高电平或低电平,其中实现将该南桥芯片10及该Super I/O芯片12的GPIO接脚置高电平或低电平是用来实现开启或关闭BIOS ROM和BIOS Boot Block的写保护功能的(步骤S24)。找寻模块182找寻该BIOS源程序代码中所设置的头文件标志,对实现将该南桥芯片10和该Super I/O芯片12的GPIO接脚置高电平或低电平的子程序代码块进行定位,并返回该头文件标志最后一个字符(例如:“$”)的下一字节的偏移地址值(步骤S26)。输入/输出模块184输入该命令行参数结构100中的命令行子参数40,执行模块186执行输入的该命令行子参数40对应的实现将该南桥芯片10及该Super I/O芯片12的GPIO接脚置高电平或低电平的子程序代码块,进一步地,该执行模块186根据输入的该命令行子参数40,选择对应的子程序偏移地址的偏移量,将该选择的子程序偏移地址的偏移量与步骤S26中返回的偏移地址值相加得到存储要执行的子程序偏移地址的存储单元地址,取出该存储单元中的偏移地址与该Runtime段地址来构成需要执行的子程序的完整入口地址值,将该完整入口地址值赋给函数指针变量,及通过函数指针变量调用子程序来控制该南桥芯片10及该Super I/O芯片12的GPIO接脚的输出电平,进而实现开启或关闭BIOS ROM和BIOS BootBlock的写保护功能(步骤S28)。该输入/输出模块184输出提示信息,告知使用者BIOS写保护功能已经开启或关闭(步骤S30)。
Claims (5)
1.一种解除基本输入/输出系统写保护的系统,其运行于一计算机中,该计算机包括一中央处理器、一输入/输出控制器中心芯片及一超输入/输出芯片,其特征在于,该解除基本输入/输出系统写保护的系统包括:
一设置模块,用于设置命令行参数结构,在该基本输入/输出系统源程序代码中的运行时间段设置头文件标志及设置该头文件标志的数据结构,及在该运行时间段设置子程序代码块;
一找寻模块,用于找寻该基本输入/输出系统源程序代码中所设置的头文件标志及对该子程序代码块进行定位;
一输入/输出模块,用于输入该命令行参数结构中的命令行子参数;及
一执行模块,用于执行输入的该命令行子参数对应的该设置的子程序代码块以解除该基本输入/输出系统的写保护功能。
2.如权利要求1所述的解除基本输入/输出系统写保护的系统,其特征在于,该设置的子程序代码块对应于该头文件数据结构中的子代表内容,其用于将该输入/输出控制器中心芯片及该超输入/输出芯片的通用输入/输出接脚置高电平或低电平。
3.如权利要求1所述的解除基本输入/输出系统写保护的系统,其特征在于,该输入/输出模块还用于输出提示信息以告知使用者写保护功能已经开启或关闭。
4.一种解除计算机基本输入/输出系统写保护的方法,该计算机包括一中央处理器、一输入/输出控制器中心芯片及一超输入/输出芯片,其特征在于,该方法包括如下步骤:
设置开启/关闭基本输入/输出系统写保护功能的命令行参数结构;
在该基本输入/输出系统源程序代码中的运行时间段设置头文件标志,并设置该头文件的数据结构;
在该运行时间段设置子程序代码块以实现将该输入/输出控制器中心芯片及该超输入/输出芯片的通用输入/输出接脚置高电平或低电平;
找寻该基本输入/输出系统源程序代码中所设置的头文件标志,并对设置的子程序代码块进行定位;及
根据输入的命令行子参数,执行对应于该命令行子参数的子程序代码块。
5.如权利要求4所述的解除基本输入/输出系统写保护的方法,其特征在于,该方法还包括:
输出提示信息,告知使用者该基本输入/输出系统的写保护功能已经开启或关闭。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNA2005101001106A CN1940802A (zh) | 2005-09-30 | 2005-09-30 | 解除基本输入/输出系统写保护的系统及方法 |
| US11/309,458 US7600106B2 (en) | 2005-09-30 | 2006-08-10 | System and method for enabling/disabling write-protection of a basic input output system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNA2005101001106A CN1940802A (zh) | 2005-09-30 | 2005-09-30 | 解除基本输入/输出系统写保护的系统及方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN1940802A true CN1940802A (zh) | 2007-04-04 |
Family
ID=37903219
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CNA2005101001106A Pending CN1940802A (zh) | 2005-09-30 | 2005-09-30 | 解除基本输入/输出系统写保护的系统及方法 |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US7600106B2 (zh) |
| CN (1) | CN1940802A (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102467626A (zh) * | 2010-11-10 | 2012-05-23 | 鸿富锦精密工业(深圳)有限公司 | 计算机系统数据保护装置及方法 |
| CN113032789A (zh) * | 2021-03-26 | 2021-06-25 | 联想(北京)有限公司 | 一种数据调用方法、系统及电子设备 |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8082440B2 (en) * | 2008-09-29 | 2011-12-20 | Intel Corporation | Managed data region for server management |
| US8230255B2 (en) * | 2009-12-15 | 2012-07-24 | International Business Machines Corporation | Blocking write acces to memory modules of a solid state drive |
| TWI478003B (zh) * | 2010-11-22 | 2015-03-21 | Hon Hai Prec Ind Co Ltd | 電腦系統資料保護裝置及方法 |
| US8909852B1 (en) * | 2011-12-30 | 2014-12-09 | Google Inc. | Disabling write protection on a serial peripheral interface chip |
| US9965288B2 (en) * | 2014-07-10 | 2018-05-08 | Cisco Technology, Inc. | Preconfiguring hardware and speeding up server discovery prior to bios boot |
| US10296353B2 (en) | 2016-01-25 | 2019-05-21 | Hewlett-Packard Development Company, L.P. | Protecting basic input/output (BIOS) code |
| US10474824B2 (en) * | 2016-06-30 | 2019-11-12 | Dell Products L.P. | Prevention of execution of unauthorized firmware from UEFI firmware volumes |
| US12013791B2 (en) | 2021-06-01 | 2024-06-18 | International Business Machines Corporation | Reset dynamic address translation protection instruction |
| US11593275B2 (en) | 2021-06-01 | 2023-02-28 | International Business Machines Corporation | Operating system deactivation of storage block write protection absent quiescing of processors |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| DE19752615C1 (de) * | 1997-11-27 | 1999-04-08 | Siemens Nixdorf Inf Syst | Verfahren und Anordnung zum Laden von Daten für grundlegende Systemroutinen eines Datenverarbeitungssystems |
| US6243809B1 (en) * | 1998-04-30 | 2001-06-05 | Compaq Computer Corporation | Method of flash programming or reading a ROM of a computer system independently of its operating system |
| US6026016A (en) * | 1998-05-11 | 2000-02-15 | Intel Corporation | Methods and apparatus for hardware block locking in a nonvolatile memory |
| CN1088218C (zh) * | 1999-11-14 | 2002-07-24 | 邓国顺 | 用于数据处理系统的快闪电子式外存储方法及其装置 |
| US6986035B2 (en) * | 2002-07-31 | 2006-01-10 | Intel Corporation | Modular bios for detecting resources of a system and reporting information about the resources during two separate phases |
| TWI229818B (en) * | 2003-12-15 | 2005-03-21 | Wistron Corp | Method and device for updating firmware |
-
2005
- 2005-09-30 CN CNA2005101001106A patent/CN1940802A/zh active Pending
-
2006
- 2006-08-10 US US11/309,458 patent/US7600106B2/en not_active Expired - Fee Related
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102467626A (zh) * | 2010-11-10 | 2012-05-23 | 鸿富锦精密工业(深圳)有限公司 | 计算机系统数据保护装置及方法 |
| CN113032789A (zh) * | 2021-03-26 | 2021-06-25 | 联想(北京)有限公司 | 一种数据调用方法、系统及电子设备 |
Also Published As
| Publication number | Publication date |
|---|---|
| US7600106B2 (en) | 2009-10-06 |
| US20070079094A1 (en) | 2007-04-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN102236621B (zh) | 计算机接口信息配置系统及方法 | |
| US8082436B2 (en) | Enhanced UEFI framework layer | |
| US8484631B2 (en) | Supporting hardware configuration changes in a UEFI firmware component | |
| US10248409B1 (en) | Limiting the effects of source code patches on corresponding native-code patches | |
| CN103207797A (zh) | 基于通用可扩展固件接口固件系统的胶囊式定制更新方法 | |
| TW201602827A (zh) | 來自程序的返回目標限制返回指令、處理器、方法、及系統 | |
| IE20070400A1 (en) | Method and system for uniquely identifying peripheral component devices | |
| CN1940802A (zh) | 解除基本输入/输出系统写保护的系统及方法 | |
| CN101067789A (zh) | 程序动态加载方法 | |
| CN101573687B (zh) | 重新配置安全系统 | |
| CN101634960A (zh) | 一种修改bios参数及重新生成校验和的方法 | |
| CN100377085C (zh) | 嵌入式操作系统硬件镜像启动优化的实现方法 | |
| US7818730B1 (en) | Automatic minimal build dependency determination and building an executable with source code | |
| US9727390B1 (en) | Invoking a firmware function | |
| US20100205423A1 (en) | Bios, computer device and method for recovering bios | |
| US7454547B1 (en) | Data exchange between a runtime environment and a computer firmware in a multi-processor computing system | |
| CN102193804B (zh) | 一种单板驱动的加载方法和通信设备 | |
| US20100058276A1 (en) | Method for the integration of an integrated circuit into a standardized software architecture for embedded systems | |
| US20060209328A1 (en) | Systems and methods that facilitate selective enablement of a device driver feature(s) and/or application(s) | |
| US9442831B1 (en) | Automated testing of program code for processing a simple boot flag data structure | |
| CN107122203B (zh) | 一种配置文件的设置方法及装置 | |
| CN117742791A (zh) | 一种指令的处理方法及装置 | |
| CN103339603B (zh) | 计算机重新编程方法、数据存储介质和机动车辆计算机 | |
| WO2023221753A1 (zh) | 串口通信方法及相关装置 | |
| CN101221496B (zh) | 精简指令集计算机处理器装置及其数据处理方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
| WD01 | Invention patent application deemed withdrawn after publication |