]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Rename Address Size to Access size
authorJoey Gouly <joey.gouly@arm.com>
Thu, 15 Apr 2021 12:17:17 +0000 (13:17 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 19 Apr 2021 13:28:26 +0000 (13:28 +0000)
This matches the ACPI spec 6.3, table 5.1: Generic Address Structure.

Signed-off-by: Joey Gouly <joey.gouly@arm.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c

index 01ac9a9bafeb2ca12c1ba19f406d626b108f5fe2..74056e72c359c732758563a9fe14ff2582f39f21 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   ACPI parser\r
 \r
-  Copyright (c) 2016 - 2020, Arm Limited. All rights reserved.\r
+  Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
@@ -628,7 +628,7 @@ STATIC CONST ACPI_PARSER GasParser[] = {
   {L"Address Space ID", 1, 0, L"0x%x", NULL, NULL, NULL, NULL},\r
   {L"Register Bit Width", 1, 1, L"0x%x", NULL, NULL, NULL, NULL},\r
   {L"Register Bit Offset", 1, 2, L"0x%x", NULL, NULL, NULL, NULL},\r
-  {L"Address Size", 1, 3, L"0x%x", NULL, NULL, NULL, NULL},\r
+  {L"Access Size", 1, 3, L"0x%x", NULL, NULL, NULL, NULL},\r
   {L"Address", 8, 4, L"0x%lx", NULL, NULL, NULL, NULL}\r
 };\r
 \r