[edk2-devel] [edk2-non-osi] [PATCH 0/6] Merge content from devel-MinPlatform to master

Nate DeSimone nathaniel.l.desimone at intel.com
Thu Jul 25 17:35:42 UTC 2019


While Minimum Platform development has transferred from
devel-MinPlatform branch to master branch on the edk2-platforms
repository, this has not yet occurred on the edk2-non-osi
repository.

This patch series cherry-picks the content from devel-MinPlatform
that has not yet been merged to master and updates the maintainers,
contributions, and licenses files to account for the new content
in master branch.

All patches in this series have already been reviewed before, with
the exception of PATCH 6.

Cc: Andrew Fish <afish at apple.com>
Cc: Laszlo Ersek <lersek at redhat.com>
Cc: Leif Lindholm <leif.lindholm at linaro.org>
Cc: Michael D Kinney <michael.d.kinney at intel.com>
Cc: Michael Kubacki <michael.a.kubacki at intel.com>
Cc: Ankit Sinha <ankit.sinha at intel.com>
Cc: Chasel Chiu <chasel.chiu at intel.com>
Cc: Jiewen Yao <jiewen.yao at intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty at intel.com>
Cc: Gillispie, Thad <thad.gillispie at intel.com>
Cc: Bu, Daocheng <daocheng.bu at intel.com>
Cc: Oram, Isaac W <isaac.w.oram at intel.com>
Cc: Zailiang Sun <zailiang.sun at intel.com>
Cc: Yi Qian <yi.qian at intel.com>

Jiewen Yao (4):
  Add KabylakeSiliconBinPkg.
  Add new Microcode.
  PurleySiliconBinPkg: Initial version.
  replace FSP license file.

Khalil (1):
  Added TXT ACMs of release 1.7.1 PW

Nate DeSimone (1):
  Cleanup maintainers, contributions, and licenses

 Contributions.txt                             |  163 -
 Maintainers.txt                               |   20 +
 .../Intel/KabylakeSiliconBinPkg/License.txt   |   30 +
 .../Microcode/IntelMicrocodeLicense.txt       |   37 +
 .../Microcode/MicrocodeUpdates.inf            |   27 +
 .../Microcode/m80406E8_00000026.mcb           |  Bin 0 -> 95232 bytes
 .../Microcode/mC0406E3_000000A0.mcb           |  Bin 0 -> 97280 bytes
 .../Microcode/mC0806E9_00000030.mcb           |  Bin 0 -> 95232 bytes
 .../Intel/PurleySiliconBinPkg/FSP_License.pdf |  Bin 0 -> 15051 bytes
 .../FvLateSilicon/DEBUG/FVLATESILICON.Fv      |  Bin 0 -> 663512 bytes
 .../FvLateSilicon/DEBUG/FVLATESILICON.Fv.txt  |   17 +
 .../FvLateSilicon/DEBUG/FvLateSilicon.inf     | 4021 +++++++++
 .../FvLateSilicon/RELEASE/FVLATESILICON.Fv    |  Bin 0 -> 429688 bytes
 .../RELEASE/FVLATESILICON.Fv.txt              |   17 +
 .../FvLateSilicon/RELEASE/FvLateSilicon.inf   | 3822 +++++++++
 .../DEBUG/FVPOSTMEMORYSILICON.Fv              |  Bin 0 -> 196608 bytes
 .../DEBUG/FVPOSTMEMORYSILICON.Fv.txt          |    3 +
 .../DEBUG/FvPostMemorySilicon.inf             |  280 +
 .../RELEASE/FVPOSTMEMORYSILICON.Fv            |  Bin 0 -> 196608 bytes
 .../RELEASE/FVPOSTMEMORYSILICON.Fv.txt        |    3 +
 .../RELEASE/FvPostMemorySilicon.inf           |  268 +
 .../DEBUG/FVPREMEMORYSILICON.Fv               |  Bin 0 -> 1245184 bytes
 .../DEBUG/FVPREMEMORYSILICON.Fv.txt           |    7 +
 .../DEBUG/FvPreMemorySilicon.inf              | 1099 +++
 .../RELEASE/FVPREMEMORYSILICON.Fv             |  Bin 0 -> 1245184 bytes
 .../RELEASE/FVPREMEMORYSILICON.Fv.txt         |    7 +
 .../RELEASE/FvPreMemorySilicon.inf            | 1054 +++
 .../DEBUG/FVTEMPMEMORYSILICON.Fv              |  Bin 0 -> 131072 bytes
 .../DEBUG/FVTEMPMEMORYSILICON.Fv.txt          |    4 +
 .../DEBUG/FvTempMemorySilicon.inf             |  267 +
 .../RELEASE/FVTEMPMEMORYSILICON.Fv            |  Bin 0 -> 131072 bytes
 .../RELEASE/FVTEMPMEMORYSILICON.Fv.txt        |    4 +
 .../RELEASE/FvTempMemorySilicon.inf           |  263 +
 .../Microcode/Microcode.inf                   |   25 +
 .../Microcode/mb750654_02000043.inc           | 7170 +++++++++++++++++
 ..._BIOSACX_v1_7_1_20181204_LBG_PW_signed.bin |  Bin 0 -> 262144 bytes
 ...EY_SINIT_v1_7_2_20190123_LBG_PW_signed.bin |  Bin 0 -> 262144 bytes
 37 files changed, 18445 insertions(+), 163 deletions(-)
 delete mode 100644 Contributions.txt
 create mode 100644 Silicon/Intel/KabylakeSiliconBinPkg/License.txt
 create mode 100644 Silicon/Intel/KabylakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt
 create mode 100644 Silicon/Intel/KabylakeSiliconBinPkg/Microcode/MicrocodeUpdates.inf
 create mode 100644 Silicon/Intel/KabylakeSiliconBinPkg/Microcode/m80406E8_00000026.mcb
 create mode 100644 Silicon/Intel/KabylakeSiliconBinPkg/Microcode/mC0406E3_000000A0.mcb
 create mode 100644 Silicon/Intel/KabylakeSiliconBinPkg/Microcode/mC0806E9_00000030.mcb
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FSP_License.pdf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvLateSilicon/DEBUG/FVLATESILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvLateSilicon/DEBUG/FVLATESILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvLateSilicon/DEBUG/FvLateSilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvLateSilicon/RELEASE/FVLATESILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvLateSilicon/RELEASE/FVLATESILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvLateSilicon/RELEASE/FvLateSilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPostMemorySilicon/DEBUG/FVPOSTMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPostMemorySilicon/DEBUG/FVPOSTMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPostMemorySilicon/DEBUG/FvPostMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPostMemorySilicon/RELEASE/FVPOSTMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPostMemorySilicon/RELEASE/FVPOSTMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPostMemorySilicon/RELEASE/FvPostMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPreMemorySilicon/DEBUG/FVPREMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPreMemorySilicon/DEBUG/FVPREMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPreMemorySilicon/DEBUG/FvPreMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPreMemorySilicon/RELEASE/FVPREMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPreMemorySilicon/RELEASE/FVPREMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvPreMemorySilicon/RELEASE/FvPreMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvTempMemorySilicon/DEBUG/FVTEMPMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvTempMemorySilicon/DEBUG/FVTEMPMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvTempMemorySilicon/DEBUG/FvTempMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvTempMemorySilicon/RELEASE/FVTEMPMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvTempMemorySilicon/RELEASE/FVTEMPMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FvTempMemorySilicon/RELEASE/FvTempMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/Microcode/Microcode.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/Microcode/mb750654_02000043.inc
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/TXT_ACM/PURLEY_BIOSACX_v1_7_1_20181204_LBG_PW_signed.bin
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/TXT_ACM/PURLEY_SINIT_v1_7_2_20190123_LBG_PW_signed.bin

-- 
2.17.1.windows.2


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44406): https://edk2.groups.io/g/devel/message/44406
Mute This Topic: https://groups.io/mt/32601190/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list