coreboot-kgpe-d16/src/superio/smsc/lpc47m15x
Rudolf Marek 0c8e664713 It turns out that the code which enables specific LDN is somewhat buggy.
Instead of enable the device the device gets disabled. However after some time the serial line gets back, most likely some "enable resources" might fix it. 
I'm attaching patch which somewhat fixes the problem and changes the function to look same in all superio code. Some boards even did not convert the dev->enabled to 0,1 values. 


Signed-off-by: Rudolf Marek <r.marek@assembler.cz> 
Acked-by: Peter Stuge <peter@stuge.se>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6373 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2011-02-19 14:51:31 +00:00
..
chip.h Add #include guards to all Super I/O header files (trivial). 2010-11-08 20:55:24 +00:00
early_serial.c second round name simplification. drop the <component>_ prefix. 2010-12-08 07:07:33 +00:00
lpc47m15x.h C and other Super I/O cosmetic fixes. 2010-11-15 19:35:14 +00:00
Makefile.inc C and other Super I/O cosmetic fixes. 2010-11-15 19:35:14 +00:00
superio.c It turns out that the code which enables specific LDN is somewhat buggy. 2011-02-19 14:51:31 +00:00