Hello Arthur Heymans, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/20044
to look at the new patch set (#4).
Change subject: cpu/intel/model_206ax: Use tsc monotonic timer
......................................................................
cpu/intel/model_206ax: Use tsc monotonic timer
Switch from lapic to tsc.
Allows timestamps to be used in coreboot, as there's a reference
clock available to calculate correct time units.
Clean Kconfig, remove duplicated lapic code and include tsc dir for
LGA1155 boards.
Tested on Lenovo T430.
Change-Id: I849ca2b3908116d9d22907039cd6e4464444b1d1
Signed-off-by: Patrick Rudolph <siro(a)das-labor.org>
---
M src/cpu/intel/model_206ax/Kconfig
M src/cpu/intel/model_206ax/Makefile.inc
A src/cpu/intel/model_206ax/tsc_freq.c
M src/cpu/intel/socket_LGA1155/Makefile.inc
M src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
M src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
M src/mainboard/sapphire/pureplatinumh61/Kconfig
M src/northbridge/intel/fsp_sandybridge/Makefile.inc
D src/northbridge/intel/fsp_sandybridge/udelay.c
M src/northbridge/intel/sandybridge/Makefile.inc
D src/northbridge/intel/sandybridge/udelay.c
11 files changed, 35 insertions(+), 129 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/20044/4
--
To view, visit https://review.coreboot.org/20044
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I849ca2b3908116d9d22907039cd6e4464444b1d1
Gerrit-Change-Number: 20044
Gerrit-PatchSet: 4
Gerrit-Owner: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Martin Roth has uploaded this change for review. ( https://review.coreboot.org/20049
Change subject: Makefile: add 'filelist' target
......................................................................
Makefile: add 'filelist' target
Add a target to show what files are used in the build. This was already
being generated for other targets, but there was no target to just
generate and view the list.
Change-Id: I6998296bb135d8b7170cacae2be902ef9dac7b54
Signed-off-by: Martin Roth <martinroth(a)google.com>
---
M Makefile
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/20049/1
diff --git a/Makefile b/Makefile
index 3e47b62..b711a4d 100644
--- a/Makefile
+++ b/Makefile
@@ -368,6 +368,11 @@
sed 's/[:\\]/ /g' | sed 's/ /\n/g' | sort | uniq | \
grep -v '\.o$$' > $(obj)/project_filelist.txt
+filelist: clean
+ $(MAKE) $(obj)/project_filelist.txt
+ printf "\nFiles used in build:\n"
+ cat $(obj)/project_filelist.txt
+
#works with either exuberant ctags or ctags.emacs
ctags-project: clean-ctags $(obj)/project_filelist.txt
cat $(obj)/project_filelist.txt | \
--
To view, visit https://review.coreboot.org/20049
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6998296bb135d8b7170cacae2be902ef9dac7b54
Gerrit-Change-Number: 20049
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Hello Arthur Heymans, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/20044
to look at the new patch set (#3).
Change subject: cpu/intel/model_206ax: Use tsc monotonic timer
......................................................................
cpu/intel/model_206ax: Use tsc monotonic timer
Switch from lapic to tsc.
Allows timestamps to be used in coreboot, as there's a reference
clock available to calculate correct time units.
Tested on Lenovo T430.
Change-Id: I849ca2b3908116d9d22907039cd6e4464444b1d1
Signed-off-by: Patrick Rudolph <siro(a)das-labor.org>
---
M src/cpu/intel/model_206ax/Kconfig
M src/cpu/intel/model_206ax/Makefile.inc
A src/cpu/intel/model_206ax/tsc_freq.c
M src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
M src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
M src/mainboard/sapphire/pureplatinumh61/Kconfig
M src/northbridge/intel/fsp_sandybridge/Makefile.inc
D src/northbridge/intel/fsp_sandybridge/udelay.c
M src/northbridge/intel/sandybridge/Makefile.inc
D src/northbridge/intel/sandybridge/udelay.c
10 files changed, 34 insertions(+), 129 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/20044/3
--
To view, visit https://review.coreboot.org/20044
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I849ca2b3908116d9d22907039cd6e4464444b1d1
Gerrit-Change-Number: 20044
Gerrit-PatchSet: 3
Gerrit-Owner: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>