summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-08Fix cbmem to work on 64 bit platformsVadim Bendebury
2012-11-08Make option rom init more verboseStefan Reinauer
2012-11-08cbfstool: add offset parameter to create commandStefan Reinauer
2012-11-08ELOG: Find flash base in FMAP if possibleDuncan Laurie
2012-11-07ELOG: Don't disable SPI controller lockdownDuncan Laurie
2012-11-07SPI: opmenu special case for WREN as atomic prefixDuncan Laurie
2012-11-07RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-11-07libpayload: Take usb_poll out of usb_initialize.Gabe Black
2012-11-07libpayload: Make usb_initialize more efficient and fix style problems.Gabe Black
2012-11-07libpayload: Add definitions for more config space registers.Gabe Black
2012-11-07libpayload: Add the format attribute to functions in stdio.h.Gabe Black
2012-11-07libpayload: Fix the format string of the assert macro.Gabe Black
2012-11-07libpayload: Add faster, architecture specific versions of memset and memcpy.Gabe Black
2012-11-07libpayload: Make the symbols in memory.c weak so they can be overridden.Gabe Black
2012-11-07Update the way serial info is read from the coreboot tables.Gabe Black
2012-11-07Move the definition of ipchksum into its own header file.Gabe Black
2012-11-07Discard .note sections when linking.Gabe Black
2012-11-07Include stdint.h in libpayload's rdtsc.h.Gabe Black
2012-11-07cbfstool: respect dependencies when building locallyStefan Reinauer
2012-11-07SMI: Change order of SMI_EN and PM1_EN initDuncan Laurie
2012-11-07EC: Prepare to read and log last post code from previous bootDuncan Laurie
2012-11-07SandyBridge/IvyBridge: Use flash map to find MRC cacheStefan Reinauer
2012-11-07Strip quotes from $(objcbfs)Stefan Reinauer
2012-11-07Add missing newline in error messageStefan Reinauer
2012-11-07rtc: add explicit dependency on build.hVincent Palatin
2012-11-07rtc: erase CMOS memory after power failureVincent Palatin
2012-11-07AMD G34 CPU: change lapic_id in northbridge.c to accommodate G34 CPUSiyuan Wang
2012-11-07CMOS: Move MRC seed offset into upper bankDuncan Laurie
2012-11-07rtc: force mc146818 register D to a correct valueVincent Palatin
2012-11-07Fix CONFIG_ use in i8254.cStefan Reinauer
2012-11-07Add POST code for "All devices initialized"Stefan Reinauer
2012-11-07Move global variable check to MakefileStefan Reinauer
2012-11-07Leave power control registers unlockedSameer Nanda
2012-11-07Fix whitespace issue with help message in Kconfig fileDave Frodin
2012-11-07AMD rd890 late.c: Don't enable PCIe ports after PCIe init.Siyuan Wang
2012-11-07AMD agesa family15: PCI domain should scan bus from 0x18.0Siyuan Wang
2012-11-06acpi: Add support for DMAR tables (Intel IOMMU support)Patrick Georgi
2012-11-06Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki
2012-11-06smsc/lpc47n227: Make early_serial usablePatrick Georgi
2012-11-06cpu/intel/model_1067x: Add proper c-state/p-state/thermal supportNico Huber
2012-11-06intel/socket_BGA956: enable speedstep, CAR, MMX, SSEPatrick Georgi
2012-11-06Add name field for deviceKyösti Mälkki
2012-11-05Overhaul speedstep codeNico Huber
2012-11-05Fix some indentation flaws and break very long linesNico Huber
2012-11-02remove enable_cache() of 3 mainboardsSiyuan Wang
2012-11-02Persimmon: disable the unconnected Full-Speed USB portDave Frodin
2012-11-02AMD agesa: add enable cache at the end of disable_cache_as_ramSiyuan Wang
2012-11-02Correct FSB reading in speedstep ACPINico Huber
2012-11-02crossgcc: build expat and python in silenceIdwer Vollering