Reviewed-by: Yiqi Shu <shuy...@phytium.com.cn>
> -----原始邮件-----发件人:"贾玲" <jial...@phytium.com.cn>发送时间:2022-08-05 15:37:30 > (星期五)收件人:"Yiqi Shu" <shuy...@phytium.com.cn>, "Peng Xie" > <xiep...@phytium.com.cn>抄送:主题:[PATCH v7 0/4] Improved support for FT2004/4 > chip. > > Completed the flash driver and fvb driver. > Solved the problems in boot process. > Added virtual address conversion. > > The public git repository is : > https://github.com/jialing2020/edk2-platforms/tree/Phytium_Opensource_For_FT2000-4_v7 > > Ling Jia (4): > Platform/Phytium: Solved problems during boot. > Silicon/Phytium: Added flash driver support to Phytium Silicon. > Silicon/Phytium: Added fvb driver for flash > Silicon/Phytium: Added runtime support to spi master. > > Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dec > | 1 + > Platform/Phytium/DurianPkg/DurianPkg.dsc > | 14 + > Platform/Phytium/DurianPkg/DurianPkg.fdf > | 32 +- > Silicon/Phytium/FT2000-4Pkg/Drivers/SpiDxe/SpiDxe.inf > | 5 + > Silicon/Phytium/FT2000-4Pkg/Drivers/{SpiDxe/SpiDxe.inf => > SpiNorFlashDxe/SpiNorFlashDxe.inf} | 25 +- > Silicon/Phytium/PhytiumCommonPkg/Drivers/FlashFvbDxe/FlashFvbDxe.inf > | 63 + > Silicon/Phytium/FT2000-4Pkg/Drivers/SpiDxe/SpiDxe.h > | 2 + > Silicon/Phytium/FT2000-4Pkg/Drivers/SpiNorFlashDxe/SpiNorFlashDxe.h > | 95 ++ > Silicon/Phytium/PhytiumCommonPkg/Drivers/FlashFvbDxe/FlashFvbDxe.h > | 105 ++ > Silicon/Phytium/PhytiumCommonPkg/Include/Protocol/SpiNorFlashProtocol.h > | 74 ++ > Silicon/Phytium/FT2000-4Pkg/Drivers/SpiDxe/SpiDxe.c > | 84 +- > Silicon/Phytium/FT2000-4Pkg/Drivers/SpiNorFlashDxe/SpiNorFlashDxe.c > | 412 ++++++ > Silicon/Phytium/PhytiumCommonPkg/Drivers/FlashFvbDxe/FlashFvbDxe.c > | 1329 ++++++++++++++++++++ > 13 files changed, 2210 insertions(+), 31 deletions(-) > copy Silicon/Phytium/FT2000-4Pkg/Drivers/{SpiDxe/SpiDxe.inf => > SpiNorFlashDxe/SpiNorFlashDxe.inf} (55%) > mode change 100644 => 100755 > create mode 100755 > Silicon/Phytium/PhytiumCommonPkg/Drivers/FlashFvbDxe/FlashFvbDxe.inf > create mode 100755 > Silicon/Phytium/FT2000-4Pkg/Drivers/SpiNorFlashDxe/SpiNorFlashDxe.h > create mode 100755 > Silicon/Phytium/PhytiumCommonPkg/Drivers/FlashFvbDxe/FlashFvbDxe.h > create mode 100755 > Silicon/Phytium/PhytiumCommonPkg/Include/Protocol/SpiNorFlashProtocol.h > create mode 100755 > Silicon/Phytium/FT2000-4Pkg/Drivers/SpiNorFlashDxe/SpiNorFlashDxe.c > create mode 100755 > Silicon/Phytium/PhytiumCommonPkg/Drivers/FlashFvbDxe/FlashFvbDxe.c > > -- > 2.25.1 > > > 信息安全声明:本邮件包含信息归发件人所在组织所有,发件人所在组织对该邮件拥有所有权利。请接收者注意保密,未经发件人书面许可,不得向任何第三方组织和个人透露本邮件所含信息。 > Information Security Notice: The information contained in this mail is solely > property of the sender's organization.This mail communication is > confidential.Recipients named above are obligated to maintain secrecy and are > not permitted to disclose the contents of this communication to others. ------------------------------ 舒奕棋 YiQi Shu | 软件技术方案部 经理 022-59080100-2201 183-9087-7610 022-58955668 www.phytium.com.cn 长沙市开福区芙蓉中路一段富兴时代T2栋16-18楼 信息安全声明:本邮件包含信息归发件人所在组织所有,发件人所在组织对该邮件拥有所有权利。请接收者注意保密,未经发件人书面许可,不得向任何第三方组织和个人透露本邮件所含信息。 Information Security Notice: The information contained in this mail is solely property of the sender's organization.This mail communication is confidential.Recipients named above are obligated to maintain secrecy and are not permitted to disclose the contents of this communication to others. 信息安全声明:本邮件包含信息归发件人所在组织所有,发件人所在组织对该邮件拥有所有权利。请接收者注意保密,未经发件人书面许可,不得向任何第三方组织和个人透露本邮件所含信息。 Information Security Notice: The information contained in this mail is solely property of the sender's organization.This mail communication is confidential.Recipients named above are obligated to maintain secrecy and are not permitted to disclose the contents of this communication to others. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#92168): https://edk2.groups.io/g/devel/message/92168 Mute This Topic: https://groups.io/mt/92836921/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-