Re: [edk2-devel] [RFC PATCH edk2-platforms v4 0/1] add basic support for CXL on sbsa-ref

2024-12-17 Thread Yuquan Wang
On Thu, Dec 12, 2024 at 11:51:54AM +0800, Yuquan Wang wrote: > On Wed, Dec 11, 2024 at 03:40:03PM +, Alejandro Lucero Palau wrote: > > > > On 12/10/24 10:36, Yuquan Wang wrote: > > > v3 -> v4: > > > - Align base addresses of CXL relevant Windows > > > > > > v2 -> v3: > > > - PCDs values of pi

[edk2-devel] Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, December 18, 2024 #cal-cancelled

2024-12-17 Thread Group Notification
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCEL REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20240422T053451Z TZURL:https://www.tzurl.org/zoneinfo-outlook/America/Los_Ang

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, December 18, 2024 #cal-reminder

2024-12-17 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* Wednesday, December 18, 2024 5:30pm to 6:30pm (UTC-08:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e3

[edk2-devel] TianoCore Bugzilla to GitHub Issues Migration

2024-12-17 Thread Michael D Kinney via groups.io
Hello, The preparation for the migration from TianoCore Bugzilla to GitHub Issues is making great progress. The TianoCore Bugzilla server has been temporarily disabled to support the migration. If you have bug updates to make, please be patient and you should be able to do those in GitHub Iss

Re: [edk2-devel] [PATCH v2 2/2] edk2-test: uefi-sct: Correct the vlanId check in DevicePath Test

2024-12-17 Thread G Edhaya Chandran via groups.io
The solution is upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/8ac40d6809a62661ab71a8d9d8a9b58ad06df522 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120905): https://edk2.groups.io/g/devel/message/120905 Mu

Re: [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: ExtractConfig allows EFI_ACCESS_DENIED with a warning

2024-12-17 Thread G Edhaya Chandran via groups.io
The solution is upstreamed through https://github.com/tianocore/edk2-test/commit/a41f58c09bccdd3e6626d87d3f4ec8b3855c9365 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120904): https://edk2.groups.io/g/devel/message/120904 Mute This Top

[edk2-devel] Changing the UEFI Shell version from 2.2 to 2.7?

2024-12-17 Thread greg.wilson via groups.io
Hi, I am probably missing someting really obvious, but in UEFIPayloadpkg.dsc i've set "DEFINE RAM_DISK_ENABLE = TRUE", and it has built the RamDiskDxe.efi, which does seem to load automatically... as when i try to load it in UEFI shell, it says it's already loaded. I tried to run the ramdisk c

[edk2-devel] Setting a static IP address in EDK2 Payload prior to UEFI Shell

2024-12-17 Thread greg.wilson via groups.io
Hi, Within EDK2 payload, I am trying to get a static IP address set, so that when I enter UEFI Shell, I can ping another computer. At the moment I have the network stack elements started automatically, but still need to type 'ifconfig -s eth0 static 192.168.1.5 255.255.255.0 192.168.1.1' every