hash: Plumb crc8 into the hash functions
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2024 17:24:12 +0000 (10:24 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 12 Dec 2024 22:35:24 +0000 (16:35 -0600)
commitf0315babfb43c6d1f5d4ff0ea7554ec2c27bf7b1
tree05e5b0e9c3e37875d659aa2f30b9173e84686293
parent63702119d65c23602fa386766593c4ade6e6c7e7
hash: Plumb crc8 into the hash functions

Add an entry for crc8, with watchdog handling.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/hash.c
include/u-boot/crc.h
lib/crc8.c