On 9/28/18, 6:21 PM, "Linux-aspeed on behalf of Vijay Khemka" <linux-aspeed-bounces+vijaykhemka=fb....@lists.ozlabs.org on behalf of vijaykhe...@fb.com> wrote:
> On 9/28/18, 6:07 PM, "Vijay Khemka" <vijaykhe...@fb.com> wrote: > This patch adds OEM commands and response handling. It also defines OEM > command and response structure as per NCSI specification along with its > handlers. > > ncsi_cmd_handler_oem: This is a generic command request handler for OEM > commands > ncsi_rsp_handler_oem: This is a generic response handler for OEM commands This is a generic patch for OEM command handling, There will be another patch following this to handle specific OEM commands for each vendor. Currently I have defined 2 vendor/manufacturer id below in internal.h, more can be added here for other vendors. I have not defined ncsi_rsp_oem_handler in this patch as they are NULL, but there will be a defined handlers for each vendor in next patch. Sam, Joel, Justin, please review this patch. I have 2 more patch coming for Broadcom and Mellanox.