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
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
*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
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
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
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
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
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