diff mbox series

[meta-security] libhoth_git.bb:SRCREV bump 1622e8a04..d769296220d

Message ID 20230517172730.3837643-1-jebr@google.com
State New
Headers show
Series [meta-security] libhoth_git.bb:SRCREV bump 1622e8a04..d769296220d | expand

Commit Message

John Broadbent May 17, 2023, 5:27 p.m. UTC
From: John Edward Broadbent <jebr@google.com>

Updating libhoth to match version in openbmc
https://gerrit.openbmc.org/c/openbmc/openbmc/+/63424

libhoth detailed changes:

Willy Tu
    Expose header files expose USB APIs

aranikam
    Add flash_spi_info command
    Add address mode flag for spi update/read

Chris Evans
    Rename ec_ commands; permit old command names as an alias.
    Apply clang-format, and enable it as a check action. (#24)

Sui Chen
    Add payload status
    Add console snapshot

Daimeng Wang
    libhoth: automated mtd mailbox discovery
    libhoth: implement MTD transport
    libhoth: add MTD backend boilerplate API

Yoan Andreev
    Dont check for non-snapshot console params
    Extern c wrap (#22)
    Build improvements (#18)
    Add basic abstraction to libhoth and SPIDEV support (#17)

Vidya Satyamsetti
    Add extern

Kor Nielsen
    htool console: Don't leave O_NONBLOCK set on stdin
    [fix] In legacy mailbox protocol, look at response size.
    [fix] Support legacy response buffers larger than 62 bytes.
    [feat] htool: Support Hoth-B devices.
    Add --baud_rate flag to "htool console".
    Setup github workflow to build project.
    Rename "htool console -l" to "htool console -n".
    Add --onlcr flag to "htool console".
    Make example visibility public.
    Fix BUILD file formatting.
    Remove out-of-date :enumerate and :ec_hello.
    Add libusb to bazel WORKSPACE.
    Fix undefined behavior in htool command handling.

Signed-off-by: John Edward Broadbent <jebr@google.com>
---
 meta-tpm/recipes-tpm1/hoth/libhoth_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

akuster808 May 22, 2023, 1:50 p.m. UTC | #1
On 5/17/23 1:27 PM, John Broadbent via lists.yoctoproject.org wrote:
> From: John Edward Broadbent <jebr@google.com>

merged thanks.

-armin
>
> Updating libhoth to match version in openbmc
> https://gerrit.openbmc.org/c/openbmc/openbmc/+/63424
>
> libhoth detailed changes:
>
> Willy Tu
>      Expose header files expose USB APIs
>
> aranikam
>      Add flash_spi_info command
>      Add address mode flag for spi update/read
>
> Chris Evans
>      Rename ec_ commands; permit old command names as an alias.
>      Apply clang-format, and enable it as a check action. (#24)
>
> Sui Chen
>      Add payload status
>      Add console snapshot
>
> Daimeng Wang
>      libhoth: automated mtd mailbox discovery
>      libhoth: implement MTD transport
>      libhoth: add MTD backend boilerplate API
>
> Yoan Andreev
>      Dont check for non-snapshot console params
>      Extern c wrap (#22)
>      Build improvements (#18)
>      Add basic abstraction to libhoth and SPIDEV support (#17)
>
> Vidya Satyamsetti
>      Add extern
>
> Kor Nielsen
>      htool console: Don't leave O_NONBLOCK set on stdin
>      [fix] In legacy mailbox protocol, look at response size.
>      [fix] Support legacy response buffers larger than 62 bytes.
>      [feat] htool: Support Hoth-B devices.
>      Add --baud_rate flag to "htool console".
>      Setup github workflow to build project.
>      Rename "htool console -l" to "htool console -n".
>      Add --onlcr flag to "htool console".
>      Make example visibility public.
>      Fix BUILD file formatting.
>      Remove out-of-date :enumerate and :ec_hello.
>      Add libusb to bazel WORKSPACE.
>      Fix undefined behavior in htool command handling.
>
> Signed-off-by: John Edward Broadbent <jebr@google.com>
> ---
>   meta-tpm/recipes-tpm1/hoth/libhoth_git.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
> index a3ebce7..0485afc 100644
> --- a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
> +++ b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
> @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>   
>   SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
> -SRCREV = "1622e8a040d21dd564fdc1cb4df5eda01688c197"
> +SRCREV = "769296220dc88df33f4726aa11e39e049257b3c4"
>   
>   DEPENDS += "libusb1"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#60045): https://lists.yoctoproject.org/g/yocto/message/60045
> Mute This Topic: https://lists.yoctoproject.org/mt/98953266/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
index a3ebce7..0485afc 100644
--- a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
+++ b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
@@ -7,7 +7,7 @@  LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
-SRCREV = "1622e8a040d21dd564fdc1cb4df5eda01688c197"
+SRCREV = "769296220dc88df33f4726aa11e39e049257b3c4"
 
 DEPENDS += "libusb1"