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
June 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
2269 discussions
Start a n
N
ew thread
Change in coreboot[master]: vendorcode/siemens: Fix bug in hwilib for FF_FanReq and FF_F...
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20431
) Change subject: vendorcode/siemens: Fix bug in hwilib for FF_FanReq and FF_FreezeDis ...................................................................... Patch Set 1: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56454/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12043/
: SUCCESS -- To view, visit
https://review.coreboot.org/20431
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If5e9e8b16491a33997cc39c3dd9b80f97682adc6 Gerrit-Change-Number: 20431 Gerrit-PatchSet: 1 Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 08:29:49 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: vendorcode/siemens: Fix bug in hwilib for FF_FanReq and FF_F...
by Werner Zeh (Code Review)
30 Jun '17
30 Jun '17
Werner Zeh has uploaded this change for review. (
https://review.coreboot.org/20431
Change subject: vendorcode/siemens: Fix bug in hwilib for FF_FanReq and FF_FreezeDis ...................................................................... vendorcode/siemens: Fix bug in hwilib for FF_FanReq and FF_FreezeDis The two flags FF_FanReq and FF_Freeze_Dis should be treated as 8 bit values and not as 32 bit. Change the length of these fields to 1 byte and adjust the offset and mask for FF_FanReq. Change-Id: If5e9e8b16491a33997cc39c3dd9b80f97682adc6 Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com> --- M src/vendorcode/siemens/hwilib/hwilib.c 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/20431/1 diff --git a/src/vendorcode/siemens/hwilib/hwilib.c b/src/vendorcode/siemens/hwilib/hwilib.c index c1533e8..08e8da9 100644 --- a/src/vendorcode/siemens/hwilib/hwilib.c +++ b/src/vendorcode/siemens/hwilib/hwilib.c @@ -143,14 +143,14 @@ .pos[0] = {.blk_type = BLK_HIB, .offset = 0xe0, .len = 0x80}, .get_field = hwilib_read_bytes }, [FF_FreezeDis] = { - .pos[0] = {.blk_type = BLK_HIB, .offset = 0x1b8, .len = 4}, + .pos[0] = {.blk_type = BLK_HIB, .offset = 0x1b8, .len = 1}, .mask = 0x10, .mask_offset = 4, .get_field = hwilib_read_bytes }, [FF_FanReq] = { - .pos[0] = {.blk_type = BLK_HIB, .offset = 0x1b8, .len = 4}, - .mask = 0x400, - .mask_offset = 10, + .pos[0] = {.blk_type = BLK_HIB, .offset = 0x1b9, .len = 1}, + .mask = 0x04, + .mask_offset = 2, .get_field = hwilib_read_bytes }, [NvramVirtTimeDsaveReset] = { .pos[0] = {.blk_type = BLK_HIB, .offset = 0x1be, .len = 2}, -- To view, visit
https://review.coreboot.org/20431
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If5e9e8b16491a33997cc39c3dd9b80f97682adc6 Gerrit-Change-Number: 20431 Gerrit-PatchSet: 1 Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
1
0
0
0
Change in coreboot[master]: ec/google/chromeec: Sync header with Chromium EC codebase
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20425
) Change subject: ec/google/chromeec: Sync header with Chromium EC codebase ...................................................................... Patch Set 1: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56446/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12035/
: SUCCESS -- To view, visit
https://review.coreboot.org/20425
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I56c9f891262d8984b6a9a69d96752c2dd6bb2371 Gerrit-Change-Number: 20425 Gerrit-PatchSet: 1 Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 07:32:02 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: mb/google/eve: Implement EC device events for S3 wake
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20428
) Change subject: mb/google/eve: Implement EC device events for S3 wake ...................................................................... Patch Set 2: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56453/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12042/
: SUCCESS -- To view, visit
https://review.coreboot.org/20428
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I0d6a9c5bfd4cea85e13446ffaa6fe3dab0db96a2 Gerrit-Change-Number: 20428 Gerrit-PatchSet: 2 Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 07:26:37 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: ec/google/chromeec: Add support for EC device events
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20426
) Change subject: ec/google/chromeec: Add support for EC device events ...................................................................... Patch Set 2: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56452/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12041/
: SUCCESS -- To view, visit
https://review.coreboot.org/20426
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I5126c6d6ffb6b0ef6e8db8dcd5aec62db925a371 Gerrit-Change-Number: 20426 Gerrit-PatchSet: 2 Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 07:25:18 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: elog: Update for EC Device Events
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20427
) Change subject: elog: Update for EC Device Events ...................................................................... Patch Set 2: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56451/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12040/
: SUCCESS -- To view, visit
https://review.coreboot.org/20427
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I1f3aeedb87c2aad29a0a67b5c50c29a6961fb45f Gerrit-Change-Number: 20427 Gerrit-PatchSet: 2 Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 07:22:53 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: mb/google/eve: Set TOUCHSCREEN_STOP_L GPIO to input
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20430
) Change subject: mb/google/eve: Set TOUCHSCREEN_STOP_L GPIO to input ...................................................................... Patch Set 1: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56450/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12039/
: SUCCESS -- To view, visit
https://review.coreboot.org/20430
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ife5f84fcc614255b20e44389279d515a12f5751d Gerrit-Change-Number: 20430 Gerrit-PatchSet: 1 Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 07:19:24 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: mb/google/eve: Do not limit memory speed on new SKU 5 boards
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20429
) Change subject: mb/google/eve: Do not limit memory speed on new SKU 5 boards ...................................................................... Patch Set 1: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56449/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12038/
: SUCCESS -- To view, visit
https://review.coreboot.org/20429
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I6d6fe730cabd74af23eab3f02feef9da01a35fd4 Gerrit-Change-Number: 20429 Gerrit-PatchSet: 1 Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 07:15:31 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: mb/google/eve: Implement EC device events for S3 wake
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20428
) Change subject: mb/google/eve: Implement EC device events for S3 wake ...................................................................... Patch Set 1: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56448/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12037/
: SUCCESS -- To view, visit
https://review.coreboot.org/20428
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I0d6a9c5bfd4cea85e13446ffaa6fe3dab0db96a2 Gerrit-Change-Number: 20428 Gerrit-PatchSet: 1 Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 07:13:24 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: ec/google/chromeec: Add support for EC device events
by build bot (Jenkins) (Code Review)
30 Jun '17
30 Jun '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20426
) Change subject: ec/google/chromeec: Add support for EC device events ...................................................................... Patch Set 1: Verified-1 Build Unstable
https://qa.coreboot.org/job/coreboot-gerrit/56445/
: UNSTABLE
https://qa.coreboot.org/job/coreboot-checkpatch/12034/
: SUCCESS -- To view, visit
https://review.coreboot.org/20426
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I5126c6d6ffb6b0ef6e8db8dcd5aec62db925a371 Gerrit-Change-Number: 20426 Gerrit-PatchSet: 1 Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Fri, 30 Jun 2017 07:12:48 +0000 Gerrit-HasComments: No
1
0
0
0
← Newer
1
...
4
5
6
7
8
9
10
...
227
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
Results per page:
10
25
50
100
200