{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":416436167,"defaultBranch":"master","name":"edk2","ownerLogin":"coreboot","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-10-12T17:35:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6484311?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726669181.0","currentOid":""},"activityList":{"items":[{"before":"ffad571d6a28bbbd83bdfaab5d4d979158f02e47","after":"6c4a1c81c0a82e926847f252309a2897a673d2ab","ref":"refs/heads/dependabot/pip/regex-2024.9.11","pushedAt":"2024-09-24T14:18:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump regex from 2024.7.24 to 2024.9.11\n\nBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11.\n- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)\n- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11)\n\n---\nupdated-dependencies:\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump regex from 2024.7.24 to 2024.9.11"}},{"before":"6ff553f0f6e0a50cd5687b29640c0ae0f0cdd23c","after":"75b6871ca1eb4b871a8b1d7e24a096e7ea512cd8","ref":"refs/heads/dependabot/pip/edk2-pytool-extensions-0.27.12","pushedAt":"2024-09-24T14:18:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12\n\nBumps [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) from 0.27.6 to 0.27.12.\n- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-extensions/compare/v0.27.6...v0.27.12)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-extensions\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12"}},{"before":"c2f2be723b71250ebdcfc8c32c79dfe819042823","after":"f3934e011dd705b63d6456eb8dba679c6173f5b6","ref":"refs/heads/dependabot/pip/edk2-pytool-library-approx-eq-0.21.11","pushedAt":"2024-09-24T14:18:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11\n\nUpdates the requirements on [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) to permit the latest version.\n- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-library/compare/v0.21.9...v0.21.11)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-library\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11"}},{"before":"4c3bffaeb3cff662686e33c506802132147c4fbf","after":"a131839a3db7f933f51efc6c13d5986d7f09eab3","ref":"refs/heads/master","pushedAt":"2024-09-23T18:20:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"FatPkg: Improvements to Fat to Fix File Corruption\n\nThis patch improves dirty bit checking in FAT and coalesces multiple\nwrites to adjacent blocks into a single write.\n\nFor good read performance, the Fat code caches 64KB lines from the\nfile system. Any update to the data will force 64KB writes. Writing\nthe full 64KB causes collateral blocks (i.e. blocks belonging to\nother files) to be written. This is inefficient to write blocks that\nare not dirty, the FAT driver should only be writing blocks that have\nactually been updated through its cache.\n\nThis also resolves an issue with existing bootloaders which have ways\nto update files outside of the FAT code and the collateral write can\ncorrupt those files. One such file is the Windows BCD that gets updated\noutside of the FAT code and has been seen to be corrupted by the\ncollateral writes, causing the OS to fail to boot.\n\nThis fix keeps track of physical disk block (LBA) size and will only\nmark LBA size zones of the 64KB cache line that are written to. When the\nfile is closed and the cached data is written, only the dirty LBAs are\nwritten, which avoids the collateral write and therefore the corruption.\nIn addition, adjacent LBAs will be coalesced into one write for\nperformance considerations.\n\nSigned-off-by: Oliver Smith-Denny ","shortMessageHtmlLink":"FatPkg: Improvements to Fat to Fix File Corruption"}},{"before":"1a89c690a1df8a22bd2157be72d438b741c96854","after":"4c3bffaeb3cff662686e33c506802132147c4fbf","ref":"refs/heads/master","pushedAt":"2024-09-23T16:17:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"UefiPayloadPkg: Enhance ReadMe.md for ELF and FIT\n\nEnhance and introduce environment construction and\nbuild step for ELF and FIT format payload\n\nSigned-off-by: Gua Guo ","shortMessageHtmlLink":"UefiPayloadPkg: Enhance ReadMe.md for ELF and FIT"}},{"before":"39c5eb886ed652d5060fdd5d16747cd57bcbe53e","after":"6ff553f0f6e0a50cd5687b29640c0ae0f0cdd23c","ref":"refs/heads/dependabot/pip/edk2-pytool-extensions-0.27.12","pushedAt":"2024-09-23T14:19:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12\n\nBumps [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) from 0.27.6 to 0.27.12.\n- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-extensions/compare/v0.27.6...v0.27.12)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-extensions\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12"}},{"before":"c55c33d9ad13ca5c0ea4d7838c129b10d420bed4","after":"c2f2be723b71250ebdcfc8c32c79dfe819042823","ref":"refs/heads/dependabot/pip/edk2-pytool-library-approx-eq-0.21.11","pushedAt":"2024-09-23T14:19:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11\n\nUpdates the requirements on [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) to permit the latest version.\n- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-library/compare/v0.21.9...v0.21.11)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-library\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11"}},{"before":"9db3cbd0279d2bd0b4dd2ffe175fb4b5b879aa9e","after":"ffad571d6a28bbbd83bdfaab5d4d979158f02e47","ref":"refs/heads/dependabot/pip/regex-2024.9.11","pushedAt":"2024-09-23T14:19:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump regex from 2024.7.24 to 2024.9.11\n\nBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11.\n- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)\n- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11)\n\n---\nupdated-dependencies:\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump regex from 2024.7.24 to 2024.9.11"}},{"before":"0354e89fc94b85148eded1b1ad7d1f626afdae04","after":"1a89c690a1df8a22bd2157be72d438b741c96854","ref":"refs/heads/master","pushedAt":"2024-09-23T06:18:38.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"CryptoPkg/OpensslLib: Create SM3-only version of the library\n\nCreate a special OpensslLib implementation that only exposes the SM3\nroutines that MbedTlsLib borrows from OpensslLib, to avoid having to\npull in other parts of OpenSSL that are not needed (e.g., via the\nlibrary constructor)\n\nSigned-off-by: Ard Biesheuvel ","shortMessageHtmlLink":"CryptoPkg/OpensslLib: Create SM3-only version of the library"}},{"before":"14bfcc402163d5e4fdefb1258740a24b6ee7261d","after":"0354e89fc94b85148eded1b1ad7d1f626afdae04","ref":"refs/heads/master","pushedAt":"2024-09-23T04:18:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"UefiPayloadPkg: Add LOCKBOX_SUPPORT in UPL and set it as FALSE in default\n\nS3 performance table is saved to LockBox. Without LockBox, S3 performance\ndata will lost.\n\nAdd LOCKBOX_SUPPORT to optionally select LockBox libary instance,\ndefault value is FALSE.\n\nSigned-off-by: Zhou Jianfeng ","shortMessageHtmlLink":"UefiPayloadPkg: Add LOCKBOX_SUPPORT in UPL and set it as FALSE in def…"}},{"before":"222e2854fe6bed443686e3809f155fd7b824fabd","after":"14bfcc402163d5e4fdefb1258740a24b6ee7261d","ref":"refs/heads/master","pushedAt":"2024-09-23T02:18:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"UefiPayloadPkg: Align relocation item with spec\n\nCurrently, FIT Payload data relocation data has\nsome minor error with Universal Payload\nSpecification v0.9.1 section 2.4.3.\n\nSigned-off-by: Gua Guo ","shortMessageHtmlLink":"UefiPayloadPkg: Align relocation item with spec"}},{"before":"6033bf2b1f8a67861d2e16b6be26f27d89ce7777","after":"39c5eb886ed652d5060fdd5d16747cd57bcbe53e","ref":"refs/heads/dependabot/pip/edk2-pytool-extensions-0.27.12","pushedAt":"2024-09-20T14:19:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12\n\nBumps [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) from 0.27.6 to 0.27.12.\n- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-extensions/compare/v0.27.6...v0.27.12)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-extensions\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12"}},{"before":"c9a9f2ec438497634fb6aa0415ffb1d38ff7ec7d","after":"9db3cbd0279d2bd0b4dd2ffe175fb4b5b879aa9e","ref":"refs/heads/dependabot/pip/regex-2024.9.11","pushedAt":"2024-09-20T14:19:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump regex from 2024.7.24 to 2024.9.11\n\nBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11.\n- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)\n- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11)\n\n---\nupdated-dependencies:\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump regex from 2024.7.24 to 2024.9.11"}},{"before":"18d6a4efa95c3fb18cfd2b5960b25f3aa9798c21","after":"c55c33d9ad13ca5c0ea4d7838c129b10d420bed4","ref":"refs/heads/dependabot/pip/edk2-pytool-library-approx-eq-0.21.11","pushedAt":"2024-09-20T14:19:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11\n\nUpdates the requirements on [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) to permit the latest version.\n- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-library/compare/v0.21.9...v0.21.11)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-library\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11"}},{"before":"c3580093520809cbfe2abd0e702d53707b7782a9","after":"222e2854fe6bed443686e3809f155fd7b824fabd","ref":"refs/heads/master","pushedAt":"2024-09-20T10:18:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"BaseTools: Update RETURN_ERROR Macro in BaseTypes.h\n\nThis patch is to sync RETURN_ERROR macro with the\nMdePkg/Include/Base.h\n\nRef: 1a89d9887f MdePkg:Update Return Error Macro in Base.h\n\nFixing RETURN_ERROR macro.\nIt is causing problem in Coverity Static analysis tool\nas we are directly converting the UINT value to INTN.\n\nChanging value from UINT to INTN might cause problema\nHere we know that the values would not be in loss of data.\nTo increase the code quality and increase the static tool\nanalysis score we have to change it\n\nCc: Rebecca Cran \nCc: Liming Gao \nCc: Bob Feng \nCc: Yuwei Chen \nSigned-off-by: Abdul Lateef Attar ","shortMessageHtmlLink":"BaseTools: Update RETURN_ERROR Macro in BaseTypes.h"}},{"before":"ff8a7d101f7d892dea96254bc1309c1a7c502e02","after":"c3580093520809cbfe2abd0e702d53707b7782a9","ref":"refs/heads/master","pushedAt":"2024-09-20T04:19:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"Set PcdSerialClockRate from SerialPortInfo in UefiPayloadEntry\n\nSigned-off-by: Matt DeVillier ","shortMessageHtmlLink":"Set PcdSerialClockRate from SerialPortInfo in UefiPayloadEntry"}},{"before":"66181dc6b65dbc8a6411d1762b07dead84865949","after":"18d6a4efa95c3fb18cfd2b5960b25f3aa9798c21","ref":"refs/heads/dependabot/pip/edk2-pytool-library-approx-eq-0.21.11","pushedAt":"2024-09-19T14:18:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11\n\nUpdates the requirements on [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) to permit the latest version.\n- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-library/compare/v0.21.9...v0.21.11)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-library\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11"}},{"before":"d4ea5cd9b7f8b6424de5b88f0b7dcbd83b39f278","after":"6033bf2b1f8a67861d2e16b6be26f27d89ce7777","ref":"refs/heads/dependabot/pip/edk2-pytool-extensions-0.27.12","pushedAt":"2024-09-19T14:18:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12\n\nBumps [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) from 0.27.6 to 0.27.12.\n- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-extensions/compare/v0.27.6...v0.27.12)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-extensions\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12"}},{"before":"562625818d03859d5b10aa41334d0e9e9ca979d0","after":"c9a9f2ec438497634fb6aa0415ffb1d38ff7ec7d","ref":"refs/heads/dependabot/pip/regex-2024.9.11","pushedAt":"2024-09-19T14:18:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump regex from 2024.7.24 to 2024.9.11\n\nBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11.\n- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)\n- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11)\n\n---\nupdated-dependencies:\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump regex from 2024.7.24 to 2024.9.11"}},{"before":"5901f19a877c87de73f6b28265ad5db60b2239e1","after":"ff8a7d101f7d892dea96254bc1309c1a7c502e02","ref":"refs/heads/master","pushedAt":"2024-09-19T10:18:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"Maintainers.txt: Add Sami Mujawar as maintainer for Arm modules\n\nI intend to help with maintenance of the following Arm modules:\n ArmPkg/\n ArmPlatformPkg/\n ArmVirtPkg/\n MdePkg/Include/Library/ArmLib.h\n\nSigned-off-by: Sami Mujawar ","shortMessageHtmlLink":"Maintainers.txt: Add Sami Mujawar as maintainer for Arm modules"}},{"before":"5caf2e118c82822c3583d492ac765b5c3e2f3087","after":"562625818d03859d5b10aa41334d0e9e9ca979d0","ref":"refs/heads/dependabot/pip/regex-2024.9.11","pushedAt":"2024-09-18T14:19:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump regex from 2024.7.24 to 2024.9.11\n\nBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11.\n- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)\n- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11)\n\n---\nupdated-dependencies:\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump regex from 2024.7.24 to 2024.9.11"}},{"before":null,"after":"66181dc6b65dbc8a6411d1762b07dead84865949","ref":"refs/heads/dependabot/pip/edk2-pytool-library-approx-eq-0.21.11","pushedAt":"2024-09-18T14:19:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11\n\nUpdates the requirements on [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) to permit the latest version.\n- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-library/compare/v0.21.9...v0.21.11)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-library\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.11"}},{"before":"191c0a830bc01dfb1eb38665ed5752431a98c23c","after":"d4ea5cd9b7f8b6424de5b88f0b7dcbd83b39f278","ref":"refs/heads/dependabot/pip/edk2-pytool-extensions-0.27.12","pushedAt":"2024-09-18T14:19:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12\n\nBumps [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) from 0.27.6 to 0.27.12.\n- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-extensions/compare/v0.27.6...v0.27.12)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-extensions\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12"}},{"before":"21e8a85653e104385bfb8218fe22a72053bd3d2d","after":"5901f19a877c87de73f6b28265ad5db60b2239e1","ref":"refs/heads/master","pushedAt":"2024-09-18T08:19:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"DynamicTablesPkg: Adds ACPI SSDT HPET table generator\n\nAdds X64 ACPI SSDT HPET table generator library.\nUpdates acpi standard table enum with hpet.\nGenerate ACPI HPET device as per specification.\n\nCc: Sami Mujawar \nCc: Pierre Gondois \nSigned-off-by: Abdul Lateef Attar ","shortMessageHtmlLink":"DynamicTablesPkg: Adds ACPI SSDT HPET table generator"}},{"before":"170fa8ecd4bc5acb704400c5610365acff6a78e8","after":"21e8a85653e104385bfb8218fe22a72053bd3d2d","ref":"refs/heads/master","pushedAt":"2024-09-18T04:19:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"MdeModulePkg/TerminalDxe: Add VTUTF8 to Putty function key map\n\nREF: https://bugzilla.tianocore.org/show_bug.cgi?id=4848\n\nThis patch is to support VTUTF8 type for Putty function key map.\nIn Putty, it is required for translating a stream of Unicode characters\nfor function keys on UTF8 correctly.\n\nSigned-off-by: Phil Noh ","shortMessageHtmlLink":"MdeModulePkg/TerminalDxe: Add VTUTF8 to Putty function key map"}},{"before":"779642283a604370cef87fcd9bf730425f519147","after":"170fa8ecd4bc5acb704400c5610365acff6a78e8","ref":"refs/heads/master","pushedAt":"2024-09-18T02:19:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"BaseTools/tools_def ARM: Disable stack protector with CLANGDWARF\n\nClang insists on emitting a movt/movw pair into the function\npro/epilogues to load the stack protector reference value from memory,\nand this movt/movw pair may turn out non-consecutively in the\ninstruction stream.\n\nThe resulting symbol reference cannot be fixed up by GenFw, as PE/COFF\nalways treats movt/movw as a pair, and the ELF-to-PE conversion will\ntherefore fail.\n\nJust disable the stack protector when using CLANGDWARF.\n\nSigned-off-by: Ard Biesheuvel ","shortMessageHtmlLink":"BaseTools/tools_def ARM: Disable stack protector with CLANGDWARF"}},{"before":"b0d1cb59c78e5ecad8988c8114982c93e846f361","after":"779642283a604370cef87fcd9bf730425f519147","ref":"refs/heads/master","pushedAt":"2024-09-17T18:19:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"Maintainers: Remove Ard Biesheuvel from all packages\n\nAs a Tianocore maintainer, I am responsible for the packages that I\nmaintain, and am therefore expected to respond in a timely manner to\npull requests affecting those packages. With the updated GitHub-based\nworkflow, this now results in daily GitHub spam inviting me to respond\nto each PR as they are created by the respective authors.\n\nHowever, I strongly feel that with responsibility should come with\ndelegated authority as well, and this has been stripped away over the\npast couple of years. When other maintainers fail to respond (which has\nbecome more common recently), or when there are glitches in the CI, I no\nlonger have any means to take charge and correct the situation.\n\nThe upshot is that I am struggling to do my work as a maintainer,\nspending 90% of my time dealing with GitHub CI technicalities, or being\nblocked on other work that is completely ignored by the other\nmaintainers.\n\nThis is a waste of my time, and therefore, of my employer's money, so I\nfeel I can no longer justify my involvement. I am therefore stepping\ndown as a maintainer.\n\nSigned-off-by: Ard Biesheuvel ","shortMessageHtmlLink":"Maintainers: Remove Ard Biesheuvel from all packages"}},{"before":"670e263419eb875fd8dce0c8d18dd3ab02b83ba0","after":"b0d1cb59c78e5ecad8988c8114982c93e846f361","ref":"refs/heads/master","pushedAt":"2024-09-17T16:20:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"UefiCpuPkg/AmdSmmCpuFeaturesLib: Skip SMBASE configuration\n\nThis patch is to avoid configure SMBASE if SmBase relocation has been\ndone. If gSmmBaseHobGuid found, means SmBase info has been relocated\nand recorded in the SmBase array. No need to do the relocation in\nSmmCpuFeaturesInitializeProcessor().\n\nSigned-off-by: Phil Noh ","shortMessageHtmlLink":"UefiCpuPkg/AmdSmmCpuFeaturesLib: Skip SMBASE configuration"}},{"before":"f316b830660cef1a6cbe04974e2328f0a47a2b2f","after":"191c0a830bc01dfb1eb38665ed5752431a98c23c","ref":"refs/heads/dependabot/pip/edk2-pytool-extensions-0.27.12","pushedAt":"2024-09-17T14:19:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12\n\nBumps [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) from 0.27.6 to 0.27.12.\n- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)\n- [Commits](https://github.com/tianocore/edk2-pytool-extensions/compare/v0.27.6...v0.27.12)\n\n---\nupdated-dependencies:\n- dependency-name: edk2-pytool-extensions\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.12"}},{"before":"cd6cc14eeb4d0f581d628b1a55254354ce8f6ce9","after":"5caf2e118c82822c3583d492ac765b5c3e2f3087","ref":"refs/heads/dependabot/pip/regex-2024.9.11","pushedAt":"2024-09-17T14:19:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"coreboot-org-bot","name":"coreboot.org bot","path":"/coreboot-org-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46246920?s=80&v=4"},"commit":{"message":"pip: bump regex from 2024.7.24 to 2024.9.11\n\nBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11.\n- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)\n- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11)\n\n---\nupdated-dependencies:\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"pip: bump regex from 2024.7.24 to 2024.9.11"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNFQxNDoxODoxOS4wMDAwMDBazwAAAAS_QDhW","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNFQxNDoxODoxOS4wMDAwMDBazwAAAAS_QDhW","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxNDoxOToxNC4wMDAwMDBazwAAAAS4oDaU"}},"title":"Activity · coreboot/edk2"}