[LinuxBIOS] [PATCH] Add early serial support for Fintek F81705f

Corey Osgood corey_osgood at verizon.net
Thu Apr 5 20:00:20 CEST 2007


Uwe Hermann wrote:
>> +struct chip_operations;
>> +extern struct chip_operations superio_fintek_f71805f_ops;
>> +
>> +#include <pc80/keyboard.h>
>> +#include <uart8250.h>
>> +
>> +struct superio_fintek_f71805f_config {
>> +	struct uart8250 com1, com2;
> 
> Does the chip have keyboard support? If so, you can add
>         struct pc_keyboard keyboard;
> here.

Nope, there's no keyboard controller on the fintek, that's handled by
the southbridge (I removed the unneeded #include). All other issues are
taken care of, fixed patch attached.

Signed-off-by: Corey Osgood <corey_osgood at verizon.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: f71805f_early_serial.patch
Type: text/x-patch
Size: 4473 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070405/f5f825ff/attachment.patch>


More information about the coreboot mailing list