Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/27801 )
Change subject: cpu/x86/lapic/apic_timer.c: Compile the same code for all stages
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/27801/2/src/cpu/x86/lapic/apic_timer.c
File src/cpu/x86/lapic/apic_timer.c:
https://review.coreboot.org/#/c/27801/2/src/cpu/x86/lapic/apic_timer.c@150
PS2, Line 150: static inline struct monotonic_counter *get_monotonic_context(void)
> Having a single-line function for a single invocation seems overkill.
I was a bit lazy and copied the tsc_delay version.
--
To view, visit https://review.coreboot.org/27801
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I08fd1795508f76abdab1618585366bf9d06482ff
Gerrit-Change-Number: 27801
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 02 Aug 2018 12:03:06 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27801
to look at the new patch set (#2).
Change subject: cpu/x86/lapic/apic_timer.c: Compile the same code for all stages
......................................................................
cpu/x86/lapic/apic_timer.c: Compile the same code for all stages
timer_monotonic_get() was only compiled in a !__PRE_RAM__ environment. Clean up
the code paths by employing CAR_GLOBAL for the global state which allows the
same code to be used in all stages.
Change-Id: I08fd1795508f76abdab1618585366bf9d06482ff
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/cpu/x86/lapic/Makefile.inc
M src/cpu/x86/lapic/apic_timer.c
2 files changed, 18 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/27801/2
--
To view, visit https://review.coreboot.org/27801
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I08fd1795508f76abdab1618585366bf9d06482ff
Gerrit-Change-Number: 27801
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27802
to look at the new patch set (#2).
Change subject: mb/google/poppy/variants/rammus: revise rammus settings
......................................................................
mb/google/poppy/variants/rammus: revise rammus settings
The changes include:
1. Move the build board directory from poppy to rammus.
2. Add audio, gpio, memory and device tree configuration base on the proto
board schematics.
3. IccMax is set to 28A because of the AML requirement, the AcLoadline and
DcLoadline need to be fine tuned later.
4. The usb2_ports' parameter need to be fine tuned later. Currently,
for the ports located on the mainboard, set it to USB2_PORT_SHORT.
For the others on the daughterboard, set it to USB2_PORT_LONG.
BUG=b:111579386
BRANCH=Master
TEST=Build pass.
Change-Id: Ibf147145619142f3989834e631eff5ff630b1443
Signed-off-by: Zhuohao Lee <zhuohao(a)chromium.org>
---
M src/mainboard/google/poppy/Kconfig
M src/mainboard/google/poppy/Kconfig.name
A src/mainboard/google/poppy/variants/rammus/Makefile.inc
A src/mainboard/google/poppy/variants/rammus/devicetree.cb
A src/mainboard/google/poppy/variants/rammus/gpio.c
A src/mainboard/google/poppy/variants/rammus/include/variant/acpi/dptf.asl
A src/mainboard/google/poppy/variants/rammus/include/variant/ec.h
A src/mainboard/google/poppy/variants/rammus/include/variant/gpio.h
A src/mainboard/google/poppy/variants/rammus/memory.c
A src/mainboard/google/poppy/variants/rammus/nhlt.c
10 files changed, 968 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/27802/2
--
To view, visit https://review.coreboot.org/27802
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibf147145619142f3989834e631eff5ff630b1443
Gerrit-Change-Number: 27802
Gerrit-PatchSet: 2
Gerrit-Owner: Zhuohao Lee <zhuohao(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Crystal Lin has abandoned this change. ( https://review.coreboot.org/27239 )
Change subject: mb/google/poppy/variants/nami: Tune trackpad data hold time
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/27239
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: Ic713a2df7ca94005fda25a1d8f847fd772742998
Gerrit-Change-Number: 27239
Gerrit-PatchSet: 1
Gerrit-Owner: Crystal Lin <crystal_lin(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Ivy Jian <ivy_jian(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Van Chen <van_chen(a)compal.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/27798 )
Change subject: mainboard: Add ASUS P8H61-M LX
......................................................................
Patch Set 1: Code-Review+2
(2 comments)
Looks good.
https://review.coreboot.org/#/c/27798/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/27798/1//COMMIT_MSG@17
PS1, Line 17: S3 suspend/resume doesn't
: work
Could be DRAM_RESET_GATE_GPIO incorrectly set? from vendor DSDT I see gpio27 being set high in _PTS but that could be unrelated.
https://review.coreboot.org/#/c/27798/1/Documentation/mainboard/asus/p8h61-…
File Documentation/mainboard/asus/p8h61-m_lx.md:
https://review.coreboot.org/#/c/27798/1/Documentation/mainboard/asus/p8h61-…
PS1, Line 88: --whitelist EFFS,FOVD,MDES,FCRS
you can add these as "config ME_CLEANER_ARGS" in the Kconfig.
--
To view, visit https://review.coreboot.org/27798
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2a0579f486d3a44de2dd927fa1e76b90c3b48f62
Gerrit-Change-Number: 27798
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan(a)corrick.kiwi>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 02 Aug 2018 09:50:58 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: Yes
TH Lin has posted comments on this change. ( https://review.coreboot.org/27799 )
Change subject: mb/google/poppy/variant/nami: GT Slow Slew rate
......................................................................
Patch Set 1:
Testing is still on-testing/measuring..
--
To view, visit https://review.coreboot.org/27799
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I12c1e558889717ce8becc2c7059a5c099d019ca5
Gerrit-Change-Number: 27799
Gerrit-PatchSet: 1
Gerrit-Owner: TH Lin <t.h_lin(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kane Chen <kane.chen(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: TH Lin <t.h_lin(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 02 Aug 2018 09:46:14 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No