From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::229; helo=mail-it0-x229.google.com; envelope-from=blibbet@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4B740226C7C38 for ; Tue, 3 Apr 2018 13:49:19 -0700 (PDT) Received: by mail-it0-x229.google.com with SMTP id x144-v6so5679417itc.0 for ; Tue, 03 Apr 2018 13:49:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=q5p3Z5pD6tDbqWxdgA3VVV93KHgCKJYC9DKKumJ0wl8=; b=Z0JIy1ODVwdjlFgEuzH2FqsWPqGtXpbdnLBhc1MtY3iQYivg7Upn9+srkcg1j1rw4p nAGs6DacKCC4D4p4SXboKC1UJtMohfjhbiH4PTnr56Uu/uJ4QNFvz/PCwbAFHu8P0maG VLgdRs7NCQBuaf+3osJrajv+q8koH0UV2pYoxcwW4xwn2XtX6b6f7DPZwAUDc4kP2HRt isNmbP4YicNvNo71aI+kfqlage7cjy1t22rpYP70RRMh3xMEgd+YbMJQRfV8xjxhDvAh Nve//u+rHOMgVI+ttBwA2Q/8S7uQg9rjkUR5AmB9F0ODTlAB8y1uq8rIUdGUla9wKykA QMjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=q5p3Z5pD6tDbqWxdgA3VVV93KHgCKJYC9DKKumJ0wl8=; b=tAtGfu4TbM90eSDLR8n3z/FVnf3a2Ojtrx01N3DPFx8SbbdU3e4eJ9auEn0FVUxpUU LneowJYGNaU23PCmfWFTZnaYm+5hTaRU67xa2P/hF9OUWXY81gkytlPtAozqzFwd7TZ/ cMqEU0AHeOfCOnCUBU2IjmZiuVHq8/0FRerpnMMpBxm31KA9HF8N0aae0VyydkL88mGI Cb9Sw3unW7RzyJhNk5BNO8tb7Dsji4br+SThTXham+2B95zSPzlv9C1aZ3OBQP5iPk5E GvXzRWjr5rzgkIWHrAOTAYFWAvuxd26Gl1OCNBz05Nfk2kwgtjUr08xlJ+6yzX4qGFAm 2VdA== X-Gm-Message-State: ALQs6tAbVcxqGPhHrrrB6RwSYmXjtdhuoyJpFcF/HFCUT9IlLD6xs9Jz 5DpVj2ApWdcgbqAlFkdIEspvXA== X-Google-Smtp-Source: AIpwx4/DtXIEPEvMr3j7N8BDRETetXWUgfouPWWI0YWvoh7TLqzo9vUe1saUcVw8+vBREpx51OZxgQ== X-Received: by 2002:a24:564e:: with SMTP id o75-v6mr6433650itb.64.1522788557696; Tue, 03 Apr 2018 13:49:17 -0700 (PDT) Received: from [192.168.1.100] ([50.125.228.95]) by smtp.gmail.com with ESMTPSA id 17sm2137433iom.73.2018.04.03.13.49.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Apr 2018 13:49:16 -0700 (PDT) To: "edk2-devel@lists.01.org" From: Blibbet Message-ID: <5c59bbfb-8888-6fca-bc62-fe4ad4f41dfe@gmail.com> Date: Tue, 3 Apr 2018 13:49:15 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Subject: HSTI sample code? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 20:49:20 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Hi, I'm trying a tool to write a UEFI app that accesses the HSTI image, via it's Boot Service Protocol. Before I start, does anyone know of any: 1) existing open source tool that does this? 2) existing Tianocore source that uses the HSTI boot services protocol? 3) OS-present API/ioctl/interface, for Mac or Win or Linux, that provides OS-present app access with this HSTI image? For 1-2, I don't want to re-invent the wheel. For 3, I'd like to have an OS-present tool instead of -- or in addition to -- a UEFI Shell tool. Thanks in advance for any help! Lee Fisher