2013/6/25 Gerd Hoffmann <kra...@redhat.com>:
>   Hi,
>
> Two little issues with T60:
>
> First, the keyboard doesn't work on cold boots.

http://www.coreboot.org/SeaBIOS#Other_Configuration_items

You have to create the file etc/ps2-keyboard-spinup:

$ ./encodeint.py ps2-keyboard-spinup 2000
$ hexdump ps2-keyboard-spinup
0000000 07d0 0000 0000 0000
0000008

Then add that file to cbfs:

$ ./cbfstool coreboot.rom add -f ps2-keyboard-spinup -n
etc/ps2-keyboard-spinup -t raw

Adjust the file locations, ofcourse.

>
> Second, the express card slot doesn't work.  Coreboot doesn't see the
> card inserted there, and Linux doesn't either once the system is up.  It
> also doesn't see it when hotplugged.
>
> Anyone has a clue what is going on here?
>
> cheers,
>   Gerd
>
> --
> coreboot mailing list: coreboot@coreboot.org
> http://www.coreboot.org/mailman/listinfo/coreboot

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to