summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh')
-rwxr-xr-xsrc/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh b/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh
index 2b500539b796..728703a73ba4 100755
--- a/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh
+++ b/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh
@@ -1,13 +1,5 @@
-#
-# Convert the FspUpdVpd.h header file into a format usable by coreboot
-# Usage:
-# fspupdvpd_sanitize.sh <path/to/FspUpdVpd.h>
-#
# This file is part of the coreboot project.
#
-# Copyright (C) 2015-2016 Intel Corp.
-# (Written by Alexandru Gagniuc <alexandrux.gagniuc@intel.com> for Intel Corp.)
-#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -18,6 +10,12 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
+#
+# Convert the FspUpdVpd.h header file into a format usable by coreboot
+# Usage:
+# fspupdvpd_sanitize.sh <path/to/FspUpdVpd.h>
+#
+
PWD=$(dirname "${BASH_SOURCE[0]}")
SPATCH=spatch