Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
4bf48e8c3377e3d4b4284f7f84f3e338bbce6665
/
src
/
cpu
/
x86
/
smm
d6e9686
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
by Elyes HAOUAS
· 7 years ago
d82be92
src/cpu: Capitalize CPU
by Elyes HAOUAS
· 7 years ago
4bab6e7
intel/sch: Merge northbridge and southbridge in src/soc
by Stefan Reinauer
· 7 years ago
d87c7bc
cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option
by Aaron Durbin
· 7 years ago
a41e030
cpu/x86/smm_module_loader: always build with SMM module support
by Aaron Durbin
· 7 years ago
98fc426
Move object files to $(obj)/<class>/
by Nico Huber
· 7 years ago
81b09f4
Makefile: Make full use of src-to-obj macro
by Nico Huber
· 7 years ago
593f5c8
Unify OBJCOPY arguments throughout various x86 stages
by Stefan Reinauer
· 8 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 8 years ago
01327d1
smm: 64bit fixes
by Stefan Reinauer
· 8 years ago
ce2564a
smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEG
by Patrick Georgi
· 8 years ago
d4dd44c
linking: add and use LDFLAGS_common
by Aaron Durbin
· 8 years ago
dde7629
rmodule: use program.ld for linking
by Aaron Durbin
· 8 years ago
aa04e18
x86 SMM: Relocator is intel-only
by Kyösti Mälkki
· 8 years ago
5264862
Remove empty lines at end of file
by Elyes HAOUAS
· 8 years ago
59d262c
x86 SMM: Merge recipes
by Kyösti Mälkki
· 8 years ago
e4e0f94
x86 SMM: We have single SMM linker script now
by Kyösti Mälkki
· 8 years ago
501cce8
smm: Remove dead smm_tseg.ld
by Vladimir Serbinenko
· 8 years ago
99e0b27
smmrelocate: Remove dead TSEG code.
by Vladimir Serbinenko
· 8 years ago
44cbe10
smm: Merge configs SMM_MODULES and SMM_TSEG
by Vladimir Serbinenko
· 8 years ago
7f46420
Migrate fsp_206ax to SMM_MODULES
by Vladimir Serbinenko
· 8 years ago
456f495
Migrate 2065x to SMM_MODULES
by Vladimir Serbinenko
· 8 years ago
a3e41c0
Migrate 206ax to SMM_MODULES
by Vladimir Serbinenko
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 8 years ago
eec8dfb
build system: use archives, not linker action to shorten command lines
by Patrick Georgi
· 8 years ago
58d5e21
x86: garbage collect SMM programs
by Aaron Durbin
· 8 years ago
e2edf71
Makefile x86 SMM: Move smm_wrap recipes
by Kyösti Mälkki
· 8 years ago
ec5e5e0
New mechanism to define SRAM/memory map with automatic bounds checking
by Julius Werner
· 9 years ago
828e0e8
build system: run linker scripts through the preprocessor
by Patrick Georgi
· 8 years ago
f430546
build system: Introduce manual file type
by Patrick Georgi
· 8 years ago
db27306
build system: extend src-to-obj for non-.c/.S files
by Patrick Georgi
· 8 years ago
e73dae4
x86: fix SMM programs linked with gc-sections
by Aaron Durbin
· 8 years ago
cbe2746
x86/smm: Move SMM configuration out of generic Makefile
by Patrick Georgi
· 8 years ago
87200e2
Makefile.inc: Use -Og when compiling with GDB support
by Stefan Reinauer
· 8 years ago
48b3dbc
x86 SMM: Replace weak prototypes with weak function stub
by Kyösti Mälkki
· 8 years ago
bb0d5ef
x86: Initialize drivers in SMM context if needed
by David Hendricks
· 9 years ago
4f75af9
Unify remaining binutils invocations
by Patrick Georgi
· 9 years ago
eaab630
cpu/amd/agesa/family15rl: Provide Richland CPU support
by Edward O'Callaghan
· 9 years ago
9594893
build system: unify linker use across gcc and clang
by Patrick Georgi
· 9 years ago
3ce96bd
build system: use a single variable name for compiler runtimes
by Patrick Georgi
· 9 years ago
e900802
cpu/x86/smm/Makefile.inc: Fix up linkage rules
by Edward O'Callaghan
· 9 years ago
3e72ecf
cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang builds
by Edward O'Callaghan
· 9 years ago
309fc4c
sandybridge: Add native sandybridge
by Vladimir Serbinenko
· 9 years ago
20e2f3c
x86/smm/smihandler.c: break case in switch
by Patrick Georgi
· 9 years ago
133096b
coreboot classes: Add dynamic classes to coreboot
by Furquan Shaikh
· 9 years ago
7686a56
sandy/ivybridge: Native raminit.
by Vladimir Serbinenko
· 9 years ago
9c41063
Don't add .eh_frame sections to SMM image
by Patrick Georgi
· 9 years ago
c3c4a38
Misc: Use acpi_is_wakeup_s3()
by Kyösti Mälkki
· 9 years ago
5930774
build: use CFLAGS_* in more places where they're needed
by Patrick Georgi
· 9 years ago
99ac98f
Introduce stage-specific architecture for coreboot
by Furquan Shaikh
· 9 years ago
4076072
console: Use romstage code for ramstage and SMM
by Kyösti Mälkki
· 9 years ago
53072d8
cpu/amd/agesa/family15tn: Add initial support for SMM mode
by Alexandru Gagniuc
· 9 years ago
657e0be
console: Move newline translation outside console_tx_byte
by Kyösti Mälkki
· 9 years ago
afa7b13
uart: Redefine Kconfig options
by Kyösti Mälkki
· 9 years ago
3eb8eb7
rmodules: use rmodtool to create rmodules
by Aaron Durbin
· 9 years ago
9c479c9
SMM: Only have console with DEBUG_SMI
by Kyösti Mälkki
· 9 years ago
2b95da0
uart8250mem: Unify calls with generic UART
by Kyösti Mälkki
· 9 years ago
4770749
uart8250io: Unify calls with generic UART
by Kyösti Mälkki
· 9 years ago
1d7541f
console: Fix includes
by Kyösti Mälkki
· 9 years ago
e7f7d990
SMM: Fixes for DEBUG_SMI
by Kyösti Mälkki
· 9 years ago
b4b9eb3
x86: provide infrastructure to backup default SMM region
by Aaron Durbin
· 9 years ago
0da082b
Update SMM for FSP systems
by Marc Jones
· 10 years ago
c6f6be0
Support for nehalem northbridge
by Vladimir Serbinenko
· 10 years ago
888d559
Support for Ibexpeak southbridge
by Vladimir Serbinenko
· 10 years ago
0edc224
smi: Update mainboard_smi_gpi() to have 32bit argument
by Duncan Laurie
· 10 years ago
93b2bd7
usbdebug: Do not support logging from SMM
by Kyösti Mälkki
· 10 years ago
4c3ab73
cpu: Fix spelling
by Martin Roth
· 10 years ago
3a09179f
Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge"
by Stefan Reinauer
· 10 years ago
0210119
Add support for Intel Ibex Peak (Mobile 5) southbridge
by Stefan Reinauer
· 10 years ago
24d1d4b
x86: Unify arch/io.h and arch/romcc_io.h
by Stefan Reinauer
· 10 years ago
c2fe1e0
SMM: link against libgcc
by Stefan Reinauer
· 10 years ago
29ffa54
haswell: Use SMM Modules
by Aaron Durbin
· 10 years ago
50a3464
x86: SMM Module Support
by Aaron Durbin
· 10 years ago
76c3700
haswell: Add initial support for Haswell platforms
by Aaron Durbin
· 11 years ago
ae0e8d3
Eliminate do_div().
by David Hendricks
· 10 years ago
a46a712
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
by Paul Menzel
· 10 years ago
62f100b
smm: Update rev 0x30101 SMM revision save state
by Aaron Durbin
· 11 years ago
e72a8a3
intel/i82801ix: new southbridge, ICH9
by Patrick Georgi
· 11 years ago
82704c6
USBDEBUG: buffer up to 8 bytes
by Sven Schnelle
· 11 years ago
62f1ad9
SMM: Fix state table for Intel Core2 CPUs
by Stefan Reinauer
· 11 years ago
51cb26d
SMM: Fix state save map for sandybridge and TSEG
by Duncan Laurie
· 11 years ago
d2e00b9
SMM: Add heap region and move C handler higher in region
by Duncan Laurie
· 11 years ago
334532e
Add Sandybridge/Cougar Point support to SMM relocation handler
by Stefan Reinauer
· 11 years ago
8c5b58e
Update documentation in smmrelocate.S to mention TSEG
by Stefan Reinauer
· 11 years ago
3aa067f
Add support to run SMM handler in TSEG instead of ASEG
by Stefan Reinauer
· 11 years ago
8907e81
move console includes to central console/console.h
by Stefan Reinauer
· 12 years ago
3128685
SMM: Move wbinvd after pmode jump
by Stefan Reinauer
· 12 years ago
7f76290
Small SMM fixups
by Rudolf Marek
· 12 years ago
47b3fb4
SMM: flush caches after disabling caching
by Sven Schnelle
· 12 years ago
bfe8e51
SMM: don't overwrite SMM memory on resume
by Sven Schnelle
· 12 years ago
4885daa
Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an
by Stefan Reinauer
· 12 years ago
582748f
Fix some more misuses of ifdef/if defined
by Stefan Reinauer
· 12 years ago
24ef134
drop half an uart8250 implementation from smiutil and use the common code
by Stefan Reinauer
· 12 years ago
cadc545
SMM for AMD K8 Part 1/2
by Stefan Reinauer
· 12 years ago
be61a17
Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 board which uses it.
by Patrick Georgi
· 12 years ago
8463dd9
Rename build system variables to be more intuitive, and
by Patrick Georgi
· 13 years ago
bc0f7a6
- fix SMM code relocation race
by Stefan Reinauer
· 13 years ago
b987f7b
don't generate C source code file but use objcopy to include the SMM blob.
by Stefan Reinauer
· 13 years ago
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 13 years ago
5f5436f
drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
by Stefan Reinauer
· 13 years ago
Next »