]> git.dujemihanovic.xyz Git - u-boot.git/commit
mcheck: introduce essentials of mcheck
authorEugene Uriev <eugeneuriev@gmail.com>
Sun, 31 Mar 2024 20:03:21 +0000 (23:03 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 22:23:06 +0000 (16:23 -0600)
commit7dafc5c9255c5436d7f8adc1078b7c01c36e7f07
treec7ca43587c42ab2c3e84a3801ac266b3c9157e03
parentdfba071ddc3e609e61770b34ab0115fbce05edb2
mcheck: introduce essentials of mcheck

The core part of mcheck, but without memalign.
memalign - to be added in ensuing commits.

Signed-off-by: Eugene Uriev <eugeneuriev@gmail.com>
common/mcheck_core.inc.h [new file with mode: 0644]
include/mcheck.h [new file with mode: 0644]