Re: [edk2] [Patch] MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO fails

2016-03-04 Thread Laszlo Ersek
> > > > *From:*Laszlo Ersek [mailto:ler...@redhat.com] > *Sent:* Friday, March 4, 2016 5:12 PM > *To:* Ni, Ruiyu > *Cc:* edk2-de...@ml01.01.org; Yao, Jiewen > *Subject:* Re: [edk2] [Patch] MdeModulePkg/PciHostBridge: Don't assert > when setting UC to MMIO fails

Re: [edk2] [Patch] MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO fails

2016-03-04 Thread Ni, Ruiyu
Laszlo, Thank you for committing patches for me:). Regards, Ray From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Friday, March 4, 2016 5:12 PM To: Ni, Ruiyu Cc: edk2-de...@ml01.01.org; Yao, Jiewen Subject: Re: [edk2] [Patch] MdeModulePkg/PciHostBridge: Don't assert when setting UC to

Re: [edk2] [Patch] MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO fails

2016-03-04 Thread Laszlo Ersek
On 03/04/16 06:04, Ruiyu Ni wrote: > Failing to set EFI_MEMORY_UC to MMIO aperture is not a fatal error. Particularly on a 32-bit processor that doesn't support MTRR ;) Reviewed-by: Laszlo Ersek Tested-by: Laszlo Ersek Committed as git 13be90faafdf. Thanks Laszlo > Contributed-under: TianoCo

Re: [edk2] [Patch] MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO fails

2016-03-03 Thread Yao, Jiewen
Reviewed by: jiewen@intel.com -Original Message- From: Ni, Ruiyu Sent: Friday, March 04, 2016 1:04 PM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu; Yao, Jiewen Subject: [Patch] MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO fails Failing to set EFI_MEMORY_UC to MMIO a

[edk2] [Patch] MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO fails

2016-03-03 Thread Ruiyu Ni
Failing to set EFI_MEMORY_UC to MMIO aperture is not a fatal error. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Jiewen Yao --- MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Mde