CN105808468B - Control method, video controller and control system - Google Patents

Control method, video controller and control system Download PDF

Info

Publication number
CN105808468B
CN105808468B CN201610161775.6A CN201610161775A CN105808468B CN 105808468 B CN105808468 B CN 105808468B CN 201610161775 A CN201610161775 A CN 201610161775A CN 105808468 B CN105808468 B CN 105808468B
Authority
CN
China
Prior art keywords
controller
bmc
display buffer
target component
display
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
CN201610161775.6A
Other languages
Chinese (zh)
Other versions
CN105808468A (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.)
Lenovo Beijing Ltd
Original Assignee
Lenovo Beijing 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 Lenovo Beijing Ltd filed Critical Lenovo Beijing Ltd
Priority to CN201610161775.6A priority Critical patent/CN105808468B/en
Publication of CN105808468A publication Critical patent/CN105808468A/en
Application granted granted Critical
Publication of CN105808468B publication Critical patent/CN105808468B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • G06F13/124Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware is a sequential transfer control unit, e.g. microprocessor, peripheral processor or state-machine
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • G06F13/124Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware is a sequential transfer control unit, e.g. microprocessor, peripheral processor or state-machine
    • G06F13/128Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware is a sequential transfer control unit, e.g. microprocessor, peripheral processor or state-machine for dedicated transfers to a network

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Digital Computer Display Output (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The invention discloses a control method, a video controller and a control system, which are applied to a video controller in a BMC (baseboard management controller), wherein the control method comprises the following steps: setting a target component in the video controller; when a first instruction of a BMC controller is received, establishing data connection between the BMC controller and the target assembly; and when a second instruction of the system controller is received, establishing a data connection between the system controller and the target component. According to the invention, the video controller is utilized to enable the BMC controller and the system controller to share the target component, so that the interaction between the BMC controller and the target component is realized, another machine is not required to be used for accessing the web of the BMC, the IP address of the BMC is not required to be obtained in advance, the realization complexity of an interaction scheme is obviously reduced, and the interaction efficiency is improved.

Description

Control method, video controller and control system
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a control method, a video controller, and a control system.
Background
The BMC controller is an important component of the server, and is used for monitoring and managing the server, wherein the server contains monitoring content, management log content and various configuration information. However, because the BMC itself does not have a keyboard for input or a display for output, it cannot directly interact with the BMC, and the system controller in the server can interact with the BMC through the keyboard or the display.
In the prior art, a BMC web UI is usually used to configure a BMC or access data in the BMC, but in this scheme, another machine needs to be used to access the web of the BMC, and an IP address of the BMC needs to be acquired in advance, so that a scheme for implementing interaction is complex, and efficiency is affected.
Disclosure of Invention
In view of this, the present invention provides a control method, a video controller, and a control system, so as to solve the technical problems that when accessing data in a BMC controller in the prior art, another machine needs to be used to access a web of the BMC, and an IP address of the BMC needs to be obtained in advance, which results in a complex scheme for implementing interaction and affects efficiency.
The invention provides a control method, which is applied to a video controller in a BMC (baseboard management controller), and comprises the following steps:
setting a target component in the video controller;
when a first instruction of a BMC controller is received, establishing data connection between the BMC controller and the target assembly;
and when a second instruction of the system controller is received, establishing a data connection between the system controller and the target component.
In the above method, preferably, the target component is a register in the video controller;
correspondingly, establishing a data connection between the BMC controller and the target component includes:
and establishing data connection between the BMC controller and the register through an internal bus of the BMC controller so that the BMC controller can access the register.
In the above method, preferably, the target component is a register in the video controller;
accordingly, establishing a data connection between the system controller and the target component includes:
and establishing data connection between the system controller and the register through a PCIE bus so that the system controller can access the register.
In the above method, preferably, the target component is a display buffer unit in the video controller;
correspondingly, establishing a data connection between the BMC controller and the target component includes:
establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the BMC controller, so that the BMC controller writes first content into the display buffer space;
and transmitting the first content in the display buffer space to a display for displaying.
In the above method, preferably, the target component is a display buffer unit in the video controller;
accordingly, establishing a data connection between the system controller and the target component includes:
establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the system controller, so that the system controller writes second content into the display buffer space;
and transmitting the second content in the display buffer space to a display for displaying.
In the method, preferably, the priority of writing the display buffer space by the BMC controller is higher than the priority of writing the display buffer space by the system controller.
The invention also provides a video controller, which is arranged in the BMC controller and comprises:
a target component;
the connection control component is used for establishing data connection between the BMC controller and the target component when receiving a first instruction of the BMC controller; and when a second instruction of the system controller is received, establishing a data connection between the system controller and the target component.
In the above video controller, preferably, the target component is a register;
correspondingly, the connection control assembly comprises:
the first access controller is used for establishing data connection between the BMC controller and the register through an internal bus of the BMC controller so as to enable the BMC controller to access the register;
and the second access controller is used for establishing data connection between the system controller and the register through a PCIE bus so as to enable the system controller to access the register.
In the above video controller, preferably, the target component is a display buffer unit;
correspondingly, the connection control assembly comprises:
the first display controller is used for establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the BMC controller, so that the BMC controller writes first content into the display buffer space and transmits the first content in the display buffer space to a display for displaying;
and the second display controller is used for establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the system controller, so that the system controller writes second content into the display buffer space and transmits the second content in the display buffer space to a display for displaying.
Preferably, in the video controller, the priority of the BMC controller writing in the display buffer space is higher than the priority of the system controller writing in the display buffer space.
The present invention also provides a control system comprising: BMC controller and system controller, wherein: a video controller is arranged in the BMC controller, and the video controller comprises:
a target component;
the connection control component is used for establishing data connection between the BMC controller and the target component when receiving a first instruction of the BMC controller; and when a second instruction of the system controller is received, establishing data connection between the system controller and the target component.
According to the above scheme, the control method, the video controller and the control system provided by the invention integrate a video controller in the BMC controller, and set an accessible target component, such as a display or a memory, in the video controller, so that when receiving an instruction from the BMC controller, a data connection between the BMC controller and the target component is established, so that the BMC controller can interact with the target component, and when receiving an instruction from the system controller, a data connection between the system controller and the target component is established, so that the system controller can interact with the target component, so that the BMC controller and the system controller can share the target component by using the video controller, thereby realizing the interaction between the BMC controller and the target component, without using another BMC machine to access the web of the BMC, the IP address of the BMC does not need to be acquired in advance, the implementation complexity of the interaction scheme is obviously reduced, and the interaction efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart illustrating an implementation of a control method according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating an implementation of a control method according to a second embodiment of the present invention;
fig. 3 is a flowchart illustrating an implementation of a control method according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a video controller according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of a video controller according to a fifth embodiment of the present invention;
fig. 6 is a schematic structural diagram of a video controller according to a sixth embodiment of the present invention;
fig. 7 is a schematic structural diagram of a control system according to a seventh embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a flowchart of an implementation of a control method according to an embodiment of the present invention is provided, where the method may be a video controller in a BMC controller, and the video controller is an integrated controller in the BMC controller, and the method may include the following steps:
step 101: setting a target component in the video controller.
The target component may be a component, such as a storage unit or a display, with which the BMC controller and a system controller of the system need to interact.
Step 102: and when a first instruction of the BMC controller is received, establishing data connection between the BMC controller and the target component.
The first instruction of the BMC controller may be: the BMC controller may read data from the target component, or may write data into the target component, so that after receiving the first instruction of the BMC controller in this embodiment, the BMC controller responds to the first instruction to establish a data connection for data interaction between the BMC controller and the target component.
Step 103: and when a second instruction of the system controller is received, establishing a data connection between the system controller and the target component.
The system controller is a controller of the BMC controller and a server system to which the system controller belongs. The second instructions of the system controller may be: the instruction for the system controller to read data from the target component may be an instruction for the system controller to write data to the target component. Therefore, in this embodiment, after receiving the second instruction of the system controller, the second instruction is responded to establish a data connection for data interaction between the system controller and the target component.
It can be known from the foregoing solution that in the control method provided in the first embodiment of the present invention, a video controller is integrated in a BMC controller, and an accessible target component, such as a display or a memory, is set in the video controller, so that when an instruction of the BMC controller is received, a data connection between the BMC controller and the target component is established, so that the BMC controller can interact with the target component, and when the instruction of the system controller is received, a data connection between the system controller and the target component is established, so that the system controller can interact with the target component, thereby in this embodiment, the BMC controller and the system controller can share the target component by using the video controller, so as to implement the interaction between the BMC controller and the target component, and there is no need to use another machine to access the web of the BMC, and no need to obtain the IP address of the BMC in advance, the complexity of the realization of the interaction scheme is obviously reduced, and the interaction efficiency is improved.
In a specific implementation, the target component may be a register in the video controller, that is, a unit capable of storing data, and accordingly, referring to fig. 2, it is an implementation flowchart of a control method provided in the second embodiment of the present invention, where the step 102 may be implemented by:
step 121: and establishing data connection between the BMC controller and the register through an internal bus of the BMC controller so that the BMC controller can access the data in the register.
In this embodiment, after the data connection between the BMC controller and the register is established through the internal bus of the BMC controller, the BMC controller may access the data in the register, for example, the BMC controller may perform a control action such as initialization on the video controller through the register, so as to realize data input between an input device and the BMC controller.
Accordingly, the step 103 can be implemented by:
step 131: and establishing data connection between the system controller and the register through a PCIE bus so that the system controller can access the register.
That is to say, in this embodiment, after the data connection between the system controller and the register is established through the PCIE bus, the system controller can access the data in the register through the PCIE bus, for example, the system controller can perform control actions such as initialization on the video controller through the register, so as to implement data input between the input device and the system controller.
In other words, in this embodiment, the video controller and the register thereof in the BMC controller are used to share the input device of the server system, so that the BMC controller can interact with the input device of the server system.
In a specific implementation, the target component may be a display buffer unit in the video controller, that is, a unit capable of performing display content caching, and accordingly, referring to fig. 3, it is an implementation flowchart of a control method provided in the third embodiment of the present invention, where the step 102 may be implemented by the following steps:
step 122: and establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the BMC controller, so that the BMC controller writes the first content into the display buffer space.
Step 123: and transmitting the first content in the display buffer space to a display for displaying.
That is to say, in this embodiment, the display buffer unit is mapped to the memory space of the BMC controller, and then a mapping relationship of the space between the display buffer unit and the BMC controller is established, so that the BMC controller can access the display buffer unit, for example, the BMC controller can write the first content into the display buffer space of the display buffer unit, and then the content in the display buffer space can be transmitted to the display of the server system for displaying, so as to implement data interaction between the BMC controller and the display of the server system, that is, the BMC controller outputs the first content to the display of the server system for displaying.
Accordingly, the step 103 can be implemented by:
step 132: and establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the system controller so that the system controller writes second content into the display buffer space.
Step 133: and transmitting the second content in the display buffer space to a display for displaying.
That is to say, in this embodiment, the display buffer unit is mapped to the memory space of the system controller, and then a mapping relationship of the space between the display buffer unit and the system controller is established, so that the system controller can access the display buffer unit, for example, the system controller can write the second content into the display buffer space of the display buffer unit, and then the content in the display buffer space can be transmitted to the display of the server system for displaying, so as to implement data interaction between the system controller and the display of the server system, that is, the system controller outputs the first content to the display of the server system for displaying.
As can be seen from the above, in this embodiment, the display buffer unit is shared between the system controller and the BMC controller, and the display buffer space of the display buffer unit is mapped to the memory space of the BMC controller and the memory space of the video controller, so that both the system controller and the BMC controller can access the display buffer unit, that is, corresponding content is written into the display buffer space of the display buffer unit, and then the video controller outputs the content in the display buffer space to the display, so that both the system controller and the BMC controller can output the content to the display for displaying, thereby achieving the purpose that the system controller and the BMC controller share the display of the server system.
It should be noted that, in the above example, the priority of writing into the display buffer space by the BMC controller is higher than the priority of writing into the display buffer space by the system controller. That is to say, in order to solve the problem of the conflict between the use of the display by the system controller and the BMC controller, in this embodiment, the priority of the BMC controller may be set to be higher than that of the system controller, and once the first instruction of the BMC controller is received, that is, the display control of the BMC controller to the display is started, the BMC controller is only allowed to write data into the display buffer space in the display buffer unit, and the data written into the display buffer space by the system controller is overwritten by the content written by the BMC controller.
In a specific implementation, in order to facilitate display switching between the system controller and the BMC controller for a user, the display switching may be implemented by setting a button or a control, that is, the button or the control triggers generation of an instruction, so as to switch display switching between a display and the system controller and the BMC controller.
Referring to fig. 4, a schematic structural diagram of a video controller according to a fourth embodiment of the present invention is shown, wherein the video controller is disposed in the BMC controller, and the video controller may include the following structures to implement functions thereof:
the target component 401.
The target component 401 may be a component, such as a storage unit or a display, with which the BMC controller and a system controller of the system need to interact.
A connection control component 402, configured to establish a data connection between the BMC controller and the target component 401 when receiving a first instruction of the BMC controller; upon receiving a second instruction from the system controller, a data connection between the system controller and the target component 401 is established.
The first instruction of the BMC controller may be: the BMC controller may read data from the target component, or may write data into the target component 401, so that in this embodiment, after receiving the first instruction of the BMC controller, the connection control component 402 responds to the first instruction to establish a data connection for data interaction between the BMC controller and the target component.
And the system controller is the controller of the BMC controller and the server system to which the system controller belongs. The second instructions of the system controller may be: the instruction for the system controller to read data from the target component may be an instruction for the system controller to write data to the target component. Thus, in this embodiment, after receiving the second instruction of the system controller, the connection control component 402 responds to the second instruction to establish a data connection for data interaction between the system controller and the target component.
As can be seen from the foregoing solution, in the video controller provided in the fourth embodiment of the present invention, by setting a target component, such as a display or a memory, which can be accessed, in the video controller, when receiving an instruction from the BMC controller, a connection control component in the video controller establishes a data connection between the BMC controller and the target component, so that the BMC controller can interact with the target component, and when receiving an instruction from the system controller, establishes a data connection between the system controller and the target component, so that the system controller can interact with the target component, thereby in this embodiment, the video controller is used to enable the BMC controller and the system controller to share the target component, so as to implement the interaction between the BMC controller and the target component, without using another machine to access the web of the BMC, and without acquiring an IP address of the BMC in advance, the complexity of the realization of the interaction scheme is obviously reduced, and the interaction efficiency is improved.
In a specific implementation, the target component 401 may be a register 411 in the video controller, that is, a unit capable of storing data, and accordingly, referring to fig. 5, is a schematic structural diagram of a video controller according to a fifth embodiment of the present invention, where the connection control component 402 may include the following structure:
the first access controller 421 is configured to establish a data connection between the BMC controller and the register through an internal bus of the BMC controller, so that the BMC controller can access the register.
In this embodiment, after the data connection between the BMC controller and the register 411 is established through the internal bus of the BMC controller, the BMC controller may access the data in the register, for example, the BMC controller may perform a control operation such as initialization on the video controller through the register 411, so as to implement data input between an input device and the BMC controller.
The second access controller 422 is configured to establish data connection between the system controller and the register 411 through a PCIE bus, so that the system controller can access the register.
That is to say, in this embodiment, after the data connection between the system controller and the register 411 is established through the PCIE bus, the system controller can access the data in the register through the PCIE bus, for example, the system controller can perform control actions such as initialization on the video controller through the register, so as to implement data input between an input device and the system controller.
In other words, in this embodiment, the video controller and the register thereof in the BMC controller are used to share the input device of the server system, so that the BMC controller can interact with the input device of the server system.
In a specific implementation, the target component 401 may be a display buffer unit 412 in the video controller, that is, a unit capable of performing display content caching, and accordingly, referring to fig. 6, is a schematic structural diagram of a video controller according to a sixth embodiment of the present invention, where the connection control component 402 may have the following structure:
the first display controller 423 is configured to establish a mapping relationship between a display buffer space in the display buffer unit 412 and a memory space of the BMC controller, so that the BMC controller writes first content into the display buffer space and transmits the first content in the display buffer space to a display for displaying.
That is to say, in this embodiment, the display buffer unit 412 is mapped to the memory space of the BMC controller, and then a mapping relationship of the space between the two is established, so that the BMC controller can access the display buffer unit, for example, the BMC controller can write the first content into the display buffer space of the display buffer unit, and then the content in the display buffer space can be transmitted to the display of the server system for displaying, so as to implement data interaction between the BMC controller and the display of the server system, that is, the BMC controller outputs the first content to the display of the server system for displaying.
The second display controller 424 is configured to establish a mapping relationship between a display buffer space in the display buffer unit 412 and a memory space of the system controller, so that the system controller writes the second content into the display buffer space, and transmits the second content in the display buffer space to the display for displaying.
That is, in this embodiment, the display buffer unit 412 is mapped to the memory space of the system controller, and then a mapping relationship of the space between the two is established, so that the system controller can access the display buffer unit, for example, the system controller can write the second content into the display buffer space of the display buffer unit, and then the content in the display buffer space can be transmitted to the display of the server system for displaying, so as to implement data interaction between the system controller and the display of the server system, that is, the system controller outputs the first content to the display of the server system for displaying.
As can be seen from the above, in this embodiment, the display buffer unit 412 is shared between the system controller and the BMC controller, and the display buffer space of the display buffer unit is mapped to the memory space of the BMC controller and the memory space of the video controller, so that both the system controller and the BMC controller can access the display buffer unit, that is, corresponding content is written into the display buffer space of the display buffer unit, and then the video controller outputs the content in the display buffer space to the display, so that both the system controller and the BMC controller can output the content to the display for displaying, thereby achieving the purpose that the system controller and the BMC controller share the display of the server system.
It should be noted that, in the above example, the priority of writing into the display buffer space by the BMC controller is higher than the priority of writing into the display buffer space by the system controller. That is to say, in order to solve the problem of the conflict between the use of the display by the system controller and the BMC controller, in this embodiment, the priority of the BMC controller may be set to be higher than that of the system controller, and once the first instruction of the BMC controller is received, that is, the display control of the BMC controller to the display is started, the BMC controller is only allowed to write data into the display buffer space in the display buffer unit, and the data written into the display buffer space by the system controller is overwritten by the content written by the BMC controller.
In a specific implementation, in order to facilitate display switching between the system controller and the BMC controller for a user, the display switching may be implemented by setting a button or a control, that is, the button or the control triggers generation of an instruction, so as to switch display switching between a display and the system controller and the BMC controller.
Referring to fig. 7, a schematic structural diagram of a control system according to a seventh embodiment of the present invention is provided, where the control system may include: BMC controller 701 and system controller 702, wherein: the BMC controller 701 is provided with a video controller 703, and the video controller 703 may include the following structures:
and (4) target components. The target component may be a component, such as a storage unit or a display, with which the BMC controller and a system controller of the system need to interact.
The connection control component is used for establishing data connection between the BMC controller and the target component when receiving a first instruction of the BMC controller; and when a second instruction of the system controller is received, establishing a data connection between the system controller and the target component.
The first instruction of the BMC controller may be: the BMC controller may read the data from the target component, or may write the data into the target component, so that, in this embodiment, after receiving the first instruction of the BMC controller, the connection control component responds to the first instruction, so as to establish a data connection for data interaction between the BMC controller and the target component through its internal bus.
And the system controller is the controller of the BMC controller and the server system to which the system controller belongs. The second instructions of the system controller may be: the instruction for the system controller to read data from the target component may be an instruction for the system controller to write data to the target component. Therefore, in this embodiment, after receiving the second instruction of the system controller, the connection control component responds to the second instruction, so as to establish a data connection for data interaction between the system controller and the target component through PCIE.
It should be noted that, the detailed implementation structure of the video controller 703 can refer to the foregoing related embodiments, and is not described in detail here.
That is, in this embodiment, the video controller 703 in the BMC controller 701 is used to share the input devices and the output devices of the server system, such as the keyboard, the display, and the like, so that the BMC controller can interact with the input devices and the output devices of the server system.
It can be known from the above solution that in the control system provided in the seventh embodiment of the present invention, by setting a target component, such as a display or a memory, which can be accessed, in a video controller, when receiving an instruction from a BMC controller, a connection control component in the video controller establishes a data connection between the BMC controller and the target component, so that the BMC controller can interact with the target component, and when receiving the instruction from the system controller, establishes a data connection between the system controller and the target component, so that the system controller can interact with the target component, thereby in this embodiment, the video controller is used to enable the BMC controller and the system controller to share the target component, so as to implement the interaction between the BMC controller and the target component, without using another machine to access a web of the BMC, and without acquiring an IP address of the BMC in advance, the complexity of the realization of the interaction scheme is obviously reduced, and the interaction efficiency is improved.
While, for purposes of simplicity of explanation, the foregoing method embodiments have been described as a series of acts or combination of acts, it will be appreciated by those skilled in the art that the present application is not limited by the order of acts or acts described, as some steps may occur in other orders or concurrently with other steps in accordance with the application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be essentially or partially implemented in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments of the present application.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (9)

1. A control method is applied to a video controller in a BMC controller, and comprises the following steps:
setting a target component in the video controller;
when a first instruction of a BMC controller is received, establishing data connection for data interaction between the BMC controller and the target assembly;
when a second instruction of a system controller is received, establishing data connection for data interaction between the system controller and the target component, and when the target component is a display buffer unit in the video controller, the priority of the display buffer space written into the display buffer unit by the BMC controller is higher than the priority of the display buffer space written into the display buffer unit by the system controller.
2. The method of claim 1, wherein the target component is a register in the video controller;
correspondingly, establishing a data connection between the BMC controller and the target component includes:
and establishing data connection between the BMC controller and the register through an internal bus of the BMC controller so that the BMC controller can access the register.
3. The method of claim 1 or 2, wherein the target component is a register in the video controller;
accordingly, establishing a data connection between the system controller and the target component includes:
and establishing data connection between the system controller and the register through a PCIE bus so that the system controller can access the register.
4. The method of claim 1, wherein the target component is a display buffer unit in the video controller;
correspondingly, establishing a data connection between the BMC controller and the target component includes:
establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the BMC controller, so that the BMC controller writes first content into the display buffer space;
and transmitting the first content in the display buffer space to a display for displaying.
5. The method of claim 1 or 4, wherein the target component is a display buffer unit in the video controller;
accordingly, establishing a data connection between the system controller and the target component includes:
establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the system controller, so that the system controller writes second content into the display buffer space;
and transmitting the second content in the display buffer space to a display for displaying.
6. A video controller disposed in a BMC controller, the video controller comprising:
a target component;
the connection control component is used for establishing data connection for data interaction between the BMC controller and the target component when receiving a first instruction of the BMC controller; when a second instruction of a system controller is received, establishing data connection for data interaction between the system controller and the target assembly;
when the target component is a display buffer unit in the video controller, the priority of the display buffer space written into the display buffer unit by the BMC controller is higher than the priority of the display buffer space written into the display buffer unit by the system controller.
7. The video controller of claim 6, wherein the target component is a register;
correspondingly, the connection control assembly comprises:
the first access controller is used for establishing data connection between the BMC controller and the register through an internal bus of the BMC controller so as to enable the BMC controller to access the register;
and the second access controller is used for establishing data connection between the system controller and the register through a PCIE bus so as to enable the system controller to access the register.
8. The video controller according to claim 6 or 7, wherein the target component is a display buffer unit;
correspondingly, the connection control assembly comprises:
the first display controller is used for establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the BMC controller, so that the BMC controller writes first content into the display buffer space and transmits the first content in the display buffer space to a display for displaying;
and the second display controller is used for establishing a mapping relation between a display buffer space in the display buffer unit and a memory space of the system controller, so that the system controller writes second content into the display buffer space and transmits the second content in the display buffer space to a display for displaying.
9. A control system, comprising: BMC controller and system controller, wherein: a video controller is arranged in the BMC controller, and the video controller comprises:
a target component;
the connection control component is used for establishing data connection for data interaction between the BMC controller and the target component when receiving a first instruction of the BMC controller; when a second instruction of the system controller is received, establishing data connection for data interaction between the system controller and the target component, and when the target component is a display buffer unit in the video controller, the priority of the display buffer space written into the display buffer unit by the BMC controller is higher than the priority of the display buffer space written into the display buffer unit by the system controller.
CN201610161775.6A 2016-03-21 2016-03-21 Control method, video controller and control system Active CN105808468B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610161775.6A CN105808468B (en) 2016-03-21 2016-03-21 Control method, video controller and control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610161775.6A CN105808468B (en) 2016-03-21 2016-03-21 Control method, video controller and control system

Publications (2)

Publication Number Publication Date
CN105808468A CN105808468A (en) 2016-07-27
CN105808468B true CN105808468B (en) 2021-09-14

Family

ID=56453500

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610161775.6A Active CN105808468B (en) 2016-03-21 2016-03-21 Control method, video controller and control system

Country Status (1)

Country Link
CN (1) CN105808468B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109905758A (en) * 2019-03-13 2019-06-18 苏州浪潮智能科技有限公司 A kind of method for displaying user interface and relevant apparatus of server

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983975A (en) * 2006-05-25 2007-06-20 华为技术有限公司 System for managing high-level telecommunication computing construction frame and server long-distance control
US20120084552A1 (en) * 2010-09-30 2012-04-05 Palsamy Sakthikumar Demand based usb proxy for data stores in service processor complex
CN102541499A (en) * 2011-12-22 2012-07-04 华为技术有限公司 Managing method and device of local computer equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104503783B (en) * 2014-12-11 2018-02-13 华为技术有限公司 A kind of method and server of presence server hardware initialization degree

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983975A (en) * 2006-05-25 2007-06-20 华为技术有限公司 System for managing high-level telecommunication computing construction frame and server long-distance control
US20120084552A1 (en) * 2010-09-30 2012-04-05 Palsamy Sakthikumar Demand based usb proxy for data stores in service processor complex
CN102541499A (en) * 2011-12-22 2012-07-04 华为技术有限公司 Managing method and device of local computer equipment

Also Published As

Publication number Publication date
CN105808468A (en) 2016-07-27

Similar Documents

Publication Publication Date Title
US20180285053A1 (en) Screenshot method and apparatus
CN110196729B (en) Application program updating method, device and apparatus and storage medium
CN109885786B (en) Data caching processing method and device, electronic equipment and readable storage medium
CN106462454A (en) Activity continuation between electronic devices
CN108280020B (en) Monitoring method and device of computer equipment, terminal and computer storage medium
CN110321189B (en) Method and equipment for presenting hosted program in hosted program
CN109947671B (en) Address translation method and device, electronic equipment and storage medium
CN111984557A (en) Data processing method, device and system
US20200089512A1 (en) Method and Apparatus for Invoking Input Method, Server, and Terminal
CN109254781B (en) Method and equipment for installing application on user equipment
CN109660581B (en) Physical machine management method, device and system
CN105808468B (en) Control method, video controller and control system
CN111049883B (en) Data reading method, device and system of distributed table system
CN111475435A (en) Storage medium sharing method and device, electronic equipment and storage medium
US7856344B2 (en) Method for transforming overlapping paths in a logical model to their physical equivalent based on transformation rules and limited traceability
CN104765704A (en) Movable communication device and electronic device
CN113157162B (en) Method, apparatus, medium and program product for revoking session messages
US10089322B2 (en) Portable electronic device, method for sharing file between multiple operating systems, recording medium and computer program product
CN113272785A (en) Method for mounting file system, terminal equipment and storage medium
CN109992197A (en) A kind of data read-write method, device, electronic equipment and storage medium
CN111414129B (en) Cloud-based FPGA control data configuration system and method and electronic equipment
JP5975003B2 (en) Virtualization control device, virtualization system, virtualization method, and virtualization control program.
CN110795318B (en) Data processing method and device and electronic equipment
CN111078736A (en) Data aggregation processing method and device, terminal and storage medium
US20240036958A1 (en) Information processing apparatus, information processing method, program, and information processing system

Legal Events

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