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
Age
Commit message (
Expand
)
Author
2012-11-13
Clean up stack checking code
Stefan Reinauer
2012-11-13
Add method for delaying adding of timestamps
Stefan Reinauer
2012-11-13
Add Kconfig option to lock/unlock ME firmware during build
Stefan Reinauer
2012-11-13
clean up lapic_cpu_init.c
Stefan Reinauer
2012-11-13
Pass the CPU index as a parameter to startup.
Ronald G. Minnich
2012-11-13
Fix CONFIG_MAX_CPU set to 1 CPU build problem
Stefan Reinauer
2012-11-13
Support better tracking of AP stack usage.
Ronald G. Minnich
2012-11-13
SandyBridge/IvyBridge: Add IFD and ME firmware automatically
Stefan Reinauer
2012-11-12
vboot: Add option to skip TPM resume on S3 resume
Stefan Reinauer
2012-11-12
mmio pci config: Remove register constraints
Aaron Durbin
2012-11-12
cbfstool: Rework to use getopt style parameters
Stefan Reinauer
2012-11-12
Initial IGD OpRegion implementation
Stefan Reinauer
2012-11-12
romcc_io: add pci_or_configX functions.
Aaron Durbin
2012-11-12
x86/Makefile.inc: Test if the strings are equal by single equal sign
Zheng Bao
2012-11-12
If cmos is invalid, always set the rtc date and time
Stefan Reinauer
2012-11-12
Remove duplicate defines from mc146818rtc.c
Marc Jones
2012-11-12
Avoid using hardcoded values in MRC cache code
Vadim Bendebury
2012-11-12
ivybridge: Catch unknown CPU revisions
Stefan Reinauer
2012-11-12
Store timestamps before resuming from suspend
Stefan Reinauer
2012-11-12
Reduce default stack size to 4K
Stefan Reinauer
2012-11-12
Add dependency for CONFIG_AP_IN_SIPI_WAIT
Stefan Reinauer
2012-11-12
SPI: Add early romstage SPI driver using hardware sequencing
Duncan Laurie
2012-11-12
ELOG: Support for non-memory mapped flash
Duncan Laurie
2012-11-12
SPI: Fix and enable Fast Read support
Duncan Laurie
2012-11-12
Fix gcc-4.7 building problem.
Han Shen
2012-11-12
Add bd82x6x mainboards ASPM overrides.
Marc Jones
2012-11-12
SPI: Configure Software Sequence SPI Freq to match descriptor
Duncan Laurie
2012-11-12
SPI: Add Fast Read to the OPMENU for locked down SPI
Duncan Laurie
2012-11-12
oprom: Ensure that mode information is valid before putting it in the tables.
Gabe Black
2012-11-12
Define post codes for OS boot and resume
Duncan Laurie
2012-11-12
Pass correct sleep type to mainboard sleep handler
Stefan Reinauer
2012-11-12
ACPI: Zero pstate/cstate control values in FADT
Duncan Laurie
2012-11-12
Initialize the VMX MSR
Marc Jones
2012-11-12
Revert "Remove code that enables/disables VMX in coreboot on chromebooks."
Marc Jones
2012-11-12
sandybridge: Correct reporting of cores and threads
Stefan Reinauer
2012-11-09
Make coreboot use the offset parameter in cbfstool create
Stefan Reinauer
2012-11-09
Prevent inclusion of tsc.h when not needed
Vadim Bendebury
2012-11-09
PCH: Add register descriptions used by IGD OpRegion
Stefan Reinauer
2012-11-09
Add IGD Opregion variables to NVS
Stefan Reinauer
2012-11-09
Make register/value lists const
Stefan Reinauer
2012-11-09
Get rid of hard coded strings in ACPI tables
Stefan Reinauer
2012-11-09
Add Gigadevice SPI rom support
Martin Roth
2012-11-09
ELOG: Add EC events to elog header
Duncan Laurie
2012-11-09
SPI: re-init SMM SPI driver after lockdown
Duncan Laurie
2012-11-09
Change flashmap base to reflect new FMAP in U-boot
Duncan Laurie
2012-11-09
mc146818rtc: Remove the hyphen to build on NetBSD and Darwin
Zheng Bao
2012-11-09
mc146818rtc: Update the Day of Week in CMOS in the right way.
Zheng Bao
2012-11-08
mainboard/roda/rk886ex: Disable CHECK_SLFRCS_ON_RESUME
Nico Huber
2012-11-08
Log unexpected post code from the previous boot
Duncan Laurie
2012-11-08
Add support for storing POST codes in CMOS
Duncan Laurie
2012-11-08
x86 memcpy: Copy 4 bytes at once
Stefan Reinauer
2012-11-08
RTC: Don't clear pending interrupt in resume path
Duncan Laurie
2012-11-08
smi: make tseg_relocate check pointer offset
Duncan Laurie
2012-11-08
elog: add extended management engine event
Duncan Laurie
2012-11-08
spi: fix erase in SMM while SPIBAR is locked
Duncan Laurie
2012-11-08
Make option rom init more verbose
Stefan Reinauer
2012-11-08
ELOG: Find flash base in FMAP if possible
Duncan Laurie
2012-11-07
ELOG: Don't disable SPI controller lockdown
Duncan Laurie
2012-11-07
SPI: opmenu special case for WREN as atomic prefix
Duncan Laurie
2012-11-07
RTC: Write build date in BCD when clearing RTC CMOS
Duncan Laurie
2012-11-07
SMI: Change order of SMI_EN and PM1_EN init
Duncan Laurie
2012-11-07
EC: Prepare to read and log last post code from previous boot
Duncan Laurie
2012-11-07
SandyBridge/IvyBridge: Use flash map to find MRC cache
Stefan Reinauer
2012-11-07
Add missing newline in error message
Stefan Reinauer
2012-11-07
rtc: add explicit dependency on build.h
Vincent Palatin
2012-11-07
rtc: erase CMOS memory after power failure
Vincent Palatin
2012-11-07
AMD G34 CPU: change lapic_id in northbridge.c to accommodate G34 CPU
Siyuan Wang
2012-11-07
CMOS: Move MRC seed offset into upper bank
Duncan Laurie
2012-11-07
rtc: force mc146818 register D to a correct value
Vincent Palatin
2012-11-07
Fix CONFIG_ use in i8254.c
Stefan Reinauer
2012-11-07
Add POST code for "All devices initialized"
Stefan Reinauer
2012-11-07
Move global variable check to Makefile
Stefan Reinauer
2012-11-07
Leave power control registers unlocked
Sameer Nanda
2012-11-07
Fix whitespace issue with help message in Kconfig file
Dave Frodin
2012-11-07
AMD rd890 late.c: Don't enable PCIe ports after PCIe init.
Siyuan Wang
2012-11-07
AMD agesa family15: PCI domain should scan bus from 0x18.0
Siyuan Wang
2012-11-06
acpi: Add support for DMAR tables (Intel IOMMU support)
Patrick Georgi
2012-11-06
Drop redundant CHIP_NAME in mainboard.c
Kyösti Mälkki
2012-11-06
smsc/lpc47n227: Make early_serial usable
Patrick Georgi
2012-11-06
cpu/intel/model_1067x: Add proper c-state/p-state/thermal support
Nico Huber
2012-11-06
intel/socket_BGA956: enable speedstep, CAR, MMX, SSE
Patrick Georgi
2012-11-06
Add name field for device
Kyösti Mälkki
2012-11-05
Overhaul speedstep code
Nico Huber
2012-11-05
Fix some indentation flaws and break very long lines
Nico Huber
2012-11-02
remove enable_cache() of 3 mainboards
Siyuan Wang
2012-11-02
Persimmon: disable the unconnected Full-Speed USB port
Dave Frodin
2012-11-02
AMD agesa: add enable cache at the end of disable_cache_as_ram
Siyuan Wang
2012-11-02
Correct FSB reading in speedstep ACPI
Nico Huber
2012-11-02
Fix some issues with new "reference" toolchain
Stefan Reinauer
2012-11-01
Merge cpu/intel/acpi.h into cpu/intel/speedstep.h
Nico Huber
2012-10-30
Add support for socket LGA775
Stefan Tauner
2012-10-30
Fix ExecuteFinalHltInstruction function in f15h family code
Kostr
2012-10-30
AMD SB800: PCIE slots on Persimmon
Zheng Bao
2012-10-29
Drop get_smbios_data from chip_operations
Kyösti Mälkki
2012-10-29
Fix reading of number of interrupts for IO-APICs
Nico Huber
2012-10-29
Hide all _ROM_RUN Kconfig options if the payload is SeaBIOS
Peter Stuge
2012-10-29
Run option ROMs in coreboot by default only if the payload is not SeaBIOS
Peter Stuge
2012-10-29
Clarify that _ROM_RUN Kconfig options control if ROMs are run by coreboot
Peter Stuge
2012-10-28
IEI PM-LX2-800-R10: Added preliminary mainboard support
Ricardo Martins
2012-10-27
Take care of NULL chip_ops->name
Kyösti Mälkki
[prev]
[next]