From patchwork Tue May 18 20:49:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 1480513 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fl7R85Frpz9sRf for ; Wed, 19 May 2021 06:49:40 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lj6em-00086W-UF; Tue, 18 May 2021 20:49:36 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lj6ej-000860-AI for fwts-devel@lists.ubuntu.com; Tue, 18 May 2021 20:49:33 +0000 Received: from d75-158-101-9.abhsia.telus.net ([75.158.101.9] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lj6ei-0007NH-Qz; Tue, 18 May 2021 20:49:33 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH 2/2] fwts-test: sync up with dbgp changes Date: Tue, 18 May 2021 14:49:27 -0600 Message-Id: <20210518204927.1004223-2-alex.hung@canonical.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210518204927.1004223-1-alex.hung@canonical.com> References: <20210518204927.1004223-1-alex.hung@canonical.com> MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- 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