system76 / firmware-open

System76 Open Firmware
Other
944 stars 84 forks source link

Remove generated C files #517

Closed crawfxrd closed 4 months ago

crawfxrd commented 4 months ago

These files are generated while running proprietary firmware, but once they are added to coreboot they are no longer needed. They also quickly become stale as the files are always changed in coreboot.

find models/ -name gpio.h -exec rm {} \;
find models/ -name hda_verb.c -exec rm {} \;

Since I'm touching these files, also update the scripts that generate them to match what I actually add to coreboot.