coreboot-kgpe-d16/util/scripts
Werner Zeh 21530bd421 util/scripts/ucode_h_to_bin.sh: Drop disruptive quotes
The double quotes around the remaining shell parameters '${@:2}' causes
that the provided *.h files in $(CONFIG_CPU_MICROCODE_HEADER_FILES),
which is a space separated list, cannot be broken down to every single
file as needed but stay as a single parameter in the for-loop.
Therefore, the called function 'include_file' will get a single
parameter with all files which will lead to a broken C code in
terms of a wrong #include-syntax. This causes the script to fail.

To fix this remove the double quotes which works just fine.

Change-Id: Iab7b0dc8d850973d6af764899907d383e9ec7743
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40565
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-04-22 17:33:03 +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
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: Drop disruptive quotes 2020-04-22 17:33:03 +00:00
update_submodules treewide: use /usr/bin/env where appropriate 2018-11-17 07:32:03 +00:00