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
/
x86
/
smm
/
smmrelocate.S
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-04
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2019-09-10
AUTHORS: Move src/cpu copyrights into AUTHORS file
Martin Roth
2019-08-21
southbridge/intel: Tidy up preprocessor and headers
Kyösti Mälkki
2019-07-09
cpu/x86: Declare SMM_ASEG
Kyösti Mälkki
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-12-03
sb/intel/i82801gx: Clean up unneeded smi setup code
Arthur Heymans
2018-12-03
nb/intel/x4x: Use common code for SMM in TSEG
Arthur Heymans
2018-10-18
cpu/x86/smm: Fix non-local header treated as local
Elyes HAOUAS
2018-06-04
src/cpu: Get rid of whitespace before tab
Elyes HAOUAS
2018-01-15
Intel sch board & chip: Remove - using LATE_CBMEM_INIT
Martin Roth
2017-09-05
Move ADDR32() hack to arch/x86
Patrick Georgi
2017-09-02
cpu/x86/smm: Fix explicit 'addr32' usage in clang builds
Edward O'Callaghan
2017-07-21
I82801JX: Add IS_ENABLED around config options
Martin Roth
2017-07-21
sb/intel/i82801jx: Add correct PCI ids and change names
Arthur Heymans
2017-07-13
src/cpu: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2016-08-23
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2016-07-31
src/cpu: Capitalize CPU
Elyes HAOUAS
2016-05-17
intel/sch: Merge northbridge and southbridge in src/soc
Stefan Reinauer
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-08
x86 SMM: Relocator is intel-only
Kyösti Mälkki
2015-05-29
smmrelocate: Remove dead TSEG code.
Vladimir Serbinenko
2015-05-28
Migrate fsp_206ax to SMM_MODULES
Vladimir Serbinenko
2015-05-28
Migrate 2065x to SMM_MODULES
Vladimir Serbinenko
2015-05-28
Migrate 206ax to SMM_MODULES
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-11-27
cpu/amd/agesa/family15rl: Provide Richland CPU support
Edward O'Callaghan
2014-08-30
sandybridge: Add native sandybridge
Vladimir Serbinenko
2014-07-29
sandy/ivybridge: Native raminit.
Vladimir Serbinenko
2014-04-16
cpu/amd/agesa/family15tn: Add initial support for SMM mode
Alexandru Gagniuc
2013-12-04
Update SMM for FSP systems
Marc Jones
2013-11-25
Support for nehalem northbridge
Vladimir Serbinenko
2013-11-25
Support for Ibexpeak southbridge
Vladimir Serbinenko
2013-06-13
Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge"
Stefan Reinauer
2013-06-12
Add support for Intel Ibex Peak (Mobile 5) southbridge
Stefan Reinauer
2013-03-18
haswell: Use SMM Modules
Aaron Durbin
2013-03-14
haswell: Add initial support for Haswell platforms
Aaron Durbin
2012-11-27
intel/i82801ix: new southbridge, ICH9
Patrick Georgi
2012-04-06
Add Sandybridge/Cougar Point support to SMM relocation handler
Stefan Reinauer
2012-04-05
Update documentation in smmrelocate.S to mention TSEG
Stefan Reinauer
2012-04-04
Add support to run SMM handler in TSEG instead of ASEG
Stefan Reinauer
2011-04-19
Fix some more misuses of ifdef/if defined
Stefan Reinauer
2010-12-18
SMM for AMD K8 Part 1/2
Stefan Reinauer
2010-12-18
Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 board
Patrick Georgi
2010-08-01
- fix SMM code relocation race
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-25
drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
Stefan Reinauer
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-07-21
add intel speedstep support and some PM fixes.
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-01-19
First shot at factoring SMM code into generic parts and southbridge specific
Stefan Reinauer