Show
Ignore:
Timestamp:
09/26/08 21:15:38 (3 months ago)
Author:
mjones
Message:

This patch fixes the dbm690t keyboard not working issue. It should also
fix the a8n_e and any other it8712f SIO keyboard issues. The it8712f
requires an archaic PS/2 mode setting to the keyboard controller before
accessing the keyboard. Beyond that, I made the keyboard controller and
keyboard init more robust and added more informative debug output.

Signed-off-by: Marc Jones <marc.jones@…>
Acked-by: Stefan Reinauer <stepan@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/src/superio/ite/it8712f/superio.c

    r3052 r3610  
    7777                res0 = find_resource(dev, PNP_IDX_IO0); 
    7878                res1 = find_resource(dev, PNP_IDX_IO1); 
     79                set_kbc_ps2_mode(); 
    7980                init_pc_keyboard(res0->base, res1->base, &conf->keyboard); 
    8081                break;