coreboot.git
2012-03-29 Stefan ReinauerAdd faster, architecture dependent memcpy()
2012-03-29 Gabe BlackAdd infrastructure for global data in the CAR phase...
2012-03-29 Gabe BlackDetect whether the OXPCIE card is really present while...
2012-03-29 Stefan ReinauerFix typos in src/console/Kconfig
2012-03-29 Duncan LaurieAdd support for enabling PCIe Common Clock and ASPM
2012-03-29 Vadim BendeburyRefactor publishing CBMEM addresses through coreboot...
2012-03-29 Vadim BendeburyAdd timestamp table pointer to the coreboot table.
2012-03-29 Vadim BendeburyIntroduce utility for parsing CBMEM contents.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Enable coreboot CBMEM console.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add code using the new console driver.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add CBMEM type for console buffer.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add CBMEM console driver implementation.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add config option for CBMEM stored conso...
2012-03-29 Vadim BendeburyIncrease CBMEM to accommodate larger console.
2012-03-28 Duncan LaurieAdd cmos helper functions for reading/writing a dword
2012-03-28 Stefan Reinauerselfboot: Allow loading SeaBIOS into a reserved region...
2012-03-28 Stefan ReinauerInclude arch/acpi.h instead of manually adding acpi_slp...
2012-03-28 Vadim BendeburyAdd timestamp collecting to coreboot.
2012-03-28 Vadim BendeburyAdd a config flag to enable time stamp collection
2012-03-28 Vadim BendeburyInitialize CBMEM early.
2012-03-28 Vadim BendeburyIntroduce config option to initialize CBMEM early.
2012-03-27 Rudolf MarekAdd bifferboard
2012-03-27 Rudolf MarekAdd 64KB romchip chip size
2012-03-27 Rudolf MarekAdd support for RDC R8610 Southbridge
2012-03-27 Rudolf MarekAdd the support for RDC R8610 Northbridge
2012-03-27 Rudolf MarekAdd RDC R8610 PCI IDs.
2012-03-26 Marc JonesFix cleaning SeaBIOS from coreboot makefile
2012-03-26 Rudolf MarekDisable the GDB stub by default
2012-03-25 Kyösti MälkkiFix possible deadlock on SMP stop_this_cpu
2012-03-25 Kyösti MälkkiIntel cpus: Fix deadlock on hyper-threading init
2012-03-25 Kyösti MälkkiMakefile: rename linker intermediate variable
2012-03-25 Patrick Georgigitconfig: Improve commit-msg hook
2012-03-25 Kyösti MälkkiReplace ramtest pattern to assist in DIMM configuration
2012-03-24 Patrick Georgii82801gx: Support power-on-after-power-fail better
2012-03-24 Patrick Georgii82801gx: Use CMOS variable if available for power...
2012-03-24 Patrick Georgiprintf: Remove some L modifier uses
2012-03-21 Marc JonesFix libpayload alloc() size and gcc pointer optimizatio...
2012-03-20 Rudolf MarekAvoid using CPUID in SMBIOS tables. Check for CPUID...
2012-03-17 Patrick GeorgiAnother indirection for normal/fallback bootblock
2012-03-17 Kyösti MälkkiIntel cpus: Include CAR from socket
2012-03-16 Stefan ReinauerFix AMD Fam15 CBMEM allocation
2012-03-16 Stefan ReinauerFix AMD Fam12 CBMEM allocation
2012-03-16 Stefan ReinauerFix AMD Fam10 CBMEM allocation
2012-03-16 Kyösti MälkkiAMD Agesa: delete no-op bootblock files
2012-03-16 Kyösti MälkkiRename AMD_AGESA to CPU_AMD_AGESA
2012-03-16 Kyösti MälkkiFix AMD Agesa leaking Kconfig
2012-03-16 Patrick GeorgiROMCC boards have no XIP limit
2012-03-16 Patrick GeorgiUse search path when building dependencies
2012-03-16 Patrick Georgixchg is atomic with side-effects
2012-03-16 Patrick Georgiclang: Don't use mmx nor sse
2012-03-16 Kyösti MälkkiIntel northbridge I945: Apply un-written naming rules
2012-03-16 Patrick GeorgiVia Epia-N and C3: Set ioapic delivery type in Kconfig
2012-03-16 Kyösti MälkkiVIA southbridge K8T890: Apply un-written naming rules
2012-03-16 Kyösti MälkkiFix address of IDT in real-mode entry
2012-03-16 Marc JonesFix AMD Fam14 cbmen allocation
2012-03-15 Marc JonesClean up whitespace in fam14 northbridge.c
2012-03-14 Gabe BlackSince cbfs_core.h provides a macro that uses ntohl...
2012-03-13 Martin RothAGESA family 12 changes to fix torpedo warnings
2012-03-13 Frank VibransUnion Station: Fixes to turn on HDMI
2012-03-13 Frank VibransUnion Station: Remove SIO support
2012-03-11 Patrick GeorgiNo need to setup include paths with .s files
2012-03-11 Patrick Georgimalloc: size is unsigned, don't test for size < 0
2012-03-11 Patrick Georgimainboard/aopen/Kconfig: remove extra whitespace
2012-03-10 Patrick GeorgiPortability improvement
2012-03-10 Marc JonesMake libpayload alloc() memory pointers volatile
2012-03-10 Gabe BlackIf the memory mapped UART isn't present, leave it out...
2012-03-10 Stefan Reinauertell superiotool about the ITE 8772
2012-03-09 Stefan ReinauerIncrease size of the coreboot table area
2012-03-09 Duncan LaurieFix compilation when USE_OPTION_TABLE is not defined.
2012-03-09 Vadim BendeburyFix coreboot table size calculations.
2012-03-09 Stefan ReinauerClean up use of CONFIG_ variables in coreboot_table.c
2012-03-09 Stefan ReinauerFix dependency problem for uart8250.c as well
2012-03-09 Stefan ReinauerFix compilation with CONFIG_USE_OPTION_TABLE enabled
2012-03-09 Duncan LaurieAdd helper function to find a Local APIC by ID in the...
2012-03-09 Stefan ReinauerDon't try to compute I/O for empty sub buses.
2012-03-09 Stefan ReinauerOXPCIe: Reinitialize UART after pci_dev_set_resources()
2012-03-09 Stefan Reinauermove console includes to central console/console.h
2012-03-09 Stefan ReinauerAdd support for the Startech PEX1XS1PMINI
2012-03-09 Stefan ReinauerDon't run any Option ROMs stored outside of the system...
2012-03-09 Gabe BlackAdd an implementation for the memchr library function
2012-03-09 Stefan ReinauerFix lint-stable checkin hooks on MacOS X
2012-03-08 Stefan ReinauerDon't run VGA option ROMs on S3 resume.
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2012-03-08 Kyösti MälkkiAdd support for A-Open DXPL Plus-U motherboard
2012-03-07 Patrick GeorgiMove C labels to start-of-line
2012-03-07 Patrick Georgilint: test that labels begin at start-of-line
2012-03-07 Stefan Reinauercorrectly mark code segments as code in SELF
2012-03-07 Stefan Reinauerselfboot: drop dead code
2012-03-06 Patrick GeorgiRevert "Use -mno-sse to prevent overzealous gcc optimiz...
2012-03-03 Stefan ReinauerUse -mno-sse to prevent overzealous gcc optimizations
2012-03-02 Marc JonesFix ECC disable option for AMD Fam10 DDR2 and DDR3.
2012-02-29 Patrick Georgigitconfig: Add lint-stable as pre-commit hook
2012-02-29 Patrick Georgilint: create two classes of tests, stable and dev
2012-02-29 Patrick GeorgiFix lint test for build directories
2012-02-29 Patrick GeorgiDrop support for BROKEN marker
2012-02-29 Patrick GeorgiRename vendor identifiers in Kconfig
2012-02-29 Kyösti MälkkiFix x86 cpu_phys_address_size
2012-02-29 Marc Jonestint requires more heap space for PDCurses.
2012-02-29 Kyösti MälkkiAMD southbridge: remove sp5100
2012-02-27 Denis 'GNUtoo... asus/m4a785t-m: correct the CPU microcode patch selection
next