diff mbox series

[2/2] fwts-test: sync up with dbgp changes

Message ID 20210518204927.1004223-2-alex.hung@canonical.com
State Accepted
Headers show
Series [1/2] acpi: dbgp/spmi: check space ids by fwts_acpi_space_id | expand

Commit Message

Alex Hung May 18, 2021, 8:49 p.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 fwts-test/dbgp-0001/dbgp-0002.log | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Colin Ian King May 18, 2021, 11:39 p.m. UTC | #1
On 18/05/2021 21:49, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  fwts-test/dbgp-0001/dbgp-0002.log | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/fwts-test/dbgp-0001/dbgp-0002.log b/fwts-test/dbgp-0001/dbgp-0002.log
> index f05d02a5..a294a585 100644
> --- a/fwts-test/dbgp-0001/dbgp-0002.log
> +++ b/fwts-test/dbgp-0001/dbgp-0002.log
> @@ -16,8 +16,12 @@ dbgp            Interface Type is 0x04 which is a reserved interface type.
>  dbgp            Expecting 0x00 (Full 16550) or 0x01 (16550 subset)
>  dbgp            FAILED [HIGH] DBGPBaseAddrBitWidthZero: Test 1, DBGP Base
>  dbgp            Address Bit Width is zero.
> -dbgp            FAILED [HIGH] DBGPBaseAddrAddrSpaceID: Test 1, DBGP Base
> -dbgp            Address, Address Space ID 0x5 which is a reserved value.
> +dbgp            FAILED [HIGH] DBGPBadAddressSpaceId: Test 1, DBGP Base
> +dbgp            Address Space ID must be one of System Memory (0x0),
> +dbgp            System I/O (0x1), PCI Configuration (0x2), Embedded
> +dbgp            Controller (0x3), SMBus (0x4), Platform Communications
> +dbgp            Channel (0xa) or Functional Fixed Hardware (0x7f), got
> +dbgp            SystemCMOS (0x5) instead.
>  dbgp            
>  dbgp            ==========================================================
>  dbgp            0 passed, 3 failed, 0 warning, 0 aborted, 0 skipped, 0
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu May 19, 2021, 2:53 a.m. UTC | #2
On 5/19/21 4:49 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  fwts-test/dbgp-0001/dbgp-0002.log | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/fwts-test/dbgp-0001/dbgp-0002.log b/fwts-test/dbgp-0001/dbgp-0002.log
> index f05d02a5..a294a585 100644
> --- a/fwts-test/dbgp-0001/dbgp-0002.log
> +++ b/fwts-test/dbgp-0001/dbgp-0002.log
> @@ -16,8 +16,12 @@ dbgp            Interface Type is 0x04 which is a reserved interface type.
>  dbgp            Expecting 0x00 (Full 16550) or 0x01 (16550 subset)
>  dbgp            FAILED [HIGH] DBGPBaseAddrBitWidthZero: Test 1, DBGP Base
>  dbgp            Address Bit Width is zero.
> -dbgp            FAILED [HIGH] DBGPBaseAddrAddrSpaceID: Test 1, DBGP Base
> -dbgp            Address, Address Space ID 0x5 which is a reserved value.
> +dbgp            FAILED [HIGH] DBGPBadAddressSpaceId: Test 1, DBGP Base
> +dbgp            Address Space ID must be one of System Memory (0x0),
> +dbgp            System I/O (0x1), PCI Configuration (0x2), Embedded
> +dbgp            Controller (0x3), SMBus (0x4), Platform Communications
> +dbgp            Channel (0xa) or Functional Fixed Hardware (0x7f), got
> +dbgp            SystemCMOS (0x5) instead.
>  dbgp            
>  dbgp            ==========================================================
>  dbgp            0 passed, 3 failed, 0 warning, 0 aborted, 0 skipped, 0
> 


Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

diff --git a/fwts-test/dbgp-0001/dbgp-0002.log b/fwts-test/dbgp-0001/dbgp-0002.log
index f05d02a5..a294a585 100644
--- a/fwts-test/dbgp-0001/dbgp-0002.log
+++ b/fwts-test/dbgp-0001/dbgp-0002.log
@@ -16,8 +16,12 @@  dbgp            Interface Type is 0x04 which is a reserved interface type.
 dbgp            Expecting 0x00 (Full 16550) or 0x01 (16550 subset)
 dbgp            FAILED [HIGH] DBGPBaseAddrBitWidthZero: Test 1, DBGP Base
 dbgp            Address Bit Width is zero.
-dbgp            FAILED [HIGH] DBGPBaseAddrAddrSpaceID: Test 1, DBGP Base
-dbgp            Address, Address Space ID 0x5 which is a reserved value.
+dbgp            FAILED [HIGH] DBGPBadAddressSpaceId: Test 1, DBGP Base
+dbgp            Address Space ID must be one of System Memory (0x0),
+dbgp            System I/O (0x1), PCI Configuration (0x2), Embedded
+dbgp            Controller (0x3), SMBus (0x4), Platform Communications
+dbgp            Channel (0xa) or Functional Fixed Hardware (0x7f), got
+dbgp            SystemCMOS (0x5) instead.
 dbgp            
 dbgp            ==========================================================
 dbgp            0 passed, 3 failed, 0 warning, 0 aborted, 0 skipped, 0