build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30064 )
Change subject: [WIP]amd/fam10: Implement POSTCAR stage
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/30064/2/src/cpu/amd/car/exit_car.S
File src/cpu/amd/car/exit_car.S:
https://review.coreboot.org/#/c/30064/2/src/cpu/amd/car/exit_car.S@61
PS2, Line 61: andl $(~(SYSCFG_MSR_MtrrFixDramEn | SYSCFG_MSR_MtrrFixDramModEn)) , %eax
line over 80 characters
--
To view, visit https://review.coreboot.org/c/coreboot/+/30064
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I23dd48700777d3afeca27c8e78a48f81f7d6c589
Gerrit-Change-Number: 30064
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Raptor Engineering Automated Test Stand <noreply(a)raptorengineeringinc.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 05 Dec 2018 23:19:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Hello Raptor Engineering Automated Test Stand, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30064
to look at the new patch set (#2).
Change subject: [WIP]amd/fam10: Implement POSTCAR stage
......................................................................
[WIP]amd/fam10: Implement POSTCAR stage
This patch does the following:
- Set up a postcar frame for the ramstage to use
- Implements an assembly version of the CAR tear down for the postcar stage to
use
- Gets rid of the HIGH_MEMORY for S3 resume support
TODO clean things up
Change-Id: I23dd48700777d3afeca27c8e78a48f81f7d6c589
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/cpu/amd/car/cache_as_ram.inc
A src/cpu/amd/car/exit_car.S
M src/cpu/amd/car/post_cache_as_ram.c
A src/cpu/amd/car/postcar.c
M src/cpu/amd/family_10h-family_15h/Kconfig
M src/cpu/amd/family_10h-family_15h/Makefile.inc
M src/cpu/amd/family_10h-family_15h/ram_calc.c
M src/include/cpu/amd/car.h
M src/northbridge/amd/amdfam10/Makefile.inc
M src/northbridge/amd/amdfam10/amdfam10.h
10 files changed, 194 insertions(+), 117 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/30064/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/30064
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I23dd48700777d3afeca27c8e78a48f81f7d6c589
Gerrit-Change-Number: 30064
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Raptor Engineering Automated Test Stand <noreply(a)raptorengineeringinc.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30063
to look at the new patch set (#2).
Change subject: cpu/amd/fam10: Enable relocatable ramstage
......................................................................
cpu/amd/fam10: Enable relocatable ramstage
It is possible this runs quite slowly as no MTRR is used to cache cbmem.
Change-Id: I6fe4cf797a42621b3a9a3d939cd31d16ebbf9f53
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/amd/amdfam10/Kconfig
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/30063/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/30063
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6fe4cf797a42621b3a9a3d939cd31d16ebbf9f53
Gerrit-Change-Number: 30063
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30064 )
Change subject: [WIP]amd/fam10: Implement POSTCAR stage
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/30064/1/src/cpu/amd/car/exit_car.S
File src/cpu/amd/car/exit_car.S:
https://review.coreboot.org/#/c/30064/1/src/cpu/amd/car/exit_car.S@61
PS1, Line 61: andl $(~(SYSCFG_MSR_MtrrFixDramEn | SYSCFG_MSR_MtrrFixDramModEn)) , %eax
line over 80 characters
--
To view, visit https://review.coreboot.org/c/coreboot/+/30064
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I23dd48700777d3afeca27c8e78a48f81f7d6c589
Gerrit-Change-Number: 30064
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 05 Dec 2018 23:10:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30063
Change subject: cpu/amd/car: Enable relocatable ramstage
......................................................................
cpu/amd/car: Enable relocatable ramstage
It is possible this runs quite slowly as no MTRR is used to cache cbmem.
Change-Id: I6fe4cf797a42621b3a9a3d939cd31d16ebbf9f53
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/amd/amdfam10/Kconfig
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/30063/1
diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig
index 6435887..07fa216 100644
--- a/src/northbridge/amd/amdfam10/Kconfig
+++ b/src/northbridge/amd/amdfam10/Kconfig
@@ -24,7 +24,6 @@
select PCIEXP_COMMON_CLOCK
select PCIEXP_CLK_PM
select PCIEXP_L1_SUB_STATE
- select NO_RELOCATABLE_RAMSTAGE
if NORTHBRIDGE_AMD_AMDFAM10
config AGP_APERTURE_SIZE
--
To view, visit https://review.coreboot.org/c/coreboot/+/30063
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6fe4cf797a42621b3a9a3d939cd31d16ebbf9f53
Gerrit-Change-Number: 30063
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newchange
Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30034 )
Change subject: mb/google/sarien: Enable ISH
......................................................................
Patch Set 3:
oops yes it should be the arcada variant.
--
To view, visit https://review.coreboot.org/c/coreboot/+/30034
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0ba08c245d050aebc6eb06055690c422ab9b51c6
Gerrit-Change-Number: 30034
Gerrit-PatchSet: 3
Gerrit-Owner: Jett Rink <jettrink(a)chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Jett Rink <jettrink(a)chromium.org>
Gerrit-Reviewer: Li1 Feng <li1.feng(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Martin Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Wed, 05 Dec 2018 23:09:27 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Li1 Feng has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30034 )
Change subject: mb/google/sarien: Enable ISH
......................................................................
Patch Set 3:
I just noticed this is Sarien. Should be Arcada, right?
--
To view, visit https://review.coreboot.org/c/coreboot/+/30034
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0ba08c245d050aebc6eb06055690c422ab9b51c6
Gerrit-Change-Number: 30034
Gerrit-PatchSet: 3
Gerrit-Owner: Jett Rink <jettrink(a)chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Jett Rink <jettrink(a)chromium.org>
Gerrit-Reviewer: Li1 Feng <li1.feng(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Martin Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Wed, 05 Dec 2018 23:02:52 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30060
to look at the new patch set (#2).
Change subject: Documentation/lessons/lesson2.md: clear up confusing language around running gitconfig
......................................................................
Documentation/lessons/lesson2.md: clear up confusing language around running gitconfig
It's easy to misinterpret or miss altogether the instruction to
run 'make gitconfig', which will cause strange problems a few
commands later. Revise the documentation to make it clearer.
Also adds a blurb further down with a link to find Gerrit
workflow docs.
Change-Id: I49734c724c4d6da716a358cd849938ef14dab3b1
Signed-off-by: Michael Bacarella <michael.bacarella(a)gmail.com>
---
M Documentation/lessons/lesson2.md
1 file changed, 14 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/30060/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/30060
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I49734c724c4d6da716a358cd849938ef14dab3b1
Gerrit-Change-Number: 30060
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Bacarella <michael.bacarella(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30058
to look at the new patch set (#3).
Change subject: cpu/via/nano: Implement POSTCAR stage
......................................................................
cpu/via/nano: Implement POSTCAR stage
Use postcar frame functions to set up an environment that the relocatable
ramstage can use.
Untested
Change-Id: I2d792f5d9e5109956945bf6bd783d887dd7bb5db
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/cpu/via/car/cache_as_ram.inc
A src/cpu/via/car/exit_car.S
M src/cpu/via/nano/Kconfig
M src/cpu/via/nano/Makefile.inc
M src/mainboard/via/epia-m850/romstage.c
M src/northbridge/via/vx900/Makefile.inc
M src/northbridge/via/vx900/memmap.c
M src/northbridge/via/vx900/vx900.h
8 files changed, 81 insertions(+), 62 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/30058/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/30058
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2d792f5d9e5109956945bf6bd783d887dd7bb5db
Gerrit-Change-Number: 30058
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset