From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4010:c07::243; helo=mail-lf0-x243.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::243]) (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 969BE21109FE1 for ; Mon, 18 Jun 2018 15:59:04 -0700 (PDT) Received: by mail-lf0-x243.google.com with SMTP id x13-v6so11719271lff.10 for ; Mon, 18 Jun 2018 15:59:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=0gFR3RZNLnWaUVpSHyLHVf/k77e6Vnjviw3V+GPJIC8=; b=qmuDuxgus1VCoidTXos2jx0f+sMD3gKAG9upaqEalh1wUkHGyRxyxE+Brk2VZQFIKn WzY8uTelk5pC23nYxU9ZTtH54VUSCw/4cLUsAozp2opxtJVfXISLvry3zYoHLKccshf1 JOSOG9v3W0Emn5RK0fqqWFf6e0xJmiRIhQzeKnR9LjpVhoo04Tg071eJDw+5M53/gbgX K9KSfRouDcw2ZuDOVl8u8ANVS0NLL1WeLATeeINfpPLMW1LJWELLRyWsXve49Vt4REoV XLZBzJDx1bQ1aeoIFvDgjKYfGGjwBLEI+UhjidMPvHPFXXBJoChmU30sXBV1gSF1l4uJ AiLA== 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=0gFR3RZNLnWaUVpSHyLHVf/k77e6Vnjviw3V+GPJIC8=; b=X/sUz32YK+kxlJaSBkKSpcnfAA7b9LBzirDmoRwrqfSf5xp77aa0Ntc22t7kaSqf8b RoCdsa9KtX3tseG/BKrCq5qk8Xx2riIX/23daXTpUv+tlJgU0YkgB0b9glt78QKls38S hHMxS80/POrPhnW8osgLR9R5RTrPDciCKx7grGDOtg0eHHsuTqIaK34vqH8zwT9R9V+5 XU3HI3zZytwnA9ApdiclWcb/RBmBx2XDRaSkPGUyJgCcmqHWcIqTMZTADJN5cHGzGvat Je7j+mP9QS5zwdJbgybuoQWoprZAafJuJDVP7j2Wc0Ri2kUpqPfJCotWJ3d9mtw0GJvd SBzQ== X-Gm-Message-State: APt69E3hukitXXe+VxfTRNlRdkiB4X+gce9sErXf1uglYizkGQ/6jqCz ZYNzyz4DvSzKM2LbphxsaYC0cjFLUks= X-Google-Smtp-Source: ADUXVKIRrTTIkJIjnUBJIFVkQg2i+iVRneVvDr4TKmlwrzMfJDHQ6MIkbsGU0Ry19+g6zpmj9eLF5Q== X-Received: by 2002:a2e:2408:: with SMTP id k8-v6mr2065563ljk.95.1529362742645; Mon, 18 Jun 2018 15:59:02 -0700 (PDT) Received: from gilgamesh.semihalf.com (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id h136-v6sm3020754lfe.23.2018.06.18.15.59.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 Jun 2018 15:59:01 -0700 (PDT) From: Marcin Wojtas To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, nadavh@marvell.com, jinghua@marvell.com, mw@semihalf.com, jsd@semihalf.com, jaz@semihalf.com Date: Tue, 19 Jun 2018 00:58:22 +0200 Message-Id: <1529362724-9244-4-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1529362724-9244-1-git-send-email-mw@semihalf.com> References: <1529362724-9244-1-git-send-email-mw@semihalf.com> Subject: [platforms: PATCH v3 03/25] Marvell: Introduce MARVELL_BOARD_DESC_PROTOCOL X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 22:59:05 -0000 From: jinghua This patch introduces protocol that exposes generic API to get board description. It uses ArmadaSoCDescLib library, which is implemented per SoC family to get the SoC level description for hardware module controller. Together with the information obtained from ArmadaBoardDescLib the protocol allows the drivers to get per-board information about used hardware and settings. As a first usage a UTMI information obtaining is implemented. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas Reviewed-by: Leif Lindholm --- Silicon/Marvell/Marvell.dec | 1 + Silicon/Marvell/Include/Protocol/BoardDesc.h | 62 ++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 Silicon/Marvell/Include/Protocol/BoardDesc.h diff --git a/Silicon/Marvell/Marvell.dec b/Silicon/Marvell/Marvell.dec index db49300..6861cc4 100644 --- a/Silicon/Marvell/Marvell.dec +++ b/Silicon/Marvell/Marvell.dec @@ -212,6 +212,7 @@ gMarvellTokenSpaceGuid.PcdSecureRegionSize|0x0|UINT32|0x50000001 [Protocols] + gMarvellBoardDescProtocolGuid = { 0xebed8738, 0xd4a6, 0x4001, { 0xa9, 0xc9, 0x52, 0xb0, 0xcb, 0x7d, 0xdb, 0xf9 }} gMarvellEepromProtocolGuid = { 0x71954bda, 0x60d3, 0x4ef8, { 0x8e, 0x3c, 0x0e, 0x33, 0x9f, 0x3b, 0xc2, 0x2b }} gMarvellMdioProtocolGuid = { 0x40010b03, 0x5f08, 0x496a, { 0xa2, 0x64, 0x10, 0x5e, 0x72, 0xd3, 0x71, 0xaa }} gMarvellPhyProtocolGuid = { 0x32f48a43, 0x37e3, 0x4acf, { 0x93, 0xc4, 0x3e, 0x57, 0xa7, 0xb0, 0xfb, 0xdc }} diff --git a/Silicon/Marvell/Include/Protocol/BoardDesc.h b/Silicon/Marvell/Include/Protocol/BoardDesc.h new file mode 100644 index 0000000..f8a2902 --- /dev/null +++ b/Silicon/Marvell/Include/Protocol/BoardDesc.h @@ -0,0 +1,62 @@ +/******************************************************************************* +Copyright (C) 2018 Marvell International Ltd. + +Marvell BSD License Option + +If you received this File from Marvell, you may opt to use, redistribute and/or +modify this File under the following licensing terms. +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +* Neither the name of Marvell nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +*******************************************************************************/ +#ifndef __MARVELL_BOARD_DESC_PROTOCOL_H__ +#define __MARVELL_BOARD_DESC_PROTOCOL_H__ + +#include +#include + +extern EFI_GUID gMarvellBoardDescProtocolGuid; + +typedef struct _MARVELL_BOARD_DESC_PROTOCOL MARVELL_BOARD_DESC_PROTOCOL; + +typedef +EFI_STATUS +(EFIAPI *MV_BOARD_DESC_UTMI_GET) ( + IN MARVELL_BOARD_DESC_PROTOCOL *This, + IN OUT MV_BOARD_UTMI_DESC **UtmiDesc + ); + +typedef +VOID +(EFIAPI *MV_BOARD_DESC_FREE) ( + IN VOID *BoardDesc + ); + +struct _MARVELL_BOARD_DESC_PROTOCOL { + MV_BOARD_DESC_UTMI_GET BoardDescUtmiGet; + MV_BOARD_DESC_FREE BoardDescFree; +}; + +#endif // __MARVELL_BOARD_DESC_PROTOCOL_H__ -- 2.7.4