[edk2] [edk2-announce] Community Meeting Minutes

2019-01-11 Thread stephano
An HTML version is available here: https://www.tianocore.org/minutes/Community-2019-01.html Community Updates - Several conferences are coming up that we will be attending. FOSDEM 2019 Stephano will be giving a talk with Alexander Graf (SUSE) on UEFI usage on the UP Squared

Re: [edk2] Conditional Compilation support in INF file

2019-01-11 Thread Kinney, Michael D
Karunakar, Feature Flag Expressions is a concept that is defined in the specs, but is a feature that is not fully implemented. Liming should be able to provide details on what has been implemented and validated in BaseTools. I think the reason that this feature has not been implemented fully is

Re: [edk2] [PATCH 2/2] ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handling

2019-01-11 Thread Leif Lindholm
On Fri, Jan 04, 2019 at 07:04:32PM +0100, Ard Biesheuvel wrote: > PopulateLevel2PageTable () is invoked for [parts of] mappings that > start or end on a non-1 MB aligned address (or both). The size of > the mapping depends on both the start address modulo 1 MB and the > length of the mapping, but

Re: [edk2] [PATCH 1/2] ArmPkg/ArmMmuLib ARM: add missing support for non-shareable cached mappings

2019-01-11 Thread Leif Lindholm
On Fri, Jan 04, 2019 at 07:04:31PM +0100, Ard Biesheuvel wrote: > We introduced support for non-shareable cached mappings to the AArch64 > version of ArmMmuLib a while ago, but the ARM version was left behind, > so fix it. Consider adding a reference to the corresponding aarch64 commit

Re: [edk2] [PATCH edk2-platforms 3/3] Silicon/SynQuacer: add support for DEBUG output on second UART

2019-01-11 Thread Leif Lindholm
On Wed, Dec 26, 2018 at 02:25:30PM +0100, Ard Biesheuvel wrote: > On headless server systems where the PL011 serial port is the primary > console, having DEBUG output on the same port can be annoying, since > DEBUG output gets lost when the console driver clears the screen or > positions the

Re: [edk2] [PATCH 0/4] ArmPkg: use console for minimal 'exception occurred' message

2019-01-11 Thread Leif Lindholm
On Thu, Dec 20, 2018 at 06:31:00PM +0100, Ard Biesheuvel wrote: > When running with a graphical console, no message whatsoever is printed > when the systems hits an unexpected exception and hangs, because even > the minimal 'exception occurred' message is only sent to the serial port. > > So

Re: [edk2] [edk2-platforms] [PATCH v7 2/2] Platform/ARM: Add Readme.md

2019-01-11 Thread Leif Lindholm
On Wed, Dec 19, 2018 at 06:01:46PM +, Nariman Poushin wrote: > This covers the bulk of the information originally present in > https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg-AArch64 > regarding building and running the Foundation/Base FVP Platforms. > > The sections on

Re: [edk2] [edk2-test][RFC] Integrating SBBR tests into SCT - A design proposal

2019-01-11 Thread Sakar Arora
Hi Supreeth, Eric, My replies inlined. Thanks, Sakar -Original Message- From: Jin, Eric Sent: Tuesday, January 8, 2019 7:30 AM To: Supreeth Venkatesh ; Sakar Arora ; edk2-devel@lists.01.org Cc: Prasanth Pulla Subject: RE: [edk2][edk2-test][RFC] Integrating SBBR tests into SCT - A

Re: [edk2] A question about shell-application's argument make system blocked;

2019-01-11 Thread Jim.Dailey
My recollection is that the code that parses a command line is basically the same whether the line is in a script or not. Certainly there are places where that code checks to see if a script is active, but I don't think it does so when it looks to eliminate comments. -Original Message-

Re: [edk2] [Patch 0/2] Use correct field name.

2019-01-11 Thread Laszlo Ersek
On 01/11/19 06:46, Eric Dong wrote: > ((Facs->Flags & EFI_ACPI_4_0_OSPM_64BIT_WAKE__F) != 0)) > > In above code, Facs->OspmFlags should be used instead. > EFI_ACPI_4_0_OSPM_64BIT_WAKE__F is a bit in OSPM Enabled Firmware > Control Structure Flags field, not in Firmware Control Structure > Feature

Re: [edk2] Support S3 on ARMVirtPkg

2019-01-11 Thread 김혁중
Oh no, I only have qemu arm VM, not physical machine, with WoA (Windows on Arm), and I'm trying to enable suspend mode on windows but it failed, and i figured recently that it is because of acpi setting of qemu and its related edk2 functionality by comparing it with x64 VM. So, first of all, I

Re: [edk2] [PATCH v2] ShellPkg/TftpDynamicCommand: Change file writing method in tftp

2019-01-11 Thread Laszlo Ersek
On 01/10/19 03:54, Songpeng Li wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1433 > > v2: Remove an unused variable. > > Current logic of shell tftp download was writing file after tftp > download finished, when the file is large, it looks like the shell > tftp command hanged

Re: [edk2] Support S3 on ARMVirtPkg

2019-01-11 Thread Laszlo Ersek
On 01/11/19 09:17, 김혁중 wrote: > Hi all, > > I'm currently using edk2 for qemu arm emulation environment, and i have a > question about s3 support for ArmVirtPkg. > > I read white paper about ovmf, and I'm trying to follow up the things about > uefi and boot up procedure, but I don't know how to

Re: [edk2] [Patch 1/2] UefiCpuPkg/S3Resume2Pei: Use correct field name.

2019-01-11 Thread Laszlo Ersek
On 01/11/19 06:46, Eric Dong wrote: > ((Facs->Flags & EFI_ACPI_4_0_OSPM_64BIT_WAKE__F) != 0)) > > In above code, Facs->OspmFlags should be used instead. > EFI_ACPI_4_0_OSPM_64BIT_WAKE__F is a bit in OSPM Enabled Firmware > Control Structure Flags field, not in Firmware Control Structure > Feature

Re: [edk2] [Patch 2/2] MdeModulePkg/BootScriptExecuteorDxe: Use correct field name.

2019-01-11 Thread Laszlo Ersek
On 01/11/19 06:46, Eric Dong wrote: > ((Facs->Flags & EFI_ACPI_4_0_OSPM_64BIT_WAKE__F) != 0)) > > In above code, Facs->OspmFlags should be used instead. > EFI_ACPI_4_0_OSPM_64BIT_WAKE__F is a bit in OSPM Enabled Firmware > Control Structure Flags field, not in Firmware Control Structure > Feature

[edk2] More info on revision2 and revision3 of EFI_BLOCK_IO_PROTOCOL

2019-01-11 Thread jabir
Hi All, EFI_BLOCK_IO_MEDIA has two new fields, LowestAlignedLba and LogicalBlocksPerPhysicalBlock, added in the revision2 and a field OptimalTransferLengthGranularity added in revision3 of EFI_BLOCK_IO_PROTOCOL. Couldn’t find more info from https://github.com/tianocore/edk2. Please help to

[edk2] Support S3 on ARMVirtPkg

2019-01-11 Thread 김혁중
Hi all, I'm currently using edk2 for qemu arm emulation environment, and i have a question about s3 support for ArmVirtPkg. I read white paper about ovmf, and I'm trying to follow up the things about uefi and boot up procedure, but I don't know how to start to support suspend (S3) functionality