
6 Feb
2015
6 Feb
'15
9:26 p.m.
On 4 February 2015 at 08:07, Simon Glass sjg@chromium.org wrote:
On 2 February 2015 at 07:35, Bin Meng bmeng.cn@gmail.com wrote:
device.h for integrated pci devices' bdf on Quark SoC and quark.h for various memory-mapped and i/o-mapped base addresses within SoC.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v3:
- Add several macros for message bus port and registers
Changes in v2:
- Move vairous components' base addresses within Quark SoC to Kconfig
arch/x86/include/asm/arch-quark/device.h | 28 ++++++++++++++++++++++ arch/x86/include/asm/arch-quark/quark.h | 40 ++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 arch/x86/include/asm/arch-quark/device.h create mode 100644 arch/x86/include/asm/arch-quark/quark.h
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!