commit | 96c05fcde513444068d634b3a8c21c4f29b94636 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 02 22:35:24 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 06 12:07:40 2015 -0700 |
tree | 73eca4c0145611bb2ceb44da0cf0e1d313d3e6fa | |
parent | 00ffb4d76eeb6a02fa5c0a27b731eaea7e4f1245 [diff] |
x86: quark: Add routines to access message bus registers In the Quark SoC, some chipset commands are accomplished by utilizing the internal message network within the host bridge (D0:F0). Accesses to this network are accomplished by populating the message control register (MCR), Message Control Register eXtension (MCRX) and the message data register (MDR). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>