From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 6DD03941874 for ; Thu, 8 Aug 2024 13:35:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=eQhmZcf6uOU7P32oRo4k6AQVIxtUHL39P3UC+HSonZc=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1723124136; v=1; b=wwuZC2gKzC8FIS6NX0ShFiK6Gxrzvgw8SIGBuHY29i8wuCYXF8RpN+jRPBDYFsEcCqwpwaem IefWsGDbBCshRjDtH8PQU0HuSPTU6H6vazA1K0xMIHml39ALfzgD0/H2ZJ/kUY+AStw1CaHqv07 tKT922B5oWy79no/wEkbk3+cWssQ2e/sr6YXmxbvOPxSQyyZTwxj3WXlm8d6aYVa8J3u0mN6kma CBCL+6Nzgm9lRXaWhtDlgr8uJGU3D9LM0uiOfwOi/4Uoi3KIaXOxhys+yVPYyJ3BeonaW8+qA4+ yi1HAhz49S/ZiCV8srBNdDjRypug3AjNzzyXeGWOYwT1w== X-Received: by 127.0.0.2 with SMTP id K0l1YY7687511xGJ7Wvj39hl; Thu, 08 Aug 2024 06:35:34 -0700 X-Received: from m16.mail.126.com (m16.mail.126.com [117.135.210.9]) by mx.groups.io with SMTP id smtpd.web11.53431.1723097132325709024 for ; Wed, 07 Aug 2024 23:05:33 -0700 X-Received: from bitmain-System-Product-Name.bitmain-inc.com (unknown [219.142.246.66]) by gzsmtp3 (Coremail) with SMTP id pykvCgDX7_MfYLRmzsYxAA--.22476S2; Thu, 08 Aug 2024 14:05:29 +0800 (CST) From: Jingyu Li To: devel@edk2.groups.io Cc: Jingyu Li , Leif Lindholm Subject: [edk2-devel] [PATCH 1/1] EmbeddedPkg: Add GD25LB512ME nor flash info Date: Thu, 8 Aug 2024 14:05:13 +0800 Message-Id: <818cefd61858c19bfb4f90850a892e51035a0bcd.1723096787.git.jingyu.li01@sophgo.com> In-Reply-To: References: MIME-Version: 1.0 X-CM-TRANSID: pykvCgDX7_MfYLRmzsYxAA--.22476S2 X-Coremail-Antispam: 1Uf129KBjvdXoW7XF1kKr15XFW8Cr47tF18Zrb_yoWkKFc_Kr 4kZws7AFyYkw1kt34Yvan8urWkCF15A348tanxCrW5tw4rZr4kJa4kZas5XryUKw1kAasF g39F9F4rAw4qkjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUUeyI5UUUUU== X-Originating-IP: [219.142.246.66] X-CM-SenderInfo: pppwt0xj1l0wartrkqqrswhudrp/1tbi5Ag1hWVLarUHZwAAsN Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 08 Aug 2024 06:35:33 -0700 Resent-From: mmtangying1314@126.com Reply-To: devel@edk2.groups.io,mmtangying1314@126.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: j5VpGdZ39eMxQjrP3u7jgmNOx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=wwuZC2gK; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=126.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Jingyu Li Add GigaDevice GD25LB512ME definition to NorFlashInfoLib. Cc: Leif Lindholm Signed-off-by: Jingyu Li --- EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c b/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c index 422fdac8519b..46ce87d07449 100644 --- a/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c +++ b/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c @@ -42,6 +42,7 @@ STATIC CONST NOR_FLASH_INFO NorFlashIds[] = { { L"gd25q128", { 0xc8, 0x40, 0x18 }, 3, 256, 64 * 1024, 256, NOR_FLASH_ERASE_4K }, { L"gd25lq128", { 0xc8, 0x60, 0x18 }, 3, 256, 64 * 1024, 256, NOR_FLASH_ERASE_4K }, { L"gd25q256", { 0xc8, 0x40, 0x19 }, 3, 256, 64 * 1024, 512, NOR_FLASH_ERASE_4K }, + { L"gd25lb512me", { 0xc8, 0x67, 0x1a }, 3, 256, 64 * 1024, 1024, NOR_FLASH_ERASE_4K | NOR_FLASH_4B_ADDR }, /* ISSI */ { L"is25lp032", { 0x9d, 0x60, 0x16 }, 3, 256, 64 * 1024, 64, 0 }, { L"is25lp064", { 0x9d, 0x60, 0x17 }, 3, 256, 64 * 1024, 128, 0 }, -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120294): https://edk2.groups.io/g/devel/message/120294 Mute This Topic: https://groups.io/mt/107789522/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-