CN112379911B - Firmware module registration information processing method and system, storage medium and smart phone - Google Patents

Firmware module registration information processing method and system, storage medium and smart phone Download PDF

Info

Publication number
CN112379911B
CN112379911B CN202011248614.3A CN202011248614A CN112379911B CN 112379911 B CN112379911 B CN 112379911B CN 202011248614 A CN202011248614 A CN 202011248614A CN 112379911 B CN112379911 B CN 112379911B
Authority
CN
China
Prior art keywords
module
information
program
registration information
registry
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.)
Active
Application number
CN202011248614.3A
Other languages
Chinese (zh)
Other versions
CN112379911A (en
Inventor
王运兵
杨州宇
张向程
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Vango Technologies Inc
Original Assignee
Hangzhou Vango Technologies Inc
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 Hangzhou Vango Technologies Inc filed Critical Hangzhou Vango Technologies Inc
Priority to CN202011248614.3A priority Critical patent/CN112379911B/en
Publication of CN112379911A publication Critical patent/CN112379911A/en
Application granted granted Critical
Publication of CN112379911B publication Critical patent/CN112379911B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Abstract

The invention belongs to the technical field of electronic product firmware development and discloses a firmware module registration information processing method, a system, a storage medium and a smart phone. Analyzing and sorting the BIN files of each module and the BIN files of the system, outputting the module information of each file, adjusting the storage space of all the modules, distributing and forming the module information registry and the storage space of all the modules of the whole system, and filling the module information registry into the appointed address space. The invention has simple firmware modularization assembly, 0 module coupling and independent multi-person development module; the task scheduling logic is simple, and the resource requirement is low.

Description

Firmware module registration information processing method and system, storage medium and smart phone
Technical Field
The invention belongs to the technical field of electronic product firmware development, and particularly relates to a firmware module registration information processing method, a firmware module registration information processing system, a storage medium and a smart phone.
Background
Currently, the closest prior art: firmware is a program written in EPROM (erasable programmable read only memory) or EEPROM (electrically erasable programmable read only memory). The firmware refers to a device "driver" stored in the device, and through the firmware, the operating system can implement the operation of a specific machine according to the standard device driver, for example, the optical disc drive and the recorder have internal firmware. Firmware is software that serves as the most basic and bottom layer of a system. In a hardware device, firmware is the soul of the hardware device, and because some hardware devices have no other software components except for firmware, the firmware determines the functions and performance of the hardware device.
The existing electronic product firmware is developed into 2 types, one is an operating system, and the other is a foreground and background system; the operating system has higher cost, and the development mode for realizing the APP needs to use dynamic loading, a file system and the like, so that the resource demand is more, the system cost is greatly increased, and the APP is not beneficial to low-cost electronic products. The foreground and background systems are low in cost, but are not beneficial to rapid development and transplantation, the functional modules are not independent, and the development of each product needs to be tested in each detail.
In summary, the problems of the prior art are as follows: the existing firmware development of electronic products has more resource requirements and higher cost; the functional modules are not independent, and the development of each product requires the testing of each detail.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a firmware module registration information processing method, a system, a storage medium and a smart phone.
The invention is realized in this way, a firmware module registration information processing method, which comprises the following steps:
acquiring a BIN file by using a BIN file acquisition program through a BIN file acquisition module; extracting module registration information from the BIN file of the module registration information extraction program module through the module registration information extraction module;
step two, information of each module is collected by an information registry generating module through an information registry generating program to generate a module information registry, and the system carries out scheduling and operation according to the generated module information registry;
the generated module information registry records program storage space or code space information, memory space information, module attribute information of each module and position information of each interface function between each module and a kernel;
step three, acquiring an interrupt vector table of the processor by using an interrupt vector table acquisition program through an interrupt vector table acquisition module; analyzing the obtained interrupt vector table by using an interrupt vector table analysis program through an interrupt vector table analysis module to obtain an analysis result;
step four, distributing BIN download addresses and memory addresses according to the system resource condition by utilizing a distribution program through a distribution module; updating module registration information by using an information updating program through an information updating module, and writing the registration information of the module into a module registration information table;
step five, adjusting the storage space of the module by using an adjusting program through an adjusting module, distributing and forming a module information registry and a module storage space, and filling the module information registry into a specified address space;
the adjusting module adjusts the storage space of the module by using the adjusting program, and the adjusting module comprises:
analyzing and sorting the BIN files of each module and the BIN files of the system, outputting the module information of each file, adjusting the storage space of all the modules, distributing and forming the module information registry and the storage space of all the modules of the whole system, and filling the module information registry into the appointed address space;
step six, a system maintenance program is utilized by a system maintenance module to maintain a module information registry during module installation, upgrading and uninstalling; performing task scheduling and data scheduling by the system kernel processing module according to the interface in the information registry generating module by using a system kernel processing program;
and step seven, defining the functional module of the system by using a definition program through a system function definition module.
Further, the firmware module registration information processing method further includes: writing and deleting of module programs, installation and uninstallation of modules, and management of an interrupt vector table.
Further, when the module is installed, the memory space address of the module is determined according to the distribution condition of the whole system, the BIN file of the module is written into the program space distributed by the system, and the module registration information table is updated.
Another object of the present invention is to provide a firmware module registration information processing system to which a firmware module registration information processing method is applied, the firmware module registration information processing system including:
the system comprises a BIN file acquisition module, a module registration information extraction module, an information registration table generation module, a central control module, an interrupt vector table acquisition module, an interrupt vector table analysis module, a distribution module, an information updating module, an adjustment module, a system maintenance module, a system kernel processing module and a system function definition module;
the BIN file acquisition module is connected with the central control module and is used for acquiring the BIN file through a BIN file acquisition program;
the module registration information refining module is connected with the central control module and used for refining the module registration information from the BIN file of the module registration information refining program module;
the information registry generating module is connected with the central control module and used for summarizing the information of each module through an information registry generating program to generate a module information registry;
the central control module is connected with the BIN file acquisition module, the module registration information extraction module, the information registry generation module, the interrupt vector table acquisition module, the interrupt vector table analysis module, the distribution module, the information updating module, the adjustment module, the system maintenance module, the system kernel processing module and the system function definition module and is used for controlling each module to normally operate through the main control computer;
the interrupt vector table acquisition module is connected with the central control module and is used for acquiring the processor interrupt vector table through the interrupt vector table acquisition program;
the interrupt vector table analysis module is connected with the central control module and is used for analyzing the acquired interrupt vector table through the interrupt vector table analysis program to obtain an analysis result;
the distribution module is connected with the central control module and used for distributing BIN download addresses and memory addresses according to the system resource condition through a distribution program;
the information updating module is connected with the central control module and used for updating the module registration information through an information updating program and writing the module registration information into a module registration information table;
the adjusting module is connected with the central control module and used for adjusting the storage space of the module through an adjusting program, distributing and forming a module information registry and a module storage space, and filling the module information registry into a specified address space;
the system maintenance module is connected with the central control module and used for maintaining a module information registry during module installation, upgrading and uninstalling through a system maintenance program;
the system kernel processing module is connected with the central control module and used for carrying out task scheduling and data scheduling according to the interface in the information registry generating module through a system kernel processing program;
and the system function definition module is connected with the central control module and is used for defining the functional modules of the system through a definition program.
Further, the information registry generating module includes:
the program storage space information unit is used for recording the program storage space or code space information of each system function module;
the memory space information unit is used for recording the program memory space information of each system function module;
the module attribute information unit is used for recording the module attribute information of each system function module;
the interface function position information unit between the module and the kernel is used for recording the position information of each interface function between each system function module and the kernel;
further, the information registry generating module further comprises:
the task scheduling function inlet is used for the address of each interface function of the module task operation;
and the input and output function inlet is used for inputting and outputting functions of module data and operation.
Further, the system maintenance module includes:
the module preinstallation unit is used for realizing the memory allocation of each system function module, the maintenance of a module registration information table, the writing and deletion of a module program, the installation and the uninstallation of each module and the management of an interrupt vector table;
and the module installation unit is used for determining the space address of the module memory according to the distribution condition of the system, writing the BIN file of the module into the program space distributed by the system and updating the module registration information table.
Another object of the present invention is to provide a receiving user input program storage medium stored in a firmware module registration information processing system, the receiving user input program storage medium storing a computer program for causing an electronic device to execute steps comprising:
step one, extracting module registration information from a BIN file of a module, allocating a BIN download address and a memory allocation address of the module by a system kernel according to the system resource condition, updating the module registration information, and writing the registration information of the module into a module registration information table;
and secondly, analyzing and sorting the BIN files of the modules and the BIN files of the system, outputting the module information of the files, adjusting the storage spaces of all the modules, distributing and forming a module information registry and all the module storage spaces of the whole system, and filling the module information registry into a specified address space.
Another object of the present invention is to provide a computer program product stored on a computer readable medium, comprising a computer readable program for providing a user input interface to implement the firmware module registration information processing method when the computer program product is executed on an electronic device.
A smart phone carrying the firmware module registration information processing system.
In summary, the advantages and positive effects of the invention are: the invention has simple firmware modularization assembly, 0 module coupling and independent multi-person development module; the task scheduling logic is simple, and the resource requirement is low; completely different from the international mainstream operating system, belongs to the operating system originally and pioneered in China.
Drawings
Fig. 1 is a flowchart of a firmware module registration information processing method according to an embodiment of the present invention.
FIG. 2 is a block diagram of a firmware module registration information processing system according to an embodiment of the present invention;
in the figure: 1. a BIN file acquisition module; 2. module registration information extraction module; 3. an information registry generation module; 4. a central control module; 5. an interrupt vector table acquisition module; 6. an interrupt vector table analysis module; 7. a distribution module; 8. an information updating module; 9. an adjustment module; 10. a system maintenance module; 11. a system kernel processing module; 12. and a system function definition module.
Fig. 3 is a block diagram of an information registry generating module according to an embodiment of the present invention.
Fig. 4 is a flowchart of an implementation of a firmware module registration information processing method according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
In view of the problems in the prior art, the present invention provides a method, a system, a storage medium, and a smart phone for processing firmware module registration information, and the present invention is described in detail below with reference to the accompanying drawings.
As shown in fig. 1, the firmware module registration information processing method according to the embodiment of the present invention includes the following steps:
s101, acquiring a BIN file by using a BIN file acquisition program through a BIN file acquisition module; extracting module registration information from the BIN file of the module registration information extraction program module through the module registration information extraction module;
s102, information of each module is collected to generate a module information registry by an information registry generating module through an information registry generating program, and a system carries out scheduling and operation according to the generated module information registry;
s103, acquiring the processor interrupt vector table by using an interrupt vector table acquisition program through an interrupt vector table acquisition module; analyzing the obtained interrupt vector table by using an interrupt vector table analysis program through an interrupt vector table analysis module to obtain an analysis result;
s104, distributing BIN download addresses and memory addresses according to system resource conditions by utilizing a distribution program through a distribution module; updating module registration information by using an information updating program through an information updating module, and writing the module registration information into a module registration information table;
s105, adjusting the storage space of the module by using an adjusting program through an adjusting module, distributing and forming a module information registry and a module storage space, and filling the module information registry into a specified address space;
s106, maintaining a module information registry by a system maintenance module during module installation, upgrading and uninstalling by using a system maintenance program; performing task scheduling and data scheduling by the system kernel processing module according to the interface in the information registry generating module by using a system kernel processing program;
and S107, defining the functional modules of the system by using the definition program through the system function definition module.
The embodiment of the present invention provides a method for adjusting a storage space of a module by an adjustment module using an adjustment program, including:
analyzing and sorting the BIN files of each module and the BIN files of the system, outputting the module information of each file, adjusting the storage space of all the modules, distributing and forming the module information registry and the storage space of all the modules of the whole system, and filling the module information registry into the appointed address space.
The firmware module registration information processing method provided by the embodiment of the invention further comprises the following steps: writing and deleting of module programs, installation and uninstallation of modules, and management of an interrupt vector table.
When the module provided by the embodiment of the invention is installed, the memory space address of the module is determined according to the distribution condition of the whole system, the BIN file of the module is written into the program space distributed by the system, and the module registration information table is updated.
As shown in fig. 2, the firmware module registration information processing system according to the embodiment of the present invention includes:
the BIN file acquisition module 1 is connected with the central control module 4 and is used for acquiring the BIN file through a BIN file acquisition program;
the module registration information extraction module 2 is connected with the central control module 4 and is used for extracting the module registration information from the BIN file of the module registration information extraction program module;
the information registry generating module 3 is connected with the central control module 4 and is used for summarizing the information of each module through an information registry generating program to generate a module information registry;
the central control module 4 is connected with the BIN file acquisition module 1, the module registration information extraction module 2, the information registration table generation module 3, the interrupt vector table acquisition module 5, the interrupt vector table analysis module 6, the distribution module 7, the information update module 8, the adjustment module 9, the system maintenance module 10, the system kernel processing module 11 and the system function definition module 12, and is used for controlling each module to normally operate through a main control computer;
an interrupt vector table acquisition module 5 connected to the central control module 4 for acquiring the processor interrupt vector table through the interrupt vector table acquisition program;
an interrupt vector table analysis module 6 connected to the central control module 4, for analyzing the obtained interrupt vector table by the interrupt vector table analysis program to obtain an analysis result;
the distribution module 7 is connected with the central control module 4 and used for distributing BIN download addresses and memory addresses according to the system resource condition through a distribution program;
the information updating module 8 is connected with the central control module 4 and used for updating the module registration information through an information updating program and writing the module registration information into a module registration information table;
the adjusting module 9 is connected with the central control module 4 and used for adjusting the storage space of the module through an adjusting program, distributing and forming a module information registry and a module storage space, and filling the module information registry into a specified address space;
the system maintenance module 10 is connected with the central control module 4 and used for maintaining a module information registry during module installation, upgrading and uninstalling through a system maintenance program;
the system kernel processing module 11 is connected with the central control module 4 and used for performing task scheduling and data scheduling according to an interface in the information registry generating module through a system kernel processing program;
and the system function defining module 12 is connected with the central control module 4 and is used for defining the functional modules of the system through a definition program.
As shown in fig. 3, the information registry generating module provided in the embodiment of the present invention includes:
the program storage space information unit is used for recording the program storage space or code space information of each system function module;
the memory space information unit is used for recording the program memory space information of each system function module;
the module attribute information unit is used for recording the module attribute information of each system function module;
the interface function position information unit between the module and the kernel is used for recording the position information of each interface function between each system function module and the kernel;
the information registry generating module provided by the embodiment of the invention further comprises:
the task scheduling function inlet is used for the address of each interface function of the module task operation;
and the input and output function inlet is used for the input and output functions of module data and operation.
The system maintenance module provided by the embodiment of the invention comprises:
the module pre-installation unit is used for realizing memory allocation of each system function module, maintenance of a module registration information table, writing and deletion of module programs, installation and uninstallation of each module and management of an interrupt vector table;
and the module installation unit is used for determining the space address of the module memory according to the distribution condition of the system, writing the BIN file of the module into the program space distributed by the system and updating the module registration information table.
The computer program stored in the program storage medium for receiving user input according to the embodiment of the present invention causes the electronic device to execute the steps of:
extracting module registration information from a BIN file of a module, allocating a BIN download address and a memory allocation address of the module by a system kernel according to the system resource condition, updating the module registration information, and writing the registration information of the module into a module registration information table;
analyzing and sorting the BIN files of all the modules and the system BIN files, outputting the module information of all the files, adjusting the storage space of all the modules, distributing and forming the module information registry and the storage space of all the modules of the whole system, and filling the module information registry into the appointed address space.
As shown in fig. 4, the information of each module in the embodiment of the present invention is registered as a module information registry, and the system performs scheduling and operation according to the module information registry.
(1) Registration information:
interrupt vector table: a processor interrupt vector table.
Module information registry: the table formed by the module information of each software module (APP) records program storage space (code space) information, memory space information, module attribute information, and location information of each interface function between the module and the kernel, and is not limited to these information.
A system kernel: the system kernel is responsible for maintaining the module information registry, and is responsible for maintaining the module information registry when the module is installed, upgraded and uninstalled, and the system kernel carries out task scheduling and data scheduling according to the interfaces in the module information registry.
Module 1 to module n: these are user function modules, system service modules, driver modules, etc., that is, application layer modules, driver layer modules, system kernel modules, system service modules, data platform modules, etc., which are defined by users.
In the preferred embodiment of the present invention, the system kernel has several functions as follows: memory allocation for each module, maintenance of a module registration information table, writing and deletion of a module program, installation and uninstallation of each module, management of an interrupt vector table, and the like. When the module is installed, the memory space address of the module is determined according to the distribution condition of the whole system, the BIN file of the module is written into the program space distributed by the system, and the module registration information table is updated.
In a preferred embodiment of the present invention, the registration information consists of (including but not limited to):
the following registration information is a unified interface of all module abstractions;
task scheduling function entry: the addresses of the various interface functions that the module task runs, such as the module initialization function, the offload function (the function that stops the module running), the low power setting function, the module main function, etc.
Input-output function entry: module data and input and output functions of operations.
Program storage space information: the module program stores information such as a first address and a length (or a last address), and the storage address is an absolute address.
Memory space address: the memory is divided into an internal RAM and an external memory, and the first address and the length distribution of the memories used by the module are used.
Attribute information: similar module running task priority, module type, module name and other attributes.
In a preferred embodiment of the present invention, the registration algorithms and mechanisms;
module installation algorithm and mechanism-when the module is installed, module registration information is extracted from a BIN file of the module, the extraction operation can be completed by a modular management system or a system kernel, the system kernel allocates a BIN download address and a memory allocation address of the module according to the system resource condition, then the module registration information is updated, and the module registration information is written into a module registration information table.
Generating BIN file producing algorithm and mechanism, that is, the modular management system analyzes and arranges the BIN files of each module and the BIN files of the system, outputs the module information of each file, adjusts the storage space of all the modules, distributes and forms the module information registry and all the module storage spaces of the whole system, and fills the module information registry into the appointed address space.
Demonstration section (concrete examples/experiments/simulation/positive experimental data capable of demonstrating the inventive aspects of the invention, etc.)
It should be noted that the embodiments of the present invention can be realized by hardware, software, or a combination of software and hardware. The hardware portion may be implemented using dedicated logic; the software portions may be stored in a memory and executed by a suitable instruction execution system, such as a microprocessor or specially designed hardware. Those skilled in the art will appreciate that the apparatus and methods described above may be implemented using computer executable instructions and/or embodied in processor control code, such code being provided on a carrier medium such as a disk, CD-or DVD-ROM, programmable memory such as read only memory (firmware), or a data carrier such as an optical or electronic signal carrier, for example. The apparatus of the present invention and its modules may be implemented by hardware circuits such as very large scale integrated circuits or gate arrays, semiconductors such as logic chips, transistors, or programmable hardware devices such as field programmable gate arrays, programmable logic devices, or software executed by various types of processors, or a combination of hardware circuits and software, e.g., firmware.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (9)

1. A firmware module registration information processing method is characterized by comprising the following steps:
acquiring a BIN file by using a BIN file acquisition program through a BIN file acquisition module; extracting module registration information from the BIN file of the module registration information extraction program module through the module registration information extraction module;
step two, information of each module is collected by an information registry generating module through an information registry generating program to generate a module information registry, and the system carries out scheduling and operation according to the generated module information registry;
the generated module information registry records program storage space or code space information, memory space information, module attribute information of each module and position information of each interface function between each module and a kernel;
step three, acquiring an interrupt vector table of the processor by using an interrupt vector table acquisition program through an interrupt vector table acquisition module; analyzing the obtained interrupt vector table by using an interrupt vector table analysis program through an interrupt vector table analysis module to obtain an analysis result;
step four, distributing BIN download addresses and memory addresses according to system resource conditions by utilizing a distribution program through a distribution module; updating module registration information by using an information updating program through an information updating module, and writing the registration information of the module into a module registration information table;
step five, adjusting the storage space of the module by using an adjusting program through an adjusting module, distributing and forming a module information registry and a module storage space, and filling the module information registry into a specified address space;
the adjusting module adjusts the storage space of the module by using the adjusting program, and includes:
analyzing and sorting the BIN files of each module and the BIN files of the system, outputting the module information of each file, adjusting the storage space of all the modules, distributing and forming the module information registry and the storage space of all the modules of the whole system, and filling the module information registry into the appointed address space;
step six, a system maintenance program is utilized by a system maintenance module to maintain a module information registry during module installation, upgrading and uninstalling; performing task scheduling and data scheduling by the system kernel processing module according to the interface in the information registry generating module by using a system kernel processing program;
and step seven, defining the functional module of the system by using a definition program through a system function definition module.
2. The firmware module registration information processing method according to claim 1, further comprising: writing and deleting of module programs, installation and uninstallation of modules, and management of an interrupt vector table.
3. The firmware module registration information processing method according to claim 2, wherein when the module is installed, the memory space address of the module is determined according to the allocation condition of the whole system, the BIN file of the module is written into the program space allocated by the system, and the module registration information table is updated.
4. A firmware module registration information processing system to which the firmware module registration information processing method according to claim 1 is applied, the firmware module registration information processing system comprising:
the system comprises a BIN file acquisition module, a module registration information extraction module, an information registry generation module, a central control module, an interrupt vector table acquisition module, an interrupt vector table analysis module, a distribution module, an information updating module, an adjustment module, a system maintenance module, a system kernel processing module and a system function definition module;
the BIN file acquisition module is connected with the central control module and is used for acquiring the BIN file through a BIN file acquisition program;
the module registration information refining module is connected with the central control module and used for refining the module registration information from the BIN file of the module registration information refining program module;
the information registry generating module is connected with the central control module and used for summarizing the information of each module through an information registry generating program to generate a module information registry;
the central control module is connected with the BIN file acquisition module, the module registration information extraction module, the information registration table generation module, the interrupt vector table acquisition module, the interrupt vector table analysis module, the distribution module, the information updating module, the adjustment module, the system maintenance module, the system kernel processing module and the system function definition module and is used for controlling the normal operation of each module through the main control computer;
the interrupt vector table acquisition module is connected with the central control module and is used for acquiring the processor interrupt vector table through the interrupt vector table acquisition program;
the interrupt vector table analysis module is connected with the central control module and is used for analyzing the acquired interrupt vector table through the interrupt vector table analysis program to obtain an analysis result;
the distribution module is connected with the central control module and used for distributing the BIN download address and the memory address according to the system resource condition through a distribution program;
the information updating module is connected with the central control module and used for updating the module registration information through an information updating program and writing the module registration information into a module registration information table;
the adjusting module is connected with the central control module and used for adjusting the storage space of the module through an adjusting program, distributing and forming a module information registry and a module storage space, and filling the module information registry into a specified address space;
the system maintenance module is connected with the central control module and used for maintaining a module information registry during module installation, upgrading and uninstalling through a system maintenance program;
the system kernel processing module is connected with the central control module and used for carrying out task scheduling and data scheduling according to the interface in the information registry generating module through a system kernel processing program;
and the system function definition module is connected with the central control module and is used for defining the functional modules of the system through a definition program.
5. The firmware module registration information processing system according to claim 4, wherein the information registry generating module includes:
the program storage space information unit is used for recording the program storage space or code space information of each system function module;
the memory space information unit is used for recording the memory space information of each system function module;
the module attribute information unit is used for recording the module attribute information of each system function module;
and the interface function position information unit between the module and the kernel is used for recording the position information of the interface functions between the system function modules and the kernel.
6. The firmware module registration information processing system of claim 5, wherein the information registry generating module further comprises:
the task scheduling function inlet is used for the address of each interface function of module task operation;
and the input and output function inlet is used for the input and output functions of module data and operation.
7. The firmware module registration information processing system of claim 4, wherein the system maintenance module comprises:
the module pre-installation unit is used for realizing memory allocation of each system function module, maintenance of a module registration information table, writing and deletion of module programs, installation and uninstallation of each module and management of an interrupt vector table;
and the module installation unit is used for determining the space address of the module memory according to the distribution condition of the system, writing the BIN file of the module into the program space distributed by the system and updating the module registration information table.
8. A computer program storage medium stored in a firmware module registration information processing system, comprising a computer readable program for providing a user input interface to implement the firmware module registration information processing method according to any one of claims 1 to 3 when executed on an electronic device.
9. A smartphone carrying a firmware module registration information processing system as claimed in any one of claims 4 to 7.
CN202011248614.3A 2020-11-10 2020-11-10 Firmware module registration information processing method and system, storage medium and smart phone Active CN112379911B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011248614.3A CN112379911B (en) 2020-11-10 2020-11-10 Firmware module registration information processing method and system, storage medium and smart phone

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011248614.3A CN112379911B (en) 2020-11-10 2020-11-10 Firmware module registration information processing method and system, storage medium and smart phone

Publications (2)

Publication Number Publication Date
CN112379911A CN112379911A (en) 2021-02-19
CN112379911B true CN112379911B (en) 2022-11-11

Family

ID=74579261

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011248614.3A Active CN112379911B (en) 2020-11-10 2020-11-10 Firmware module registration information processing method and system, storage medium and smart phone

Country Status (1)

Country Link
CN (1) CN112379911B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1687899A (en) * 2005-06-15 2005-10-26 大唐微电子技术有限公司 Method, system and module for dynamic downloading of applied programe to user identification
CN102609301A (en) * 2012-01-13 2012-07-25 武汉噢易科技有限公司 Method for deploying software for multiple clients quickly
CN109684028A (en) * 2017-10-18 2019-04-26 中兴通讯股份有限公司 A kind of method, device and equipment that operating system is separated with user data

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7073059B2 (en) * 2001-06-08 2006-07-04 Hewlett-Packard Development Company, L.P. Secure machine platform that interfaces to operating systems and customized control programs
US7587575B2 (en) * 2006-10-17 2009-09-08 International Business Machines Corporation Communicating with a memory registration enabled adapter using cached address translations

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1687899A (en) * 2005-06-15 2005-10-26 大唐微电子技术有限公司 Method, system and module for dynamic downloading of applied programe to user identification
CN102609301A (en) * 2012-01-13 2012-07-25 武汉噢易科技有限公司 Method for deploying software for multiple clients quickly
CN109684028A (en) * 2017-10-18 2019-04-26 中兴通讯股份有限公司 A kind of method, device and equipment that operating system is separated with user data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于XTS-AES的USB存储加密器设计与实现;杨献超;《中国优秀硕士学位论文全文数据库(电子期刊)》;20130630;第1-12页 *

Also Published As

Publication number Publication date
CN112379911A (en) 2021-02-19

Similar Documents

Publication Publication Date Title
CN107111663B (en) Heterogeneous multiprocessor program compilation targeting programmable integrated circuits
US9934005B2 (en) Dynamically building locale objects or subsections of locale objects based on historical data
US8621419B2 (en) Automating the life cycle of a distributed computing application
US6691146B1 (en) Logical partition manager and method
US9274782B2 (en) Automated computer application update analysis
KR20070049095A (en) Servicing a component-base software product
CN102541619A (en) Management device and method for virtual machine
CN103718159B (en) Image processing software development approach, image processing software development device
CN102880482A (en) System and technical method of automatically updating software in host batch control virtual machine
US20040210883A1 (en) Method and apparatus for building executable computer programs using compiled program libraries
CN115291946A (en) Hongmong system transplanting method, device, electronic equipment and readable medium
US9141353B2 (en) Dynamically building locale objects at run-time
CN103530165A (en) Java solution applied to internet of things
CN112379911B (en) Firmware module registration information processing method and system, storage medium and smart phone
CN111679860A (en) Distributed information processing method and device
CN112379867B (en) Embedded operating system, method and storage medium based on modular development
US10649743B2 (en) Application developing method and system
JP6763411B2 (en) Design support equipment, design support methods, and design support programs
US11474807B1 (en) Firmware update method and computer program product for updating firmware
CN112540777A (en) Method and terminal for supporting dynamic read-write of NV (network video) parameters
CN114265573B (en) Sound effect control method and system and central control vehicle
CN112667413A (en) Access control method and system of business rule engine and readable storage medium
US11714657B2 (en) Self optimizing application
US7434201B2 (en) Method and apparatus providing for extendable interaction between firmware and operating systems on digital devices
CN117492765A (en) Variable processing method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant