Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-29 | board: sama5d4_xplained: Convert to CONFIG_DM_VIDEO | Wenyou Yang | |
Convert the board to support the video driver model, add the device tree node, and remove the unnecessary code. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2017-09-14 | atmel: common: Add function to display via DM_VIDEO's API | Wenyou Yang | |
Add a function to display the company's logo and board information via the API from DM_VIDEO. This function can be shared by other atmel boards, so locate it in board/atmel/common folder. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org> |