Add early code for libgram
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 8 Jun 2020 16:04:24 +0000 (18:04 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 8 Jun 2020 16:04:24 +0000 (18:04 +0200)
commit7397a2a8348f61702861678dd61b02a70354393a
treededc926738a00c1c18dd1003a161cb9b12ba4668
parentb10105f41cdd4247316e40780e2d797f082b02b1
Add early code for libgram
libgram/Makefile [new file with mode: 0644]
libgram/README.md [new file with mode: 0644]
libgram/include/gram.h [new file with mode: 0644]
libgram/src/dfii.h [new file with mode: 0644]
libgram/src/helpers.h [new file with mode: 0644]
libgram/src/hw_regs.h [new file with mode: 0644]
libgram/src/init.c [new file with mode: 0644]
libgram/src/memtest.c [new file with mode: 0644]
libgram/tools/csv2c [new file with mode: 0755]