From 23d1e35d4d2fd25c710c5b54bfe171d8d2db0cea Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 2 Apr 2007 16:57:32 +0000 Subject: The *_early_serial.c pre-RAM code should do just that -- enable the serial port(s), and nothing else. The code in superio.c will initialize the rest when RAM is available... Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2579 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/ite/it8718f/it8718f_early_serial.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/superio/ite/it8718f') diff --git a/src/superio/ite/it8718f/it8718f_early_serial.c b/src/superio/ite/it8718f/it8718f_early_serial.c index be03b0f8f7..52b96619fc 100644 --- a/src/superio/ite/it8718f/it8718f_early_serial.c +++ b/src/superio/ite/it8718f/it8718f_early_serial.c @@ -66,14 +66,8 @@ static void it8718f_enable_serial(device_t dev, unsigned iobase) /* it8718f_sio_write(0x00, IT8718F_CONFIG_REG_CONFIGSEL, 0x00); */ /* Enable all devices. */ - it8718f_sio_write(IT8718F_FDC, 0x30, 0x1); /* Floppy */ it8718f_sio_write(IT8718F_SP1, 0x30, 0x1); /* Serial port 1 */ it8718f_sio_write(IT8718F_SP2, 0x30, 0x1); /* Serial port 2 */ - it8718f_sio_write(IT8718F_PP, 0x30, 0x1); /* Parallel port */ - it8718f_sio_write(IT8718F_EC, 0x30, 0x1); /* Environment controller */ - it8718f_sio_write(IT8718F_KBCK, 0x30, 0x1); /* Keyboard */ - it8718f_sio_write(IT8718F_KBCM, 0x30, 0x1); /* Mouse */ - it8718f_sio_write(IT8718F_IR, 0x30, 0x1); /* Consumer IR */ /* Select 24MHz CLKIN (set bit 0). */ it8718f_sio_write(0x00, IT8718F_CONFIG_REG_CLOCKSEL, 0x01); -- cgit v1.2.3