inteltool.log -> gpio.c. automated.
Find a file
2023-07-10 22:23:19 +03:00
.gitignore Add .gitignore 2019-12-05 13:23:38 +01:00
gengpio.c Automate reading inteltool logs 2023-07-10 22:23:19 +03:00
hswgpio.c hswgpio: Generate correct entries 2020-05-17 22:02:18 +02:00
Makefile Add Makefile 2019-12-05 13:23:56 +01:00
README.md Automate reading inteltool logs 2023-07-10 22:23:19 +03:00

gpio-scripts

coreboot GPIO scripts. Based on Th3Fanbus' repo.

gengpio.c

This was uploaded by Stefan Reinauer to coreboot Gerrit. I (Riku) modified this to automatically parse inteltool logs.

Usage

make
./gengpio < inteltool.log > gpio.c

hswgpio.c

This is Th3Fanbus' creation. It's for Haswell/Broadwell ULT. Needs some cleaning.