index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
intel
/
speedstep
Age
Commit message (
Expand
)
Author
2020-07-14
src: Remove unused 'include <cpu/x86/msr.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-04
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-23
acpi: Change Processor ACPI Name (Intel only)
Christian Walter
2019-09-10
AUTHORS: Move src/cpu/intel copyrights into AUTHORS file
Martin Roth
2019-04-23
cpu/intel/speedstep/acpi: Use get_ia32_fsb_x3() function
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2018-11-29
arch/x86/acpigen.c: Add a method to notify all CPU cores
Arthur Heymans
2018-10-11
src: Move common IA-32 MSRs to <cpu/x86/msr.h>
Elyes HAOUAS
2018-04-30
cpu/intel: Get rid of device_t
Elyes HAOUAS
2018-01-17
cpu/intel/speedstep: Fix the PNOT ACPI method
Arthur Heymans
2017-11-30
intel: Replace msr(0x198) with msr(IA32_PERF_STATUS)
Elyes HAOUAS
2017-11-04
cpu/intel/speedstep: Emit PPKG object for first package
Nico Huber
2017-03-16
cpu/intel: Fix the remaining issues detected by checkpatch
Lee Leahy
2017-03-16
cpu/intel: Fix brace issues detected by checkpatch.pl
Lee Leahy
2017-03-16
cpu/intel: Fix the spacing issues
Lee Leahy
2016-08-28
src/cpu: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-23
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-05
device_ops: add device_t argument to acpi_fill_ssdt_generator
Alexander Couzens
2015-05-26
speedstep: Don't supply weak get_cst_entries.
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-11-09
ibexpeak, bd82x6x: Move to implicit length patching
Vladimir Serbinenko
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-10-16
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-11
Intel: Replace MSR 0xcd with MSR_FSB_FREQ
Patrick Georgi
2012-11-06
cpu/intel/model_1067x: Add proper c-state/p-state/thermal support
Nico Huber
2012-11-05
Overhaul speedstep code
Nico Huber
2012-11-05
Fix some indentation flaws and break very long lines
Nico Huber
2012-11-02
Correct FSB reading in speedstep ACPI
Nico Huber
2012-11-01
Merge cpu/intel/acpi.h into cpu/intel/speedstep.h
Nico Huber
2012-04-30
Rework ACPI CST table generation
Stefan Reinauer
2012-01-09
ACPI: mark empty get_cst_entries() weak
Sven Schnelle
2011-10-25
SPEEDSTEP: write _CST tables
Sven Schnelle
2010-12-11
factor out cpu power management base into a separate file. And fix a bug in
Stefan Reinauer
2010-11-17
Move Intel power management related defines to some central location.
Patrick Georgi
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-16
Make internal functions static in speedstep ACPI generation code.
Stefan Reinauer
2009-10-24
Some ACPI implementations don't like to see full paths within a scope for
Stefan Reinauer
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-08-21
Change the intel cpu makefile.inc so that it fits the model better.
Ronald G. Minnich
2009-08-12
Kconfig!
Patrick Georgi
2009-07-21
add intel speedstep support and some PM fixes.
Stefan Reinauer