| #
7cac2fce |
| 05-Apr-2017 |
Simon Glass <sjg@chromium.org> |
video: arm: rpi: Move the video settings out of the driver
Add a function to set the video parameters to the msg handler and remove it from the video driver.
Signed-off-by: Simon Glass <sjg@chromiu
video: arm: rpi: Move the video settings out of the driver
Add a function to set the video parameters to the msg handler and remove it from the video driver.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>
show more ...
|
| #
2e4170b6 |
| 05-Apr-2017 |
Simon Glass <sjg@chromium.org> |
video: arm: rpi: Move the video query out of the driver
Add a function to get the video size to the msg handler and remove it from the video driver.
Signed-off-by: Simon Glass <sjg@chromium.org> Ac
video: arm: rpi: Move the video query out of the driver
Add a function to get the video size to the msg handler and remove it from the video driver.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>
show more ...
|
| #
70997d88 |
| 05-Apr-2017 |
Simon Glass <sjg@chromium.org> |
arm: rpi: Add a file to handle messages
The bcm283x chips provide a way for the ARM core to communicate with the graphics processor, which is in charge of many things. This is handled by way of a me
arm: rpi: Add a file to handle messages
The bcm283x chips provide a way for the ARM core to communicate with the graphics processor, which is in charge of many things. This is handled by way of a message prototcol.
At present the code for sending message (and receiving a reply) is spread around U-Boot, primarily in the board file. This means that sending a message from a driver requires duplicating the code.
Create a new message implementation with a function to support powering on a subsystem as a starting point.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|