index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
binaryPI: Disable CAR with empty stack
Kyösti Mälkki
2017-07-17
3
-171
/
+50
*
binaryPI: Switch to agesa/heapmanager.c
Kyösti Mälkki
2017-07-17
2
-353
/
+2
*
vendorcode/amd/agesa: Tidy up gcccar.inc
Kyösti Mälkki
2017-07-15
1
-8
/
+5
*
K8: Fix indirect includes
Kyösti Mälkki
2017-07-14
1
-0
/
+2
*
src/cpu: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
10
-39
/
+40
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
18
-38
/
+52
*
binaryPI: Drop non-soc stoneyridge trees
Kyösti Mälkki
2017-07-12
8
-417
/
+0
*
cpu/intel/haswell: Fix undefined behavior
Ryan Salsamendi
2017-07-06
1
-1
/
+1
*
cpu/x86/name: Fix undefined behavior
Ryan Salsamendi
2017-07-03
1
-5
/
+3
*
cpu/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-28
9
-12
/
+13
*
cpu/amd: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-28
20
-84
/
+85
*
cpu/intel/pineview: Include speedstep
Arthur Heymans
2017-06-28
1
-0
/
+1
*
cpu/*: Add whitespace around '<<'
Elyes HAOUAS
2017-06-28
14
-28
/
+28
*
vendorcode/amd: Unify Porting.h across all targets
Stefan Reinauer
2017-06-27
1
-3
/
+3
*
cpu/x86/smm: allow SSE instructions in SMM modules
Aaron Durbin
2017-06-27
3
-4
/
+81
*
cpu/allwinner/a10/clock.h: Add missing bracket
Elyes HAOUAS
2017-06-22
1
-1
/
+1
*
cpu/x86: Use do while loop
Paul Menzel
2017-06-22
1
-5
/
+2
*
cpu/x86/sipi_vector: use macros for CR0 flags
Aaron Durbin
2017-06-22
1
-3
/
+10
*
cpu/x86/smm: use macros for CR0 flags
Aaron Durbin
2017-06-22
1
-2
/
+8
*
cpu/x86/smm: fix up types in module loader
Aaron Durbin
2017-06-22
1
-26
/
+26
*
cpu/x86/smm/smihandler: Apply cosmetic changes
Patrick Rudolph
2017-06-19
1
-3
/
+6
*
cpu/x86/mp_init: report correct count of AP acceptance
Aaron Durbin
2017-06-16
1
-1
/
+7
*
haswell: add CBMEM_MEMINFO table when initing RAM
Matt DeVillier
2017-06-16
1
-0
/
+2
*
cpu/x86/mtrr: fail early if solution exceeds available MTRRs
Aaron Durbin
2017-06-13
1
-3
/
+15
*
cpu/amd/fam10/ram_calc: Remove superfluous guard
Arthur Heymans
2017-06-13
1
-2
/
+0
*
src/cpu/amd/model_fxx/powernow_api.c Fix checkpatch errors + warnings
Evelyn Huang
2017-06-12
1
-162
/
+219
*
src/cpu/amd/atrr/amd_mtrr.c Fix checkpatch errors + warnings
Evelyn Huang
2017-06-12
1
-8
/
+10
*
src/cpu/amd/pi/00630F01 Fix checkpatch warnings and errors
Evelyn Huang
2017-06-12
2
-27
/
+34
*
cpu/x86: fix spelling mistake
Martin Roth
2017-06-12
1
-1
/
+1
*
cpu/amd/car: Fix checkpatch warnings
Evelyn Huang
2017-06-09
2
-14
/
+30
*
cpu/intel/model_206ax: Use tsc monotonic timer
Patrick Rudolph
2017-06-09
4
-2
/
+35
*
src: change coreboot to lowercase
Martin Roth
2017-06-07
3
-4
/
+4
*
Use more secure HTTPS URLs for coreboot sites
Paul Menzel
2017-06-07
8
-10
/
+10
*
arch/x86: Add function to determine if we're currently running from CAR
Julius Werner
2017-05-30
1
-0
/
+5
*
CBMEM: Clarify CBMEM_TOP_BACKUP function usage
Kyösti Mälkki
2017-05-27
1
-1
/
+1
*
drivers/spi/spi_flash: Pass in flash structure to fill in probe
Furquan Shaikh
2017-05-19
1
-8
/
+7
*
AMD MTRR: Add common add_uma_resource_below_tolm()
Kyösti Mälkki
2017-05-18
1
-0
/
+18
*
cpu/intel/turbo: Add option to disable turbo
Subrata Banik
2017-05-16
1
-0
/
+17
*
nb/amd/amdk8: Link reset_test.c
Arthur Heymans
2017-04-28
1
-0
/
+2
*
nb/amd/amdk8: Link raminit_f.c
Arthur Heymans
2017-04-27
1
-0
/
+4
*
AGESA: Unify heap location
Kyösti Mälkki
2017-04-15
1
-12
/
+0
*
arch/x86: remove CAR global migration when postcar stage is used
Aaron Durbin
2017-04-08
2
-0
/
+11
*
northbridge/amd/stoney: Add FT4 package
Marshall Dawson
2017-04-06
3
-4
/
+10
*
AGESA: Disable CAR with empty stack
Kyösti Mälkki
2017-04-05
10
-106
/
+128
*
AGESA: BIST is already preserved
Kyösti Mälkki
2017-04-05
1
-8
/
+7
*
AGESA: Move romstage main entry under cpu
Kyösti Mälkki
2017-04-05
9
-266
/
+154
*
AGESA: Move amd_initmmio() call
Kyösti Mälkki
2017-04-05
7
-13
/
+37
*
AGESA: Reduce typecasting in heapmanager calls
Kyösti Mälkki
2017-04-04
1
-32
/
+16
*
AGESA: Handle HEAP_CALLOUT_RUNTIME allocation more cleanly
Kyösti Mälkki
2017-04-04
1
-12
/
+10
*
AGESA: Adjust heap location for S3 resume path
Kyösti Mälkki
2017-04-04
1
-1
/
+5
[next]