WO2016101607A1 - 一种cpu及cpu的启动方法 - Google Patents

一种cpu及cpu的启动方法 Download PDF

Info

Publication number
WO2016101607A1
WO2016101607A1 PCT/CN2015/084790 CN2015084790W WO2016101607A1 WO 2016101607 A1 WO2016101607 A1 WO 2016101607A1 CN 2015084790 W CN2015084790 W CN 2015084790W WO 2016101607 A1 WO2016101607 A1 WO 2016101607A1
Authority
WO
WIPO (PCT)
Prior art keywords
module
cpu
startup
startup mode
threshold
Prior art date
Application number
PCT/CN2015/084790
Other languages
English (en)
French (fr)
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 华为技术有限公司
Publication of WO2016101607A1 publication Critical patent/WO2016101607A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a method for starting a CPU and a CPU.
  • a register module configured to determine a target startup mode when the number of times reaches a threshold
  • the register module is specifically configured to determine a boot with the highest priority according to a preferred order of the preset startup modes.
  • the mode is the target startup mode.
  • the method further includes:
  • a first control module configured to determine whether the startup module is successfully started, and if yes, send a first control signal to the counter module, so that the counter module stops recording, and if not, sends a message to the counter module.
  • a second control signal for causing the counter module to reset the number of times to an initial value, when the number of times reaches the threshold, determining a secondary priority startup mode as a target startup mode, and causing the register module and the startup module Take the appropriate action.
  • the second control module is specifically configured to receive a reset sent by the counter module. And controlling the register module to update the threshold according to the reset signal.
  • a second aspect of the embodiments of the present invention provides a method for starting a CPU, including:
  • updating the threshold includes:
  • the CPU updates the threshold according to the reset signal.
  • the register module of the CPU can determine the optimal startup mode according to the number of times, so that the CPU starts according to the mode. Compared with the prior art, the CPU can be started without additional CPLD, external resistance circuit, etc., thereby reducing the use space of the circuit board and improving the stability of the CPU.
  • FIG. 2 is a schematic diagram of another embodiment of a CPU according to an embodiment of the present invention.
  • the CPU in the embodiment of the present invention includes an acquisition module 101, a register module 102, a startup module 103, and a clock generation module 104.
  • the obtaining module 101 is configured to acquire the number of times the clock generating module 104 recorded by the counter module 105 sends a clock signal when the board is powered on.
  • the clock generation module 104 in this embodiment may be a crystal oscillator.
  • the crystal oscillator is often used in combination with a phase-locked loop circuit, and the crystal that converts electrical energy and mechanical energy can work in a resonant state. Produce a stable, accurate single-frequency oscillation to provide a basic clock signal to the CPU. The execution of all instructions of the CPU is implemented by the clock signal.
  • the counter module 105 starts the crystal oscillator from the time when the board is powered. The number of times the clock signal is sent is recorded. In this case, the acquisition module 101 can detect the number of times counted by the counter module 105 in real time, or the counter module 105 reports the number of times to the acquisition module in real time.
  • the counter module 105 can be integrated in the CPU or integrated in the CPU. On the other circuit board, such as a watchdog timer integrated outside the CPU, the counter module 105 is integrated in the CPU, which can further save the space for the PCB board.
  • the register module 102 is configured to determine a target startup mode when the number of times reaches a threshold.
  • the manner in which the register module 102 determines the target startup mode includes at least the following two types:
  • the register module 102 sorts according to the priority of the startup mode, and uses the startup mode with the highest priority as the target startup mode.
  • Table 1 below shows the correspondence between parameters and thresholds after sorting the startup mode of the CPU.
  • the startup mode may be sorted in multiple manners, and the startup mode may be sorted according to the size of the system resources occupied by the CPU when starting. In the actual application, the startup mode may also be sorted according to the startup speed, which is not limited herein.
  • the CPU can be started by an on-chip read-only memory (ROM) and an off-chip flash startup.
  • ROM read-only memory
  • the specific startup modes include parallel port flash startup, SPI interface startup, bypass startup, commissioning mode startup, and the like. Start mode, which is not limited here.
  • the register module 102 determines the target startup mode according to the correspondence between the threshold and the startup mode.
  • the register module 102 can set a parameter that has a one-to-one correspondence with the startup mode, and a correspondence between the parameter and the threshold.
  • the threshold is set to 3000
  • the parameter corresponding to the threshold is 00.
  • Parallel port flash corresponding to parameter 00 specifically, when register module When the number of acquisitions is 3000, the register module determines that the parameter is 00. At this time, the register module can adjust the initial parameter to 00.
  • Table 2 below shows the correspondence between the startup mode, parameters, and thresholds of the CPU.
  • the corresponding relationship between the threshold and the startup mode may be preset in the register module 102, or may be actively acquired by the register module 102, which is not limited herein.
  • the startup module 103 is configured to start according to the target startup mode.
  • the number of times of the clock signal recorded by the counter module 105 is obtained by the obtaining module 101 in the CPU.
  • the register module 102 of the CPU can modify the initial parameter as the target parameter according to the number of times, and the target parameter corresponds to the most
  • the optimal startup mode enables the startup module 103 in the CPU to be started according to the mode. Compared with the prior art, the CPU startup can be realized without additional CPLD, external resistance circuit, etc., thereby reducing the space used by the circuit board. purpose.
  • the register module in the CPU may determine the target startup mode in at least two ways, and then the startup module may be started according to the target startup mode.
  • the control module may also determine whether the startup is successful, and According to the judgment result, the corresponding operation is performed, and the following two different startup modes are described.
  • the first control module determines whether the startup is successful, and performs a corresponding operation according to the determination result.
  • FIG. 2 another embodiment of a CPU 200 in the embodiment of the present invention includes:
  • the CPU in the embodiment of the present invention includes an obtaining module 201, a register module 202, a starting module 203, a first control module 204, a clock generating module 205, and a counter module 206.
  • the obtaining module 201 is configured to acquire the clock recorded by the counter module 206 when the board is powered on the board. The number of times the module 205 sends a clock signal.
  • the register module 202 is configured to determine a target startup mode according to a priority order of the startup mode when the number of times reaches a threshold.
  • the startup module 203 is configured to start according to the target startup mode.
  • the first control module 204 is configured to: when it is detected that the startup module 203 is successfully started, the first control module 204 sends a first control signal to the counter module 206, so that the clock generation module 205 that causes the counter module to stop recording is generated. The number of clock signals.
  • the second control module determines whether the startup is successful, and performs a corresponding operation according to the determination result.
  • the startup module 303 is configured to start according to the target startup mode.
  • the second control module 304 can detect whether the startup program version of the startup module 303 is correct. If the running program is detected to be correct, the startup is successful, and if the running program error is detected, the startup fails.
  • the second control module 304 is configured to: when detecting that the startup module 303 is successfully started, the second control module 304 sends a third control signal to the counter module 306, so that the counter module 306 according to the third control signal
  • the number of clock signals generated by the recorded clock generation module 305 is reset to an initial value, where the initial value may be zero or other values, which is not limited herein.
  • the second control module 304 when detecting that the startup module 303 fails to start, after the number of times recorded by the counter module 306 reaches the threshold, the number of times of the clock signal generated by the clock generation module 305 is continuously recorded, and the control module 304 proceeds to
  • the register module 302 and the startup module 303 send a fourth control signal, cause the register module 302 to update the threshold, and cause the register module 302 to determine the target startup mode according to the corresponding relationship between the updated threshold and the startup mode, and the startup module 203 continues to follow.
  • the priority startup mode is started.
  • an embodiment of the CPU startup method in the embodiment of the present invention specifically includes:
  • the CPU acquires the number of times that the clock generation module recorded by the counter module generates a clock signal.
  • the clock generation module in this embodiment may be a crystal oscillator.
  • the crystal oscillator is often used in combination with a phase-locked loop circuit, and the crystal that converts electrical energy and mechanical energy can work in a resonant state to generate stability.
  • Accurate single-frequency oscillation which provides the basic clock signal for the CPU.
  • the execution of all instructions of the CPU is realized by the clock signal.
  • the counter module sends a clock signal to the crystal oscillator. The number of times is recorded. At this time, the CPU can detect the number of times the counter module counts in real time, or the counter module reports the number of times to the acquisition module in real time.
  • the counter module can be integrated in the CPU or integrated on a circuit board other than the CPU, such as a watchdog timer integrated outside the CPU.
  • the counter module is integrated in the CPU, which can further save the use space of the PCB board.
  • the CPU sorts according to the priority of the startup mode, and uses the startup mode with the highest priority as the target startup mode.
  • the CPU obtains the number of times the clock signal is recorded by the counter module.
  • the CPU may modify the initial parameter to the target parameter according to the number of times, and the target parameter corresponds to the highest priority startup mode, so that the CPU The system can be started according to the mode.
  • the CPU can be started without additional CPLD, external resistance circuit, etc., thereby reducing the space used by the circuit board.
  • the CPU may determine the target startup mode according to at least two modes, and then may start according to the target startup mode. In actual application, the CPU may also determine whether the startup is successful, and perform corresponding operations according to the determination result. The following is a description of two different startup modes.
  • the clock generation module in this embodiment may be a crystal oscillator.
  • the crystal oscillator is often used in combination with a phase-locked loop circuit, and the crystal that converts electrical energy and mechanical energy can work in a resonant state to generate stability.
  • Accurate single-frequency oscillation which provides the basic clock signal for the CPU.
  • the execution of all instructions of the CPU is realized by the clock signal.
  • the counter module sends a clock signal to the crystal oscillator. The number of times is recorded, and the acquisition module 101 can detect the number of times the counter module counts in real time, or the counter module reports the number of times of the record to the acquisition module in real time.
  • the counter module can be integrated in the CPU or integrated on a circuit board other than the CPU, such as a watchdog timer integrated outside the CPU.
  • the counter module is integrated in the CPU, which can further save the use space of the PCB board.
  • the CPU can detect whether the running startup program version is correct. If the running program is detected to be correct, it indicates that the startup is successful, and if the running program error is detected, it indicates that the startup fails.
  • the counter module can be integrated in the CPU or integrated on a circuit board other than the CPU, such as a watchdog timer integrated outside the CPU.
  • the counter module is integrated in the CPU, which can further save the use space of the PCB board.
  • the CPU updates the threshold.
  • the target startup mode is determined according to the number of times, and steps 602 and 603 are repeatedly performed.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Power Sources (AREA)

Abstract

一种CPU,包括:获取模块(201),用于当单板上电时,获取计数器模块(206)记录的时钟发生模块(205)产生时钟信号的次数;寄存器模块(202),用于当所述次数达到阈值时,确定目标启动模式;启动模块(203),用于按照所述目标启动模式启动。还提供一种CPU的启动方法。CPU及其启动方法用于降低电路板的使用空间,适用于PCB朝向高集成化、小型化的发展,提高CPU的使用稳定性能。

Description

一种CPU及CPU的启动方法
本申请要求于2014年12月23日提交中国专利局、申请号为201410834463.8、发明名称为“一种CPU及CPU的启动方法”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及通信技术领域,尤其涉及一种CPU及CPU的启动方法。
背景技术
随着数字通信技术的高速发展,相对于单片微型计算机(MCU,Micro Controller Unit)来说,中央处理器(central processing unit,CPU)在嵌入式智能系统中的应用越来越普遍。
在单板上电时,通过运行用于存放启动代码的闪存(Flash Used To Store Boot Code,BOOT FLASH)中的版本软件来引导CPU系统启动,目前CPU启动的方式有多种,可以通过启动硬件管脚的不同电平时,设置跳线选择不同的启动模式,常用的启动模式有并口闪存(Flash)启动、串口外围设备接口(Serial Peripheral interface,SPI)启动、旁路启动、调测启动等。比如,通常将CPU与外部电阻连接,利用电阻焊接在电路板(Printed Circuit Board,PCB)上的不同位置时,通过硬件管脚输出不同的电平,从而确定CPU启动模式,常用的方式还有,将CPU与复杂可编程逻辑器件(complex programmable logical device,CPLD)进行连接,该CPLD也可以通过硬件管脚输出不同的电平,从而确定CPU的启动模式,使该CPU可以按该启动模式方式进行启动。
然而,在现有技术中,由于用外部电阻和CPLD需要占用PCB的使用空间,不利于PCB朝向高集成化、小型化的发展需求,并且过多的依赖外部元器件启动,将影响CPU的使用稳定性能。
发明内容
本发明实施例提供了一种CPU及CPU的启动方法,用于降低电路板的使用空间,适用于PCB朝向高集成化、小型化的发展,提高CPU的使用稳定性能。
本发明实施例第一方面提供的一种CPU包括:
获取模块,用于当单板上电时,获取计数器模块记录的时钟发生模块产生 时钟信号的次数;
寄存器模块,用于当所述次数达到阈值时,确定目标启动模式;
启动模块,用于按照所述目标启动模式启动。
结合本发明实施例的第一方面,在本发明实施例第一方面的第一种实现方式中,所述寄存器模块具体用于根据预置的启动模式的优选级顺序,确定优先级最高的启动模式作为目标启动模式。
结合本发明实施例的第一方面的一种实现方式,在本发明实施例第一方面的第二种实现方式中,还包括:
第一控制模块,用于判断所述启动模块是否启动成功,若是,则向所述计数器模块发送第一控制信号,以使所述计数器模块停止记录,若否,则向所述计数器模块发送第二控制信号,以使所述计数器模块将所述次数重置为初始值,当所述次数达到所述阈值时,确定次优先级启动模式作为目标启动模式,并使所述寄存器模块和启动模块执行相应操作。
结合本发明实施例第一方面,在本发明实施例第一方面的第三种实现方式中,所述寄存器模块具体用于根据预置的阈值与启动模式的对应关系,确定所述目标启动模式。
结合本发明实施例的第一方面的第三种实现方式,在本发明实施例第一方面的第四种实现方式中,第二控制模块,用于判断所述启动模块是否启动成功,若是,则向所述计数器模块发送第三控制信号,以使所述计数器模块将所述次数重置为初始值,若否,则向所述寄存器模块发送第四控制信号,以使所述寄存器模块更新阈值,当所述次数达到更新后的阈值时,根据所述次数确定目标启动模式。
结合本发明实施例的第一方面的第四种实现方式,在本发明实施例第一方面的第五种实现方式中,所述第二控制模块具体用于当接收所述计数器模块发送的复位信号,并根据所述复位信号控制所述寄存器模块更新所述阈值。
本发明实施例第二方面提供一种CPU的启动方法,包括:
1)当单板上电时,CPU获取计数器模块记录的时钟发送模块产生时钟信号的次数;
2)当所述次数达到阈值时,所述CPU确定目标启动模式;
3)所述CPU按照所述目标启动模式启动。
结合本发明实施例的第二方面,在本发明实施例的第二方面的第一种实现方式中,所述步骤2)具体包括:
所述CPU根据预置的启动模式的优选级顺序,确定优先级最高的启动模式作为目标启动模式。
结合本发明实施例的第二方面的第一种实现方式,在本发明实施例的第二方面的第二种实现方式中,在步骤3)之后还包括步骤:
4)所述CPU判断所述启动模块是否启动成功,若是,则向所述计数器模块发送第一控制信号,以使所述计数器模块停止记录,若否,则向所述计数器模块发送第二控制信号,以使所述计数器模块将所述次数重置为初始值,当所述次数达到所述阈值时,确定次优先级启动模式作为目标启动模式,并重复执行步骤3)和步骤4)。
结合本发明实施例的第二方面,在本发明实施例的第二方面的第三种实现方式中,当所述次数达到阈值时,所述CPU根据预置的阈值与启动模式的对应关系,确定所述目标启动模式
结合本发明实施例的第二方面的第三种实现方式,在本发明实施例第二方面的第四种实现方式中,在步骤3)之后还包括步骤:
4)判断所述CPU是否启动成功,若是,则向所述计数器模块发送第三控制信号,以使所述计数器模块将所述次数重置为初始值,若否,则更新阈值,当所述次数达到更新后的阈值时,根据所述次数确定目标启动模式。
结合本发明实施例第二方面的第四种实现方式,在本发明实施例第二方面的第五种实现方式中,所述步骤4)中,更新阈值包括:
41)所述CPU接收所述计数器模块发送的复位信号;
42)所述CPU根据所述复位信号更新所述阈值。
本发明实施例具有如下有益效果:
通过获取计数器模块记录的时钟信号发送次数,当次数达到阈值时,CPU的寄存器模块可以根据次数确定最优启动模式,使CPU按照该模式进行启动, 相对于现有技术,无需额外增加CPLD、外部电阻路等,即可实现CPU的启动,从而降低电路板的使用空间,并提高CPU的使用稳定性能。
附图说明
图1为本发明实施例中一种CPU的一个实施例示意图;
图2为本发明实施例中一种CPU的另一个实施例示意图;
图3为本发明实施例中一种CPU的另一个实施例示意图;
图4为本发明实施例中一种CPU启动方法的一个实施例示意图;
图5为本发明实施例中一种CPU启动方法的另一个实施例示意图;
图6为本发明实施例中一种CPU启动方法的另一个实施例示意图。
具体实施方式
本发明实施例提供了一种CPU及CPU的启动方法,用于降低电路板的使用空间,提高CPU的使用稳定性能。
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
请参阅图1,本发明实施例中一种CPU100的一个实施例包括:
本发明实施例中的CPU包括获取模块101、寄存器模块102、启动模块103和时钟发生模块104。
其中获取模块101,用于当单板上电时,获取计数器模块105记录的时钟发生模块104发送时钟信号的次数。
可选地,本实施例中的时钟发生模104块可以为晶体振荡器,该晶体振荡器常与锁相环电路配合使用,能将电能和机械能相互转化的晶体在共振的状态下工作,以产生稳定,精确的单频振荡,从而为CPU提供基本的时钟信号,CPU的一切指令的执行都是依赖该时钟信号实现的,从单板上电的时候开始,计数器模块105对该晶体振荡器发送时钟信号的次数进行记录,此时获取模块101可以实时检测到该计数器模块105统计的次数,或者该计数器模块105将记录的次数向获取模块实时进行上报。
可以理解的是,该计数器模块105可以集成在CPU中,也可以集成在CPU 之外的电路板上,比如集成在CPU之外的看门狗定时器,将计数器模块105集成在CPU中,可以进一步节约PCB板的使用空间。
寄存器模块102,用于当所述次数达到阈值时,确定目标启动模式。
可以理解的是,该寄存器模块102确定目标启动模式的方式包括至少如下两种:
一、当确定计数器模块记录的次数达到阈值时,该寄存器模块102按照启动模式的优先级排序,将优先级最高的启动模式作为目标启动模式。
可以理解的是,该寄存器模块可以设置与启动模式一一对应的参数,并对该参数的排序,比如优先级最高的启动模式对应参数00,次优先级的启动模式对应的参数为01,依次类推,将所有的启动模式设置对应的参数,阈值可以设为3000。
如下表1,为CPU的启动模式排序后,参数及阈值之间的对应关系
Figure PCTCN2015084790-appb-000001
需要说明的是,上述表1中启动模式的优选级排序仅作为示例性说明,在实际应用中,启动模式的排序可以有多种,该启动模式可以根据CPU启动时占用系统资源的大小进行排序,在实际应用中,还可以根据启动的速度对启动模式进行排序,具体此处不作限定。
可选地,CPU可以通过片内只读存储器(Read-Only Memory,ROM)启动和片外Flash启动,具体的启动模式包括并口Flash启动、SPI接口启动、旁路启动、调测模式启动以及其他启动模式,具体此处不作限定。
二、当确定计数器模块记录的次数达到阈值时,在该寄存器模块102根据阈值与启动模式的对应关系,确定目标启动模式。
可以理解的是,该寄存器模块102可以设置与启动模式存在一一对应关系的参数,该参数与该阈值之间的对应关系,比如,该阈值设为3000,与该阈值对应的参数为00,参数00对应的并口Flash启动,具体地,当寄存器模块 获取到的次数为3000次时,该寄存器模块确定参数为00,此时,该寄存器模块可以将初始参数调整为00。
如下表2,为CPU的启动模式、参数及阈值之间的对应关系
Figure PCTCN2015084790-appb-000002
需要说明的是,该阈值与启动模式的对应关系可以是预先设置在该寄存器模块102中的,也可以是该寄存器模块102主动获取到的,具体此处不作限定。
启动模块103,用于按照所述目标启动模式启动。
可以理解的是,在寄存器模块将初始参数修改为00之后,该CPU中的启动模块103可以读取该参数00后,按照并口Flash的启动方式进行启动。
本发明实施例中,通过CPU中的获取模块101获取计数器模块105记录的时钟信号发送次数,当次数达到阈值时,CPU的寄存器模块102可以根据次数修改初始参数为目标参数,该目标参数对应最优启动模式,使CPU中的启动模块103可以按照该模式进行启动,相对于现有技术,无需额外增加CPLD、外部电阻路等,即可实现CPU的启动,从而起到降低电路板使用空间的目的。
上面实施例中,CPU中的寄存器模块可以按照至少两种方式确定目标启动模式后,然后该启动模块可以按照该目标启动模式进行启动,在实际应用,还可以通过控制模块判断启动是否成功,并按照判断结果执行相应的操作,下面结合两种不同的启动模式进行说明。
一、当寄存器模块按照优先级排序确定目标启动模式时,第一控制模块判断启动是否成功,并根据判断结果执行相应操作。
请参阅图2,本发明实施例中一种CPU200的另外一个实施例包括:
本发明实施例中的CPU包括获取模块201、寄存器模块202、启动模块203、第一控制模块204、时钟发生模块205和计数器模块206。
其中获取模块201,用于当单板上电时,获取计数器模块206记录的时钟 发生模块205发送时钟信号的次数。
可选地,本实施例中的时钟发生模块205可以为晶体振荡器,该晶体振荡器常与锁相环电路配合使用,能将电能和机械能相互转化的晶体在共振的状态下工作,以产生稳定,精确的单频振荡,从而为CPU提供基本的时钟信号,CPU的一切指令的执行都是依赖该时钟信号实现的,从单板上电的时候开始,计数器模块205对该晶体振荡器发送时钟信号的次数进行记录,此时获取模块201可以实时检测到该计数器模块206统计的次数,或者该计数器模块206将记录的次数向获取模块实时进行上报。
可以理解的是,该计数器模块206可以集成在CPU中,也可以集成在CPU之外的电路板上,比如集成在CPU之外的看门狗定时器。
寄存器模块202,用于当所述次数达到阈值时,根据启动模式的优先级顺序确定目标启动模式。
启动模块203,用于按照所述目标启动模式启动。
该寄存器模块202和启动模块203的具体功能,与图1对应的实施例相同,具体此处不再赘述。
第一控制模块204,用于判断所述启动模块203是否启动成功,若是,则向所述计数器模块206发送第一控制信号,以使所述计数器模块206停止记录,若否,则向所述计数器模块206发送第二控制信号,以使所述计数器模块206将所述次数重置为初始值,当所述次数达到所述阈值时,确定次优先级启动模式作为目标启动模式,并使所述寄存器模块202和启动模块203执行相应操作。
可以理解的是,该第一控制模块204可以检测启动模块203运行的启动程序版本是否正确,若检测到运行程序正确,则表示启动成功,若检测到运行程序错误,则表示启动失败。
可选地,第一控制模块204,用于当检测到启动模块203启动成功时,该第一控制模块204向计数器模块206发送第一控制信号,从而使计数器模块停止记录的时钟发生模块205产生的时钟信号次数。
可选地,第一控制模块204,当检测到启动模块203启动失败时,向计数器模块206和启动模块203发送第二控制信号,所述计数器模块将所述次数重置为初始值,此时计数器模块206将继续记录时钟发生模块205产生的时钟信 号的次数,当计数器模块206记录的次数再次达到该阈值时,寄存器模块202将按照启动模式的优先级排序,将次优先级启动模式作为目标启动模式,启动模块203继续按照次优先级启动模式进行启动。
本发明实施例中,通过CPU中的获取模块201获取计数器模块记录的时钟信号发送次数,当次数达到阈值时,CPU的寄存器模块202可以根据启动模式的优先级排序,将优先级最高的启动模式作为目标启动模式,使CPU中的启动模块203可以按照该目标启动模式进行启动,现对于现有技术,无需额外增加CPLD、外部电阻路等,即可实现CPU的启动,从而起到降低电路板使用空间的目的。此外,该CPU还可以通过第一控制模块204检测启动模块是否启动成功,并在启动失败时,确定次优先级启动模式作为目标启动模式,使启动模块203按照次优先级启动模式进行启动,从而使CPU可以通过多种启动模式进行启动,有效保证系统的正常运行,进一步提高CPU的使用稳定性能。
二、当寄存器模块按照阈值与启动模式的对应关系,确定目标启动模式时,第二控制模块判断启动是否成功,并根据判断结果执行相应操作。
请参阅图3,本发明实施例中一种CPU300的另外一个实施例包括:
本发明实施例中的CPU包括获取模块301、寄存器模块302、启动模块303、第二控制模块304、时钟发生模块305和计数器模块306。
其中获取模块301,用于当单板上电时,获取计数器模块206记录的时钟发生模块305发送时钟信号的次数。
可选地,本实施例中的时钟发生模块305可以为晶体振荡器,该晶体振荡器常与锁相环电路配合使用,能将电能和机械能相互转化的晶体在共振的状态下工作,以产生稳定,精确的单频振荡,从而为CPU提供基本的时钟信号,CPU的一切指令的执行都是依赖该时钟信号实现的,从单板上电的时候开始,计数器模块305对该晶体振荡器发送时钟信号的次数进行记录,此时获取模块301可以实时检测到该计数器模块206统计的次数,或者该计数器模块306将记录的次数向获取模块实时进行上报。
可以理解的是,该计数器模块306可以集成在CPU中,也可以集成在CPU之外的电路板上,比如集成在CPU之外的看门狗定时器。
寄存器模块302,用于当所述次数达到阈值时,根据启动模式的优先级顺序确定目标启动模式。
启动模块303,用于按照所述目标启动模式启动。
该寄存器模块302和启动模块303的具体功能,与图1对应的实施例相同,具体此处不再赘述。
第二控制模块304,用于判断所述启动模块是否启动成功,若是,则向所述计数器模块发送第三控制信号,以使所述计数器模块将所述次数重置为初始值,若否,则向所述寄存器模块发送第四控制信号,以使所述寄存器模块更新阈值,当所述次数达到更新后的阈值时,根据所述次数确定目标启动模式。
可以理解的是,该第二控制模块304可以检测启动模块303运行的启动程序版本是否正确,若检测到运行程序正确,则表示启动成功,若检测到运行程序错误,则表示启动失败。
可选地,第二控制模块304,用于当检测到启动模块303启动成功时,该第二控制模块304向计数器模块306发送第三控制信号,从而使计数器模块306根据该第三控制信号将记录的时钟发生模块305产生的时钟信号次数重置为初始值,其中该初始值可以为零或其他值,具体此处不作限定。
可选地,第二控制模块304,当检测到启动模块303启动失败时,此时计数器模块306记录的次数达到阈值之后,将继续记录时钟发生模块305产生的时钟信号的次数,控制模块304向寄存器模块302和启动模块303发送第四控制信号,使该寄存器模块302更新阈值,并使该寄存器模块302按照更新后的阈值和启动模式的对应关系,确定目标启动模式,启动模块203继续按照次优先级启动模式进行启动。
需要说明的是,计数器模块306记录的次数达到阈值时,将向第二控制模块304发送复位信号,此时,若该第二控制模块304确定检测结果为启动失败,则向寄存器模块302发送第四控制信号,使该寄存器模块302对该阈值进行更新,若该第二控制模块304确定检测结果为启动成功时,则不向该寄存器模块302发送该第四控制信号。
本发明实施例中,通过CPU中的获取模块301获取计数器模块记录的时钟信号发送次数,当次数达到阈值时,CPU的寄存器模块302可以根据阈值 与启动模式的对应关系,确定目标启动模式,使CPU中的启动模块303可以按照该模式进行启动,现对于现有技术,无需额外增加CPLD、外部电阻路等,即可实现CPU的启动,从而起到降低电路板使用空间的目的。此外,该CPU还可以通过第二控制模块304检测启动模块303是否启动成功,并在启动失败时,利用控制模块304控制寄存器模块302更新阈值,使寄存器模块302根据阈值与启动模式的对应关系确定,更新后的阈值对应的目标启动模式,并使启动模块303按照该目标启动模式进行启动,从而使CPU可以通过多种启动模式进行启动,有效保证系统的正常运行。
上面实施例中对CPU进行了描述,下面对CPU的启动方法进行描述,请参阅图4,本发明实施例中的一种CPU启动方法的一个实施例,具体包括:
401、当单板上电时,CPU获取计数器模块记录的时钟发生模块产生时钟信号的次数。
可选地,本实施例中的时钟发生模块可以为晶体振荡器,该晶体振荡器常与锁相环电路配合使用,能将电能和机械能相互转化的晶体在共振的状态下工作,以产生稳定,精确的单频振荡,从而为CPU提供基本的时钟信号,CPU的一切指令的执行都是依赖该时钟信号实现的,从单板上电的时候开始,计数器模块对该晶体振荡器发送时钟信号的次数进行记录,此时CPU可以实时检测到该计数器模块统计的次数,或者该计数器模块将记录的次数向获取模块实时进行上报。
可以理解的是,该计数器模块可以集成在CPU中,也可以集成在CPU之外的电路板上,比如集成在CPU之外的看门狗定时器。本实施例中,将计数器模块集成在CPU中,可以进一步节约PCB板的使用空间。
402、当所述次数达到阈值时,用于当所述次数达到阈值时,确定目标启动模式。
可以理解的是,该CPU确定目标启动模式的方式包括至少如下两种:
一、当确定计数器模块记录的次数达到阈值时,该CPU按照启动模式的优先级排序,将优先级最高的启动模式作为目标启动模式。
可以理解的是,该CPU可以设置与启动模式一一对应的参数,并对该参数的排序,比如优先级最高的启动模式对应参数00,次优先级的启动模式对 应的参数为01,依次类推,将所有的启动模式设置对应的参数,阈值可以设为3000。
需要说明的是,CPU的启动模式排序后,参数及阈值之间的对应关系可以参考表1,具体此处不再赘述。
可选地,CPU可以通过片内只读存储器(Read-Only Memory,ROM)启动和片外Flash启动,具体的启动模式包括并口Flash启动、SPI接口启动、旁路启动、调测模式启动以及其他启动模式,具体此处不作限定。
二、当确定计数器模块记录的次数达到阈值时,在该CPU根据阈值与启动模式的对应关系,确定目标启动模式。
可以理解的是,该CPU可以设置与启动模式存在一一对应关系的参数,该参数与该阈值之间的对应关系,比如,该阈值设为3000,与该阈值对应的参数为00,参数00对应的并口Flash启动,具体地,当CPU获取到的次数为3000次时,确定参数为00,此时,该CPU可以将初始参数调整为00。
需要说明的是,CPU的启动模式、参数及阈值之间的对应关系可参考上述表2,具体此处不再赘述。
需要说明的是,该阈值与启动模式的对应关系可以是预先设置在该CPU中的,也可以是该CPU主动获取到的,具体此处不作限定。
403、所述CPU按照所述目标启动模式启动。
可以理解的是,在CPU将初始参数修改为00之后,该CPU可以读取该参数00后,然后按照并口闪存的启动方式进行启动。
本发明实施例中,CPU通过获取计数器模块记录的时钟信号发送次数,当次数达到阈值时,该CPU可以根据该次数将初始参数修改为目标参数,该目标参数对应优先级最高启动模式,使CPU中可以按照该模式进行启动,相对于现有技术,无需额外增加CPLD、外部电阻路等,即可实现CPU的启动,从而起到降低电路板使用空间的目的。
上面实施例中,CPU可以按照至少两种方式确定目标启动模式后,然后可以按照该目标启动模式进行启动,在实际应用,该CPU还可以通过判断启动是否成功,并按照判断结果执行相应的操作,下面结合两种不同的启动模式进行说明。
一、当CPU按照优先级排序确定目标启动模式时,该CPU可以判断启动是否成功,并根据判断结果执行相应操作。
请参阅图5,本发明实施例中一种CPU启动方法的另外一个实施例包括:
501、当单板上电时,CPU获取计数器模块记录的时钟发生模块产生时钟信号的次数。
可选地,本实施例中的时钟发生模块可以为晶体振荡器,该晶体振荡器常与锁相环电路配合使用,能将电能和机械能相互转化的晶体在共振的状态下工作,以产生稳定,精确的单频振荡,从而为CPU提供基本的时钟信号,CPU的一切指令的执行都是依赖该时钟信号实现的,从单板上电的时候开始,计数器模块对该晶体振荡器发送时钟信号的次数进行记录,此时获取模块101可以实时检测到该计数器模块统计的次数,或者该计数器模块将记录的次数向获取模块实时进行上报。
可以理解的是,该计数器模块可以集成在CPU中,也可以集成在CPU之外的电路板上,比如集成在CPU之外的看门狗定时器。本实施例中,将计数器模块集成在CPU中,可以进一步节约PCB板的使用空间。
502、当所述次数达到阈值时根据启动模式的优先级顺序确定目标启动模式。
503、所述CPU按照所述目标启动模式启动。
本实施例中的步骤502和步骤503与图4对应的实施例相同,具体此处不再赘述。
504、判断所述CPU是否启动成功,若是,则执行步骤505,若否,则执行步骤506。
可以理解的是,该CPU可以检测运行的启动程序版本是否正确,若检测到运行程序正确,则表示启动成功,若检测到运行程序错误,则表示启动失败。
505、向所述计数器模块发送第一控制信号,以使所述计数器模块206停止记录。
当CPU检测到启动成功时,该CPU向计数器模块发送第一控制信号,以使所述计数器模块停止记录。
506、向所述计数器模块发送第二控制信号,以使所述计数器模块将所述 次数重置为初始值,当所述次数达到所述阈值时,确定次优先级启动模式作为目标启动模式并重复执行步骤502和步骤503。
当CPU检测到启动失败时,向计数器模块发送第二控制信号,所述计数器模块将所述次数重置为初始值,此时计数器模块将继续记录时钟发生模块产生的时钟信号的次数,当计数器模块记录的次数再次达到该阈值时,CPU将按照启动模式的优先级排序,将次优先级启动模式作为目标启动模式,该CPU继续按照次优先级启动模式进行启动。
本发明实施例中,CPU通过获取计数器模块记录的时钟信号发送次数,当次数达到阈值时,该CPU可以根据优先级排序确定优先级最高启动模式作为目标启动模式,使CPU中可以按照该目标模式进行启动,相对于现有技术,无需额外增加CPLD、外部电阻路等,即可实现CPU的启动,从而起到降低电路板使用空间的目的。此外,该CPU还可以检测启动是否成功,并在启动失败时,将次优先级启动模式作为目标启动模式进行启动,从而使CPU可以通过多种启动模式进行启动,有效保证系统的正常运行。
二、当寄存器模块按照阈值与启动模式的对应关系,确定目标启动模式时,第二控制模块判断启动是否成功,并根据判断结果执行相应操作。
请参阅图6,本发明实施例中一种CPU启动方法的另外一个实施例包括:
601、当单板上电时,CPU获取计数器模块记录的时钟发生模块产生时钟信号的次数。
可选地,本实施例中的时钟发生模块可以为晶体振荡器,该晶体振荡器常与锁相环电路配合使用,能将电能和机械能相互转化的晶体在共振的状态下工作,以产生稳定,精确的单频振荡,从而为CPU提供基本的时钟信号,CPU的一切指令的执行都是依赖该时钟信号实现的,从单板上电的时候开始,计数器模块对该晶体振荡器发送时钟信号的次数进行记录,此时获取模块101可以实时检测到该计数器模块统计的次数,或者该计数器模块将记录的次数向获取模块实时进行上报。
可以理解的是,该计数器模块可以集成在CPU中,也可以集成在CPU之外的电路板上,比如集成在CPU之外的看门狗定时器。本实施例中,将计数器模块集成在CPU中,可以进一步节约PCB板的使用空间。
602、当所述次数达到阈值时根据启动模式的优先级顺序确定目标启动模式。
603、所述CPU按照所述目标启动模式启动。
本实施例中的步骤602和步骤603与图4对应的实施例相同,具体此处不再赘述。
604、判断所述CPU是否启动成功,若是,则执行步骤605,若否,则执行步骤606。
可以理解的是,该CPU可以检测运行的启动程序版本是否正确,若检测到运行程序正确,则表示启动成功,若检测到运行程序错误,则表示启动失败。
605、向所述计数器模块发送第三控制信号,以使所述计数器模块将所述次数重置为初始值。
当CPU检测到启动成功时,该CPU向计数器模块发送第三控制信号,从而使计数器模块根据该第三控制信号将记录的时钟发生模块产生的时钟信号次数重置为初始值,其中该初始值可以为零或其他值,具体此处不作限定。
606、CPU更新阈值,当所述次数达到更新后的阈值时,根据所述次数确定目标启动模式,并重复执行步骤602和步骤603。
当CPU检测到启动失败时,此时计数器模块记录的次数达到阈值之后,将继续记录时钟发生模块产生的时钟信号的次数,CPU更新阈值,并使该CPU按照更新后的阈值和启动模式的对应关系,确定目标启动模式,CPU继续按照次优先级启动模式进行启动。
需要说明的是,计数器模块记录的次数达到阈值时,将向CPU发送复位信号,此时,若该CPU确定检测结果为启动失败时,将对该阈值进行更新,若该CPU确定检测结果为启动成功时,则不更新该阈值。
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的系统,装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另 外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述,以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。

Claims (12)

  1. 一种CPU,其特征在于,包括:
    获取模块,用于当单板上电时,获取计数器模块记录的时钟发生模块产生时钟信号的次数;
    寄存器模块,用于当所述次数达到阈值时,确定目标启动模式;
    启动模块,用于按照所述目标启动模式启动。
  2. 根据权利要求1所述的CPU,其特征在于,所述寄存器模块具体用于根据预置的启动模式的优选级顺序,确定优先级最高的启动模式作为目标启动模式。
  3. 根据权利要求2所述的CPU,其特征在于,还包括:
    第一控制模块,用于判断所述启动模块是否启动成功,若是,则向所述计数器模块发送第一控制信号,以使所述计数器模块停止记录,若否,则向所述计数器模块发送第二控制信号,以使所述计数器模块将所述次数重置为初始值,当所述次数达到所述阈值时,确定次优先级启动模式作为目标启动模式,并使所述寄存器模块和启动模块执行相应操作。
  4. 根据权利要求1所述的CPU,其特征在于,所述寄存器模块具体用于根据预置的阈值与启动模式的对应关系,确定所述目标启动模式。
  5. 根据权利要求4所述的CPU,其特征在于,还包括:
    第二控制模块,用于判断所述启动模块是否启动成功,若是,则向所述计数器模块发送第三控制信号,以使所述计数器模块将所述次数重置为初始值,若否,则向所述寄存器模块发送第四控制信号,以使所述寄存器模块更新阈值,当所述次数达到更新后的阈值时,根据所述次数确定目标启动模式。
  6. 根据权利要求5所述的CPU,其特征在于,所述第二控制模块具体用于当接收所述计数器模块发送的复位信号,并根据所述复位信号控制所述寄存器模块更新所述阈值。
  7. 一种CPU的启动方法,其特征在于,包括:
    1)当单板上电时,CPU获取计数器模块记录的时钟发送模块产生时钟信号的次数;
    2)当所述次数达到阈值时,所述CPU确定目标启动模式;
    3)所述CPU按照所述目标启动模式启动。
  8. 根据权利要求7所述的方法,其特征在于,所述步骤2)具体包括:
    所述CPU根据预置的启动模式的优选级顺序,确定优先级最高的启动模式作为目标启动模式。
  9. 根据权利要求8所述的方法,其特征在于,在步骤3)之后还包括步骤:
    4)所述CPU判断所述启动模块是否启动成功,若是,则向所述计数器模块发送第一控制信号,以使所述计数器模块停止记录,若否,则向所述计数器模块发送第二控制信号,以使所述计数器模块将所述次数重置为初始值,当所述次数达到所述阈值时,确定次优先级启动模式作为目标启动模式,并重复执行步骤3)和步骤4)。
  10. 根据权利要求7所述的方法,其特征在于,所述步骤2)具体包括:
    当所述次数达到阈值时,所述CPU根据预置的阈值与启动模式的对应关系,确定所述目标启动模式。
  11. 根据权利要求10所述的方法,其特征在于,在步骤3)之后还包括步骤:
    4)判断所述CPU是否启动成功,若是,则向所述计数器模块发送第三控制信号,以使所述计数器模块将所述次数重置为初始值,若否,则更新阈值,当所述次数达到更新后的阈值时,根据所述次数确定目标启动模式。
  12. 根据权利要求11所述的方法,其特征在于,所述步骤4)中,更新阈值包括:
    41)所述CPU接收所述计数器模块发送的复位信号;
    42)所述CPU根据所述复位信号更新所述阈值。
PCT/CN2015/084790 2014-12-23 2015-07-22 一种cpu及cpu的启动方法 WO2016101607A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410834463.8 2014-12-23
CN201410834463.8A CN104572192B (zh) 2014-12-23 2014-12-23 一种cpu及cpu的启动方法

Publications (1)

Publication Number Publication Date
WO2016101607A1 true WO2016101607A1 (zh) 2016-06-30

Family

ID=53088350

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/084790 WO2016101607A1 (zh) 2014-12-23 2015-07-22 一种cpu及cpu的启动方法

Country Status (2)

Country Link
CN (1) CN104572192B (zh)
WO (1) WO2016101607A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572192B (zh) * 2014-12-23 2018-05-18 上海华为技术有限公司 一种cpu及cpu的启动方法
CN107885536A (zh) * 2017-11-30 2018-04-06 建荣半导体(深圳)有限公司 一种嵌入式处理器的启动方法、嵌入式处理器及存储装置
CN110096124A (zh) * 2018-01-31 2019-08-06 北京视联动力国际信息技术有限公司 一种多核系统的配置方法及装置
CN110888680B (zh) * 2019-11-26 2022-08-05 珠海泰芯半导体有限公司 一种嵌入式处理器的启动方法及其系统
CN114003299B (zh) * 2020-07-27 2024-04-09 中车株洲电力机车研究所有限公司 用于中央处理器的启动方法、装置及系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001005695A (ja) * 1999-06-22 2001-01-12 Denso Corp ウォッチドッグタイマ
JP2007323631A (ja) * 2006-05-01 2007-12-13 Shinko Electric Ind Co Ltd Cpu暴走判定回路
CN103902301A (zh) * 2012-12-25 2014-07-02 华为技术有限公司 读取bios的方法、装置以及处理器
CN104572192A (zh) * 2014-12-23 2015-04-29 上海华为技术有限公司 一种cpu及cpu的启动方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101369257B (zh) * 2008-07-10 2010-09-29 北京星网锐捷网络技术有限公司 一种启动数据处理模块的方法、装置及系统
US8892859B1 (en) * 2009-01-05 2014-11-18 Marvell Israel (M.I.S.L) Ltd. Hardware based detection of factory reset request
CN101561857B (zh) * 2009-04-28 2010-10-13 苏州国芯科技有限公司 多模式启动的安全嵌入式系统
CN101699402B (zh) * 2009-06-12 2012-06-27 苏州国芯科技有限公司 一种多模式启动的嵌入式系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001005695A (ja) * 1999-06-22 2001-01-12 Denso Corp ウォッチドッグタイマ
JP2007323631A (ja) * 2006-05-01 2007-12-13 Shinko Electric Ind Co Ltd Cpu暴走判定回路
CN103902301A (zh) * 2012-12-25 2014-07-02 华为技术有限公司 读取bios的方法、装置以及处理器
CN104572192A (zh) * 2014-12-23 2015-04-29 上海华为技术有限公司 一种cpu及cpu的启动方法

Also Published As

Publication number Publication date
CN104572192A (zh) 2015-04-29
CN104572192B (zh) 2018-05-18

Similar Documents

Publication Publication Date Title
TWI684859B (zh) 遠端系統復原之方法
WO2016101607A1 (zh) 一种cpu及cpu的启动方法
CN108255653B (zh) 一种产品的测试方法及其终端
US10353779B2 (en) Systems and methods for detection of firmware image corruption and initiation of recovery
US20180032350A1 (en) Method for recognizing external device and electronic device supporting the same
US10866801B1 (en) Non-destructive update of discrete components of firmware
EP3002677A1 (en) System and method for managing multiple bios default configurations
US9367446B2 (en) Computer system and data recovery method for a computer system having an embedded controller
WO2015035842A1 (zh) 应用程序控制方法、终端设备以及远程控制系统
US9904561B2 (en) Computer system and method for setting BIOS
US10869176B1 (en) Near field communication (NFC) enhanced computing systems
TW201133269A (en) Setting method of power lock-up and electronic apparatus thereof
US20170153660A1 (en) Automatic clock configuration system
WO2011137843A2 (zh) 设备标识信息的获取方法及装置
US20230221784A1 (en) System and method for power state enforced subscription management
US10212272B1 (en) Near field communication enhanced computing systems
TWI557551B (zh) 電子裝置及其喚醒方法
WO2014019231A1 (zh) 用于配置内存的方法和内存配置管理服务器
US20140317391A1 (en) Method for changing a system program and processing device utilizing the same
US20180059650A1 (en) Techniques for multiple application banks in a welding or cutting system
WO2018042313A2 (en) Techniques for implementing universal commands in a welding or cutting system
CN107077343B (zh) 忽略局域网唤醒引导中的输入
US20210042293A1 (en) Electronic device for prohibiting loss of data in database and method for operating the same
US20240069891A1 (en) Electronic device bios updates
CN110741359A (zh) 改变共享总线上集成电路的从属标识的系统和方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15871681

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15871681

Country of ref document: EP

Kind code of ref document: A1