[LinuxBIOS] [PATCH] Split the console code into multiple files

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Feb 28 18:09:07 CET 2007


Hi,

this patch splits console.c into 3 different files to get a better
overview of the code, facilitate future cleanups and reduce the
diff to Yinghai's tree at the same time.
No functional changes, only moving lines between files.
Copyright headers will be added later. Right now we benefit from
keeping the diff as small as possible.

Most of the work was done by Yinghai Lu.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

 src/arch/i386/lib/console.c        |  214 -------------------------------------
 src/arch/i386/lib/console_print.c  |  115 +++++++++++++++++++
 src/arch/i386/lib/console_printk.c |  101 +++++++++++++++++
 3 files changed, 218 insertions(+), 212 deletions(-)

Regards,
Carl-Daniel
-- 
http://www.hailfinger.org/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: linuxbios_split_console.diff
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070228/edd8a297/attachment.ksh>


More information about the coreboot mailing list