Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29829 )
Change subject: Documentation/../../dragonegg: Add dragonegg coreboot development documentation
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/29829/1/Documentation/mainboard/google/drag…
File Documentation/mainboard/google/dragonegg.md:
https://review.coreboot.org/#/c/29829/1/Documentation/mainboard/google/drag…
PS1, Line 1: # Google Dragonegg (Chromebook)
must be referenced from Documentation/mainboard/index.md
--
To view, visit https://review.coreboot.org/c/coreboot/+/29829
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia15e317557a0893d9f80cc9e87c6b90c85b93dcf
Gerrit-Change-Number: 29829
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 26 Nov 2018 07:45:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29828 )
Change subject: Documentation/../../icelake_rvp: Add RVP coreboot development documentation
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Is this a WIP stub? It does not contain that much useful information.
https://review.coreboot.org/#/c/29828/1/Documentation/mainboard/intel/icela…
File Documentation/mainboard/intel/icelake_rvp.md:
https://review.coreboot.org/#/c/29828/1/Documentation/mainboard/intel/icela…
PS1, Line 3: This page describes how to run coreboot on the Intel icelake_rvp board.
I don't think this is accurate...
Please add what Kconfig options you need to configure (the defaults most certainly won't boot)
--
To view, visit https://review.coreboot.org/c/coreboot/+/29828
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If063cbd3436d9ee107945f425a31ba0009039a1d
Gerrit-Change-Number: 29828
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 26 Nov 2018 07:40:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Subrata Banik has removed Patrick Georgi from this change. ( https://review.coreboot.org/c/coreboot/+/29828 )
Change subject: Documentation/../../icelake_rvp: Add RVP coreboot development documentation
......................................................................
Removed reviewer Patrick Georgi.
--
To view, visit https://review.coreboot.org/c/coreboot/+/29828
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If063cbd3436d9ee107945f425a31ba0009039a1d
Gerrit-Change-Number: 29828
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-MessageType: deleteReviewer
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/29827
to look at the new patch set (#2).
Change subject: security/vboot: Add VB2_LIB to romstage sources without dependencies
......................................................................
security/vboot: Add VB2_LIB to romstage sources without dependencies
The coming feature "measured boot" relies on VB2_LIB in romstage. In the
case where there is no separate verstage, compile the library just for
romstage as it will then be shared across verstage and romstage code. If
there is a separate verstage, compile the library separately for
verstage and romstage.
Change-Id: I8126c21b8fbe8dd65d95af49cbe2ad776b8ef605
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
M src/security/vboot/Makefile.inc
1 file changed, 2 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/29827/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/29827
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8126c21b8fbe8dd65d95af49cbe2ad776b8ef605
Gerrit-Change-Number: 29827
Gerrit-PatchSet: 2
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Werner Zeh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29827
Change subject: security/vboot: Add VB2_LIB to romstage sources without dependencies
......................................................................
security/vboot: Add VB2_LIB to romstage sources without dependencies
The coming feature "measured boot" relies on VB2_LIB in romstage. After
the compilation of VB2_LIB has been restructured it is safe to add the
library to romstage without dependencies.
Change-Id: I8126c21b8fbe8dd65d95af49cbe2ad776b8ef605
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
M src/security/vboot/Makefile.inc
1 file changed, 1 insertion(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/29827/1
diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc
index da5d5b1..1edb452 100644
--- a/src/security/vboot/Makefile.inc
+++ b/src/security/vboot/Makefile.inc
@@ -112,15 +112,12 @@
$(eval $(call vboot-for-stage,verstage))
$(eval $(call vboot-for-stage,bootblock))
+$(eval $(call vboot-for-stage,romstage))
$(eval $(call vboot-for-stage,ramstage))
$(eval $(call vboot-for-stage,postcar))
ifeq ($(CONFIG_VBOOT_SEPARATE_VERSTAGE),y)
-ifeq ($(CONFIG_VBOOT_HAS_REC_HASH_SPACE),y)
-$(eval $(call vboot-for-stage,romstage))
-endif
-
cbfs-files-$(CONFIG_VBOOT_SEPARATE_VERSTAGE) += $(CONFIG_CBFS_PREFIX)/verstage
$(CONFIG_CBFS_PREFIX)/verstage-file := $(objcbfs)/verstage.elf
$(CONFIG_CBFS_PREFIX)/verstage-type := stage
--
To view, visit https://review.coreboot.org/c/coreboot/+/29827
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8126c21b8fbe8dd65d95af49cbe2ad776b8ef605
Gerrit-Change-Number: 29827
Gerrit-PatchSet: 1
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-MessageType: newchange
Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29826
Change subject: util/crossgcc: Document how to build the toolchain for another location
......................................................................
util/crossgcc: Document how to build the toolchain for another location
One common issue with the toolchain is that it takes a very long time
to build while it's somewhat volatile inside the coreboot tree.
Installing the toolchain elsewhere helps keep it safe but since there
is no reliable default location outside the tree, keep the default
as is.
Change-Id: Ic414cddfd3c7097412f3f2c3c7ec7b7191fa32de
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
---
M util/crossgcc/Makefile.inc
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/29826/1
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc
index f7da7de..f4aa364 100644
--- a/util/crossgcc/Makefile.inc
+++ b/util/crossgcc/Makefile.inc
@@ -28,6 +28,7 @@
@echo ' crosstools-ARCH - Build cross-compiler with GDB for specific architecture'
@echo ' ARCH can be "$(subst $(spc),"$(comma) ",$(TOOLCHAIN_ARCHES))"'
@echo ' Use "make [target] CPUS=#" to build toolchain using multiple cores'
+ @echo ' Use "make [target] DEST=some/path" to install toolchain there'
@echo
# For the toolchain builds, use CPUS=x to use multiple processors to build
--
To view, visit https://review.coreboot.org/c/coreboot/+/29826
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic414cddfd3c7097412f3f2c3c7ec7b7191fa32de
Gerrit-Change-Number: 29826
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newchange
HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29825
Change subject: src/Kconfig: Unhide SMBIOS_ENCLOSURE_TYPE prompt
......................................................................
src/Kconfig: Unhide SMBIOS_ENCLOSURE_TYPE prompt
This makes possible to enter system enclosure type other
than 0x03 or 0x09.
Clarify Mainboard's fields to store for SMBIOS structures.
Change-Id: Ifea2376e5abd44232c80daa73e480e695de7d87c
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/Kconfig
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/29825/1
diff --git a/src/Kconfig b/src/Kconfig
index 62a7a92..0f30ea2 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -623,7 +623,7 @@
default n
config MAINBOARD_SERIAL_NUMBER
- string "SMBIOS Serial Number"
+ string "SMBIOS: Mainboard Serial Number"
depends on GENERATE_SMBIOS_TABLES
depends on !SMBIOS_PROVIDED_BY_MOBO
default "123456789"
@@ -631,7 +631,7 @@
The Serial Number to store in SMBIOS structures.
config MAINBOARD_VERSION
- string "SMBIOS Version Number"
+ string "SMBIOS: Mainboard Version Number"
depends on GENERATE_SMBIOS_TABLES
depends on !SMBIOS_PROVIDED_BY_MOBO
default "1.0"
@@ -639,7 +639,7 @@
The Version Number to store in SMBIOS structures.
config MAINBOARD_SMBIOS_MANUFACTURER
- string "SMBIOS Manufacturer"
+ string "SMBIOS: Mainboard Manufacturer"
depends on GENERATE_SMBIOS_TABLES
depends on !SMBIOS_PROVIDED_BY_MOBO
default MAINBOARD_VENDOR
@@ -647,7 +647,7 @@
Override the default Manufacturer stored in SMBIOS structures.
config MAINBOARD_SMBIOS_PRODUCT_NAME
- string "SMBIOS Product name"
+ string "SMBIOS: Mainboard Product name"
depends on GENERATE_SMBIOS_TABLES
depends on !SMBIOS_PROVIDED_BY_MOBO
default MAINBOARD_PART_NUMBER
@@ -655,7 +655,7 @@
Override the default Product name stored in SMBIOS structures.
config SMBIOS_ENCLOSURE_TYPE
- hex
+ hex "SMBIOS: System Enclosure or Chassis Type"
depends on GENERATE_SMBIOS_TABLES
default 0x09 if SYSTEM_TYPE_LAPTOP
default 0x03
--
To view, visit https://review.coreboot.org/c/coreboot/+/29825
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifea2376e5abd44232c80daa73e480e695de7d87c
Gerrit-Change-Number: 29825
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-MessageType: newchange