mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
- Rewrite STRING and COMMENT expressions to remove need for CHARS.
- Clean up regular expressions - get rid of unnecessary expressions.
- Remove extra newline from the end of the file.
- Clean up stripquotes() function
-- Remove unnecessary backslashes in '\"'
-- Check malloc for failure
-- Remove unnecessary assignment of 0 to the end of the new string,
snprintf will take care of it.
- Update blobtool.lex.c_shipped to the new version.
BUG=none
BRANCH=none
TEST=none
Change-Id: I57e90fbbd56ad24c36e3a4ea1b4ffb05bc6fd5ec
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id:
|
||
---|---|---|
.. | ||
blobtool.l | ||
blobtool.lex.c_shipped | ||
blobtool.tab.c_shipped | ||
blobtool.tab.h_shipped | ||
blobtool.y | ||
gbe-ich9m.set | ||
gbe-ich9m.spec | ||
ifd-x200.set | ||
ifd-x200.spec | ||
it8718f-ec.spec | ||
Makefile | ||
Makefile.inc |