mail.coreboot.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
2016
December
November
October
September
August
July
June
May
April
March
February
January
2015
December
November
October
September
August
July
June
May
April
March
February
January
2014
December
November
October
September
August
July
June
May
April
March
February
January
2013
December
November
October
September
August
July
June
May
April
March
List overview
Download
coreboot-gerrit
July 2017
----- 2024 -----
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
----- 2016 -----
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
----- 2015 -----
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
----- 2014 -----
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
----- 2013 -----
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
coreboot-gerrit@coreboot.org
1 participants
1657 discussions
Start a n
N
ew thread
Change in coreboot[master]: fsp driver: Call cbmem_init_top
by John Zhao (Code Review)
01 Aug '17
01 Aug '17
Hello John Zhao, I'd like you to do a code review. Please visit
https://review.coreboot.org/20833
to review the following change. Change subject: fsp driver: Call cbmem_init_top ...................................................................... fsp driver: Call cbmem_init_top Initialize cbmem_top Change-Id: I82ffe35980ee3896bf58867830e128fe6767ab53 Signed-off-by: zhaojohn <john.zhao(a)intel.com> --- M src/drivers/intel/fsp2_0/memory_init.c 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/20833/1 diff --git a/src/drivers/intel/fsp2_0/memory_init.c b/src/drivers/intel/fsp2_0/memory_init.c index e982576..859b045 100644 --- a/src/drivers/intel/fsp2_0/memory_init.c +++ b/src/drivers/intel/fsp2_0/memory_init.c @@ -125,6 +125,8 @@ if (fsp_find_reserved_memory(&fsp_mem)) die("Failed to find FSP_RESERVED_MEMORY_RESOURCE_HOB!\n"); + cbmem_init_top(); + /* initialize cbmem by adding FSP reserved memory first thing */ if (!s3wake) { cbmem_initialize_empty_id_size(CBMEM_ID_FSP_RESERVED_MEMORY, -- To view, visit
https://review.coreboot.org/20833
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I82ffe35980ee3896bf58867830e128fe6767ab53 Gerrit-Change-Number: 20833 Gerrit-PatchSet: 1 Gerrit-Owner: John Zhao <john.zhao(a)intel.corp-partner.google.com> Gerrit-Reviewer: John Zhao <john.zhao(a)intel.com>
1
0
0
0
Change in coreboot[master]: soc/intel/cannonlake: Add memory map support
by build bot (Jenkins) (Code Review)
01 Aug '17
01 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20533
) Change subject: soc/intel/cannonlake: Add memory map support ...................................................................... Patch Set 14: Verified-1 Build Unstable
https://qa.coreboot.org/job/coreboot-gerrit/58080/
: UNSTABLE
https://qa.coreboot.org/job/coreboot-checkpatch/13513/
: SUCCESS -- To view, visit
https://review.coreboot.org/20533
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I0dcc8f737c5811c9010cc4a20ea0126ab3f90f14 Gerrit-Change-Number: 20533 Gerrit-PatchSet: 14 Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: John Zhao <john.zhao(a)intel.com> Gerrit-Reviewer: John Zhao <john.zhao(a)intel.corp-partner.google.com> Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 23:25:40 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: soc/intel/cannonlake: Add memory map support
by build bot (Jenkins) (Code Review)
01 Aug '17
01 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20533
) Change subject: soc/intel/cannonlake: Add memory map support ...................................................................... Patch Set 13: Verified-1 Build Unstable
https://qa.coreboot.org/job/coreboot-gerrit/58079/
: UNSTABLE
https://qa.coreboot.org/job/coreboot-checkpatch/13512/
: SUCCESS -- To view, visit
https://review.coreboot.org/20533
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I0dcc8f737c5811c9010cc4a20ea0126ab3f90f14 Gerrit-Change-Number: 20533 Gerrit-PatchSet: 13 Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: John Zhao <john.zhao(a)intel.com> Gerrit-Reviewer: John Zhao <john.zhao(a)intel.corp-partner.google.com> Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 22:07:09 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: Documentation: Add binary extraction documentation
by build bot (Jenkins) (Code Review)
31 Jul '17
31 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20753
) Change subject: Documentation: Add binary extraction documentation ...................................................................... Patch Set 6: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/58078/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/13511/
: SUCCESS -- To view, visit
https://review.coreboot.org/20753
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ia31b01afc66789f95c7d21a0d41b532bc19a6430 Gerrit-Change-Number: 20753 Gerrit-PatchSet: 6 Gerrit-Owner: Logan Carlson <logancarlson(a)google.com> Gerrit-Reviewer: Evelyn Huang <evhuang(a)google.com> Gerrit-Reviewer: Logan Carlson <logancarlson(a)google.com> Gerrit-Reviewer: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: Simon Glass <sjg(a)chromium.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 21:36:57 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: src/northbridge: Add guards on all header files
by build bot (Jenkins) (Code Review)
31 Jul '17
31 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20747
) Change subject: src/northbridge: Add guards on all header files ...................................................................... Patch Set 2: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/58076/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/13509/
: SUCCESS -- To view, visit
https://review.coreboot.org/20747
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I93b939478615f22f2c078b1efb7999ad4f3a4c28 Gerrit-Change-Number: 20747 Gerrit-PatchSet: 2 Gerrit-Owner: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 20:49:21 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: depthcharge: Fix ominous warning on make clean
by build bot (Jenkins) (Code Review)
31 Jul '17
31 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20724
) Change subject: depthcharge: Fix ominous warning on make clean ...................................................................... Patch Set 2: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/58077/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/13510/
: SUCCESS -- To view, visit
https://review.coreboot.org/20724
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I8d4bb0fbdbdefecd87336ea0c12ba0df7f5e7425 Gerrit-Change-Number: 20724 Gerrit-PatchSet: 2 Gerrit-Owner: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com> Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org> Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 20:35:45 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: src/include: Add guards on all header files
by build bot (Jenkins) (Code Review)
31 Jul '17
31 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20734
) Change subject: src/include: Add guards on all header files ...................................................................... Patch Set 3: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/58074/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/13507/
: SUCCESS -- To view, visit
https://review.coreboot.org/20734
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I2d7d4e0b25f2cf3eef2040f89d5ebc711909cdd7 Gerrit-Change-Number: 20734 Gerrit-PatchSet: 3 Gerrit-Owner: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com> Gerrit-Reviewer: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: Philippe Mathieu-Daudé <f4bug(a)amsat.org> Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 20:33:35 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: src/arch: Add guards on all header files
by build bot (Jenkins) (Code Review)
31 Jul '17
31 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20733
) Change subject: src/arch: Add guards on all header files ...................................................................... Patch Set 3: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/58075/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/13508/
: SUCCESS -- To view, visit
https://review.coreboot.org/20733
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I45ddb1ab6000016cc31ffc16be729d1245f208a3 Gerrit-Change-Number: 20733 Gerrit-PatchSet: 3 Gerrit-Owner: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: Philippe Mathieu-Daudé <f4bug(a)amsat.org> Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 20:31:50 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: google/kahlee: Add mainboard GPIOs to ACPI
by build bot (Jenkins) (Code Review)
31 Jul '17
31 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20313
) Change subject: google/kahlee: Add mainboard GPIOs to ACPI ...................................................................... Patch Set 18: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/58073/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/13506/
: SUCCESS -- To view, visit
https://review.coreboot.org/20313
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9b5952ed3934b938cb50650890a7b434e6306fd1 Gerrit-Change-Number: 20313 Gerrit-PatchSet: 18 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 17:38:42 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: mainboard/hp: Add HP Elitebook 2570p
by build bot (Jenkins) (Code Review)
31 Jul '17
31 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20489
) Change subject: mainboard/hp: Add HP Elitebook 2570p ...................................................................... Patch Set 12: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/58071/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/13504/
: SUCCESS -- To view, visit
https://review.coreboot.org/20489
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9f3cd124fc676d49add59e9f0a07f70a6bb0fff0 Gerrit-Change-Number: 20489 Gerrit-PatchSet: 12 Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com> Gerrit-Reviewer: Iru Cai <mytbk920423(a)gmail.com> Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Mon, 31 Jul 2017 17:37:42 +0000 Gerrit-HasComments: No
1
0
0
0
← Newer
1
2
3
4
...
166
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
Results per page:
10
25
50
100
200