[U-Boot] [PATCH v2 2/6] x86: video: Allow keyboard presence to be controlled by device tree

Simon Glass sjg at chromium.org
Sat Mar 21 00:12:43 CET 2015


On 2 March 2015 at 12:40, Simon Glass <sjg at chromium.org> wrote:
> At present a VGA console assumes a keyboard unless a CONFIG option is set.
> This difference can be dealt with by a device tree option, allowing boards
> that are otherwise the same to use the same configuration.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Correct #ifdef setup to avoid build errors on non-x86 boards
>
>  doc/README.fdt-control      | 16 ++++++++++++++++
>  drivers/video/cfb_console.c | 29 +++++++++++++++++++++--------
>  2 files changed, 37 insertions(+), 8 deletions(-)

Applied to u-boot-dm/next.


More information about the U-Boot mailing list