[edk2] [PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Fix PPTT cache attributes validation

2019-01-31 Thread Krzysztof Koch
Removed conditional pre-compiling for ARM CPUs because function ValidateCacheAttributes(..) is based on ACPI PPTT specification. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Krzysztof Koch Reported-by: Zhichao Gao --- The code can be found at: https://github.com

Re: [edk2] [PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Add support for PPTT

2019-01-29 Thread Krzysztof Koch
Hi Zhichao, Thank you for spotting that. I agree, the cache attribute check can be applied to all architectures. I will submit a patch fixing that in the next few days. Kind regards, Krzysztof Koch -Original Message- From: Gao, Zhichao Sent: Sunday, January 27, 2019 14:33

[edk2] [PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Add support for PPTT

2019-01-23 Thread Krzysztof Koch
Added the acpiview parser for the PPTT table. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Krzysztof Koch --- The changes can be seen at: https://github.com/KrzysztofKoch1/edk2/tree/woa_390_pptt_acpiview_v1 Notes: v1: - added a parser for PPTT in acpiview