From nobody Thu May 2 14:46:22 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1510744784235606.7729982281679; Wed, 15 Nov 2017 03:19:44 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id A2D5320355204; Wed, 15 Nov 2017 03:15:33 -0800 (PST) Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (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 A520F21B00DC1 for ; Wed, 15 Nov 2017 03:15:32 -0800 (PST) Received: by mail-wr0-x241.google.com with SMTP id q66so20130763wrb.13 for ; Wed, 15 Nov 2017 03:19:40 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id y84sm7536889wmg.39.2017.11.15.03.19.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 03:19:37 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::241; helo=mail-wr0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=l/cJ40oECMxC2j28ph1urEEj4/P6QOwTljDQU+ZUVz4=; b=inIEKSD0uvOboEyhG1QbKTtVSSvY9VRqFwRTnFXBpOE5eYmVBrvJonZEJ3PHqlplBh gIksdn5kXVA3Z3QdWIa9kPZ6jDAUl/ar5NfFtZxKsqEJU8rKQp/hxJrTzpX3KhIuaheD 5YJXieulKzasEZKDXJ5M/Lo9S+tlaCKIjeyow= 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; bh=l/cJ40oECMxC2j28ph1urEEj4/P6QOwTljDQU+ZUVz4=; b=lIPRfp2TqTbwVoEWkq8ajJuvVDk4Ww5+RpGTDpIWoOKOZIAgbk4dGfJg8XgT6R/WfQ Q7KsKWeEPgPEc8ctrgWH5bXQCego4KVpFhZNe6lNqt4lxl3sL4ZwmK9Y74980Y/20eoC Se1a2uETHI0I23/nmdwKlkMSRR9Ib/weT0UggYfRZmflYWpnYyvEavWJV/5Y0bVn8lhY PuXvipie56+LGc7mioirPXjkRRBDkD+ilf4NkavqfdnmXOkiO2v1WPsHxooCxMCRDKlg skVRfB8RxCsJ4p3o+oFV9UDQ9f9lXMXpwCh11dhTzrMuNlpNsVxBvEUIKXhJozljv9tE 8pJQ== X-Gm-Message-State: AJaThX6jWIq23xhMhC7tmQcE7VyGp5tY2uEICHykfG8BQvlYuoLSmEtI mCq6lYVJ0W4jLLStXH0qHZyZmKnMGd8= X-Google-Smtp-Source: AGs4zMb+nLIp6w4e3DKrGIUBntVlRjrD8vQvOmuRHuCZ83249COfLoGuXJwGr7d9bzs4xFFd+q29tA== X-Received: by 10.223.139.73 with SMTP id v9mr13689168wra.77.1510744778569; Wed, 15 Nov 2017 03:19:38 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Wed, 15 Nov 2017 11:19:32 +0000 Message-Id: <20171115111932.22507-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] EmbeddedPkg: add mx66u1g45g nor flash info X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: leif.lindholm@linaro.org, Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" From: Pipat Methavanitpong Add Macronix MX66U1G45G definition to NorFlashInfoLib Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Pipat Methavanitpong Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm Reviewed-by: Marcin Wojtas --- EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c b/Embedd= edPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c index 750f37a0e8..fb26b4f9bc 100644 --- a/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c +++ b/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c @@ -57,6 +57,7 @@ STATIC CONST NOR_FLASH_INFO NorFlashIds[] =3D { {L"mx25l51235f", {0xc2, 0x20, 0x1a}, 3, 256, 64 * 1024, 1024, 0}, {L"mx25l12855e", {0xc2, 0x26, 0x18}, 3, 256, 64 * 1024, 256, 0}, {L"mx66u51235f", {0xc2, 0x25, 0x3a}, 3, 256, 64 * 1024, 1024, 0}, + {L"mx66u1g45g", {0xc2, 0x25, 0x3b}, 3, 256, 64 * 1024, 2048, 0}, {L"mx66l1g45g", {0xc2, 0x20, 0x1b}, 3, 256, 64 * 1024, 2048, 0}, /* SPANSION */ {L"s25fl008a", {0x01, 0x02, 0x13}, 3, 256, 64 * 1024, 16, 0}, --=20 2.14.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel