{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":429330113,"defaultBranch":"master","name":"edk2-platforms","ownerLogin":"loongson","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-11-18T07:07:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/59414070?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725690200.0","currentOid":""},"activityList":{"items":[{"before":"386109f3877ea2f27e14d997e381e54b1cb665d0","after":"a840cfe17bd4f333f75800b2850b12d05f796348","ref":"refs/heads/blocksize","pushedAt":"2024-09-12T06:09:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: Modify loongarch uefi firmware size\n\nAfter the loongarch flash block size is changed from 128K to 256K,\nqemu requires that the UEFI firmware size be aligned with the flash block size(256K).\nOtherwise, the firmware cannot be loaded,\nUse the following code to resolve the old firmware loading problem:\nmv QEMU_EFI.fd QEMU_EFI.fd-bak\ncat QEMU_EFI.fd-bak /dev/zero | head -c 16m > ./QEMU_EFI.fd\nmv QEMU_VARS.fd QEMU_VARS.fd-bak\ncat QEMU_VARS.fd-bak /dev/zero | head -c 16m > ./QEMU_VARS.fd\n\nFor the new firmware, we refer to other architecture UEFI and\nset the UEFI firmware size to align with the flash block size(256K).\n\nSo for this patch, we set the UEFI firmware size to 256K alignment.\n\nCc: Bibo Mao \nCc: Chao Li \nSigned-off-by: Xianglai Li ","shortMessageHtmlLink":"Platform/Loongson: Modify loongarch uefi firmware size"}},{"before":"1354a84e605fd9ecb0c1199fe7913fda35c42d4d","after":"386109f3877ea2f27e14d997e381e54b1cb665d0","ref":"refs/heads/blocksize","pushedAt":"2024-09-11T07:33:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: Modify loongarch uefi firmware block size\n\nModify loongarch uefi firmware block size according to the 256 k alignment.\n\nCc: Bibo Mao \nCc: Chao Li \nSigned-off-by: Xianglai Li ","shortMessageHtmlLink":"Platform/Loongson: Modify loongarch uefi firmware block size"}},{"before":null,"after":"1354a84e605fd9ecb0c1199fe7913fda35c42d4d","ref":"refs/heads/blocksize","pushedAt":"2024-09-07T06:23:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: Modify loongarch uefi firmware block size\n\nModify loongarch uefi firmware block size according to the 256 k alignment.\n\nCc: Bibo Mao \nCc: Chao Li \nSigned-off-by: Xianglai Li ","shortMessageHtmlLink":"Platform/Loongson: Modify loongarch uefi firmware block size"}},{"before":"f709251f5bdce337cf0211a1c3ca6e9e44030773","after":"76eb7fee0c421a01407b70f9bac67e2b5b58b5f2","ref":"refs/heads/master","pushedAt":"2024-09-07T06:10:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Github workflow: update actions/checkout to latest\n\nMove from v2 to v4 gets rid of warnings present in each workflow run:\n\nThe following actions uses node12 which is deprecated and will be forced\nto run on node16: actions/checkout@v2.\n\nThe following actions use a deprecated Node.js version and will be\nforced to run on node20: actions/checkout@v2,\n\nSigned-off-by: Marcin Juszkiewicz ","shortMessageHtmlLink":"Github workflow: update actions/checkout to latest"}},{"before":"feff6a709d5d4d392f4f34529b909e2c4176fa33","after":"f709251f5bdce337cf0211a1c3ca6e9e44030773","ref":"refs/heads/master","pushedAt":"2024-09-04T07:24:36.000Z","pushType":"push","commitsCount":149,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Move to the GitHub Pull Request workflow\n\nMigrate data from Maintainers.txt to the GitHub standard CODEOWNERS\nfiles plus REVIEWERS and CONTRIBUTORS.md. The latter file contains\nmappings from name to email address and GitHub usernames, which will\nhelp people who want to email maintainers instead of using GitHub.\n\nAdd .github/workflows/AssignReviewers.yml which adds reviewers to a\nPull Request based on the content of the REVIEWERS file.\n\nSigned-off-by: Rebecca Cran \nReviewed-by: Michael D Kinney ","shortMessageHtmlLink":"Move to the GitHub Pull Request workflow"}},{"before":"f067b0d92de47af0ae3c441dc5f8377f83412c59","after":"feff6a709d5d4d392f4f34529b909e2c4176fa33","ref":"refs/heads/master","pushedAt":"2024-06-26T08:48:41.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"SbsaQemu: bump OemRevision to today\n\nLot of time passed since 10th of August 2020 when this platform was\nadded to EDK2-platforms repository.\n\nSo let bump PcdAcpiDefaultOemRevision value to today. So everyone will\nsee during OS boot that things are changing.\n\nSigned-off-by: Marcin Juszkiewicz \nReviewed-by: Leif Lindholm ","shortMessageHtmlLink":"SbsaQemu: bump OemRevision to today"}},{"before":"c0fbfb2f155c94e1b9bdbccb31729da52d25ef8c","after":"58b46971fe7c25d30095026b9d9c28d5b7dde582","ref":"refs/heads/memory","pushedAt":"2024-06-12T09:14:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: Remove minimium memory size limitation\n\nTemparory stack memory on PEI is hardcoded now, also minimium memory\nsize 256M is hardcoded now. Here memory map table from fw cfg can be\nparsed. If there is memory map entry contains pei stack, it can be\npublished as usable memory at PEI stage.\n\nCc: Bibo Mao \nCc: Chao Li \nSigned-off-by: Bibo Mao \nSigned-off-by: Xianglai Li \nReviewed-by: Chao Li ","shortMessageHtmlLink":"Platform/Loongson: Remove minimium memory size limitation"}},{"before":"35bca3ca71c004b7f3d93c6f33724796c6b1bf0b","after":"f067b0d92de47af0ae3c441dc5f8377f83412c59","ref":"refs/heads/master","pushedAt":"2024-06-12T09:10:27.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"AmdPlatform/SpiHcPlatformLib: Implements SpiHcPlatformLib library\n\nImplements SpiHcPlatformLib library for AMD platform.\nIts AMD platform specific SPI host controller library.\n\nCc: Abner Chang \nCc: Paul Grimes \nSigned-off-by: Abdul Lateef Attar ","shortMessageHtmlLink":"AmdPlatform/SpiHcPlatformLib: Implements SpiHcPlatformLib library"}},{"before":"59c686673992d7549c2b054773d5d1b5e739a88b","after":"35bca3ca71c004b7f3d93c6f33724796c6b1bf0b","ref":"refs/heads/master","pushedAt":"2024-05-31T03:39:30.000Z","pushType":"push","commitsCount":44,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/ARM/N1Sdp: Enable FaultTolerantWrite Dxe driver for N1Sdp\n\nThis driver enables Fault Tolerant Write protocol, which provides\nfault tolerant write capability for block devices.\n\nSigned-off-by: sahil \nReviewed-by: Pierre Gondois \nReviewed-by: levi.yun \nReviewed-by: Sami Mujawar ","shortMessageHtmlLink":"Platform/ARM/N1Sdp: Enable FaultTolerantWrite Dxe driver for N1Sdp"}},{"before":null,"after":"acc4be4c3ecccc28f99558048c3b05cbb52ccf0c","ref":"refs/heads/compile","pushedAt":"2024-05-15T09:47:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: Fix compile error\n\nQemuFwCfgLibMmio has been removed,\nusing the latest FwCfgLib to fix compilation errors\n\nCc: Bibo Mao \nCc: Chao Li \nCc: Gerd Hoffmann \nSigned-off-by: Xianglai Li ","shortMessageHtmlLink":"Platform/Loongson: Fix compile error"}},{"before":"b0c48acdc6a01790b85fd6d8489ad3d005727755","after":"59c686673992d7549c2b054773d5d1b5e739a88b","ref":"refs/heads/master","pushedAt":"2024-05-15T09:08:02.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"MinPlatformPkg: Fix DxePhatAcpiLib.inf path in dsc\n\nWhen building MinPlatformPkg, a build error occured because the inf was\nnot found. The path was incorrect -- DxePhatAcpiLib folder doesn't\nexist, PhatAcpiLib does.\n\nCc: Chasel Chiu \nReviewed-by: Nate DeSimone \nSigned-off-by: Vivian Nowka-Keane ","shortMessageHtmlLink":"MinPlatformPkg: Fix DxePhatAcpiLib.inf path in dsc"}},{"before":"ce4b8e394077f7f10ace2c6e96767f676c000355","after":"b0c48acdc6a01790b85fd6d8489ad3d005727755","ref":"refs/heads/master","pushedAt":"2024-04-15T12:48:35.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"VirtualKeyboardFeaturePkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx - mantis #2131\n\nRefer to Uefi spec 2.10 section 12.3.3, Add a new retval\nEFI_UNSUPPORTED to EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.ReadKeyStrokeEx\nand EFI_SIMPLE_TEXT_INPUT_PROTOCOL.ReadKeyStroke().\n\nCc: Dandan Bi \nCc: Liming Gao \nSigned-off-by: Qingyu \nReviewed-by: Liming Gao ","shortMessageHtmlLink":"VirtualKeyboardFeaturePkg: Update the comments of ReadKeyStroke and R…"}},{"before":"3286c7f3ee51fb8d89b6fdf5a74aec83d72a6c1f","after":"c0fbfb2f155c94e1b9bdbccb31729da52d25ef8c","ref":"refs/heads/memory","pushedAt":"2024-04-02T07:40:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: Remove minimium memory size limitation\n\nTemparory stack memory on PEI is hardcoded now, also minimium memory\nsize 256M is hardcoded now. Here memory map table from fw cfg can be\nparsed. If there is memory map entry contains pei stack, it can be\npublished as usable memory at PEI stage.\n\nSigned-off-by: Bibo Mao \nSigned-off-by: Xianglai Li \nCc: Bibo Mao \nCc: Chao Li ","shortMessageHtmlLink":"Platform/Loongson: Remove minimium memory size limitation"}},{"before":"80ee8b861edb6a8b02a100f63bbb435499f8741a","after":"ce4b8e394077f7f10ace2c6e96767f676c000355","ref":"refs/heads/master","pushedAt":"2024-04-02T07:25:09.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"MinPlatformPkg: Add missed call to FreePool\n\nAdding missed out call to FreePool API to free the\nallocated memory.\n\nSigned-off-by: PhanindraX Babu Pabba \nCc: Chasel Chiu \nCc: Nate DeSimone \nCc: Liming Gao \nCc: Eric Dong \nReviewed-by: Chasel Chiu ","shortMessageHtmlLink":"MinPlatformPkg: Add missed call to FreePool"}},{"before":null,"after":"3286c7f3ee51fb8d89b6fdf5a74aec83d72a6c1f","ref":"refs/heads/memory","pushedAt":"2024-03-25T07:52:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: Remove minimium memory size limitation\n\nTemparory stack memory on PEI is hardcoded now, also minimium memory\nsize 256M is hardcoded now. Here memory map table from fw cfg can be\nparsed. If there is memory map entry contains pei stack, it can be\npublished as usable memory at PEI stage.\n\nSigned-off-by: Bibo Mao \nSigned-off-by: Xianglai Li \nCc: Bibo Mao \nCc: Chao Li ","shortMessageHtmlLink":"Platform/Loongson: Remove minimium memory size limitation"}},{"before":"b5fa396700e728c0e18b512229226f65337bf74a","after":"80ee8b861edb6a8b02a100f63bbb435499f8741a","ref":"refs/heads/master","pushedAt":"2024-03-22T02:05:52.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"AMD/AmdPlatformPkg: Update AMD Vangogh platform reference code\n\nBZ #:4728\n\n1.Use HPET timer to replace 8254 timer\n2.Fix Bug Microcode version cannot show correctly at BIOS setup\n3.Enable capsule at linux build\n4.Update FspWrapper UPD table for BIOS setup options\n\nCc: Abner Chang \nCc: Igniculus Fu \nReviewed-by: Ken Yao \nReviewed-by: Eric Xing \nSigned-off-by: Duke Zhai ","shortMessageHtmlLink":"AMD/AmdPlatformPkg: Update AMD Vangogh platform reference code"}},{"before":"a85dbd29b03db714702836d52c14828a2f72b74f","after":"0b6df1e14cefef9473b0e6e9d0b717bf2b84d459","ref":"refs/heads/pflash","pushedAt":"2024-02-22T01:08:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: loongarch supports parsing multi-chip flash\n\nThe current implementation of loongarch NorFlashQemuLib is to\nparse fdt and think that the first flash address resolved to\nthe NVRAM space, with the evolution of qemu code, loongarch\nuses the first flash to store UEFI code and the second flash\nas NVRAM space, so NorFlashQemuLib needs to be able to parse\nmultiple flash base addresses. By default, the first piece of\nflash other than UEFI code is considered as NVRAM space.\n\nCc: Andrea Bolognani \nCc: Bibo Mao \nCc: Chao Li \nSigned-off-by: Xianglai Li \nReviewed-by: Chao Li ","shortMessageHtmlLink":"Platform/Loongson: loongarch supports parsing multi-chip flash"}},{"before":"a721a824d1963187d2f91be3945321ccb89a14d9","after":"a85dbd29b03db714702836d52c14828a2f72b74f","ref":"refs/heads/pflash","pushedAt":"2024-02-19T01:55:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: loongarch supports parsing multi-chip flash\n\nThe current implementation of loongarch NorFlashQemuLib is to\nparse fdt and think that the first flash address resolved to\nthe NVRAM space, with the evolution of qemu code, loongarch\nuses the first flash to store UEFI code and the second flash\nas NVRAM space, so NorFlashQemuLib needs to be able to parse\nmultiple flash base addresses. By default, the first piece of\nflash other than UEFI code is considered as NVRAM space.\n\nCc: Andrea Bolognani \nCc: Bibo Mao \nCc: Chao Li \nSigned-off-by: Xianglai Li ","shortMessageHtmlLink":"Platform/Loongson: loongarch supports parsing multi-chip flash"}},{"before":"8b9a0ec76bdc12239391ab7e08055906c0eac731","after":"b5fa396700e728c0e18b512229226f65337bf74a","ref":"refs/heads/master","pushedAt":"2024-02-19T01:51:39.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"MinPlatformPkg/PhatAcpiLib: adding Phat library\n\nAdding a Platform Health Assessment Table (PHAT) ACPI library for\ngeneral feature interface with table. Features that use this table will\nmigrate to utilize the library for accessing and appending the PHAT.\n\nCc: Chasel Chiu \nCc: Nate DeSimone \nCc: Liming Gao \nCc: Eric Dong \nSigned-off-by: Zachary Clark-Williams \nReviewed-by: Chasel Chiu ","shortMessageHtmlLink":"MinPlatformPkg/PhatAcpiLib: adding Phat library"}},{"before":null,"after":"a721a824d1963187d2f91be3945321ccb89a14d9","ref":"refs/heads/pflash","pushedAt":"2024-02-04T06:48:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/Loongson: loongarch supports parsing multi-chip flash\n\nThe current implementation of loongarch NorFlashQemuLib is to\nparse fdt and think that the first flash address resolved to\nthe NVRAM space, with the evolution of qemu code, loongarch\nuses the first flash to store UEFI code and the second flash\nas NVRAM space, so NorFlashQemuLib needs to be able to parse\nmultiple flash base addresses. By default, the first piece of\nflash other than UEFI code is considered as NVRAM space.\n\nCc: Andrea Bolognani \nCc: Bibo Mao \nCc: Chao Li \nSigned-off-by: Xianglai Li ","shortMessageHtmlLink":"Platform/Loongson: loongarch supports parsing multi-chip flash"}},{"before":"03a69eb9f4e2a74704a1e6ee9a2c20db275f865d","after":"8b9a0ec76bdc12239391ab7e08055906c0eac731","ref":"refs/heads/master","pushedAt":"2024-02-04T06:47:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error\n\nThe source file definition in INF file is ServerManagementELog.c,\nwhile the actual file name is ServerManagementElog.c. The case is\nmismatched. Correct the definition in INF file to fix this issue.\n\nReviewed-by: Michael D Kinney \nCc: Abner Chang \nReviewed-by: Nate DeSimone \nSigned-off-by: Wei6 Xu ","shortMessageHtmlLink":"IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error"}},{"before":"b46ecada941d5b512d53596ceb9decc20afde048","after":"03a69eb9f4e2a74704a1e6ee9a2c20db275f865d","ref":"refs/heads/master","pushedAt":"2024-02-01T06:50:09.000Z","pushType":"push","commitsCount":40,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64\n\nhttps://bugzilla.tianocore.org/show_bug.cgi?id=4623\n1.Added PeiCoreEntry.nasm, SecEntry.nasm and Stack.nasm for X64.\n2.Made changes in common files to support both IA32 and X64.\n3.Added the PCDs below for FSP-T UPD revisions and reset vector in FSP.\n - PcdFspWrapperResetVectorInFsp\n - PcdFspWrapperBfvforResetVectorInFsp\n - PcdFsptUpdHeaderRevision\n - PcdFsptArchUpdRevision\n\nReviewed-by: Sai Chaganty \nCc: Chasel Chiu \nReviewed-by: Nate DeSimone \nCc: Eric Dong \nReviewed-by: Ashraf Ali S \nCc: Chinni B Duggapu \nCc: Liming Gao \nSigned-off-by: Ted Kuo ","shortMessageHtmlLink":"MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64"}},{"before":"59ef582c1bada1e25d0f1490e2af2d68b067fad2","after":"b46ecada941d5b512d53596ceb9decc20afde048","ref":"refs/heads/master","pushedAt":"2024-01-06T08:10:59.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"BoardModulePkg\\Library\\BiosIdLib: Support Standalone MM\n\nAdd Standalone Mm BiosIdLib and format code with Uncrustify.\n\nCc: Eric Dong \nReviewed-by: Nate DeSimone \n\nSigned-off-by: Lixia Huang ","shortMessageHtmlLink":"BoardModulePkg\\Library\\BiosIdLib: Support Standalone MM"}},{"before":"d6e36a151ff8365cdc55a6914cc5e6138d5788dc","after":"59ef582c1bada1e25d0f1490e2af2d68b067fad2","ref":"refs/heads/master","pushedAt":"2023-12-20T07:28:40.000Z","pushType":"push","commitsCount":119,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"IpmiFeaturePkg/GenericIpmi: Fix GCC compiler error\n\nFix GCC compiler error in StandaloneMmGenericIpmi.\n\nCc: Abner Chang \nReviewed-by: Nate DeSimone \n\nSigned-off-by: Lixia Huang ","shortMessageHtmlLink":"IpmiFeaturePkg/GenericIpmi: Fix GCC compiler error"}},{"before":"84ccada59257a8151a592a416017fbb03b8ed3cf","after":"d6e36a151ff8365cdc55a6914cc5e6138d5788dc","ref":"refs/heads/master","pushedAt":"2023-10-07T06:48:38.000Z","pushType":"push","commitsCount":44,"pusher":{"login":"lixianglai","name":null,"path":"/lixianglai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94903409?s=80&v=4"},"commit":{"message":"Platform/SbsaQemu: add NVME support\n\nIt is weird that I can have NVME, can install OS on it but cannot boot\nfrom it.\n\nThis change adds NVME support so it can be mapped and used.\n\nSigned-off-by: Marcin Juszkiewicz \nReviewed-by: Leif Lindholm ","shortMessageHtmlLink":"Platform/SbsaQemu: add NVME support"}},{"before":"c8d0d5a9e6bf7d8d57f9e8b2ca1982210d5c134a","after":"402d720babc3ac610f07a9493f29a21aaf5fbec1","ref":"refs/heads/FixCompileError","pushedAt":"2023-08-11T01:14:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"qemudev","name":null,"path":"/qemudev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95220035?s=80&v=4"},"commit":{"message":"Platform/Loongson: Add AcpiPlatformLib to fix compile error\n\nAdding a reference to AcpiPlatformLib to the dsc file\nas loongarch is used to fix compilation errors.\n\nCc: Ard Biesheuvel \nCc: Bibo Mao \nCc: Chao Li \nCc: Leif Lindholm \nCc: Liming Gao \nCc: Michael D Kinney \nSigned-off-by: xianglai li \nReviewed-by: Chao Li ","shortMessageHtmlLink":"Platform/Loongson: Add AcpiPlatformLib to fix compile error"}},{"before":null,"after":"c8d0d5a9e6bf7d8d57f9e8b2ca1982210d5c134a","ref":"refs/heads/FixCompileError","pushedAt":"2023-08-10T07:07:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"qemudev","name":null,"path":"/qemudev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95220035?s=80&v=4"},"commit":{"message":"Platform/Loongson: Add AcpiPlatformLib to fix compile error\n\nAdding a reference to AcpiPlatformLib to the dsc file\nas loongarch is used to fix compilation errors.\n\nCc: Ard Biesheuvel \nCc: Bibo Mao \nCc: Chao Li \nCc: Leif Lindholm \nCc: Liming Gao \nCc: Michael D Kinney \nSigned-off-by: xianglai li ","shortMessageHtmlLink":"Platform/Loongson: Add AcpiPlatformLib to fix compile error"}},{"before":"0447bd9b1a853a23a62b42263fe0138024e6ebbb","after":null,"ref":"refs/heads/grub","pushedAt":"2023-08-10T07:06:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"qemudev","name":null,"path":"/qemudev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95220035?s=80&v=4"}},{"before":"575664cace503204ce901da5a5c35a64f301e08c","after":null,"ref":"refs/heads/ReadMe","pushedAt":"2023-08-10T07:06:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"qemudev","name":null,"path":"/qemudev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95220035?s=80&v=4"}},{"before":"4c3e742e931538a1ee6cb3b571b1281e7fba2564","after":"84ccada59257a8151a592a416017fbb03b8ed3cf","ref":"refs/heads/master","pushedAt":"2023-08-10T06:13:57.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"qemudev","name":null,"path":"/qemudev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95220035?s=80&v=4"},"commit":{"message":"Silicon/Ampere: Fix parameter mismatch in DEBUG_ERROR message\n\nThere's an extra format specifier in the DEBUG_ERROR message that\ngets printed when the PCIe link check fails. This causes a\nsynchronous exception. Remove the string format specifier.\n\nSigned-off-by: Rebecca Cran ","shortMessageHtmlLink":"Silicon/Ampere: Fix parameter mismatch in DEBUG_ERROR message"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMlQwNjowOTo0NC4wMDAwMDBazwAAAASz_Nzd","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMlQwNjowOTo0NC4wMDAwMDBazwAAAASz_Nzd","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOC0xMFQwNjoxMzo1Ny4wMDAwMDBazwAAAANnw7Q9"}},"title":"Activity · loongson/edk2-platforms"}