Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/19504 )
Change subject: lapic/apic_timer.c: Provide a tsc_freq_mhz for platforms using LAPIC_UDELAY
......................................................................
lapic/apic_timer.c: Provide a tsc_freq_mhz for platforms using LAPIC_UDELAY
This allows for more accurate timestamps.
Also adds core2duo 1600MHz FSB support.
Change-Id: Ic643681c3b9646bf7efbcd786c35a9beda9afc49
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/cpu/x86/lapic/apic_timer.c
1 file changed, 30 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/19504/2
--
To view, visit https://review.coreboot.org/19504
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic643681c3b9646bf7efbcd786c35a9beda9afc49
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/19501 )
Change subject: lib/edid.c: Allow use of when not NGI
......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/19501/1/src/device/Kconfig
File src/device/Kconfig:
PS1, Line 28:
> It's futile here since the `y` above takes precedence. Why did you
Indeed, should be fixed in v2.
https://review.coreboot.org/#/c/19501/2/src/lib/edid.c
File src/lib/edid.c:
Line 1749: #if IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT)
> Why would it need another guard?
multiple definitions which conflicts with src/device/oprom/realmode/x86.c. Could be it is the wrong guard though...
--
To view, visit https://review.coreboot.org/19501
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I8709e3e61686979137b08d24efad903700d18e0b
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
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)
Gerrit-HasComments: Yes
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19501
to look at the new patch set (#2).
Change subject: lib/edid.c: Allow use of when not NGI
......................................................................
lib/edid.c: Allow use of when not NGI
Change-Id: I8709e3e61686979137b08d24efad903700d18e0b
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/lib/Makefile.inc
M src/lib/edid.c
2 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/19501/2
--
To view, visit https://review.coreboot.org/19501
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8709e3e61686979137b08d24efad903700d18e0b
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
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)
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/19501 )
Change subject: lib/edid.c: Allow use of when not NGI
......................................................................
Patch Set 1:
Another option would be to simply not reconfigure PWM freq for option rom users, since afaik blob does that too.
--
To view, visit https://review.coreboot.org/19501
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I8709e3e61686979137b08d24efad903700d18e0b
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
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-HasComments: No