<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tianocore/edk2.git, branch trunk</title>
<subtitle>EDK II (mirror)</subtitle>
<id>https://git.radix-linux.su/Tianocore/edk2.git/atom?h=trunk</id>
<link rel='self' href='https://git.radix-linux.su/Tianocore/edk2.git/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/'/>
<updated>2024-06-04T03:43:08+00:00</updated>
<entry>
<title>Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305b</title>
<updated>2024-06-04T03:43:08+00:00</updated>
<author>
<name>kx</name>
<email>kx@radix.pro</email>
</author>
<published>2024-06-04T03:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=7e2ccccace24636f29ddc210b94606abd4c7e42b'/>
<id>urn:sha1:7e2ccccace24636f29ddc210b94606abd4c7e42b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ArmPkg: Set BIOS Segment to 0 in SMBIOS Type 0 table</title>
<updated>2024-06-03T20:28:45+00:00</updated>
<author>
<name>Rebecca Cran</name>
<email>rebecca@bsdio.com</email>
</author>
<published>2024-05-15T15:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=27b044605cd5f6b33a3d231576003850b3fe305b'/>
<id>urn:sha1:27b044605cd5f6b33a3d231576003850b3fe305b</id>
<content type='text'>
According to the SMBIOS specification, on UEFI systems the BIOS Segment
field in the Type 0 table isn't relevant and should be set to 0.

Signed-off-by: Rebecca Cran &lt;rebecca@bsdio.com&gt;
</content>
</entry>
<entry>
<title>CryptoPkg/BaseCryptLib: Enable more functions for SMM/StandaloneMM</title>
<updated>2024-06-03T10:48:34+00:00</updated>
<author>
<name>Nhi Pham</name>
<email>nhi@os.amperecomputing.com</email>
</author>
<published>2024-05-29T04:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=b0930e3f4e6de1ce1c480bca687b44875e071f74'/>
<id>urn:sha1:b0930e3f4e6de1ce1c480bca687b44875e071f74</id>
<content type='text'>
This facilitates RSA extension, PKCS7 sign, and bignum function to
broaden the range of algorithms available in SMM/StandaloneMM for
platform utilization.

Signed-off-by: Nhi Pham &lt;nhi@os.amperecomputing.com&gt;
</content>
</entry>
<entry>
<title>MdeModulePkg: Update GCD attribute conversion to support SP attribute</title>
<updated>2024-06-02T01:58:12+00:00</updated>
<author>
<name>Du Lin</name>
<email>du.lin@intel.com</email>
</author>
<published>2024-05-09T02:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=de2330450ff71df5a609fe48e2153eb4854d9359'/>
<id>urn:sha1:de2330450ff71df5a609fe48e2153eb4854d9359</id>
<content type='text'>
Add a new entry into GCD attribute conversion table to convert
EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE to EFI_MEMORY_SP.

Signed-off-by: Du Lin &lt;du.lin@intel.com&gt;
</content>
</entry>
<entry>
<title>OvmfPkg/VirtioRngDxe: check if device is ready</title>
<updated>2024-06-01T06:00:40+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
<email>kraxel@redhat.com</email>
</author>
<published>2024-05-29T15:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=7339bfeffa3fa30b18dce86409c0112039bacec5'/>
<id>urn:sha1:7339bfeffa3fa30b18dce86409c0112039bacec5</id>
<content type='text'>
Add a 'Ready' boolean to the driver state struct, use it to track
whenever the device is ready to be used.  In case it is not ready
throw an EFI_DEVICE_ERROR instead of sending a request which will
never receive an answer.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>CryptoPkg: Remove deprecated code related to SHA-1</title>
<updated>2024-05-31T15:54:23+00:00</updated>
<author>
<name>Shang Qingyu</name>
<email>qingyu.shang@intel.com</email>
</author>
<published>2024-05-15T14:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=3b36aa96de1d5f7a4660bec5c0cbad2616183dd6'/>
<id>urn:sha1:3b36aa96de1d5f7a4660bec5c0cbad2616183dd6</id>
<content type='text'>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4698

The default drbg type of randlib has been switched to aes_256_ctr in
openssl1.1.1, so sha1 is not really used in RandomSeed(). Remove related code
which do SHA-1 support checking in CryptRand.c and CryptRandTsc.c to avoid
potential compatibility errors.

Cc: Jiewen Yao &lt;jiewen.yao@intel.com&gt;
Signed-off-by: Shang Qingyu &lt;qingyu.shang@intel.com&gt;
Reviewed-by: Yi Li &lt;yi1.li@intel.com&gt;
</content>
</entry>
<entry>
<title>CryptoPkg: Fix bug for correct return value checking when get X509Cert</title>
<updated>2024-05-31T12:24:38+00:00</updated>
<author>
<name>Qingyu</name>
<email>qingyu.shang@intel.com</email>
</author>
<published>2024-05-14T03:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=7c584bb04874bb5bad16fcf3996f5a893cc81a1c'/>
<id>urn:sha1:7c584bb04874bb5bad16fcf3996f5a893cc81a1c</id>
<content type='text'>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4509

CryptX509.c file has X509GetTBSCert() funtion and it is added Inf variable
to collect the return value of ASN1_get_object(), which return 0x80 in error
case. Supplement the return value check during the second function call
and correct the check logic.

Signed-off-by: Qingyu &lt;qingyu.shang@intel.com&gt;
Cc: Jiewen Yao &lt;jiewen.yao@intel.com&gt;
Reviewed-by: Yi Li &lt;yi1.li@intel.com&gt;
</content>
</entry>
<entry>
<title>CryptoPkg: Add support for aes128-sha256 and aes256-sha256 cipher</title>
<updated>2024-05-31T07:44:03+00:00</updated>
<author>
<name>Shang Qingyu</name>
<email>qingyu.shang@intel.com</email>
</author>
<published>2024-05-15T13:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=746cc5cc40bef22d606cd22d1feb10d73a7b3d11'/>
<id>urn:sha1:746cc5cc40bef22d606cd22d1feb10d73a7b3d11</id>
<content type='text'>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4739

AES256-SHA256 is a Tls1.2 suite we need to support, add it to deflt_ciphers
in OpensslStub.

Signed-off-by: Shang Qingyu &lt;qingyu.shang@intel.com&gt;
Cc: Jiewen Yao &lt;jiewen.yao@intel.com&gt;
Reviewed-by: Yi Li &lt;yi1.li@intel.com&gt;
</content>
</entry>
<entry>
<title>pip: bump edk2-pytool-extensions from 0.26.4 to 0.27.5</title>
<updated>2024-05-31T02:07:59+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2024-05-30T13:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=5f68a363d0d95bd0d383861ae21886d9824a8cd4'/>
<id>urn:sha1:5f68a363d0d95bd0d383861ae21886d9824a8cd4</id>
<content type='text'>
Bumps [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) from 0.26.4 to 0.27.5.
- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)
- [Commits](https://github.com/tianocore/edk2-pytool-extensions/compare/v0.26.4...v0.27.5)

---
updated-dependencies:
- dependency-name: edk2-pytool-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
</content>
</entry>
<entry>
<title>pip: bump edk2-pytool-library from 0.20.0 to 0.21.5</title>
<updated>2024-05-30T22:43:30+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2024-05-28T22:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=a8dc6bf73f789f38f2930641b20dfd6d9e38f411'/>
<id>urn:sha1:a8dc6bf73f789f38f2930641b20dfd6d9e38f411</id>
<content type='text'>
Bumps [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) from 0.20.0 to 0.21.5.
- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)
- [Commits](https://github.com/tianocore/edk2-pytool-library/compare/v0.20.0...v0.21.5)

---
updated-dependencies:
- dependency-name: edk2-pytool-library
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
</feed>
