config/sysinv/sysinv/sysinv/sysinv/fpga_agent/__init__.py
Chris Friesen 152604297d sysinv FPGA agent initial commit
This creates a new sysinv FPGA agent.  On startup it will perform
an initial scan for supported FPGA devices and report the current
hardware status to sysinv-conductor via RPC.

It also provides basic support for flashing the specified device
images to the FPGA device using Intel-supplied tools running
in a Docker container.

Initially only the Intel N3000 FPGA is supported.

Story: 2006740
Task:  39927
Change-Id: Id8a6510a2d8cd072737a98c5d909f94dbf10a763
Depends-On: I63cfa7698285a1a43f1e9e4b98e9a536fc3dc682
2020-06-07 23:54:01 -06:00

12 lines
176 B
Python

#
# Copyright (c) 2020 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# coding=utf-8
# All Rights Reserved.
#