From: Jingyu Li <mmtangying1314@126.com>
To: devel@edk2.groups.io
Cc: Jingyu Li <jingyu.li01@sophgo.com>, Leif Lindholm <leif@nuviainc.com>
Subject: [edk2-devel] [PATCH 1/1] EmbeddedPkg: Add GD25LB512ME nor flash info
Date: Thu, 8 Aug 2024 14:05:13 +0800 [thread overview]
Message-ID: <818cefd61858c19bfb4f90850a892e51035a0bcd.1723096787.git.jingyu.li01@sophgo.com> (raw)
In-Reply-To: <cover.1723096787.git.jingyu.li01@sophgo.com>
From: Jingyu Li <jingyu.li01@sophgo.com>
Add GigaDevice GD25LB512ME definition to NorFlashInfoLib.
Cc: Leif Lindholm <leif@nuviainc.com>
Signed-off-by: Jingyu Li <jingyu.li01@sophgo.com>
---
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]
-=-=-=-=-=-=-=-=-=-=-=-
parent reply other threads:[~2024-08-08 13:35 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <cover.1723096787.git.jingyu.li01@sophgo.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=818cefd61858c19bfb4f90850a892e51035a0bcd.1723096787.git.jingyu.li01@sophgo.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox