From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::244; helo=mail-wm0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0B5C222436933 for ; Fri, 23 Feb 2018 07:35:10 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id h21so5436516wmd.1 for ; Fri, 23 Feb 2018 07:41:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4Rg4HMMBdKtQJNcQPemOPJpIwYs84FKabT7dWWptgZI=; b=EkswKVmhUiZcFmxqEQs356ElpDbSrTPAOA9KksWLv59ePiyzHplaCL0G49RMxPJTWJ q8fLnkpuYrbkwPDSTdPlx/SZFBVAOycLe0KOXMj/cJ98242ydojVY3XBcruNjymZ8d+e dPljmC6Zaxb1m8Dm1YePXi3d+VHLxYzawWERE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=4Rg4HMMBdKtQJNcQPemOPJpIwYs84FKabT7dWWptgZI=; b=GbPa89RDpWjZeoF4XP7D1WEXKVeOeS9Hnj2E7rIc3b1QW9z3vQbI3y0UVjAt+r53bv IgRi0qNpL5x7lsA7ZZutSZk9AhcXKaB3bFil2Nao6EjtzHqInBTSqUvGnT7R4J0tLn06 LFoAALQZFFobd93i2JGf9imPdfuvug3RFb3BAk9AgVGozfkCAO5YkAAHvUPjWy070I8P +74kzqHESNahu84FY1BjDxptw5hg5i0zRxAjx3xlCu3DbhKcoxvirZQyfz85AD+B33vc Xqa1/akBdGGtI2xTGhZksPgJq9prnruQM9k/otzI98j8eMRbZ8dcBreKYsf/R0TpnXbE 6+cg== X-Gm-Message-State: APf1xPAWOv9MLCZYMVEWgjNaT3qtRLoM8nNmdITg6jXWaX/qTn9RXIx4 gQXiZsJELV5b8bw6iDvpkBH3Ef9DFmU= X-Google-Smtp-Source: AG47ELtOfLFbtNA4EjYA5E1kJUUBSsFF3+/a0a9SL1qx8xDKSL5jeh2Xhq0JEUzI6K8IkwXFxMcJ2A== X-Received: by 10.28.232.16 with SMTP id f16mr2259139wmh.92.1519400470315; Fri, 23 Feb 2018 07:41:10 -0800 (PST) Received: from localhost.localdomain ([196.90.4.100]) by smtp.gmail.com with ESMTPSA id 188sm2273215wmg.29.2018.02.23.07.41.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Feb 2018 07:41:09 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Fri, 23 Feb 2018 15:40:49 +0000 Message-Id: <20180223154052.9828-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180223154052.9828-1-ard.biesheuvel@linaro.org> References: <20180223154052.9828-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms v3 3/6] Platform/96Boards: introduce LsConnector protocol X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2018 15:35:10 -0000 Introduce a protocol describing the presence of a 96boards low speed (LS) connector, and identifying the type of mezzanine that has been installed. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/96Boards/96Boards.dec | 3 ++ Platform/96Boards/Include/Protocol/LsConnector.h | 35 ++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/Platform/96Boards/96Boards.dec b/Platform/96Boards/96Boards.dec index 2a063ced9e4a..fa8e639b1a11 100644 --- a/Platform/96Boards/96Boards.dec +++ b/Platform/96Boards/96Boards.dec @@ -25,6 +25,9 @@ [Protocols] ## Include/Protocol/Mezzanine.h g96BoardsMezzanineProtocolGuid = { 0xf0467a37, 0x3436, 0x40ef, { 0x94, 0x09, 0x4d, 0x1d, 0x7f, 0x51, 0x06, 0xd3 } } + ## Include/Protocol/LsConnector.h + g96BoardsLsConnectorProtocolGuid = { 0xae548d4c, 0x9062, 0x4eed, { 0x83, 0x5f, 0xf5, 0x10, 0xf8, 0xfc, 0x48, 0xaf } } + [Guids] # PCD scope GUID g96BoardsTokenSpaceGuid = { 0xe0d2f33a, 0xb7dd, 0x4a69, { 0xb6, 0x76, 0xda, 0xe8, 0xa4, 0x17, 0xa7, 0xb5 } } diff --git a/Platform/96Boards/Include/Protocol/LsConnector.h b/Platform/96Boards/Include/Protocol/LsConnector.h new file mode 100644 index 000000000000..f337cfe0f709 --- /dev/null +++ b/Platform/96Boards/Include/Protocol/LsConnector.h @@ -0,0 +1,35 @@ +/** @file + + Copyright (c) 2018, Linaro, Ltd. All rights reserved.
+ + This program and the accompanying materials are licensed and made available + under the terms and conditions of the BSD License which accompanies this + distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +**/ + +#ifndef _LS_CONNECTOR_H_ +#define _LS_CONNECTOR_H_ + +#define LS_CONNECTOR_PROTOCOL_GUID \ + { 0xae548d4c, 0x9062, 0x4eed, { 0x83, 0x5f, 0xf5, 0x10, 0xf8, 0xfc, 0x48, 0xaf } } + +typedef struct _LS_CONNECTOR_PROTOCOL LS_CONNECTOR_PROTOCOL; + +typedef enum { + MezzanineUnknown, + MezzanineSecure96, + MezzanineMax +} MEZZANINE_TYPE; + +struct _LS_CONNECTOR_PROTOCOL { + MEZZANINE_TYPE MezzanineType; +}; + +extern EFI_GUID g96BoardsLsConnectorProtocolGuid; + +#endif // _LS_CONNECTOR_H_ -- 2.11.0