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
/
include
Age
Commit message (
Expand
)
Author
2013-06-03
dram: Add utilities for decoding DDR3 SPDs
Alexandru Gagniuc
2013-06-03
spd.h: Add all known SPD_MEMORY_TYPE definitions.
Alexandru Gagniuc
2013-06-03
include/cpu/amd: Align `CPU_ID_EXT_FEATURES_MSR` with other defines
Paul Menzel
2013-05-25
Intel GM45, 945, SNB: Move `multiply_to_tsc()` to `tsc.h`
Ronald G. Minnich
2013-05-23
include/timer.h: Fix typo in in*iti*alize in comment
Paul Menzel
2013-05-16
x86: add cache-as-ram migration option
Aaron Durbin
2013-05-14
coreboot: add thread cooperative multitasking
Aaron Durbin
2013-05-11
Make early x86 POST codes written to IO port optional
Martin Roth
2013-05-10
Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...
Ronald G. Minnich
2013-05-10
Get rid of a number of __GNUC__ checks
Stefan Reinauer
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2013-05-08
hardwaremain: drop boot_complete parameter
Stefan Reinauer
2013-05-08
x86: use asmlinkage macro for smm_handler_t
Aaron Durbin
2013-05-07
boot state: add ability to block state transitions
Aaron Durbin
2013-05-07
x86: add TSC_CONSTANT_RATE option
Aaron Durbin
2013-05-06
exynos5250/snow: deprecate time.h
David Hendricks
2013-05-05
timer.h: add mono_time_diff_microseconds()
David Hendricks
2013-05-04
Revert "exynos5250/snow: deprecate time.h"
David Hendricks
2013-05-03
exynos5250/snow: deprecate time.h
David Hendricks
2013-05-01
coreboot: add timer queue implementation
Aaron Durbin
2013-05-01
coreboot: introduce monotonic timer API
Aaron Durbin
2013-05-01
boot state: rebalance payload load vs actual boot
Aaron Durbin
2013-05-01
x86: use boot state callbacks to disable rom cache
Aaron Durbin
2013-05-01
boot: remove cbmem_post_handling()
Aaron Durbin
2013-05-01
cbmem: use boot state machine
Aaron Durbin
2013-05-01
coverage: use boot state callbacks
Aaron Durbin
2013-05-01
acpi: split resume check and actual resume code
Aaron Durbin
2013-05-01
boot state: schedule static callbacks
Aaron Durbin
2013-05-01
ramstage: introduce boot state machine
Aaron Durbin
2013-05-01
string: Add STRINGIFY macro
Aaron Durbin
2013-04-20
Eliminate use of pointers in coreboot table
Stefan Reinauer
2013-04-18
spkmodem console
Vladimir Serbinenko
2013-04-13
Exynos5250: add a microsecond timer
Ronald G. Minnich
2013-04-12
Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region"
Nico Huber
2013-04-10
siemens/sitemp_g1p1: Make ACPI report the right mmconf region
Patrick Georgi
2013-04-10
exynos5: Re-factor I2C code
David Hendricks
2013-04-09
replace device/i2c.h with simpler version
David Hendricks
2013-04-05
mtrr: add rom caching comment about hyperthreads
Aaron Durbin
2013-04-04
AMD: Drop six copies of wrmsr_amd and rdmsr_amd
Kyösti Mälkki
2013-04-03
intel/microcode.h: Fix typo in comment: micr*o*code
Paul Menzel
2013-04-01
lynxpoint: Move ACPI NVS into separate CBMEM table
Duncan Laurie
2013-04-01
boot: add disable_cache_rom() function
Aaron Durbin
2013-03-29
memrange: add 2 new range_entry routines
Aaron Durbin
2013-03-29
x86: add rom cache variable MTRR index to tables
Aaron Durbin
2013-03-29
x86: mtrr: add CONFIG_CACHE_ROM support
Aaron Durbin
2013-03-29
lib: add memrange infrastructure
Aaron Durbin
2013-03-29
stdlib: add ALIGN_UP and ALIGN_DOWN macros
Aaron Durbin
2013-03-29
resources: introduce IORESOURCE_WRCOMB
Aaron Durbin
2013-03-29
resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR]
Aaron Durbin
2013-03-29
x86: add new mtrr implementation
Aaron Durbin
2013-03-23
resources: introduce reserved_ram_resource()
Aaron Durbin
2013-03-23
x86: expose console_tx_flush in romstage
Aaron Durbin
2013-03-22
x86: unify amd and non-amd MTRR routines
Aaron Durbin
2013-03-22
Unify coreboot table generation
Stefan Reinauer
2013-03-22
coreboot: add vboot_handoff to coreboot tables
Aaron Durbin
2013-03-22
rmodule: add vboot rmodule type
Aaron Durbin
2013-03-22
timestamp: add vboot check points
Aaron Durbin
2013-03-22
cbmem: add vboot cmbem id
Aaron Durbin
2013-03-22
coreboot: dynamic cbmem requirement
Aaron Durbin
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-21
cbmem: dynamic cbmem support
Aaron Durbin
2013-03-21
lynxpoint: Fix ELOG logging of power management events
Duncan Laurie
2013-03-21
coreboot: add caching loaded ramstage interface
Aaron Durbin
2013-03-21
ramstage: cache relocated ramstage in RAM
Aaron Durbin
2013-03-21
ramstage: Add cbmem_get_table_location()
Aaron Durbin
2013-03-21
romstage_handoff: add s3_resume field
Aaron Durbin
2013-03-21
romstage_handoff: provide common logic for setup
Aaron Durbin
2013-03-21
x86: protect against abi assumptions from compiler
Aaron Durbin
2013-03-21
coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE
Aaron Durbin
2013-03-21
coreboot: introduce romstage_handoff structure
Aaron Durbin
2013-03-21
cbmem: add CBMEM_ID_ROMSTAGE_INFO id
Aaron Durbin
2013-03-21
rmodule: add ability to calculate module placement
Aaron Durbin
2013-03-20
link/graphics: Add support for EDID
Ronald G. Minnich
2013-03-20
x86: provide more C standard environment
Aaron Durbin
2013-03-19
rmodule: add ramstage support
Aaron Durbin
2013-03-19
intel microcode: split up microcode loading stages
Aaron Durbin
2013-03-18
rmodule: add rmodules class and new type
Aaron Durbin
2013-03-18
rmodule: add 16 bytes of padding
Aaron Durbin
2013-03-18
lib: add rmodule support
Aaron Durbin
2013-03-16
stddef.h: Add standard defines for KiB, MiB, GiB, and TiB
Ronald G. Minnich
2013-03-15
Google Link: Add remaining code to support native graphics
Ronald G. Minnich
2013-03-15
haswell: reserve default SMRAM space
Aaron Durbin
2013-03-14
haswell: add PCI id support
Aaron Durbin
2013-03-14
x86: SMM Module Support
Aaron Durbin
2013-03-12
watchdog.h: Fix compile time error on disabling watchdog handling
Patrick Georgi
2013-03-11
pci.h: Drop unused `mainboard_pci_subsystem*` prototypes
Patrick Georgi
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-27
smm: Update rev 0x30101 SMM revision save state
Aaron Durbin
2013-02-20
Whitespace: Replace tab character in license text with two spaces
Paul Menzel
2013-02-19
move uartmem_getbaseaddr() to generic uart header
David Hendricks
2013-02-18
AMD Family12h: Fix warnings
Martin Roth
2013-02-15
Drop include/arch-generic/div64.h
Stefan Reinauer
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2013-02-11
spi-generic.h: Adapt include guard
Patrick Georgi
2013-02-11
spi.h: Rename the spi.h to spi-generic.h
Zheng Bao
2013-02-11
Intel: Replace MSR 0xcd with MSR_FSB_FREQ
Patrick Georgi
2013-02-09
speedstep: Deduplicate some MSR identifiers
Patrick Georgi
2013-02-08
armv7: Use same console initialization procedure for all ARM stages
Hung-Te Lin
2013-02-08
console: Only print romstage messages with EARLY_CONSOLE enabled.
Hung-Te Lin
[next]