]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: quark: Add routines to access message bus registers
authorBin Meng <bmeng.cn@gmail.com>
Mon, 2 Feb 2015 14:35:24 +0000 (22:35 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:10 +0000 (12:59 +0200)
commit5b0d4a88b0f8223acc3dac76a0023181e9af0682
tree14b09747c47980ae4d427d10d04e4fdb479636eb
parent2b0971c10a5b71a22d2be90b005e7b56dbbd0b01
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>
arch/x86/cpu/quark/msg_port.c [new file with mode: 0644]
arch/x86/include/asm/arch-quark/msg_port.h [new file with mode: 0644]