coreboot-kgpe-d16/util/scripts
Werner Zeh 5171960b23 util/scripts/ucode_h_to_bin.sh: Fix .inc-lines with just comment
There are microcodes in .inc format out in the wild which contains
lines with just a comment. So these files look like the following
example:

; External header
dd 000000001h
dd 00000001bh
...
; Data
dd 000000000h
...

The lines with just a comment starts with a ';' and will break
the current awk formatting which is performed to reformat the content
into C code style. As we are just interested in the data we can simply
drop all lines that start with a ';' which sed can do pretty easy.

Change-Id: I9ff5db51667672cffd9d776fb9497962b4a6083a
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40566
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-04-22 17:33:58 +00:00
..
config treewide: use /usr/bin/env where appropriate 2018-11-17 07:32:03 +00:00
cross-repo-cherrypick util/scripts: update references to cross-repo-cherrypick 2019-05-20 14:44:08 +00:00
decode_spd.sh util/bincfg: Add DDR4 SPD spec 2020-03-19 10:31:08 +00:00
description.md util/bincfg: Add DDR4 SPD spec 2020-03-19 10:31:08 +00:00
dts-to-fmd.sh treewide: use /usr/bin/env where appropriate 2018-11-17 07:32:03 +00:00
find-unused-kconfig-symbols.sh
gerrit-rebase util/scripts/gerrit-rebase: Fix shell invocation 2020-03-20 11:06:12 +00:00
get_maintainer.pl treewide: use /usr/bin/env where appropriate 2018-11-17 07:32:03 +00:00
maintainers.go util/scripts/maintainers.go: file: queries are more stable with quotes 2018-12-05 15:21:21 +00:00
no-fsf-addresses.sh util/scripts/no-fsf-addresses.sh: Strip last paragraph 2015-10-31 21:38:15 +01:00
parse-maintainers.pl treewide: use /usr/bin/env where appropriate 2018-11-17 07:32:03 +00:00
prepare-commit-msg.clang-format treewide: use /usr/bin/env where appropriate 2018-11-17 07:32:03 +00:00
ucode_h_to_bin.sh util/scripts/ucode_h_to_bin.sh: Fix .inc-lines with just comment 2020-04-22 17:33:58 +00:00
update_submodules treewide: use /usr/bin/env where appropriate 2018-11-17 07:32:03 +00:00