|
[PATCH v8 3/4] Silicon/Phytium: Added fvb driver for flash
From: Ling Jia <jialing@...> The FlashFvbDxe provided the fvb protocol, which requested by the flash operators. Signed-off-by: Ling Jia <jialing@...> --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommon
From: Ling Jia <jialing@...> The FlashFvbDxe provided the fvb protocol, which requested by the flash operators. Signed-off-by: Ling Jia <jialing@...> --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommon
|
By
Ling Jia
·
|
|
[PATCH v8 1/4] Platform/Phytium: Solved problems during boot
From: Ling Jia <jialing@...> 1.Solved the problem of missing of dependent Library in PciHostBridgeDxe. 2.Solved the problem of missing boot management menu. Signed-off-by: Ling Jia <jialing@...> --- P
From: Ling Jia <jialing@...> 1.Solved the problem of missing of dependent Library in PciHostBridgeDxe. 2.Solved the problem of missing boot management menu. Signed-off-by: Ling Jia <jialing@...> --- P
|
By
Ling Jia
·
|
|
[PATCH v8 4/4] Silicon/Phytium: Added runtime support to spi master
From: Ling Jia <jialing@...> Solved the problem of virtual address translation in runtime access under OS. Signed-off-by: Ling Jia <jialing@...> --- Silicon/Phytium/FT2000-4Pkg/Drivers/SpiDxe/SpiDxe.i
From: Ling Jia <jialing@...> Solved the problem of virtual address translation in runtime access under OS. Signed-off-by: Ling Jia <jialing@...> --- Silicon/Phytium/FT2000-4Pkg/Drivers/SpiDxe/SpiDxe.i
|
By
Ling Jia
·
|
|
[PATCH v8 0/4] Improved supports for FT-2000/4 chip.
Completed the flash driver and fvb driver, solved the problems in boot process and added runtime supports for flash operations. The public git repository is : https://github.com/jialing2020/edk2-platf
Completed the flash driver and fvb driver, solved the problems in boot process and added runtime supports for flash operations. The public git repository is : https://github.com/jialing2020/edk2-platf
|
By
Ling Jia
·
|
|
[PATCH v8 2/4] Silicon/Phytium: Added flash driver support for flash operation
From: Ling Jia <jialing@...> The SpiNorFlashDxe provided norflash initialization, read-write, erase and other interfaces. This is a special communication protocol for FT-2000/4 chip. Signed-off-by: Li
From: Ling Jia <jialing@...> The SpiNorFlashDxe provided norflash initialization, read-write, erase and other interfaces. This is a special communication protocol for FT-2000/4 chip. Signed-off-by: Li
|
By
Ling Jia
·
|
|
[Patch V2 1/3] [edk2-staging]BaseTools: Add Python VfrCompiler tool
2 messages
From: Yuting Yang <yuting2.yang@...> This is the python implementation of the C VfrCompiler tool. Currently, this python tool will generate yaml/json files for better variable related information pres
From: Yuting Yang <yuting2.yang@...> This is the python implementation of the C VfrCompiler tool. Currently, this python tool will generate yaml/json files for better variable related information pres
|
By
Yuwei Chen
·
|
|
[Patch V2 3/3] [edk2-staging]BaseTools: Add new build option for Variable default value generation
2 messages
Add new build option "--gen-default-variable-bin" for Variable default value generation from Python VFR tool's extended json output file. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> S
Add new build option "--gen-default-variable-bin" for Variable default value generation from Python VFR tool's extended json output file. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> S
|
By
Yuwei Chen
·
|
|
[Patch V2 2/3] [edk2-staging]BaseTools: Add new build option for PyVfrCompiler yaml generation
2 messages
Add new build option "--vfr-yaml-enable" for Python VfrCompiler extended output yaml file generation. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Yuwei Chen <yuwei.chen
Add new build option "--vfr-yaml-enable" for Python VfrCompiler extended output yaml file generation. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Yuwei Chen <yuwei.chen
|
By
Yuwei Chen
·
|
|
??: [PATCH 1/1] BaseTools: remove useless header inclusion
2 messages
Hello, It should: there is absolutely nothing in GenFvInternalLib.c using uuid_* or UUID_*. Furthermore, the API exposed by FreeBSD uuid.h and util-linux-ng uuid/uuid.h are totally different; so this
Hello, It should: there is absolutely nothing in GenFvInternalLib.c using uuid_* or UUID_*. Furthermore, the API exposed by FreeBSD uuid.h and util-linux-ng uuid/uuid.h are totally different; so this
|
By
tlaronde@polynum.com
·
|
|
[Patch V1 1/3] BaseTools: Add Python VfrCompiler tool
2 messages
By
Yuwei Chen
·
|
|
[Patch V1 3/3] BaseTools: Add new build option for Variable default value generation
Add new build option "--gen-default-variable-bin" for Variable default value generation from Python VFR tool's extended json output file. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> S
Add new build option "--gen-default-variable-bin" for Variable default value generation from Python VFR tool's extended json output file. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> S
|
By
Yuwei Chen
·
|
|
[Patch V1 2/3] BaseTools: Add new build option for PyVfrCompiler yaml generation
Add new build option "--vfr-yaml-enable" for Python VfrCompiler extended output yaml file generation. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Yuwei Chen <yuwei.chen
Add new build option "--vfr-yaml-enable" for Python VfrCompiler extended output yaml file generation. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Yuwei Chen <yuwei.chen
|
By
Yuwei Chen
·
|
|
[PATCH 1/1] tools_def: Remove duplicated -Os
3 messages
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2928 commit 17bd834eb5fd ("BaseTools: Factorize GCC flags") makes GCC48_ALL_CC_FLAGS inherit from GCC_ALL
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2928 commit 17bd834eb5fd ("BaseTools: Factorize GCC flags") makes GCC48_ALL_CC_FLAGS inherit from GCC_ALL
|
By
PierreGondois
·
|
|
回复: [edk2-devel] error build
It should be the issue in FDF file. The invalid syntax in FDF file causes FDF parser report exception. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Igor Ostrovskyy 发送时间: 2023年1月28
It should be the issue in FDF file. The invalid syntax in FDF file causes FDF parser report exception. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Igor Ostrovskyy 发送时间: 2023年1月28
|
By
gaoliming
·
|
|
回复: [PATCH v2 0/3] Add ACPI 6.5 header
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: Chao Li <lichao@...> > 发送时间: 2023年1月29日 18:20 > 收件人: devel@edk2.groups.io > 抄送: Michael D Kinney <michael.d.kinney@...>; Liming Gao > <g
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: Chao Li <lichao@...> > 发送时间: 2023年1月29日 18:20 > 收件人: devel@edk2.groups.io > 抄送: Michael D Kinney <michael.d.kinney@...>; Liming Gao > <g
|
By
gaoliming
·
|
|
error build
(Python 3.8.10 on linux) Traceback (most recent call last): File "/home/ost268/edk2-msm/Common/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2695, in Main MyBuild.Laun
(Python 3.8.10 on linux) Traceback (most recent call last): File "/home/ost268/edk2-msm/Common/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2695, in Main MyBuild.Laun
|
By
Igor Ostrovskyy
·
|
|
[PATCH v2 0/3] Add ACPI 6.5 header
ACPI specification 6.5 has been released in August 2022, EDK2 needs to add V6.5 header. v1: 1. Added ACPI 6.5 header, copied from Acpi64.h. 2. Added CORE_PIC, LIO_PIC ,etc. tables to MADT. v2: Add a n
ACPI specification 6.5 has been released in August 2022, EDK2 needs to add V6.5 header. v1: 1. Added ACPI 6.5 header, copied from Acpi64.h. 2. Added CORE_PIC, LIO_PIC ,etc. tables to MADT. v2: Add a n
|
By
Chao Li
·
|
|
[PATCH v2 3/3] MdePkg: Added serveral tables to MATD used by LoongArch64
Add CORE_PIC, LIO_PIC, HT_PIC, EIO_PIC, MSI_PIC, BIO_PIC and LPC_PIC tables for LoongArch64 as defined in ACPI SPEC 6.5. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4306 Cc: Michael D Kinney <m
Add CORE_PIC, LIO_PIC, HT_PIC, EIO_PIC, MSI_PIC, BIO_PIC and LPC_PIC tables for LoongArch64 as defined in ACPI SPEC 6.5. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4306 Cc: Michael D Kinney <m
|
By
Chao Li
·
|
|
[PATCH v2 2/3] MdePkg: Add ACPI 6.5 header
Create Acpi65.h, which is copied from Acpi64.h, and make the following changes: 1. Replace all occurences of "6.4/6_4" with "6.5/6_5". 2. Incremented FADT minor revision. 3. Make Acpi65.h the latest A
Create Acpi65.h, which is copied from Acpi64.h, and make the following changes: 1. Replace all occurences of "6.4/6_4" with "6.5/6_5". 2. Incremented FADT minor revision. 3. Make Acpi65.h the latest A
|
By
Chao Li
·
|
|
[PATCH v2 1/3] MdePkg: Add Acpi65.h to IgnoreFiles area
Acpi65.h will causes ECC errors when CI uses Ubuntu GCC5 PR, add it to MdePkg.ci.yaml in "IgnreFiles" area to fix the ECC errors. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4306 Cc: Michael D
Acpi65.h will causes ECC errors when CI uses Ubuntu GCC5 PR, add it to MdePkg.ci.yaml in "IgnreFiles" area to fix the ECC errors. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4306 Cc: Michael D
|
By
Chao Li
·
|