summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
diff options
context:
space:
mode:
authorXiang Wang <merle@hardenedlinux.org>2019-11-05 12:00:39 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-11-06 13:58:53 +0000
commit4e39c824e07f192c35afa88dcceee863528dbd32 (patch)
tree2cc0c8b444b6ed518077526d65c7b17d6810ba95 /src/lib/Makefile.inc
parenta0218958a046e102daabb297c2e9eb83cb244b1c (diff)
downloadcoreboot-4e39c824e07f192c35afa88dcceee863528dbd32.tar.xz
lib: add calculate crc byte by byte
Change-Id: I5cab1f90452b08a464ad7a2d7e75d97187452992 Signed-off-by: Xiang Wang <merle@hardenedlinux.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36624 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r--src/lib/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index da7b4bbdbc..3b7d57c76a 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -249,6 +249,14 @@ postcar-y += string.c
ramstage-y += string.c
smm-y += string.c
+decompressor-y += crc_byte.c
+bootblock-y += crc_byte.c
+verstage-y += crc_byte.c
+romstage-y += crc_byte.c
+postcar-y += crc_byte.c
+ramstage-y += crc_byte.c
+smm-y += crc_byte.c
+
postcar-y += bootmode.c
postcar-y += boot_device.c
postcar-y += cbfs.c