Re: [edk2] [PATCH 2/3] KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type

2015-07-29 Thread Alex Williamson
3bf5d08205bbf Author: Xiao Guangrong Date: Thu Jul 16 03:25:55 2015 +0800 KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type kvm_mtrr_get_guest_memory_type never returns -1 which is implied in the current code since if @type = -1 (means no MTRR contains the range), iter.partial_map must be true Simp

Re: [edk2] [PATCH 1/3] KVM: MTRR: fix memory type handling if MTRR is completely disabled

2015-07-15 Thread Alex Williamson
patch, but for the series: Tested-by: Alex Williamson Thanks! > arch/x86/kvm/mtrr.c | 21 - > 1 file changed, 20 insertions(+), 1 deletion(-) > > diff --git a/arch/x86/kvm/mtrr.c b/arch/x86/kvm/mtrr.c > index de1d2d8..e275013 100644 > --- a/arch/x86/kvm/mt

Re: [edk2] EFI and Legacy BIOS ROM Modules

2015-03-25 Thread Alex Williamson
On Wed, 2015-03-25 at 18:00 +, Gordan Bobic wrote: > On 2015-03-25 17:09, Alex Williamson wrote: > > On Wed, 2015-03-25 at 16:00 +, Gordan Bobic wrote: > >> On 2015-03-25 15:46, Alex Williamson wrote: > >> > On Wed, 2015-03-25 at 16:25 +0100, Laszlo Ersek wr

Re: [edk2] EFI and Legacy BIOS ROM Modules

2015-03-25 Thread Alex Williamson
On Wed, 2015-03-25 at 16:00 +, Gordan Bobic wrote: > On 2015-03-25 15:46, Alex Williamson wrote: > > On Wed, 2015-03-25 at 16:25 +0100, Laszlo Ersek wrote: > >> On 03/25/15 11:12, Gordan Bobic wrote: > >> > Hi, > >> > > >> > I'm

Re: [edk2] EFI and Legacy BIOS ROM Modules

2015-03-25 Thread Alex Williamson
On Wed, 2015-03-25 at 16:51 +0100, Laszlo Ersek wrote: > On 03/25/15 16:46, Alex Williamson wrote: > > On Wed, 2015-03-25 at 16:25 +0100, Laszlo Ersek wrote: > >> On 03/25/15 11:12, Gordan Bobic wrote: > >>> Hi, > >>> > >>> I'm trying t

Re: [edk2] EFI and Legacy BIOS ROM Modules

2015-03-25 Thread Alex Williamson
has a command called > "loadpcirom", which "Loads a UEFI driver from a file in the format of a > PCI Option ROM". That's really cool that there are so many ways to do it, but IMHO the most maintenance-free solution seems like it would be to stuff that UEFI binary int

Re: [edk2] EDK2 EFI file Size (and PEIMs)

2014-06-25 Thread Alex
Dear Andrew&Cod, Thanks for your help. Yes,you are right and I have made a test as bellow: The Global array UINT8 ABC[8*1024*1024]={0x00}; or UINT8 ABC[8*1024*1024]; this will be in the BSS section.and the map file : Timestamp is 53ab91c4 (Thu Jun 26 11:21:40 2014) Preferred load

[edk2] EDK2 EFI file Size

2014-06-23 Thread Alex
Dear sirs, I have one question about using UDK2014 develop efi ap,who can help me explain this ? I apply a global array size is 64k(like UINT8 ABC[64*1024];), then build the Souece Code, and the generate efi file size will more than 64k. Also, if the array size is 8M, the generate efi fi

[edk2] [PATCH] MdeModulePkg: PciBusDxe: fix lifetime of PciIoDevice->DevicePath

2014-06-18 Thread Alex Williamson
[MdePkg/Include/Library/ReportStatusCodeLib.h] ReportStatusCodeWithDevicePath()| [MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c] ASSERT (DevicePath != NULL) <-+ Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-

Re: [edk2] Enabling UEFI asserts

2013-11-05 Thread Yu, Alex (CFE-CTS)
Brandon, Also that PCD is defined as "FixedAtBuild" so you cannot change it at boot time by PcdSet. Those PCDs with "Dynamic" attribute support boot time value change by PcdSet. Regards, Alex Yu -Original Message- From: Andrew Fish [mailto:af...@apple.com] Sent:

Re: [edk2] Serial Protocol Implementation in BeagleBoardPkg

2012-08-10 Thread Hutcheson, Alex M.
Olivier, Thanks, didn't realize a fix was already in the works. Will the new code also add support for UART2 and UART3 on the BeagleBoard? Thanks, Alex From: edk2-devel-boun...@lists.sourceforge.net [mailto:edk2-devel-boun...@lists.sourceforge.net] On Behalf Of Olivier Martin

[edk2] Serial Protocol Implementation in BeagleBoardPkg

2012-08-08 Thread Hutcheson, Alex M.
vices to support this function from the SERIAL_IO_PROTOCOL? Thanks, Alex Alex Hutcheson | SAIC -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [edk2] Serial UART via GPIO pins on BeagleBoard

2012-08-01 Thread Hutcheson, Alex M.
Thanks for the quick response. I don't need the UART until during the DXE phase, so it seems like it would be simplest to go with the second option. I will try out the Driver Wizard, I wasn't aware of that before. Thanks, Alex Alex Hutcheson Computer Engineer

[edk2] Serial UART via GPIO pins on BeagleBoard

2012-08-01 Thread Hutcheson, Alex M.
cation in the BeagleBoardPkg build configuration, and possibly the EmbeddedPkg/SerialDxe driver to add support for this, but I am not sure where to look. If someone could point me to where I should start, I would really appreciate it. Thanks, Alex Alex Hutcheson | SAIC Email: alex.m.hutch