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
Age
Commit message (
Expand
)
Author
2015-04-28
Makefile x86 SMM: Move smm_wrap recipes
Kyösti Mälkki
2015-04-24
fsp: Move fsp to fsp1_0
Marc Jones
2015-04-07
kconfig: drop intermittend forwarder files
Stefan Reinauer
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
build system: run linker scripts through the preprocessor
Patrick Georgi
2015-04-04
build system: Introduce manual file type
Patrick Georgi
2015-04-02
build system: extend src-to-obj for non-.c/.S files
Patrick Georgi
2015-03-30
x86: fix SMM programs linked with gc-sections
Aaron Durbin
2015-03-30
x86/smm: Move SMM configuration out of generic Makefile
Patrick Georgi
2015-03-28
build system: normalize linker script file names
Patrick Georgi
2015-03-20
loaders: add program_loading.h header file
Aaron Durbin
2015-03-17
Makefile.inc: Use -Og when compiling with GDB support
Stefan Reinauer
2015-03-11
x86 SMM: Replace weak prototypes with weak function stub
Kyösti Mälkki
2015-03-10
x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE option
Kyösti Mälkki
2015-02-06
FSP & CBMEM: Fix broken cbmem CAR transition.
Martin Roth
2015-01-27
CBMEM: Tidy up CAR migration
Kyösti Mälkki
2015-01-27
CBMEM console: Fix CAR migration step
Kyösti Mälkki
2015-01-09
x86: Initialize drivers in SMM context if needed
David Hendricks
2014-12-31
arch/x86: Declare GDT symbols and move_gdt()
Kyösti Mälkki
2014-12-30
CBMEM: Always build for x86 romstage
Kyösti Mälkki
2014-12-15
x86: Set BOOT_MEDIA_SPI_BUS
David Hendricks
2014-11-30
Unify remaining binutils invocations
Patrick Georgi
2014-11-30
Replace hlt() loops with halt()
Patrick Georgi
2014-11-27
cpu/amd/agesa/family15rl: Provide Richland CPU support
Edward O'Callaghan
2014-11-25
build system: unify linker use across gcc and clang
Patrick Georgi
2014-11-25
build system: use a single variable name for compiler runtimes
Patrick Georgi
2014-11-11
cpu/x86/smm/Makefile.inc: Fix up linkage rules
Edward O'Callaghan
2014-10-28
cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang builds
Edward O'Callaghan
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-09-25
x86/mtrr: Enable MTRR's before enabling caching
Isaac Christensen
2014-09-24
x86: Minimize work done with the caches disabled in mtrr functions.
Gabe Black
2014-09-15
arm: Remove CAR_MIGRATE Kconfig and associated cruft
Julius Werner
2014-08-30
sandybridge: Add native sandybridge
Vladimir Serbinenko
2014-08-11
x86/smm/smihandler.c: break case in switch
Patrick Georgi
2014-08-11
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2014-08-03
cpu/x86/lapic/lapic.c: trivial: fix comment on #else
Daniele Forsi
2014-07-29
sandy/ivybridge: Native raminit.
Vladimir Serbinenko
2014-07-23
src/.../Kconfig: various small fixes to texts
Daniele Forsi
2014-07-17
cpu,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-11
src: Make use of 'CEIL_DIV(a, b)' macro across tree
Edward O'Callaghan
2014-07-08
cpu: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-06-30
x86 MTRR: Drop unused return value
Kyösti Mälkki
2014-06-30
Use MTRR defines
Kyösti Mälkki
2014-06-29
cpu/x86/pae/pgtbl.c: Unsigned comparison < 0 always false
Edward O'Callaghan
2014-06-28
Don't add .eh_frame sections to SMM image
Patrick Georgi
2014-06-21
Misc: Use acpi_is_wakeup_s3()
Kyösti Mälkki
2014-05-19
build: use CFLAGS_* in more places where they're needed
Patrick Georgi
2014-05-10
Replace SERIAL_CPU_INIT with PARALLEL_CPU_INIT
Kyösti Mälkki
2014-05-09
Intel FSP: add a shared set of functions for the FSP
Martin Roth
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-04-26
Rename coreboot_ram stage to ramstage
Furquan Shaikh
2014-04-18
console: Use romstage code for ramstage and SMM
Kyösti Mälkki
2014-04-16
cpu/amd/agesa/family15tn: Add initial support for SMM mode
Alexandru Gagniuc
2014-04-09
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-04-09
uart: Redefine Kconfig options
Kyösti Mälkki
2014-04-01
x86: use car_(get|set)_var accessors for apic timer
Aaron Durbin
2014-04-01
Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-03-20
rmodules: use rmodtool to create rmodules
Aaron Durbin
2014-03-07
x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING option
Aaron Durbin
2014-03-04
SMM: Only have console with DEBUG_SMI
Kyösti Mälkki
2014-03-04
uart8250mem: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
uart8250io: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
console: Fix includes
Kyösti Mälkki
2014-02-25
Remove CACHE_ROM.
Vladimir Serbinenko
2014-02-24
CAR_GLOBAL: enforce compiler to check if _start != _end
Edward O'Callaghan
2014-02-20
SMM: Fixes for DEBUG_SMI
Kyösti Mälkki
2014-02-19
x86 bootblock: improve clang compatibility
Patrick Georgi
2014-02-16
x86: provide infrastructure to backup default SMM region
Aaron Durbin
2014-02-11
SMP: Add arch-agnostic boot_cpu()
Kyösti Mälkki
2014-02-09
mtrr: only add prefetchable resources as WRCOMB for VGA devices
Aaron Durbin
2014-02-06
MTRR: Mark all prefetchable resources as WRCOMB.
Vladimir Serbinenko
2014-02-06
mtrr: retry fitting w/o WRCOMB if usage exceeds BIOS allocation
Aaron Durbin
2014-01-30
x86: Add SMM helper functions to MP infrastructure
Aaron Durbin
2014-01-30
x86: parallel MP initialization
Aaron Durbin
2014-01-28
x86: add common definitions for control registers
Aaron Durbin
2014-01-26
src/cpu: Fix spelling of MTTR to MTRR
Paul Menzel
2014-01-15
Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR
Kyösti Mälkki
2013-12-26
AMD boards (non-AGESA): Cleanup earlymtrr.c includes
Kyösti Mälkki
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-11-24
smi: Update mainboard_smi_gpi() to have 32bit argument
Duncan Laurie
2013-11-22
Don't wait on 2065x
Vladimir Serbinenko
2013-10-14
Revert "CBMEM: Always have early initialisation"
Kyösti Mälkki
2013-10-13
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-10-03
cpu/x86/mtrr/mtrr.c: Remove superfluous assignment to `type_index`
Paul Menzel
2013-09-21
CBMEM: Always select CAR_MIGRATION
Kyösti Mälkki
2013-08-23
usbdebug: Do not support logging from SMM
Kyösti Mälkki
2013-08-15
Include boot_cpu.c for romstage builds
Kyösti Mälkki
2013-07-22
X86: make the SIPI num_starts a config variable
Ronald G. Minnich
2013-07-11
cpu: Fix spelling
Martin Roth
2013-06-22
Do CAR variable migration only once
Aaron Durbin
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-05-16
x86: add cache-as-ram migration option
Aaron Durbin
2013-05-14
x86: add thread support
Aaron Durbin
2013-05-07
x86: harden tsc udelay() function
Aaron Durbin
2013-05-07
x86: add TSC_CONSTANT_RATE option
Aaron Durbin
2013-05-01
tsc: provide monotonic timer
Aaron Durbin
2013-05-01
lapic: monotonic time implementation
Aaron Durbin
[next]