[U-Boot] [PATCH 8/8] dm: x86: Convert coreboot serial to use driver model

Simon Glass sjg at chromium.org
Fri Oct 24 05:54:19 CEST 2014


On 10 October 2014 07:49, Simon Glass <sjg at chromium.org> wrote:
> This makes use of the existing device tree node to use driver model
> for the serial console.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/dts/coreboot.dtsi       |  4 ++--
>  arch/x86/include/asm/ibmpc.h     | 10 ----------
>  drivers/serial/Makefile          |  1 +
>  drivers/serial/serial_coreboot.c | 38 ++++++++++++++++++++++++++++++++++++++
>  include/configs/coreboot.h       | 18 +++++++-----------
>  5 files changed, 48 insertions(+), 23 deletions(-)
>  create mode 100644 drivers/serial/serial_coreboot.c

Applied to u-boot-dm/master


More information about the U-Boot mailing list