hash: Plumb crc8 into the hash functions
authorSimon Glass <sjg@chromium.org>
Thu, 19 Dec 2024 18:29:07 +0000 (11:29 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 21:16:10 +0000 (15:16 -0600)
commit6f1b27a724b0d75bf89cc0f8be95fc3bcb4d4fe8
tree20191f61b0279738ecf2fbaa281f7fe5cf775fd3
parent286b48c9579eed29cbb53584c58c382c268cabfd
hash: Plumb crc8 into the hash functions

Add an entry for crc8, with watchdog handling.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
common/Kconfig
common/hash.c
include/u-boot/crc.h
lib/crc8.c