public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v7 0/4] Improved support for FT2004/4 chip.
@ 2022-04-14  6:03 Ling Jia
  2022-04-14  6:03 ` [PATCH v7 1/4] Platform/Phytium: Solved problems during boot Ling Jia
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ling Jia @ 2022-04-14  6:03 UTC (permalink / raw)
  To: devel; +Cc: Leif Lindholm, Ling Jia

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-14  6:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-14  6:03 [PATCH v7 0/4] Improved support for FT2004/4 chip Ling Jia
2022-04-14  6:03 ` [PATCH v7 1/4] Platform/Phytium: Solved problems during boot Ling Jia
2022-04-14  6:03 ` [PATCH v7 2/4] Silicon/Phytium: Added flash driver support to Phytium Silicon Ling Jia
2022-04-14  6:03 ` [PATCH v7 3/4] Silicon/Phytium: Added fvb driver for flash Ling Jia
2022-04-14  6:03 ` [PATCH v7 4/4] Silicon/Phytium: Added runtime support to spi master Ling Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox