CN112463236A - Single-soft multi-hard implementation method and terminal - Google Patents

Single-soft multi-hard implementation method and terminal Download PDF

Info

Publication number
CN112463236A
CN112463236A CN202011377270.6A CN202011377270A CN112463236A CN 112463236 A CN112463236 A CN 112463236A CN 202011377270 A CN202011377270 A CN 202011377270A CN 112463236 A CN112463236 A CN 112463236A
Authority
CN
China
Prior art keywords
current
hardware
version
equipment
value
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
Application number
CN202011377270.6A
Other languages
Chinese (zh)
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.)
Fuzhou Huisibo Information Technology Co ltd
Original Assignee
Fuzhou Huisibo Information Technology Co ltd
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 Fuzhou Huisibo Information Technology Co ltd filed Critical Fuzhou Huisibo Information Technology Co ltd
Priority to CN202011377270.6A priority Critical patent/CN112463236A/en
Publication of CN112463236A publication Critical patent/CN112463236A/en
Pending legal-status Critical Current

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/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • 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
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

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

Abstract

The invention discloses a single-soft multi-hard implementation method and a terminal; the invention configures the default state of all multi-supply peripherals in the equipment tree as no loading; starting a boot program to read a current preset pin voltage of current equipment hardware, and acquiring a current hardware version corresponding to the current preset pin voltage according to a mapping relation between the preset pin voltage and the hardware version; setting the state of the peripheral corresponding to the current hardware version in the equipment tree to be loaded according to the current hardware version; loading a driver corresponding to the peripheral equipment with the state needing to be loaded in the equipment tree by the real-time operating system; the invention configures the equipment state in the equipment tree by reading the ADC pin, so that the corresponding equipment driver is automatically loaded, single software or multiple hardwares are realized, one set of software can be automatically adapted to different hardware, the development period is shortened, the workload is reduced, and the condition of programming confusion caused by multiple projects is avoided.

Description

Single-soft multi-hard implementation method and terminal
Technical Field
The invention relates to the technical field of computers, in particular to a single-soft multi-hard implementation method and a terminal.
Background
When a project product is completed, a software platform not only does one project, but also derives a plurality of projects based on one project. And these items are often only peripheral replacement on hardware, for example, we have completed item a, but the display screen of item B of the new customer is replaced by display screen B, the display screen of item C is replaced by display screen C, and the like.
In the prior art, different items are often adopted to correspond to different compiling scripts, and different compiling scripts use different config configuration files and different modes of device tree files. Thus, compiling only corresponding drive codes according to config difference to generate different image files; and according to the difference of the equipment trees, only loading the corresponding drive to start when starting. Such as:
item A, using a compiling script build _ A, configuring a support LCD _ A by a config file in the project A, and setting a dts equipment tree LCD _ A status as OK; when compiled, the codes of the LCD _ A display screen are compiled; the generated mirror image file only contains the drive of the LCD _ A display screen; the boot device only loads the driver of LCD _ a.
Item B, using a compiling script build _ B, configuring a support LCD _ B by a config file in the item B, and setting the status of a dts equipment tree LCD _ B to be OK; thus compiled is the code of the LCD _ B display screen. The generated image file only contains the drive of the LCD _ B display screen, and the starting-up equipment only loads the drive of the LCD _ B.
Different projects use different image files, and the following disadvantages exist:
(1) resulting in increased development effort and more complex code maintenance.
(2) And the test workload is increased, a plurality of software are tested completely, and if only one set of software is used, some public tests of different projects can be tested less or less test resources are invested.
(3) Once more items are available, the programming is also easy to be confused.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the method and the terminal for realizing single soft and multiple hard are provided, so that the workload is reduced, and the condition of programming confusion caused by more projects is avoided.
In order to solve the technical problems, the invention adopts the technical scheme that:
a method of single soft multi-hard implementation, comprising:
s1, configuring the states of all the multi-supply peripherals in the equipment tree as no loading by default;
s2, starting a boot program to read the current preset pin voltage of the current equipment hardware, and acquiring the current hardware version corresponding to the current preset pin voltage according to the mapping relation between the preset pin voltage and the hardware version;
s3, setting the state of the peripheral corresponding to the current hardware version in the equipment tree to be loaded according to the current hardware version;
and S4, loading the driver corresponding to the peripheral equipment with the state needing to be loaded in the equipment tree by the real-time operating system.
A single soft multi-hard implementation terminal, comprising a processor, a memory, and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
s1, configuring the states of all the multi-supply peripherals in the equipment tree as no loading by default;
s2, starting a boot program to read the current preset pin voltage of the current equipment hardware, and acquiring the current hardware version corresponding to the current preset pin voltage according to the mapping relation between the preset pin voltage and the hardware version;
s3, setting the state of the peripheral corresponding to the current hardware version in the equipment tree to be loaded according to the current hardware version;
and S4, loading the driver corresponding to the peripheral equipment with the state needing to be loaded in the equipment tree by the real-time operating system.
The invention has the beneficial effects that: the invention reads the voltage of the preset pin, configures the equipment state in the equipment tree according to the difference of the voltage, and automatically loads the corresponding equipment drive, thereby realizing single software or multiple hardnesses, automatically adapting to different hardware by one set of software, shortening the development period, reducing the workload and avoiding the condition of programming confusion caused by multiple projects.
Drawings
FIG. 1 is a flow chart of a single soft multi-hard implementation method according to an embodiment of the present invention;
fig. 2 is a block diagram of a single soft multi-hard implementation terminal according to an embodiment of the present invention;
FIG. 3 is a detailed flow chart of a single soft multi-hard implementation method according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of an ADC pin of a single soft multi-hard implementation method according to an embodiment of the present invention;
description of reference numerals:
1. a single soft multi-hard implementation terminal; 2. a processor; 3. a memory.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
Referring to fig. 1, fig. 3 and fig. 4, a method for implementing single soft and multiple hard includes:
s1, configuring the states of all the multi-supply peripherals in the equipment tree as no loading by default;
s2, starting a boot program to read the current preset pin voltage of the current equipment hardware, and acquiring the current hardware version corresponding to the current preset pin voltage according to the mapping relation between the preset pin voltage and the hardware version;
s3, setting the state of the peripheral corresponding to the current hardware version in the equipment tree to be loaded according to the current hardware version;
and S4, loading the driver corresponding to the peripheral equipment with the state needing to be loaded in the equipment tree by the real-time operating system.
From the above description, the beneficial effects of the present invention are: the invention reads the voltage of the preset pin, configures the equipment state in the equipment tree according to the difference of the voltage, and automatically loads the corresponding equipment drive, thereby realizing single software or multiple hardnesses, automatically adapting to different hardware by one set of software, shortening the development period, reducing the workload and avoiding the condition of programming confusion caused by multiple projects.
Further, the step S2 is specifically:
starting a boot bootstrap program uboot or boot loader to read the current preset pin voltage of the current equipment hardware as an ADC voltage value, acquiring a HW Version value corresponding to the ADC voltage value according to the mapping relation between the ADC voltage value and the HW Version, and acquiring a current hardware Version according to the HW Version value corresponding to the ADC voltage value.
As can be seen from the above description, the boot loader uses uboot or BootLoader as an embodiment of the present invention; in addition, the voltage value of the preset pin voltage and the hardware version are in one-to-one correspondence in advance, so that when the hardware version is judged subsequently, the corresponding hardware version can be obtained only according to the voltage value of the preset pin voltage, and single software or multiple hardware is realized.
Furthermore, the current preset pin voltage of the current device hardware is the divided voltage of two resistors on the current device hardware, and the resistance values of the two resistors on the current device hardware are different from the resistance values of the two resistors on the device hardware of other hardware versions.
As can be seen from the above description, the two resistors in different hardware versions have different resistance values, so as to generate different voltage division. Namely, different voltage values are output through replacement of the two resistors, so that different hardware versions are distinguished.
Further, the step S4 is followed by:
and S5, reading the value of the HW Version by a start function of the real-time operating system, and subdividing the drive of the real-time operating system according to the value of the HW Version.
From the above description we can further differentiate the drivers according to the value of HW Version, e.g. to distinguish different criteria.
Further, the device tree in step S1 is located in a real-time operating system, and the information described by the device tree includes: the number and type of CPUs, base address and size of memory, buses and bridges, peripheral connections, interrupt controller and interrupt usage, GPIO controller and GPIO usage, and Clock controller and Clock usage.
As apparent from the above description, the device tree of the present invention includes peripheral connection information and the like as an embodiment of the present invention.
Referring to fig. 2, a single-soft multi-hard implementation terminal includes a processor, a memory, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the following steps:
s1, configuring the states of all the multi-supply peripherals in the equipment tree as no loading by default;
s2, starting a boot program to read the current preset pin voltage of the current equipment hardware, and acquiring the current hardware version corresponding to the current preset pin voltage according to the mapping relation between the preset pin voltage and the hardware version;
s3, setting the state of the peripheral corresponding to the current hardware version in the equipment tree to be loaded according to the current hardware version;
and S4, loading the driver corresponding to the peripheral equipment with the state needing to be loaded in the equipment tree by the real-time operating system.
From the above description, the beneficial effects of the present invention are: the invention reads the voltage of the preset pin, configures the equipment state in the equipment tree according to the difference of the voltage, and automatically loads the corresponding equipment drive, thereby realizing single software or multiple hardnesses, automatically adapting to different hardware by one set of software, shortening the development period, reducing the workload and avoiding the condition of programming confusion caused by multiple projects.
Further, the step S2 is specifically:
starting a boot bootstrap program uboot or boot loader to read the current preset pin voltage of the current equipment hardware as an ADC voltage value, acquiring a HW Version value corresponding to the ADC voltage value according to the mapping relation between the ADC voltage value and the HW Version, and acquiring a current hardware Version according to the HW Version value corresponding to the ADC voltage value.
As can be seen from the above description, the boot loader uses uboot or BootLoader as an embodiment of the present invention; in addition, the voltage value of the preset pin voltage and the hardware version are in one-to-one correspondence in advance, so that when the hardware version is judged subsequently, the corresponding hardware version can be obtained only according to the voltage value of the preset pin voltage, and single software or multiple hardware is realized.
Furthermore, the current preset pin voltage of the current device hardware is the divided voltage of two resistors on the current device hardware, and the resistance values of the two resistors on the current device hardware are different from the resistance values of the two resistors on the device hardware of other hardware versions.
As can be seen from the above description, the two resistors in different hardware versions have different resistance values, so as to generate different voltage division. Namely, different voltage values are output through replacement of the two resistors, so that different hardware versions are distinguished.
Further, the processor, when executing the computer program, after step S4, further includes:
and S5, reading the value of the HW Version by a start function of the real-time operating system, and subdividing the drive of the real-time operating system according to the value of the HW Version.
From the above description we can further differentiate the drivers according to the value of HW Version, e.g. to distinguish different criteria.
Further, the device tree in step S1 is located in a real-time operating system, and the information described by the device tree includes: the number and type of CPUs, base address and size of memory, buses and bridges, peripheral connections, interrupt controller and interrupt usage, GPIO controller and GPIO usage, and Clock controller and Clock usage.
As apparent from the above description, the device tree of the present invention includes peripheral connection information and the like as an embodiment of the present invention.
Referring to fig. 1, fig. 3 and fig. 4, a first embodiment of the present invention is:
a method of single soft multi-hard implementation, comprising:
s1, configuring the states of all the multi-supply peripherals in the equipment tree as no loading by default;
the device tree in step S1 is located in a real-time operating system, and the information described by the device tree includes: the number and type of CPUs, base address and size of memory, buses and bridges, peripheral connections, interrupt controllers and interrupt usage, GPIO controllers and GPIO usage, and Clock controllers and Clock usage;
in this embodiment, a device tree of a kernel of a real-time operating system, that is, a dts file in the kernel, is a data structure for describing hardware resources, and transmits the hardware resources to a kernel through a boot program, so that the kernel and the hardware resource description are relatively independent, the device tree includes various driver device nodes, and the kernel also includes codes of these modules. For devices which are frequently replaced, such as a display screen, a touch screen, a camera and the like, the status is configured to be disabled, and then the boot process does not load the corresponding drivers of the device tree if the status of the drivers is not ok and the kernel does not load the drivers.
S2, starting a boot program to read the current preset pin voltage of the current equipment hardware, and acquiring the current hardware version corresponding to the current preset pin voltage according to the mapping relation between the preset pin voltage and the hardware version;
the step S2 specifically includes:
starting a boot bootstrap program uboot or boot loader to read a current preset pin voltage of current equipment hardware as an ADC voltage value, acquiring a HW Version value corresponding to the ADC voltage value according to a mapping relation between the ADC voltage value and the HW Version, and acquiring a current hardware Version according to the HW Version value corresponding to the ADC voltage value;
the current preset pin voltage of the current device hardware is the divided voltage of two resistors on the current device hardware, and the resistance values of the two resistors on the current device hardware are different from the resistance values of the two resistors on the device hardware of other hardware versions;
s3, setting the state of the peripheral corresponding to the current hardware version in the equipment tree to be loaded according to the current hardware version;
s4, loading the driver corresponding to the peripheral equipment with the state needing to be loaded in the equipment tree by the real-time operating system;
in this embodiment, when booting, the boot loader or BootLoader reads a value of an ADC pin of the hardware of the device, where Board _ Rev is used for different items or different boards, outputs different voltage values by replacing two resistors R47 and R48, and then outputs the voltage of Board _ Rev to the ADC, and the ADC value read in the boot loader is the voltage of Board _ Rev, as shown in fig. 4, the voltage of 1.8V is divided into 4 output ranges, which correspond to 4 items, as shown in the following table:
HW Version output range Corresponding hardware version
0 0~450 Item A
1 450~900 Item B
2 900~1350 Item C
3 1350~1800 Item D
According to fig. 4, the Board _ Rev hardware theoretically outputs 1.8V × 12/(12+10) 0.982V 982mv, and outputs 900-1350 ranges corresponding to HW _ Version being 2, that is, knowing that the corresponding hardware Version is item C, we set the value of HW _ Version to 2 in the system, and set status of the specified peripheral corresponding to item C in the device tree to ok, in this embodiment, the display screen LCD manufacturers used by items a/B/C/D are different and respectively correspond to LCD _ a/LCD _ B/LCD _ C/LCD _ D, and then the boot procedure of the uboot boot program sets only the status of LCD _ C of the device tree to ok, and the others are also disabled;
loading each peripheral driver with status ok in the equipment tree by the kernel; then only the display screen driver of LCD _ C is loaded for item C.
The step S4 is followed by:
and S5, reading the value of the HW Version by a start function of the real-time operating system, and subdividing the drive of the real-time operating system according to the value of the HW Version.
For example, different countries correspond to different headset standards, such as project a being the us standard and project B being the european standard. Although both item a and item B use the same Audio manufacturer chip, we can determine whether item a or item B is the Audio driver by the HW _ Verison value, and then set item a to the american standard and item B to the european standard according to the HW _ Version value.
Referring to fig. 2, the second embodiment of the present invention is:
a single soft multi-hard implementation terminal 1 comprises a processor 2, a memory 3 and a computer program stored on the memory 3 and operable on the processor 2, wherein the processor 2 implements the steps of the first embodiment when executing the computer program.
In summary, according to the single-soft multi-hard implementation method and the terminal provided by the invention, the ADC pin is read to configure the device state in the device tree, so that the corresponding device driver is automatically loaded, single-soft multi-hard implementation is realized, one set of software can be automatically adapted to different hardware, the development period is shortened, the workload is reduced, and the situation of programming confusion caused by a large number of projects is avoided.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (10)

1. A single soft multi-hard implementation method, comprising:
s1, configuring the states of all the multi-supply peripherals in the equipment tree as no loading by default;
s2, starting a boot program to read the current preset pin voltage of the current equipment hardware, and acquiring the current hardware version corresponding to the current preset pin voltage according to the mapping relation between the preset pin voltage and the hardware version;
s3, setting the state of the peripheral corresponding to the current hardware version in the equipment tree to be loaded according to the current hardware version;
and S4, loading the driver corresponding to the peripheral equipment with the state needing to be loaded in the equipment tree by the real-time operating system.
2. The method according to claim 1, wherein the step S2 specifically includes:
starting a boot bootstrap program uboot or boot loader to read the current preset pin voltage of the current equipment hardware as an ADC voltage value, acquiring a HW Version value corresponding to the ADC voltage value according to the mapping relation between the ADC voltage value and the HW Version, and acquiring a current hardware Version according to the HW Version value corresponding to the ADC voltage value.
3. The single-soft multi-hard implementation method according to claim 2, wherein the current preset pin voltage of the current device hardware is a divided voltage of two resistors on the current device hardware, and a resistance value of the two resistors on the current device hardware is different from a resistance value of the two resistors on the device hardware of other hardware versions.
4. The method of claim 2, wherein the step S4 is further followed by:
and S5, reading the value of the HW Version by a start function of the real-time operating system, and subdividing the drive of the real-time operating system according to the value of the HW Version.
5. The method of claim 1, wherein the device tree in step S1 is located in a real-time operating system, and the information described by the device tree includes: the number and type of CPUs, base address and size of memory, buses and bridges, peripheral connections, interrupt controller and interrupt usage, GPIO controller and GPIO usage, and Clock controller and Clock usage.
6. A single soft multi-hard implementation terminal, comprising a processor, a memory, and a computer program stored on the memory and executable on the processor, wherein the processor implements the following steps when executing the computer program:
s1, configuring the states of all the multi-supply peripherals in the equipment tree as no loading by default;
s2, starting a boot program to read the current preset pin voltage of the current equipment hardware, and acquiring the current hardware version corresponding to the current preset pin voltage according to the mapping relation between the preset pin voltage and the hardware version;
s3, setting the state of the peripheral corresponding to the current hardware version in the equipment tree to be loaded according to the current hardware version;
and S4, loading the driver corresponding to the peripheral equipment with the state needing to be loaded in the equipment tree by the real-time operating system.
7. The single-soft multi-hard implementation terminal according to claim 6, wherein the step S2 specifically includes:
starting a boot bootstrap program uboot or boot loader to read the current preset pin voltage of the current equipment hardware as an ADC voltage value, acquiring a HW Version value corresponding to the ADC voltage value according to the mapping relation between the ADC voltage value and the HW Version, and acquiring a current hardware Version according to the HW Version value corresponding to the ADC voltage value.
8. The single-soft multi-hard implementation terminal according to claim 7, wherein the current preset pin voltage of the current device hardware is a divided voltage of two resistors on the current device hardware, and a resistance value of the two resistors on the current device hardware is different from a resistance value of the two resistors on the device hardware of other hardware versions.
9. The single-soft multi-hard implementation terminal of claim 7, wherein the processor, when executing the computer program, further comprises after step S4:
and S5, reading the value of the HW Version by a start function of the real-time operating system, and subdividing the drive of the real-time operating system according to the value of the HW Version.
10. The terminal of claim 6, wherein the device tree in step S1 is located in a real-time operating system, and the information described by the device tree includes: the number and type of CPUs, base address and size of memory, buses and bridges, peripheral connections, interrupt controller and interrupt usage, GPIO controller and GPIO usage, and Clock controller and Clock usage.
CN202011377270.6A 2020-11-30 2020-11-30 Single-soft multi-hard implementation method and terminal Pending CN112463236A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011377270.6A CN112463236A (en) 2020-11-30 2020-11-30 Single-soft multi-hard implementation method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011377270.6A CN112463236A (en) 2020-11-30 2020-11-30 Single-soft multi-hard implementation method and terminal

Publications (1)

Publication Number Publication Date
CN112463236A true CN112463236A (en) 2021-03-09

Family

ID=74805743

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011377270.6A Pending CN112463236A (en) 2020-11-30 2020-11-30 Single-soft multi-hard implementation method and terminal

Country Status (1)

Country Link
CN (1) CN112463236A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113791833A (en) * 2021-09-10 2021-12-14 东风汽车集团股份有限公司 Method and system for dynamically adapting hardware configuration of different vehicle types according to software versions
CN114780152A (en) * 2022-03-22 2022-07-22 西安广和通无线软件有限公司 Computing equipment starting method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123381A (en) * 2014-08-01 2014-10-29 武汉邮电科学研究院 Automatic matching method of hardware board card
US20160239279A1 (en) * 2015-02-13 2016-08-18 Oracle International Corporation Modular Co-Versioning in a Dynamically Linked Runtime Environment
CN107729179A (en) * 2017-09-29 2018-02-23 烽火通信科技股份有限公司 Unified Software Mirroring based on same processor different hardware realizes system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123381A (en) * 2014-08-01 2014-10-29 武汉邮电科学研究院 Automatic matching method of hardware board card
US20160239279A1 (en) * 2015-02-13 2016-08-18 Oracle International Corporation Modular Co-Versioning in a Dynamically Linked Runtime Environment
CN107729179A (en) * 2017-09-29 2018-02-23 烽火通信科技股份有限公司 Unified Software Mirroring based on same processor different hardware realizes system and method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113791833A (en) * 2021-09-10 2021-12-14 东风汽车集团股份有限公司 Method and system for dynamically adapting hardware configuration of different vehicle types according to software versions
CN114780152A (en) * 2022-03-22 2022-07-22 西安广和通无线软件有限公司 Computing equipment starting method and device
CN114780152B (en) * 2022-03-22 2024-03-15 西安广和通无线软件有限公司 Computing device starting method and device

Similar Documents

Publication Publication Date Title
US9454380B2 (en) Computing platform performance management with RAS services
US6487608B2 (en) Method for automatically configuring network interface card and capable of randomizing a media access controller address of the network interface card
CN112463236A (en) Single-soft multi-hard implementation method and terminal
US20130268708A1 (en) Motherboard test device and connection module thereof
US20040267708A1 (en) Device information collection and error detection in a pre-boot environment of a computer system
US6785807B1 (en) Method and system for providing bootcode support in a data processing system that uses a communications port that utilizes a first communications protocol, an external device that utilizes a second communications protocol, and a device driver that is loaded in response to booting to communicate with the external device through the communications port
US20140129821A1 (en) Test system and method for computer
EP1372069A2 (en) Method system and software for configuring a graphics processing communication mode
GB2245726A (en) Initialisation using an option board prom
EP2810173A1 (en) Flexible port configuration based on interface coupling
US8726258B2 (en) Supporting multiple hardware components in UEFI
US20120017072A1 (en) Modifying a video resolution of video data in a pre-operating system environment
US10628285B1 (en) Dynamic configuration of availability of debugging messages
CN116048640A (en) Method for driving IIC equipment in computer system to work normally
CN114579495A (en) Implementation method of nationwide universal computer firmware based on Feiteng processor
CN114860321A (en) External device control method, device, equipment and medium based on raspberry pi
CN111221684B (en) Detection method of server
US20050160319A1 (en) System and method for detecting and reporting resource conflicts
CN112395017A (en) UEFI starting method, UEFI and computer
US11947886B2 (en) Development system and method of offline software-in-the-loop simulation
CN114121138B (en) Memory voltage testing method, device, computing equipment and system
TWI775360B (en) Storage device for recording status of hardware component of computer system and computer implementation method thereof
TWI684114B (en) Configuration method and system of general purpose input/output
CN113986364A (en) Chip driving method and device, electronic equipment and storage medium
CN111338462A (en) Configuration method and system of universal input/output port

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210309

RJ01 Rejection of invention patent application after publication