Issue #19 has been updated by Martin Roth.
Some utilities and payload code still uses bare unsigned, but this is completely fixed in the coreboot src/ directory.
There are unfortunately some false positives within names and comments, so the lint test should be updated in addition to fixing the above issues.
---------------------------------------- Bug #19: Violations of Coding guidelines: All objects should have fully qualified types (unsigned int instead of unsigned) https://ticket.coreboot.org/issues/19#change-1355
* Author: Martin Roth * Status: New * Priority: Normal * Start date: 2015-12-30 ---------------------------------------- Some (most?) of these can be seen using the following command: grep -Grin 'unsigned' | grep -v 'unsigned[[:space:]]*int|unsigned[[:space:]]*long|unsigned[[:space:]]*char|unsigned[[:space:]]*short'