commit | 0966130f272b9ca42ec99c5093fcc1d2512e811c | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Dec 12 21:05:25 2014 +0800 |
committer | Simon Glass <sjg@chromium.org> | Sat Dec 13 22:32:05 2014 -0700 |
tree | 0852399092f7a8184f74e8fc25f06154127a72ed | |
parent | 115b5e3ae40abb97286fe731a941267c930da6ae [diff] |
x86: Add a simple superio driver for SMSC LPC47M On most x86 boards, the legacy serial ports (io address 0x3f8/0x2f8) are provided by a superio chip connected to the LPC bus. We must program the superio chip so that serial ports are available for us. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>