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
August 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
1999 discussions
Start a n
N
ew thread
Change in coreboot[master]: mb/google/eve: Add imon and vmon params for Max98927 codec
by harsha p (Code Review)
24 Aug '17
24 Aug '17
harsha p has uploaded this change for review. (
https://review.coreboot.org/21196
Change subject: mb/google/eve: Add imon and vmon params for Max98927 codec ...................................................................... mb/google/eve: Add imon and vmon params for Max98927 codec This patch adds imon and vmon slot numbers for Maxim 98927 driver. These values are used to confiure IV feedback for audio playback on speakers. BUG=b:36724448 TEST=After boot, the register dump for Max98927 codecs should have imon and vmon slots numbers set in 0x1e register. Change-Id: I4382da4f984507d147751c168e8177b58c88a70f --- M src/mainboard/google/eve/devicetree.cb 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/21196/1 diff --git a/src/mainboard/google/eve/devicetree.cb b/src/mainboard/google/eve/devicetree.cb index b6cb848..1507ce4 100644 --- a/src/mainboard/google/eve/devicetree.cb +++ b/src/mainboard/google/eve/devicetree.cb @@ -274,6 +274,8 @@ device pci 19.2 on chip drivers/i2c/max98927 register "interleave_mode" = "1" + register "vmon_slot_no" = "4" + register "imon_slot_no" = "5" register "uid" = "0" register "desc" = ""Right Speaker Amp"" register "name" = ""MAXR"" @@ -281,6 +283,8 @@ end chip drivers/i2c/max98927 register "interleave_mode" = "1" + register "vmon_slot_no" = "6" + register "imon_slot_no" = "7" register "uid" = "1" register "desc" = ""Left Speaker Amp"" register "name" = ""MAXL"" -- To view, visit
https://review.coreboot.org/21196
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4382da4f984507d147751c168e8177b58c88a70f Gerrit-Change-Number: 21196 Gerrit-PatchSet: 1 Gerrit-Owner: harsha p <harsha.p.n(a)intel.corp-partner.google.com> Gerrit-Reviewer: HARSHAPRIYA N <harshapriya.n(a)intel.com>
1
0
0
0
Change in coreboot[master]: driver/i2c/max98927: Add imon and vmon params
by harsha p (Code Review)
24 Aug '17
24 Aug '17
harsha p has uploaded this change for review. (
https://review.coreboot.org/21195
Change subject: driver/i2c/max98927: Add imon and vmon params ...................................................................... driver/i2c/max98927: Add imon and vmon params This change list adds imon and vmon slot numbers as params for Maxim 98927 driver. These values are looked up in the kernel driver to confiure IV feedback for audio playback on speakers. BUG=b:36724448 TEST=After boot, the register dump for Max98927 codecs should have imon and vmon slots numbers set in 0x1e register. Change-Id: I21d72ba91af83782587f11018b2d1d1c8d4f676c --- M src/drivers/i2c/max98927/chip.h M src/drivers/i2c/max98927/max98927.c 2 files changed, 5 insertions(+), 0 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/21195/1 diff --git a/src/drivers/i2c/max98927/chip.h b/src/drivers/i2c/max98927/chip.h index c7101bc..195b35d 100644 --- a/src/drivers/i2c/max98927/chip.h +++ b/src/drivers/i2c/max98927/chip.h @@ -27,4 +27,7 @@ const char *desc; /* ACPI Device Name */ const char *name; + unsigned int vmon_slot_no; + unsigned int imon_slot_no; + }; diff --git a/src/drivers/i2c/max98927/max98927.c b/src/drivers/i2c/max98927/max98927.c index 976c2f2..e9fc00d 100644 --- a/src/drivers/i2c/max98927/max98927.c +++ b/src/drivers/i2c/max98927/max98927.c @@ -61,6 +61,8 @@ dp = acpi_dp_new_table("_DSD"); acpi_dp_add_integer(dp, "interleave_mode", config->interleave_mode); + acpi_dp_add_integer(dp, "vmon-slot-no", config->vmon_slot_no); + acpi_dp_add_integer(dp, "imon-slot-no", config->imon_slot_no); acpi_dp_write(dp); -- To view, visit
https://review.coreboot.org/21195
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I21d72ba91af83782587f11018b2d1d1c8d4f676c Gerrit-Change-Number: 21195 Gerrit-PatchSet: 1 Gerrit-Owner: harsha p <harsha.p.n(a)intel.corp-partner.google.com> Gerrit-Reviewer: HARSHAPRIYA N <harshapriya.n(a)intel.com>
1
0
0
0
Change in coreboot[master]: ec/google: Use feature flag layout that matches the EC host command
by build bot (Jenkins) (Code Review)
24 Aug '17
24 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/21193
) Change subject: ec/google: Use feature flag layout that matches the EC host command ...................................................................... Patch Set 1: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/14583/
: SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/59254/
: SUCCESS -- To view, visit
https://review.coreboot.org/21193
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9c1f0e5390e840ea0c32315a3da8eea6f3e12f54 Gerrit-Change-Number: 21193 Gerrit-PatchSet: 1 Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com> Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org> Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org> Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 24 Aug 2017 21:27:10 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: ec/google: Use feature flag layout that matches the EC host command
by Patrick Georgi (Code Review)
24 Aug '17
24 Aug '17
Patrick Georgi has uploaded this change for review. (
https://review.coreboot.org/21193
Change subject: ec/google: Use feature flag layout that matches the EC host command ...................................................................... ec/google: Use feature flag layout that matches the EC host command The EC side of the feature bits in ACPI EC space isn't stable yet, and we're now going for matching them up with the EC host command of the same purpose. Change-Id: I9c1f0e5390e840ea0c32315a3da8eea6f3e12f54 Signed-off-by: Patrick Georgi <pgeorgi(a)google.com> --- M src/ec/google/chromeec/acpi/ec.asl M src/ec/google/chromeec/acpi/keyboard_backlight.asl 2 files changed, 48 insertions(+), 4 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/21193/1 diff --git a/src/ec/google/chromeec/acpi/ec.asl b/src/ec/google/chromeec/acpi/ec.asl index 422abe1..0d05110 100644 --- a/src/ec/google/chromeec/acpi/ec.asl +++ b/src/ec/google/chromeec/acpi/ec.asl @@ -47,15 +47,49 @@ RAMV, 8, // EC RAM Version TSTB, 8, // Test Byte TSTC, 8, // Complement of Test Byte - KBLV, 8, // Keyboard Backlight + KBLV, 8, // Keyboard Backlight value FAND, 8, // Set Fan Duty Cycle PATI, 8, // Programmable Auxiliary Trip Sensor ID PATT, 8, // Programmable Auxiliary Trip Threshold PATC, 8, // Programmable Auxiliary Trip Commit CHGL, 8, // Charger Current Limit TBMD, 1, // Tablet mode + // DFUD must be 0 for the other 31 values to be valid Offset (0x0a), - KBLE, 1, // Keyboard Backlight exists + DFUD, 1, // Device Features Undefined + FLSH, 1, // Flash commands present + PFAN, 1, // PWM Fan control present + KBLE, 1, // Keyboard Backlight present + LTBR, 1, // Lightbar present + LEDC, 1, // LED control + MTNS, 1, // Motion sensors present + KEYB, 1, // EC is keyboard controller + PSTR, 1, // Persistent storage + P80P, 1, // EC serves I/O Port 80h + THRM, 1, // EC supports thermal management + SBKL, 1, // Screen backlight switch present + WIFI, 1, // WIFI switch present + HOST, 1, // EC monitors host events (eg SCI, SMI) + GPIO, 1, // EC provides GPIO commands + I2CB, 1, // EC provides I2C controller access + CHRG, 1, // EC provides commands for charger control + BATT, 1, // Simply Battery support + SBAT, 1, // Smart Battery support + HANG, 1, // EC can detect host hang + PMUI, 1, // Power Information + DSEC, 1, // another EC exists downstream + UPDC, 1, // supports USB Power Delivery + UMUX, 1, // supports USB Mux + MSFF, 1, // Motion Sense has FIFO + TVST, 1, // supports temporary secure vstore + TCMV, 1, // USB Type C Muxing is virtual (host assisted) + RTCD, 1, // EC provides an RTC device + FPRD, 1, // EC provides a fingerprint reader device + TPAD, 1, // EC provides a touchpad device + RWSG, 1, // EC has RWSIG task enabled + DEVE, 1, // EC supports device events + // make sure we're within our space envelope + Offset (0x0e), } #if IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC_ACPI_MEMMAP) diff --git a/src/ec/google/chromeec/acpi/keyboard_backlight.asl b/src/ec/google/chromeec/acpi/keyboard_backlight.asl index d76bed8..1edce81 100644 --- a/src/ec/google/chromeec/acpi/keyboard_backlight.asl +++ b/src/ec/google/chromeec/acpi/keyboard_backlight.asl @@ -33,8 +33,18 @@ */ Method (_STA, 0, NotSerialized) { - Multiply (0xf, \_SB.PCI0.LPCB.EC0.KBLE, Local0) - Return (Local0) + /* If query is unsupported, but this code is compiled + * in, assume the backlight exists physically. + */ + If (LEqual (1, \_SB.PCI0.LPCB.EC0.DFUD)) { + Return (0xf) + } + /* If EC reports that backlight exists, trust it */ + If (LEqual (1, \_SB.PCI0.LPCB.EC0.KBLE)) { + Return (0xf) + } + /* Otherwise: no device -> disable */ + Return (0) } /* Read current backlight value */ -- To view, visit
https://review.coreboot.org/21193
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I9c1f0e5390e840ea0c32315a3da8eea6f3e12f54 Gerrit-Change-Number: 21193 Gerrit-PatchSet: 1 Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
1
0
0
0
Change in coreboot[master]: soc/amd/stoneyridge: Increase preram console size
by build bot (Jenkins) (Code Review)
24 Aug '17
24 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/21186
) Change subject: soc/amd/stoneyridge: Increase preram console size ...................................................................... Patch Set 2: Verified+1 Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/59242/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/14572/
: SUCCESS -- To view, visit
https://review.coreboot.org/21186
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ia11d1c6c186a7025510c240206743ebe8d741461 Gerrit-Change-Number: 21186 Gerrit-PatchSet: 2 Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.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: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 24 Aug 2017 18:50:24 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: amd/padmelon: Enable the SATA controller
by build bot (Jenkins) (Code Review)
24 Aug '17
24 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/21042
) Change subject: amd/padmelon: Enable the SATA controller ...................................................................... Patch Set 8: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/59237/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/14568/
: SUCCESS -- To view, visit
https://review.coreboot.org/21042
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ide5f0c9d63746a80a83a886dfb62e3475657cea0 Gerrit-Change-Number: 21042 Gerrit-PatchSet: 8 Gerrit-Owner: John E. Kabat <sljkrr(a)gmail.com> Gerrit-Reviewer: John E. Kabat Jr. <john.kabat(a)scarletltd.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, 24 Aug 2017 17:44:31 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: amd/padmelon: Clear GPIO overrides
by build bot (Jenkins) (Code Review)
24 Aug '17
24 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/21046
) Change subject: amd/padmelon: Clear GPIO overrides ...................................................................... Patch Set 8: Build Unstable
https://qa.coreboot.org/job/coreboot-gerrit/59241/
: UNSTABLE
https://qa.coreboot.org/job/coreboot-checkpatch/14571/
: SUCCESS -- To view, visit
https://review.coreboot.org/21046
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I57e5baddf0dc8dcb89d8fbc19f373887c40cd3c3 Gerrit-Change-Number: 21046 Gerrit-PatchSet: 8 Gerrit-Owner: John E. Kabat <sljkrr(a)gmail.com> Gerrit-Reviewer: John E. Kabat Jr. <john.kabat(a)scarletltd.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, 24 Aug 2017 17:41:05 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: amd/padmelon: Remove board ID file
by build bot (Jenkins) (Code Review)
24 Aug '17
24 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/21044
) Change subject: amd/padmelon: Remove board ID file ...................................................................... Patch Set 9: Build Unstable
https://qa.coreboot.org/job/coreboot-gerrit/59239/
: UNSTABLE
https://qa.coreboot.org/job/coreboot-checkpatch/14569/
: SUCCESS -- To view, visit
https://review.coreboot.org/21044
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I34fb1d61016e84b8bd12b21de65fed40c5e2e4d9 Gerrit-Change-Number: 21044 Gerrit-PatchSet: 9 Gerrit-Owner: John E. Kabat <sljkrr(a)gmail.com> Gerrit-Reviewer: John E. Kabat Jr. <john.kabat(a)scarletltd.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, 24 Aug 2017 17:38:03 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: amd/padmelon: Fixes to enable power button
by build bot (Jenkins) (Code Review)
24 Aug '17
24 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/21048
) Change subject: amd/padmelon: Fixes to enable power button ...................................................................... Patch Set 11: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/59240/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/14570/
: SUCCESS -- To view, visit
https://review.coreboot.org/21048
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I104a6d3cabc15f0a61d6197d6aeb5189ce2e483b Gerrit-Change-Number: 21048 Gerrit-PatchSet: 11 Gerrit-Owner: John E. Kabat <sljkrr(a)gmail.com> Gerrit-Reviewer: John E. Kabat Jr. <john.kabat(a)scarletltd.com> Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net> Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org> Gerrit-Comment-Date: Thu, 24 Aug 2017 17:35:27 +0000 Gerrit-HasComments: No
1
0
0
0
Change in coreboot[master]: amd/padmelon: Fix SD controller setting
by build bot (Jenkins) (Code Review)
24 Aug '17
24 Aug '17
build bot (Jenkins) has posted comments on this change. (
https://review.coreboot.org/21041
) Change subject: amd/padmelon: Fix SD controller setting ...................................................................... Patch Set 8: Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/59236/
: SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/14566/
: SUCCESS -- To view, visit
https://review.coreboot.org/21041
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If01e426760138a3dc0487ba99ac87b35a939a958 Gerrit-Change-Number: 21041 Gerrit-PatchSet: 8 Gerrit-Owner: John E. Kabat <sljkrr(a)gmail.com> Gerrit-Reviewer: John E. Kabat Jr. <john.kabat(a)scarletltd.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, 24 Aug 2017 17:31:31 +0000 Gerrit-HasComments: No
1
0
0
0
← Newer
1
...
48
49
50
51
52
53
54
...
200
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
Results per page:
10
25
50
100
200