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
2012-07-12
Lenovo X60: correct SDHCI write protect polarity
Jonathan A. Kollasch
2012-07-09
SMBIOS: Add Type 38 (IPMI) data structure
Sven Schnelle
2012-07-05
PCI Type2 config must die
Ronald G. Minnich
2012-07-04
Intel cpus: Extend cache to cover complete Flash Device
Kyösti Mälkki
2012-07-03
AGESA F15 wrapper for Trinity
zbao
2012-07-02
Use broadcast SIPI to startup siblings
Sven Schnelle
2012-07-02
Intel CPUs: execute microcode update only once per core
Kyösti Mälkki
2012-05-30
Add support for Panther Point to SPI driver
Stefan Reinauer
2012-05-24
cbtypes.h: Unify cbtypes.h used in AMD board's code
Vikram Narayanan
2012-05-11
Hook up MRC cache update
Stefan Reinauer
2012-05-10
Add SPI flash driver
Stefan Reinauer
2012-05-08
Add config_enabled() from Linux
Patrick Georgi
2012-05-08
Clean up #ifs
Patrick Georgi
2012-05-01
Allow device ID arrays in the PCI driver structure
Vadim Bendebury
2012-04-27
SMM: unify mainboard APM command handlers
Stefan Reinauer
2012-04-27
cpu/cpu.h: add ROMCC guards
Stefan Reinauer
2012-04-27
Move top level pc80 directory to drivers/
Stefan Reinauer
2012-04-26
Revamp Intel microcode update code
Stefan Reinauer
2012-04-25
Replace cache control magic numbers with symbols
Patrick Georgi
2012-04-16
S3 code in coreboot public folder.
zbao
2012-04-12
Add support for aligned allocation
Ron Minnich
2012-04-06
Fixes and Sandybridge support for lapic cpu init
Stefan Reinauer
2012-04-06
Add constants for fast path resume copying
Stefan Reinauer
2012-04-05
Fill out ChromeOS specific coreboot table extensions
Stefan Reinauer
2012-04-04
Add support to run SMM handler in TSEG instead of ASEG
Stefan Reinauer
2012-04-03
Add support for Intel Turbo Boost feature
Stefan Reinauer
2012-04-03
smbios: add support for onboard devices extended information
Stefan Reinauer
2012-04-02
Add a helper function to determine the number of enabled CPUs
Stefan Reinauer
2012-04-02
Align: Make sure 1 is treated as unsigned long instead of int
Stefan Reinauer
2012-03-30
Make MTRR min hole alignment 64MB
Duncan Laurie
2012-03-30
Add more timestamps in coreboot.
Stefan Reinauer
2012-03-30
Add timestamps for selfboot and acpi wake
Duncan Laurie
2012-03-30
Add TPM support to coreboot
Stefan Reinauer
2012-03-30
Add an option to keep the ROM cached after romstage
Stefan Reinauer
2012-03-29
Add infrastructure for global data in the CAR phase of boot
Gabe Black
2012-03-29
Detect whether the OXPCIE card is really present while in the ROM stage.
Gabe Black
2012-03-29
Add support for enabling PCIe Common Clock and ASPM
Duncan Laurie
2012-03-29
Refactor publishing CBMEM addresses through coreboot table.
Vadim Bendebury
2012-03-29
Add timestamp table pointer to the coreboot table.
Vadim Bendebury
2012-03-29
CBMEM CONSOLE: Add CBMEM type for console buffer.
Vadim Bendebury
2012-03-29
CBMEM CONSOLE: Add CBMEM console driver implementation.
Vadim Bendebury
2012-03-29
Increase CBMEM to accommodate larger console.
Vadim Bendebury
2012-03-28
Add cmos helper functions for reading/writing a dword
Duncan Laurie
2012-03-28
Add timestamp collecting to coreboot.
Vadim Bendebury
2012-03-28
Initialize CBMEM early.
Vadim Bendebury
2012-03-27
Add RDC R8610 PCI IDs.
Rudolf Marek
2012-03-16
xchg is atomic with side-effects
Patrick Georgi
2012-03-14
Since cbfs_core.h provides a macro that uses ntohl, make sure ntohl is available
Gabe Black
2012-03-09
Increase size of the coreboot table area
Stefan Reinauer
2012-03-09
Add helper function to find a Local APIC by ID in the device tree.
Duncan Laurie
2012-03-09
move console includes to central console/console.h
Stefan Reinauer
2012-03-09
Add an implementation for the memchr library function
Gabe Black
2012-03-08
Unify Local APIC address definitions
Patrick Georgi
2012-02-16
pci_ids: Add AMD F15h model 00-0f and F10h cpu HT device pci ids
Kerry Sheh
2012-02-16
AGESA F15: AGESA family15 model 00-0fh cpu wrapper
Kerry Sheh
2012-02-13
AMD Geode cpus: apply un-written naming rules
Kyösti Mälkki
2012-02-07
Add OPROM mapping support to coreboot
Stefan Reinauer
2012-01-24
RD890: pci_ids update
Kerry Sheh
2012-01-23
post code: Replaced hard-coded post code with macro
Vikram Narayanan
2012-01-12
lib: add ram_check_nodie
Sven Schnelle
2012-01-10
MTRR: get physical address size from CPUID
Sven Schnelle
2011-12-13
Fix CMOS handling for non-USE_OPTION_TABLE configuration
Patrick Georgi
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-11-01
Remove XIP_ROM_BASE
Patrick Georgi
2011-10-31
Fix usb debug dongle support
Sven Schnelle
2011-10-28
Get rid of AUTO_XIP_ROM_BASE
Patrick Georgi
2011-10-21
Extend coreboot table entry for serial ports
Stefan Reinauer
2011-10-21
Add macros for 64bit byte order swapping
Stefan Reinauer
2011-10-13
Enable/fix compilation of i8254 code in ram stage.
Stefan Reinauer
2011-10-12
SB800: Sata Enable bus master and enable ahci for AHCI/RAID mode
Kerry Sheh
2011-10-03
pci_ids: Add sb800 SATA device raid mode device id
Kerry Sheh
2011-09-15
Build warning fix for AMD Family 12
efdesign98
2011-09-12
Miscellaneous AMD F14 warning fixes
efdesign98
2011-09-07
Add support for the tracing infastructure in coreboot.
Rudolf Marek
2011-08-26
Add automatic SMBIOS table generation
Sven Schnelle
2011-08-18
export get_cbfs_header()
Sven Schnelle
2011-08-04
split CBFS support into shared core and extended functions
Patrick Georgi
2011-08-04
cpu/intel/slot_1: Init L2 cache on SECC(2) CPUs.
Keith Hui
2011-07-13
Make AMD SMM SMP aware
Rudolf Marek
2011-07-12
Do full flush on uart8250 only at end of printk.
Kevin O'Connor
2011-06-28
Addition of Family12/SB900 wrapper code
efdesign98
2011-06-28
SMM: add guard and include types.h in cpu/x86/smm.h
Sven Schnelle
2011-06-15
SMM: don't overwrite SMM memory on resume
Sven Schnelle
2011-06-15
CMOS: add set_option()
Sven Schnelle
2011-06-07
SMM: add defines for APM_CNT register
Sven Schnelle
2011-06-06
SMM: add mainboard_apm_cnt() callback
Sven Schnelle
2011-06-03
Correct wrong PCI ID for VIA K8M890 Chrome.
Alexandru Gagniuc
2011-05-15
Cosmetic cleanup.
Scott Duplichan
2011-05-15
Enable AHCI mode and hide IDE controller to reduce boot time.
Scott Duplichan
2011-05-10
Change read_option() to a macro that wraps some API uglyness
Patrick Georgi
2011-05-09
Adds RS740 HT and internal graphics PCI ids.
Ivaylo Valkov
2011-04-26
Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an
Stefan Reinauer
2011-04-22
The UART divider should be calculated based on the base frequency
Stefan Reinauer
2011-04-21
more ifdef -> if fixes
Stefan Reinauer
2011-04-21
some ifdef --> if fixes
Stefan Reinauer
2011-04-20
Simplify coreboot's console/console.h
Stefan Reinauer
2011-04-20
pci1x2x: add PCI1510 device IDs
Sven Schnelle
2011-04-20
drop dead uart init code.
Stefan Reinauer
2011-04-11
Unify use of post_code
Alexandru Gagniuc
2011-04-10
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
Stefan Reinauer
[prev]
[next]