From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out01.mta.xmission.com (out01.mta.xmission.com [166.70.13.231]) by mx.groups.io with SMTP id smtpd.web10.90.1587414163977981889 for ; Mon, 20 Apr 2020 13:22:44 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: bsdio.com, ip: 166.70.13.231, mailfrom: rebecca@bsdio.com) Received: from in01.mta.xmission.com ([166.70.13.51]) by out01.mta.xmission.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQcwE-000879-KF; Mon, 20 Apr 2020 14:22:42 -0600 Received: from mta5.zcs.xmission.com ([166.70.13.69]) by in01.mta.xmission.com with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1jQcwD-0003dO-Ky; Mon, 20 Apr 2020 14:22:42 -0600 Received: from localhost (localhost [127.0.0.1]) by mta5.zcs.xmission.com (Postfix) with ESMTP id 624E91280349; Mon, 20 Apr 2020 14:22:41 -0600 (MDT) X-Amavis-Modified: Mail body modified (using disclaimer) - mta5.zcs.xmission.com Received: from mta5.zcs.xmission.com ([127.0.0.1]) by localhost (mta5.zcs.xmission.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id CXjPCTTm8eQz; Mon, 20 Apr 2020 14:22:41 -0600 (MDT) Received: from [10.0.10.120] (muon.bluestop.org [65.103.231.193]) by mta5.zcs.xmission.com (Postfix) with ESMTPSA id 9F64B1280524; Mon, 20 Apr 2020 14:22:40 -0600 (MDT) To: devel@edk2.groups.io Cc: Ray Ni , Zhichao Gao From: "Rebecca Cran" Message-ID: Date: Mon, 20 Apr 2020 14:22:39 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 X-XM-SPF: eid=1jQcwD-0003dO-Ky;;;mid=;;;hst=in01.mta.xmission.com;;;ip=166.70.13.69;;;frm=rebecca@bsdio.com;;;spf=pass X-SA-Exim-Connect-IP: 166.70.13.69 X-SA-Exim-Mail-From: rebecca@bsdio.com X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on sa03.xmission.com X-Spam-Level: X-Spam-Status: No, score=0.5 required=8.0 tests=ALL_TRUSTED,BAYES_50, DCC_CHECK_NEGATIVE,T_TM2_M_HEADER_IN_MSG,XMSubLong autolearn=disabled version=3.4.2 X-Spam-Virus: No X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% * [score: 0.4816] * 0.7 XMSubLong Long Subject * 0.0 T_TM2_M_HEADER_IN_MSG BODY: No description available. * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa03 1397; IP=ok Body=1 Fuz1=1] [Fuz2=1] X-Spam-DCC: XMission; sa03 1397; IP=ok Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: ;devel@edk2.groups.io X-Spam-Relay-Country: X-Spam-Timing: total 441 ms - load_scoreonly_sql: 0.03 (0.0%), signal_user_changed: 4.3 (1.0%), b_tie_ro: 3.0 (0.7%), parse: 1.12 (0.3%), extract_message_metadata: 4.2 (1.0%), get_uri_detail_list: 0.35 (0.1%), tests_pri_-1000: 2.3 (0.5%), tests_pri_-950: 1.27 (0.3%), tests_pri_-900: 0.97 (0.2%), tests_pri_-90: 48 (10.8%), check_bayes: 46 (10.5%), b_tokenize: 3.7 (0.8%), b_tok_get_all: 3.6 (0.8%), b_comp_prob: 0.98 (0.2%), b_tok_touch_all: 35 (8.0%), b_finish: 0.72 (0.2%), tests_pri_0: 368 (83.5%), check_dkim_signature: 0.54 (0.1%), check_dkim_adsp: 260 (58.9%), poll_dns_idle: 255 (57.8%), tests_pri_10: 2.4 (0.6%), tests_pri_500: 6 (1.4%), rewrite_mail: 0.00 (0.0%) Subject: ShellPkg: acpiview command doesn't appear to be included in any profile X-Spam-Flag: No X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US I noticed there's an acpiview command, in UefiShellAcpiViewCommandLib, but unlike similar commands like smbiosview it's not included in any of the shell profiles. Is that deliberate? -- Rebecca Cran