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

2014-10-23 Thread Simon Glass
On 10 October 2014 07:49, Simon Glass wrote: > This makes use of the existing device tree node to use driver model > for the serial console. > > Signed-off-by: Simon Glass > --- > > arch/x86/dts/coreboot.dtsi | 4 ++-- > arch/x86/include/asm/ibmpc.h | 10 -- > drivers/serial/M

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

2014-10-10 Thread Simon Glass
This makes use of the existing device tree node to use driver model for the serial console. Signed-off-by: Simon Glass --- arch/x86/dts/coreboot.dtsi | 4 ++-- arch/x86/include/asm/ibmpc.h | 10 -- drivers/serial/Makefile | 1 + drivers/serial/serial_coreboot.c | 38