summaryrefslogtreecommitdiff
path: root/lib/crc32.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-24lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek BehĂșn1-1/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-12-03crc: Fix code style with crc functionsSimon Glass1-2/+2
2018-12-23lib: crc32: mark static variable as __efi_runtime_dataHeinrich Schuchardt1-1/+2
2018-08-20lib: crc32: mark function crc32() as __efi_runtimeHeinrich Schuchardt1-12/+14
2018-02-14lib: Kconfig: Move DYNAMIC_CRC_TABLE to KconfigFaiz Abbas1-3/+3
2013-04-19crc32: Correct endianness of crc32 resultSimon Glass1-1/+4
2013-03-01Roll crc32 into hash infrastructureSimon Glass1-0/+9
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-0/+251