Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-06 | x86: quark: Initialize non-standard BARs | Bin Meng | |
Quark SoC has some non-standard BARs (excluding PCI standard BARs) which need be initialized with suggested values. This includes GPIO, WDT, RCBA, PCIe ECAM and some ACPI register block base addresses. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-02-06 | x86: Add header files for Intel Quark SoC defines | Bin Meng | |
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> Acked-by: Simon Glass <sjg@chromium.org> |