diff options
author | John Edward Broadbent <jebr@google.com> | 2023-05-17 10:27:30 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-22 09:49:16 -0400 |
commit | 5c2379f4bc5f0e3972f8798fbe45e9266c867433 (patch) | |
tree | e4d5c0edf06591cae2c2fab844dd1212008524e6 | |
parent | ea5e2ad93013754f78b4a55103cd43d154e73418 (diff) | |
download | meta-security-5c2379f4bc5f0e3972f8798fbe45e9266c867433.tar.gz |
libhoth_git.bb:SRCREV bump 1622e8a04..d769296220d
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm1/hoth/libhoth_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main" | 9 | SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main" |
10 | SRCREV = "1622e8a040d21dd564fdc1cb4df5eda01688c197" | 10 | SRCREV = "769296220dc88df33f4726aa11e39e049257b3c4" |
11 | 11 | ||
12 | DEPENDS += "libusb1" | 12 | DEPENDS += "libusb1" |
13 | 13 | ||