[U-Boot] [PATCH v4] x86: Added support for Advantech SOM-6896
Simon Glass
sjg at chromium.org
Tue Oct 20 17:11:46 CEST 2015
On 20 October 2015 at 07:12, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Tue, Oct 20, 2015 at 8:46 PM, George McCollister
> <george.mccollister at gmail.com> wrote:
>> Advantech SOM-6896 is a Broadwell U based COM Express Compact Module
>> Type 6. This patch adds support for it as a coreboot payload.
>>
>> On board SATA and SPI are functional. On board Ethernet isn't functional
>> but since it's optional and ties up a PCIe x4 that is otherwise brought
>> out, this isn't a concern at the moment. USB doesn't work since the
>> xHCI driver appears to be broken.
>>
>> Signed-off-by: George McCollister <george.mccollister at gmail.com>
>> ---
>> Changes for V2:
>> Changed pci's compatible string to "pci-x86"
>> Changed I/O from base of 0x1000 to base of 0x1900
>> Changed spi-flash memory-map
>> Changes for V3:
>> Renamed som-6896.dts to broadwell_som-6896.dts
>> Changes for V4:
>> Changed PCI I/O start from 0x1900 to 0x2000 (actually did it this time)
>> Removed whitespace before my name at the top of som-6896.h
>>
>> arch/x86/dts/Makefile | 3 ++-
>> arch/x86/dts/broadwell_som-6896.dts | 43 +++++++++++++++++++++++++++++++++++++
>> include/configs/som-6896.h | 38 ++++++++++++++++++++++++++++++++
>> 3 files changed, 83 insertions(+), 1 deletion(-)
>> create mode 100644 arch/x86/dts/broadwell_som-6896.dts
>> create mode 100644 include/configs/som-6896.h
>>
[snip]
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list