
17 Sep
2015
17 Sep
'15
8:53 p.m.
On 10 September 2015 at 00:20, Bin Meng bmeng.cn@gmail.com wrote:
On Intel Quark, lots of registers on the message port need be programmed. Add handy clrbits, setbits, clrsetbits macros for message port access.
Signed-off-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v2:
- Change all macros to use a single msg_port_generic_clrsetbits
arch/x86/include/asm/arch-quark/msg_port.h | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+)
Applied to u-boot-x86, thanks!