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
2025
May
April
March
February
January
2024
December
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
----- 2025 -----
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 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]: samsung/lumpy: fix comments in hda_verb.c
by Matt DeVillier (Code Review)
07 Jul '17
07 Jul '17
Matt DeVillier has uploaded this change for review. (
https://review.coreboot.org/20481
Change subject: samsung/lumpy: fix comments in hda_verb.c ...................................................................... samsung/lumpy: fix comments in hda_verb.c Fix comments to reflect correct manufacturer/model, SSID. Change-Id: Ibaa39fbb8081393ef4696c6f2470a546e801f483 Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com> --- M src/mainboard/samsung/lumpy/hda_verb.c 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/20481/1 diff --git a/src/mainboard/samsung/lumpy/hda_verb.c b/src/mainboard/samsung/lumpy/hda_verb.c index 51f5b3b..9c97f12 100644 --- a/src/mainboard/samsung/lumpy/hda_verb.c +++ b/src/mainboard/samsung/lumpy/hda_verb.c @@ -17,11 +17,11 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ - 0x10134210, // Codec Vendor / Device ID: Realtek ALC262 + 0x10134210, // Codec Vendor / Device ID: Cirrus Logic CS4210 0x144db082, // Subsystem ID 0x00000007, // Number of jacks - /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x144dc0c2 */ + /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x144db082 */ AZALIA_SUBVENDOR(0x0, 0x144db082), 0x00170500, -- To view, visit
https://review.coreboot.org/20481
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ibaa39fbb8081393ef4696c6f2470a546e801f483 Gerrit-Change-Number: 20481 Gerrit-PatchSet: 1 Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
1
0
0
0
Change in coreboot[master]: vendorcode/intel: Add initial FSP headers for Cannonlake
by build bot (Jenkins) (Code Review)
07 Jul '17
07 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20069
) Change subject: vendorcode/intel: Add initial FSP headers for Cannonlake ...................................................................... Patch Set 7: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56634/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12206/
: SUCCESS -- To view, visit
https://review.coreboot.org/20069
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I4471c6aa40ff23179b033a873aec1887b8b4370e Gerrit-Change-Number: 20069 Gerrit-PatchSet: 7 Gerrit-Owner: Andrey Petrov <andrey.petrov(a)intel.com> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 22:14:30 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: google/kahlee: Move mainboard_ec_init to dev init phase
by build bot (Jenkins) (Code Review)
06 Jul '17
06 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20312
) Change subject: google/kahlee: Move mainboard_ec_init to dev init phase ...................................................................... Patch Set 8: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56631/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12203/
: SUCCESS -- To view, visit
https://review.coreboot.org/20312
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ieabcecf70e4de0b42fc639d031755b6d0b66f08a Gerrit-Change-Number: 20312 Gerrit-PatchSet: 8 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 21:45:37 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: google/kahlee: Fix CTRL+U USB boot
by build bot (Jenkins) (Code Review)
06 Jul '17
06 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20480
) Change subject: google/kahlee: Fix CTRL+U USB boot ...................................................................... Patch Set 2: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56633/
: SUCCESS -- To view, visit
https://review.coreboot.org/20480
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If9346fda558e802536c7de38da5b21fd25320e40 Gerrit-Change-Number: 20480 Gerrit-PatchSet: 2 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Jimmy Wang <jimmym_wang(a)compal.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Martin Roth <martinroth(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 21:44:20 +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)
06 Jul '17
06 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 8: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56632/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12204/
: 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: 8 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 21:43:55 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: soc/amd/stoneyridge: Add GPIO functions to romstage
by build bot (Jenkins) (Code Review)
06 Jul '17
06 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20310
) Change subject: soc/amd/stoneyridge: Add GPIO functions to romstage ...................................................................... Patch Set 8: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56629/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12201/
: SUCCESS -- To view, visit
https://review.coreboot.org/20310
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Id380c6570943ce2a0bf6112d62cc91aeae283fcf Gerrit-Change-Number: 20310 Gerrit-PatchSet: 8 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 21:41:04 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: google/kahlee: Add trackpad SMBIOS information
by build bot (Jenkins) (Code Review)
06 Jul '17
06 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20311
) Change subject: google/kahlee: Add trackpad SMBIOS information ...................................................................... Patch Set 8: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56630/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12202/
: SUCCESS -- To view, visit
https://review.coreboot.org/20311
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I5920f91eac06fa74056dab8bee789c1513c425fa Gerrit-Change-Number: 20311 Gerrit-PatchSet: 8 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 21:38:58 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: soc/amd/stoneyridge: Add GNVS
by build bot (Jenkins) (Code Review)
06 Jul '17
06 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20275
) Change subject: soc/amd/stoneyridge: Add GNVS ...................................................................... Patch Set 9: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56626/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12198/
: SUCCESS -- To view, visit
https://review.coreboot.org/20275
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9ecab92181bfe60e7b6c6e91ffb9fa843345352f Gerrit-Change-Number: 20275 Gerrit-PatchSet: 9 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 21:37:16 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: google/kahlee: Add Google HWID
by build bot (Jenkins) (Code Review)
06 Jul '17
06 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20213
) Change subject: google/kahlee: Add Google HWID ...................................................................... Patch Set 8: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56625/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12197/
: SUCCESS -- To view, visit
https://review.coreboot.org/20213
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ieedcc80bfec5e843fee21163d6026f2930b8179d Gerrit-Change-Number: 20213 Gerrit-PatchSet: 8 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: Philippe Mathieu-Daudé <f4bug(a)amsat.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 21:36:14 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: google/kahlee: Add EC and GNVS ACPI
by build bot (Jenkins) (Code Review)
06 Jul '17
06 Jul '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/20276
) Change subject: google/kahlee: Add EC and GNVS ACPI ...................................................................... Patch Set 9: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/56627/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/12199/
: SUCCESS -- To view, visit
https://review.coreboot.org/20276
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I0a308bcd608a135cc9633273a05527f020b60743 Gerrit-Change-Number: 20276 Gerrit-PatchSet: 9 Gerrit-Owner: Marc Jones <marc(a)marcjonesconsulting.com> Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 06 Jul 2017 21:36:00 +0000 Gerrit-HasComments: No
1
0
0
0
← Newer
1
...
148
149
150
151
152
153
154
...
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