Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28290
Change subject: util/nvramtool: Fix typo
......................................................................
util/nvramtool: Fix typo
Change-Id: I0a704cba80d0439ae95db34a6b73df7be5b3b862
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M util/nvramtool/coreboot_tables.h
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/28290/1
diff --git a/util/nvramtool/coreboot_tables.h b/util/nvramtool/coreboot_tables.h
index 1bd1e53..361b626 100644
--- a/util/nvramtool/coreboot_tables.h
+++ b/util/nvramtool/coreboot_tables.h
@@ -15,7 +15,7 @@
/* The coreboot table information is for conveying information
* from the firmware to the loaded OS image. Primarily this
* is expected to be information that cannot be discovered by
- * other means, such as quering the hardware directly.
+ * other means, such as querying the hardware directly.
*
* All of the information should be Position Independent Data.
* That is it should be safe to relocated any of the information
@@ -85,10 +85,10 @@
uint32_t table_entries;
};
-/* Every entry in the boot enviroment list will correspond to a boot
+/* Every entry in the boot environment list will correspond to a boot
* info record. Encoding both type and size. The type is obviously
* so you can tell what it is. The size allows you to skip that
- * boot enviroment record if you don't know what it easy. This allows
+ * boot environment record if you don't know what it easy. This allows
* forward compatibility with records not yet defined.
*/
struct lb_record {
--
To view, visit https://review.coreboot.org/28290
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a704cba80d0439ae95db34a6b73df7be5b3b862
Gerrit-Change-Number: 28290
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28291
Change subject: util/scripts: Fix typo
......................................................................
util/scripts: Fix typo
Change-Id: If906e230c0cb71fc3cd283aeb85f8d1338c303c6
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M util/scripts/dts-to-fmd.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/28291/1
diff --git a/util/scripts/dts-to-fmd.sh b/util/scripts/dts-to-fmd.sh
index 5068a99..00e718be 100755
--- a/util/scripts/dts-to-fmd.sh
+++ b/util/scripts/dts-to-fmd.sh
@@ -103,7 +103,7 @@
fi
# special handling: COREBOOT region at 0, inject a 128K bootblock
- # The size may need changes to accomodate the chipsets,
+ # The size may need changes to accommodate the chipsets,
# but should work for now.
if [ "${REGION_NAME}" = "COREBOOT" -a \
$(( ${REGION_START} )) -eq 0 ]; then
--
To view, visit https://review.coreboot.org/28291
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If906e230c0cb71fc3cd283aeb85f8d1338c303c6
Gerrit-Change-Number: 28291
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28287
Change subject: util/{ifdtool,ipqheader}: Fix typo
......................................................................
util/{ifdtool,ipqheader}: Fix typo
Change-Id: I53ddff302681737006f40ca8b79ec0735f1e6e45
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M util/ifdtool/ifdtool.c
M util/ipqheader/mbn_tools.py
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/28287/1
diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c
index eb5dbc3..671c7d5 100644
--- a/util/ifdtool/ifdtool.c
+++ b/util/ifdtool/ifdtool.c
@@ -1144,7 +1144,7 @@
* Determine if two memory regions overlap.
*
* @param r1, r2 Memory regions to compare.
- * @return 0 if the two regions are seperate
+ * @return 0 if the two regions are separate
* @return 1 if the two regions overlap
*/
static int regions_collide(const region_t *r1, const region_t *r2)
diff --git a/util/ipqheader/mbn_tools.py b/util/ipqheader/mbn_tools.py
index bc2cdd2..c4d26c1 100755
--- a/util/ipqheader/mbn_tools.py
+++ b/util/ipqheader/mbn_tools.py
@@ -1165,7 +1165,7 @@
bytes_to_pad = ELF_BLOCK_ALIGN - pad_hash_segment
hash_seg_end = hash_tbl_end_addr + bytes_to_pad
- # Check if a shifting is required to accomodate for the hash segment.
+ # Check if a shifting is required to accommodate for the hash segment.
# Get the minimum offset by going through the program headers.
# Note that the program headers in the input file do not contain
# the dummy program header for ELF + Program header, and the
--
To view, visit https://review.coreboot.org/28287
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I53ddff302681737006f40ca8b79ec0735f1e6e45
Gerrit-Change-Number: 28287
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/28286 )
Change subject: fsp/fsp2_0/coffeelake: Update CFL FSP headers
......................................................................
Patch Set 2:
> Patch Set 2:
>
> > Patch Set 2: Code-Review+2
> >
> > (1 comment)
>
> I am not too sure all the other header file revision is synced with version on coreboot.org, so didn't dare to include all the headers file yet. Add Nathaniel in to reviewer to get his opinion from fsp side. In the mean time, I can drop the script from this commit and have an follow up one to update all fsp headers together.
My concern wasn't so much about the other headers, just about making the script more general and put it in a more easily discovered location.
Although, keeping it all in sync would be nice, yes. Or, once/if redistribution is settled, just use them from the repo (that could be put in 3rdparty/fsp-blobs or whatever). But that's all stuff for a separate change.
--
To view, visit https://review.coreboot.org/28286
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I656da83e9042642576b785643e423ba47da8dd73
Gerrit-Change-Number: 28286
Gerrit-PatchSet: 2
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Krzysztof M Sywula <krzysztof.m.sywula(a)intel.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Nathaniel L Desimone <nathaniel.l.desimone(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 23 Aug 2018 16:23:31 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/28286 )
Change subject: fsp/fsp2_0/coffeelake: Update CFL FSP headers
......................................................................
Patch Set 2:
> Patch Set 2: Code-Review+2
>
> (1 comment)
I am not too sure all the other header file revision is synced with version on coreboot.org, so didn't dare to include all the headers file yet. Add Nathaniel in to reviewer to get his opinion from fsp side. In the mean time, I can drop the script from this commit and have an follow up one to update all fsp headers together.
--
To view, visit https://review.coreboot.org/28286
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I656da83e9042642576b785643e423ba47da8dd73
Gerrit-Change-Number: 28286
Gerrit-PatchSet: 2
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Nathaniel L Desimone <nathaniel.l.desimone(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 23 Aug 2018 16:18:30 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25182 )
Change subject: smmstore: Add a key/val store facility in flash, mediated through SMM
......................................................................
Patch Set 11:
(5 comments)
https://review.coreboot.org/#/c/25182/11/src/drivers/smmstore/store.c
File src/drivers/smmstore/store.c:
https://review.coreboot.org/#/c/25182/11/src/drivers/smmstore/store.c@180
PS11, Line 180: if (rdev_writeat(&store, &key_sz, end, 4) != 4) {
braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/25182/11/src/drivers/smmstore/store.c@184
PS11, Line 184: if (rdev_writeat(&store, &value_sz, end, 4) != 4) {
braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/25182/11/src/drivers/smmstore/store.c@188
PS11, Line 188: if (rdev_writeat(&store, key, end, key_sz) != key_sz) {
braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/25182/11/src/drivers/smmstore/store.c@192
PS11, Line 192: if (rdev_writeat(&store, value, end, value_sz) != value_sz) {
braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/25182/11/src/drivers/smmstore/store.c@197
PS11, Line 197: if (rdev_writeat(&store, &nul, end, 1) != 1) {
braces {} are not necessary for single statement blocks
--
To view, visit https://review.coreboot.org/25182
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9553922f9dfa60b9d4b3576973ad4b84d3fe2fb5
Gerrit-Change-Number: 25182
Gerrit-PatchSet: 11
Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Joel Kitching <kitching(a)google.com>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 23 Aug 2018 15:47:10 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No