Anthony PERARD
1e9d6b0f98
OvmfPkg/OvmfXen: Creating an ELF header
...
This patch changes the flash device image of OvmfXen to make it look
like it's an ELF. For this, we replace the empty embedded variable store
by a binary array, which is a ELF file header.
The ELF header explain to a loader to load the binary at the address
1MB, then jump to the PVH entry point which will be created in a later
patch. The header also includes a Xen ELF note that is part of the
PVH ABI.
That patch include OvmfXenElfHeaderGenerator.c which can be use to
regenerate the ELF header, but this will be a manual step.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com >
Acked-by: Laszlo Ersek <lersek@redhat.com >
Message-Id: <20190813113119.14804-6-anthony.perard@citrix.com >
2019-08-21 18:03:49 +02:00
Anthony PERARD
3b96221f77
OvmfPkg: Introduce XenPlatformPei
...
Introduce XenPlatformPei, a copy of OvmfPkg/PlatformPei without some
of QEMU specific initialization, Xen does not support QemuFwCfg.
This new module will be adjusted to accommodate Xen PVH.
fw_cfg dependents that have been removed, which are dynamically skipped
when running PlatformPei on Xen:
- GetFirstNonAddress(): controlling the 64-bit PCI MMIO aperture via the
(experimental) "opt/ovmf/X-PciMmio64Mb" file
- GetFirstNonAddress(): honoring the hotplug DIMM area
("etc/reserved-memory-end") in the placement of the 64-bit PCI MMIO
aperture
- NoexecDxeInitialization() is removed, so PcdPropertiesTableEnable and
PcdSetNxForStack are left constant FALSE (not set dynamically from
fw_cfg "opt/ovmf/PcdXxxx")
- MaxCpuCountInitialization(), PublishPeiMemory(): the max CPU count is
not taken from the QemuFwCfgItemSmpCpuCount fw_cfg key;
PcdCpuMaxLogicalProcessorNumber is used intact and
PcdCpuApInitTimeOutInMicroSeconds is never changed or used.
- InitializeXenPlatform(), S3Verification(): S3 is assumed disabled (not
consulting "etc/system-states" via QemuFwCfgS3Enabled()).
- InstallFeatureControlCallback(): the feature control MSR is not set
from "etc/msr_feature_control"
(also removed FeatureControl.c as there is nothing been executed)
Also removed:
- SMRAM/TSEG-related low mem size adjusting (PcdSmmSmramRequire is
assumed FALSE) in PublishPeiMemory(),
- QemuInitializeRam() entirely,
Xen related changes:
- Have removed the module variable mXen, as it should be always true.
- Have the platform PEI initialization fails if Xen has not been
detected.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Message-Id: <20190813113119.14804-5-anthony.perard@citrix.com >
2019-08-21 18:03:49 +02:00
Anthony PERARD
c05de360ec
OvmfPkg: Introduce XenResetVector
...
Introduce XenResetVector, a copy of OvmfPkg/ResetVector, with one
changes:
- SEC_DEFAULT_CR0: enable cache (bit 30 or CD set to 0)
Xen copies the OVMF code to RAM, there is no need to disable cache.
This new module will later be modified to add a new entry point, more
detail in a following commit "OvmfPkg/XenResetVector: Add new entry point
for Xen PVH"
Value FILE_GUID of XenResetVector have not changed compare to ResetVector
because it is a special value (gEfiFirmwareVolumeTopFileGuid).
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Message-Id: <20190813113119.14804-4-anthony.perard@citrix.com >
2019-08-21 18:03:49 +02:00
Anthony PERARD
75e85e3382
OvmfPkg: Create platform OvmfXen
...
OvmfXen is a copy of OvmfX64, removing VirtIO and some SMM.
This new platform will be changed to make it works on two types of Xen
guest: HVM and PVH.
Compare to OvmfX64, this patch:
- changed: PLATFORM_GUID, OUTPUT_DIRECTORY, FLASH_DEFINITION
- removed: VirtioLib class resolution
- removed: all UEFI_DRIVER modules for virtio devices
- removed: DXE_SMM_DRIVER and SMM_CORE lib class resolutions
- removed: DXE_SMM_DRIVER and SMM_CORE FDF rules
- removed: Everything related to SMM_REQUIRE==true
- removed: Everything related to SECURE_BOOT_ENABLE==true
- removed: Everything related to TPM2_ENABLE==true
- changed: PcdPciDisableBusEnumeration dynamic default flipped to TRUE
- changed: default FD_SIZE_IN_KB to 2M.
- reverted d272449d9e
, "OvmfPkg: raise DXEFV size to 11 MB"
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Message-Id: <20190813113119.14804-3-anthony.perard@citrix.com >
2019-08-21 18:03:49 +02:00
Hao A Wu
296c908c69
Maintainers.txt: Fine-grained review ownership for MdeModulePkg
...
This commit add the reviewers information for modules within MdeModulePkg.
For now the modules list includes:
ACPI
ACPI S3
BDS
Console and Graphics
Core services (PEI, DXE and Runtime)
Device and Peripheral
Firmware Update
HII and UI
Management Mode (MM, SMM)
Reset
SMBIOS
UEFI Variable
Please note that, for MdeModulePkg components not included in the above
list, the reviewers will fall back to the package maintainers.
Cc: Andrew Fish <afish@apple.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Dandan Bi <dandan.bi@intel.com >
Cc: Eric Dong <eric.dong@intel.com >
Cc: Liming Gao <liming.gao@intel.com >
Cc: Star Zeng <star.zeng@intel.com >
Cc: Zhichao Gao <zhichao.gao@intel.com >
Signed-off-by: Hao A Wu <hao.a.wu@intel.com >
Reviewed-by: Ray Ni <ray.ni@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Eric Dong <eric.dong@intel.com >
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com >
Reviewed-by: Star Zeng <star.zeng@intel.com >
Reviewed-by: Dandan Bi <dandan.bi@intel.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
2019-07-19 09:57:48 +01:00
Laszlo Ersek
2474cb0a4d
Maintainers.txt: split out section "OvmfPkg: CSM modules"
...
We ask contributors to copy David on patches that affect "CSM modules"
under OvmfPkg. With the "GetMaintainer.py" script being introduced later,
express this expectation in "Maintainers.txt" in machine-readable format.
Cc: Andrew Fish <afish@apple.com >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: David Woodhouse <dwmw2@infradead.org >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Philippe Mathieu-Daudé <philmd@redhat.com >
Signed-off-by: Laszlo Ersek <lersek@redhat.com >
Acked-by: David Woodhouse <dwmw2@infradead.org >
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
2019-07-18 21:32:21 +01:00
Laszlo Ersek
46b6cae1e5
Maintainers.txt: split out section "OvmfPkg: TCG- and TPM2-related modules"
...
We ask contributors to copy Marc-André and Stefan on patches that affect
"TPM2 modules" under OvmfPkg. With the "GetMaintainer.py" script being
introduced later, express this expectation in "Maintainers.txt" in
machine-readable format.
Cc: Andrew Fish <afish@apple.com >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Marc-André Lureau <marcandre.lureau@redhat.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Philippe Mathieu-Daudé <philmd@redhat.com >
Cc: Stefan Berger <stefanb@linux.ibm.com >
Signed-off-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com >
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
2019-07-18 21:31:29 +01:00
Laszlo Ersek
da75ac2169
Maintainers.txt: split out section "OvmfPkg: Xen-related modules"
...
We ask contributors to copy Anthony and Julien on patches that affect "Xen
modules" under OvmfPkg. With the "GetMaintainer.py" script being
introduced later, express this expectation in "Maintainers.txt" in
machine-readable format.
Cc: Andrew Fish <afish@apple.com >
Cc: Anthony Perard <anthony.perard@citrix.com >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Julien Grall <julien.grall@arm.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Philippe Mathieu-Daudé <philmd@redhat.com >
Signed-off-by: Laszlo Ersek <lersek@redhat.com >
Acked-by: Julien Grall <julien.grall@arm.com >
Acked-by: Anthony PERARD <anthony.perard@citrix.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
2019-07-18 16:50:16 +01:00
Laszlo Ersek
0c7e86086f
Maintainers.txt: split out section "ArmVirtPkg: modules used on Xen"
...
We ask contributors to copy Julien on patches that affect "Xen modules"
under ArmVirtPkg. With the "GetMaintainer.py" script being introduced
later, express this expectation in "Maintainers.txt" in machine-readable
format.
Cc: Andrew Fish <afish@apple.com >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Julien Grall <julien.grall@arm.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Philippe Mathieu-Daudé <philmd@redhat.com >
Signed-off-by: Laszlo Ersek <lersek@redhat.com >
Acked-by: Julien Grall <julien.grall@arm.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
2019-07-18 16:49:24 +01:00
Leif Lindholm
f1a74d998d
Maintainers.txt: add wildcard path association for Arm/AArch64
...
Add Ard and Leif as responsible for any path matching
F: */Arm/
F: */AArch64/
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com >
Tested-by: Philippe Mathieu-Daude <philmd@redhat.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-07-18 16:49:03 +01:00
Leif Lindholm
16eb2dc159
Maintainers.txt: update for filesystem area descriptions
...
Add comment describing new F: and X: tags for associating maintainership
sections with specific filesystem paths, including wildcards.
Add global section associating *all* code with devel@edk2.groups.io ,
with a default '*' F: tag directing all modifications that do not hit a
rule to the stewards.
Also tag all files in top directory as maintained by the stewards.
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com >
Tested-by: Philippe Mathieu-Daude <philmd@redhat.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-07-18 16:48:51 +01:00
Ray Ni
f044a7d8ff
Maintainers.txt: Remove maintainer info for IntelFsp[Wrapper]Pkg
...
We removed IntelFspPkg and IntelFspWrapperPkg for
<https://bugzilla.tianocore.org/show_bug.cgi?id=1819 >; now remove
the dangling maintainer/reviewer assignments too.
Signed-off-by: Ray Ni <ray.ni@intel.com >
Cc: Andrew Fish <afish@apple.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Liming Gao <liming.gao@intel.com >
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com >
2019-07-12 14:56:16 +08:00
Zhang, Chao B
0a487ef96b
Maintainers.txt: Change SecurityPkg Maintainer Role
...
Change Chao's role to Reviewer
Cc: Wang Jian J <jian.j.wang@intel.com >
Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com >
Reviewed-by: Wang Jian J <jian.j.wang@intel.com >
2019-07-05 13:13:19 +08:00
Hao A Wu
03835a8c73
Maintainers.txt: Drop deprecated SourceForge SVN link
...
The commit will remove the deprecated edk2 SVN mirror at:
https://svn.code.sf.net/p/edk2/code/trunk/edk2
After this commit, the above mirror will not be synced with the changes
made in the GitHub upstream.
Cc: Liming Gao <liming.gao@intel.com >
Cc: Andrew Fish <afish@apple.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Signed-off-by: Hao A Wu <hao.a.wu@intel.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-07-04 08:08:35 +08:00
Leif Lindholm
e54ce6d074
Maintainers.txt: add Leif Lindholm as Package Reviewer of ArmVirtPkg
...
ArmVirtPkg was created before we introduced the Package Reviewer (R:)
role in Maintainers.txt. However, we have always had an informal
agreement that if Ard or Laszlo is absent, I can review patches by
the still present one for going into ArmVirtPkg.
Plus, as one of the ArmPkg maintainers, it makes sense for me to have
better visibility of goings-on in ArmVirtPkg.
So let's formalise that, and add myself as a Package Reviewer, to be
CC:d on patches (while not taking up full maintainer responsibilities).
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-07-03 16:32:39 +01:00
Hao A Wu
896db3a4ce
Maintainers.txt: Remove information for IntelFramework[Module]Pkg
...
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1604
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1605
Since IntelFramework[Module]Pkg have been removed, this commit will update
the Maintainers.txt to reflect such changes.
Signed-off-by: Hao A Wu <hao.a.wu@intel.com >
Acked-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Ray Ni <ray.ni@intel.com >
2019-07-03 13:24:23 +08:00
Liming Gao
48c921a79f
Maintainers.txt: update it to remove IntelSiliconPkg maintainers
...
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1890
Signed-off-by: Liming Gao <liming.gao@intel.com >
Cc: Ray Ni <ray.ni@intel.com >
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com >
Reviewed-by: Ray Ni <ray.ni@intel.com >
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com >
2019-06-25 09:16:50 +08:00
Hao A Wu
bb4485d388
Maintainers.txt: Add maintainer for CSM components in OvmfPkg
...
According to the discussion at:
https://edk2.groups.io/g/devel/topic/31627718#40659
(Request by Laszlo to find proper maintainer for to-be-duplicated CSM
components in OvmfPkg.)
and:
https://edk2.groups.io/g/devel/topic/31682287#40996
(Confirmation with David Woodhouse as the maintainer for the
to-be-duplicated CSM components in OvmfPkg.)
This commit will add David Woodhouse as the maintainer for the CSM
modules under OvmfPkg.
Please note that the duplication of the required CSM modules from
framework packages to OvmfPkg will be done in subsequent commits.
Cc: Ray Ni <ray.ni@intel.com >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Signed-off-by: Hao A Wu <hao.a.wu@intel.com >
Reviewed-by: David Woodhouse <dwmw2@infradead.org >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-06-14 13:05:28 +08:00
Zhu, Yonghong
4266624341
Maintainers.txt: Remove Yonghong from BaseTools Reviewer
...
As Yonghong has some other focus, remove him from the reviewer.
Cc: Bob Feng <bob.c.feng@intel.com >
Cc: Liming Gao <liming.gao@intel.com >
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com >
Reviewed-by: Bob Feng <bob.c.feng@intel.com >
2019-06-11 09:40:01 +08:00
Liming Gao
cbfdc1b2df
Maintainers.txt: Remove Network maintainers for MdeModulePkg/Universal/Network
...
MdeModulePkg/Universal/Network has been moved to NetworkPkg. So,
MdeModulePkg/Universal/Network can be removed in Maintainers.txt.
Signed-off-by: Liming Gao <liming.gao@intel.com >
Cc: Andrew Fish <afish@apple.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-06-05 16:21:35 +08:00
Guo Dong
4abfc66db0
Maintainers.txt: update UEFI payload information
...
Remove CorebootModulePkg and CorebootPayloadPkg, and add
UefiPayloadPkg to reflect recently change in UEFI payload.
wiki link for UefiPayloadPkg would be available soon.
Signed-off-by: Guo Dong <guo.dong@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Maurice Ma <maurice.ma@intel.com >
2019-05-31 10:26:02 +08:00
Leif Lindholm
5a9e23ceb9
Maintainers.txt: update mailing list information
...
The devel mailing list has moved from 01.org to groups.io - update
the mailing list information to reflect this.
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-05-29 12:19:29 +01:00
Ray Ni
cc99ea9422
Maintainers.txt: remove UTF-8 BOM wrongly added in commit 147e6e70
...
Signed-off-by: Ray Ni <ray.ni@intel.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-05-21 12:13:32 +08:00
Zhichao Gao
fb5573b830
Maintainers.txt: Add 'Zhichao Gao' for ShellPkg review
...
Add 'Zhichao Gao' as a reviewer for ShellPkg.
Cc: Jaben Carsey <jaben.carsey@intel.com >
Cc: Ray Ni <ray.ni@intel.com >
Cc: Liming Gao <liming.gao@intel.com >
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com >
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com >
2019-05-17 13:51:23 +08:00
Ray Ni
147e6e70f2
Maintainers.txt: Remove Nt32Pkg reference after Nt32Pkg is removed
...
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ray Ni <ray.ni@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
Cc: Andrew Fish <afish@apple.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
2019-05-17 13:04:04 +08:00
Michael D Kinney
83f997e58d
edk2: Update Maintainers.txt for packages moved to edk2-platforms
...
https://bugzilla.tianocore.org/show_bug.cgi?id=1467
https://bugzilla.tianocore.org/show_bug.cgi?id=1374
https://bugzilla.tianocore.org/show_bug.cgi?id=1793
Remove maintainers for ththe following packages that have been
imported to edk2-platforms/master
* Omap35xxPkg
* BeagleBoardPkg
* QuarkSocPkg
* QuarkPlatformPkg
* Vlv2DeviceRefCodePkg
* Vlv2TbltDevicePkg
* OptionRomPkg
Cc: Zailiang Sun <zailiang.sun@intel.com >
Cc: Yi Qian <yi.qian@intel.com >
Cc: Kelly Steele <kelly.steele@intel.com >
Cc: Ray Ni <ray.ni@intel.com >
Cc: Michael Kubacki <michael.a.kubacki@intel.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Ray Ni <ray.ni@intel.com >
Reviewed-by: Zailiang Sun <zailiang.sun@intel.com >
Reviewed-by: Kelly Steele <kelly.steele@intel.com >
2019-05-13 15:58:52 -07:00
Hao A Wu
8522ce2c9f
Maintainers.txt: Update the name of 'Hao Wu' to 'Hao A Wu'
...
This commit will update the name of 'Hao Wu' to 'Hao A Wu' to match the
mail address.
Cc: Jian J Wang <jian.j.wang@intel.com >
Cc: Ray Ni <ray.ni@intel.com >
Signed-off-by: Hao A Wu <hao.a.wu@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
2019-05-10 10:44:23 +08:00
Michael D Kinney
5c5d8d0b20
edk2: Update ReadMe.md and Maintainer.txt for edk2-libc repo
...
https://bugzilla.tianocore.org/show_bug.cgi?id=1734
The following packages have been moved to the new edk2-libc
repository. Remove references to these packages from
Readme.md and Maintainers.txt.
* AppPkg
* StdLib
* StdLibPrivateInternalFiles
Cc: Jaben Carsey <jaben.carsey@intel.com >
Cc: Daryl McDaniel <edk2-lists@mc2research.org >
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-04-29 13:06:59 -07:00
Dandan Bi
81a8a52a6b
ShellBinPkg: Remove ShellBinPkg
...
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1675
Remove ShellBinPkg from edk2.
If developers work on current edk2 master and still want to use Shell
binary after this removal, they can get it from source code in the Assets
part of edk2-stable201903 tag release page.
And from next release (edk2-stable201905 tag), we will publish all Shell
binaries to the according Assets part directly.
edk2 release link: https://github.com/tianocore/edk2/releases
Cc: Jaben Carsey <jaben.carsey@intel.com >
Cc: Ray Ni <ray.ni@intel.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Liming Gao <liming.gao@intel.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Signed-off-by: Dandan Bi <dandan.bi@intel.com >
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Acked-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com >
(cherry picked from commit 62d8b6004616a6d9b06afa83974be30eb951c679)
2019-04-24 10:23:20 +08:00
Ye, Ting
40ffb6dc63
Change package maintainer and reviewer of CryptoPkg.
...
Removed Gang Wei from reviewer as he already left.
Updated Wang Jian to Maintainer of CryptoPkg and Ye Ting to reviewer of CryptoPkg.
Cc: Jian J Wang <jian.j.wang@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ting Ye <ting.ye@intel.com >
Reviewed-by: Jian J Wang <jian.j.wang@intel.com >
2019-04-23 16:14:14 +08:00
Shenglei Zhang
5bca07268a
Maintainers.txt: Remove EdkCompatibilityPkg information
...
EdkCompatibilityPkg will be deleted from edk2/master.
So update the maintainer information of EdkCompatibilityPkg.
https://bugzilla.tianocore.org/show_bug.cgi?id=1103
Cc: Andrew Fish <afish@apple.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2019-03-27 11:31:35 +08:00
Rebecca Cran via edk2-devel
b669adebd0
Fix links in Maintainers.txt and remove slow outdated sourceforge git mirror
...
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Rebecca Cran <rebecca@bluestop.org >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
2019-03-25 15:24:22 +01:00
Laszlo Ersek
c9e1e28b61
Maintainers.txt: clarify Reviewer requirements and responsibilities
...
The current language for "Package Reviewer" only vaguely hints that
Package Reviewers should be able to provide guidance and directions.
Make this more obvious.
Cc: Andrew Fish <afish@apple.com >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Liming Gao <liming.gao@intel.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Philippe Mathieu-Daude <philmd@redhat.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Andrew Fish <afish@apple.com >
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com >
2019-03-08 21:11:08 +01:00
Jian J Wang
cfe30a4119
Maintainers.txt: remove unexpected unicode BOM
...
The BOM was introduced by commit 6c05b958df
accidentally.
Cc: Yao Jiewen <jiewen.yao@intel.com >
Cc: Zhang, Chao B <chao.b.zhang@intel.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com >
Reviewed-by: Zhang, Chao B <chao.b.zhang@intel.com >
2019-03-08 17:04:53 +08:00
Zhang, Chao B
6c05b958df
Maintainers.txt: Change package maintainer and reviewer of SecurityPkg.
...
Cc: Yao Jiewen <jiewen.yao@intel.com >
Cc: Jian Wang <jian.j.wang@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com >
Reviewed-by: Jian Wang <jian.j.wang@intel.com >
2019-03-08 12:46:39 +08:00
Laszlo Ersek
94e0dd1afe
Maintainers: specify the scope for OvmfPkg/ArmVirtPkg Xen module reviewers
...
We can use the format introduced under MdeModulePkg to clarify the
reviewership scopes a little. This should decrease the review spam that
Xen reviewers get.
Cc: Andrew Fish <afish@apple.com >
Cc: Anthony Perard <anthony.perard@citrix.com >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Julien Grall <julien.grall@linaro.org >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com >
Acked-by: Anthony PERARD <anthony.perard@citrix.com >
Acked-by: Julien Grall <julien.grall@arm.com >
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org >
[lersek@redhat.com: resolve conflict with commit 98fc52c44e
]
2019-02-21 20:40:27 +01:00
Laszlo Ersek
5f08db8857
Maintainers: add TPM2 reviewers for OvmfPkg
...
OVMF can be built with a significant amount of TPM2 code now; add
Marc-André and Stefan as Reviewers for TPM2-related patches.
Keep the list of "R" entries alphabetically sorted.
Cc: Andrew Fish <afish@apple.com >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Marc-André Lureau <marcandre.lureau@redhat.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Stefan Berger <stefanb@linux.ibm.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com >
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Acked-by: Jordan Justen <jordan.l.justen@intel.com >
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com >
[lersek@redhat.com: resolve conflict with commit 98fc52c44e
]
2019-02-21 20:40:26 +01:00
Julien Grall
98fc52c44e
Maintainers.txt: Update e-mail address for Julien Grall
...
I don't watch much my Linaro e-mail anymore. So update my e-mail address
from Linaro to the Arm one.
Contributed-under: Tianocore Contribution Agreement 1.1
Signed-off-by: Julien Grall <julien.grall@arm.com >
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Acked-by: Laszlo Ersek <lersek@redhat.com >
2019-02-21 20:23:02 +01:00
Ruiyu Ni
1f7b748315
Maintainers.txt: Update mail address
...
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ray Ni <ruiyu.ni@intel.com >
Cc: Liming Gao <liming.gao@intel.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
2019-01-15 17:44:35 +08:00
Sami Mujawar
9bba10eb43
Maintainers.txt: Change DynamicTablesPkg maintainer
...
Removing Evan and adding Alexei as the co-maintainer.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com >
Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com >
2018-12-21 17:26:36 +00:00
Ye Ting
580f4539df
Maintainers.txt: Change package maintainer and reviewer of CryptoPkg.
...
Cc: Gang Wei <gang.wei@intel.com >
Cc: Jian Wang <jian.j.wang@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ting Ye <ting.ye@intel.com >
Reviewed-by: Jian J Wang <jian.j.wang@intel.com >
Reviewed-by: Gang Wei <gang.wei@intel.com >
2018-12-13 16:21:41 +08:00
Shenglei Zhang
6e8cad49a0
Maintainers.txt: Remove DuetPkg
...
Since DuetPkg is due to be removed, Maintainers.txt
should also be updated.
https://bugzilla.tianocore.org/show_bug.cgi?id=1322
Cc: Hao Wu <hao.a.wu@intel.com >
Cc: Andrew Fish <afish@apple.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com >
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com >
2018-12-06 14:34:29 +08:00
Chasel, Chiu
b1e5547551
Maintainers.txt: Change package maintainer of IntelFsp*Pkg
...
Cc: Jiewen Yao <Jiewen.yao@intel.com >
Cc: Desimone Nathaniel L <nathaniel.l.desimone@intel.com >
Cc: Zeng Star <star.zeng@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com >
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com >
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com >
Reviewed-by: Star Zeng <star.zeng@intel.com >
2018-12-05 09:12:31 +08:00
Yonghong Zhu
85520ac6a3
Maintainers.txt: Update BaseTools maintainers
...
As Yonghong has some other focus, change him from maintainer
to reviewer, Bob will be the new maintainer.
Cc: Bob Feng <bob.c.feng@intel.com >
Cc: Liming Gao <liming.gao@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com >
Reviewed-by: Bob Feng <bob.c.feng@intel.com >
2018-12-04 09:49:51 +08:00
Star Zeng
e979ea74aa
Maintainers.txt: Update MdeModulePkg maintainers
...
As Star has some other focus, change Star from maintainer
to reviewer, Jian will be the first maintainer, and add
Hao as the second maintainer.
Cc: Jian J Wang <jian.j.wang@intel.com >
Cc: Hao Wu <hao.a.wu@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com >
Acked-by: Hao Wu <hao.a.wu@intel.com >
Acked-by: Jian J Wang <jian.j.wang@intel.com >
2018-11-29 09:32:54 +08:00
Star Zeng
03d3e7b2ed
Maintainers.txt: Update FmpDevicePkg maintainer
...
As Star has some other focus, remove Star and add Liming as
the FmpDevicePkg maintainer.
Cc: Liming Gao <liming.gao@intel.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com >
Acked-by: Liming Gao <liming.gao@intel.com >
2018-11-29 09:32:53 +08:00
Liming Gao
9ebef6c0a7
Maintainers.txt: Add the rule to hand over the package maintain role
...
In V2, change his to the, and add new maintainers follow up.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
2018-11-29 08:30:40 +08:00
Sun, Zailiang
8611bf99e0
Maintainers.txt: update Vlv2*Pkg maintainers.
...
Cc: David Wei <david.wei@intel.com >
Cc: Yi Qian <yi.qian@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zailiang Sun <zailiang.sun@intel.com >
2018-11-21 17:40:28 +08:00
Shenglei Zhang
8b1a4320b8
UnixPkg: Remove UnixPkg and update Maintainers.txt
...
UnixPkg is deprecated.
The same functionality is supported using the EmulatorPkg.
Please see EmulatorPkg/README for more information about
EmulatorPkg.
https://bugzilla.tianocore.org/show_bug.cgi?id=1291
Cc: Andrew Fish <afish@apple.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Liming Gao <liming.gao@intel.com >
2018-11-19 10:51:17 +08:00
shenglei
238fe4ded4
Maintainers.txt: Remove EdkShellPkg and EkdShellBinPkg
...
Given that EdkShellPkg and EkdShellBinPkg will be removed,
information about them in Maintainers.txt should also be
deleted.
https://bugzilla.tianocore.org/show_bug.cgi?id=1107
https://bugzilla.tianocore.org/show_bug.cgi?id=1108
Cc: Andrew Fish <afish@apple.com >
Cc: Laszlo Ersek <lersek@redhat.com >
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org >
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com >
2018-11-19 10:51:09 +08:00