aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-23resources: introduce reserved_ram_resource()Aaron Durbin
2013-03-23x86: mark .textfirst as allocatable and executableAaron Durbin
2013-03-23relocatable ramstage: fix linkingAaron Durbin
2013-03-23vboot module: fix compilation issuesAaron Durbin
2013-03-23x86: expose console_tx_flush in romstageAaron Durbin
2013-03-23rmodule: align ld script with latest x86 ld scriptAaron Durbin
2013-03-23cbfs: fix relocation ramstage compiler errorsAaron Durbin
2013-03-23xcompile: honor LINKER_SUFFIX variableAaron Durbin
2013-03-22Unify setting i82801e LPCKyösti Mälkki
2013-03-22libpayload: Add comments on virtual pointers in lib_sysinfoNico Huber
2013-03-22x86: unify amd and non-amd MTRR routinesAaron Durbin
2013-03-22Add support for ASUS F2A85-M boardRudolf Marek
2013-03-22Fix compilation of Intel LynxPoint based boardsStefan Reinauer
2013-03-22Asrock E350M1: Use SPD read code from F14 wrapperJens Rottmann
2013-03-22FrontRunner/Toucan-AF: Use SPD read code from F14 wrapperJens Rottmann
2013-03-22libpayload: initial test case + tiny "framework"Patrick Georgi
2013-03-22cbfstool: Fix initial empty space in image creation.Hung-Te Lin
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-22wtm2: build-time dev and recovery settingsAaron Durbin
2013-03-22vboot: pass correct coreboot include pathsAaron Durbin
2013-03-22haswell: Add microcode for ULT C0 stepping 0x40651Duncan Laurie
2013-03-22coreboot: add vboot_handoff to coreboot tablesAaron Durbin
2013-03-22haswell: vboot path support in romstageAaron Durbin
2013-03-22haswell boards: support added chromeos functionAaron Durbin
2013-03-22romstage: add support for vboot firmware selectionAaron Durbin
2013-03-22rmodule: add vboot rmodule typeAaron Durbin
2013-03-22timestamp: add vboot check pointsAaron Durbin
2013-03-22cbmem: add vboot cmbem idAaron Durbin
2013-03-22haswell: use dynamic cbmemAaron Durbin
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-21rmodule: correct ordering of bss clearingAaron Durbin
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21cbfs: Change false ERROR print to a WARNING.Shawn Nematbakhsh
2013-03-21Intel: Update CPU microcode for 6fx CPUsStefan Reinauer
2013-03-21Intel: Update CPU microcode for 106cx CPUsStefan Reinauer
2013-03-21Intel: Update CPU microcode scriptStefan Reinauer
2013-03-21Butterfly, Stout: Force SATA link speed to 3 GbpsShawn Nematbakhsh
2013-03-21rmodule: add string functions to rmodules classAaron Durbin
2013-03-21lynxpoint: Fix up handling for LynxPoint-LP chipsetsDuncan Laurie
2013-03-21lynxpoint: Change sata.c to get rid of #ifDuncan Laurie
2013-03-21lynxpoint: Fix ELOG logging of power management eventsDuncan Laurie
2013-03-21haswell/lynxpoint: Use new PCH/PM helper functionsDuncan Laurie
2013-03-21lynxpoint: Fix GPIO and PM base reservationsDuncan Laurie
2013-03-21lynxpoint: remove DEBUG_PERIODIC_SMISDuncan Laurie
2013-03-21lynxpoint: Add power management helper functionsDuncan Laurie
2013-03-21lynxpoint: Add helper functions for reading PM and GPIO baseDuncan Laurie
2013-03-21lynxpoint: Add function for checking for LP chipsetDuncan Laurie
2013-03-21lynxpoint: Enable EC IO ports 0x62/0x66Duncan Laurie
2013-03-21haswell: Drop the device ID check in graphics init pathDuncan Laurie
2013-03-21lynxpoint: update MBP give up routineAaron Durbin
2013-03-21haswell: RESET_ON_INVALID_RAMSTAGE_CACHE optionAaron Durbin
2013-03-21haswell: implement ramstage caching in SMM regionAaron Durbin
2013-03-21coreboot: add caching loaded ramstage interfaceAaron Durbin
2013-03-21haswell: add multipurpose SMM memory regionAaron Durbin
2013-03-21haswell: set TSEG as WB cacheable in romstageAaron Durbin
2013-03-21LynxPoint: Move RCBA helper function to its own fileDuncan Laurie
2013-03-21haswell: support for parallel SMM relocationAaron Durbin
2013-03-21ramstage: cache relocated ramstage in RAMAaron Durbin
2013-03-21haswell: use s3_resume field in romstage_handoffAaron Durbin
2013-03-21haswell: cbmem_get_table_location() implementationAaron Durbin
2013-03-21ramstage: Add cbmem_get_table_location()Aaron Durbin
2013-03-21romstage_handoff: add s3_resume fieldAaron Durbin
2013-03-21romstage_handoff: provide common logic for setupAaron Durbin
2013-03-21x86: protect against abi assumptions from compilerAaron Durbin
2013-03-21haswell: support for CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-21Fix race condition building console codeStefan Reinauer
2013-03-21coreboot: introduce romstage_handoff structureAaron Durbin
2013-03-21cbmem: add CBMEM_ID_ROMSTAGE_INFO idAaron Durbin
2013-03-21ramstage: prepare for relocationAaron Durbin
2013-03-21rmodule: add ability to calculate module placementAaron Durbin
2013-03-21armv7: add function for dcache_clean_by_mva()David Hendricks
2013-03-21armv7: add a helper function for dcache ops by MVADavid Hendricks
2013-03-21armv7: cosmetic changes to new cache codeDavid Hendricks
2013-03-21armv7: remove old isb() and dsb() macrosDavid Hendricks
2013-03-21armv7: move armv7_invalidate_caches() to cache.cDavid Hendricks
2013-03-20x86: don't clear bss in ramstage entryAaron Durbin
2013-03-20f15tn/Include/OptionIdsInstall.h: Remove idle `… || )`Siyuan Wang
2013-03-20ARM: remove assembly code dump when stages.o is builtRonald G. Minnich
2013-03-20ARM: Fix the ldscripts so that exit/enter stage work correctly.Ronald G. Minnich
2013-03-20Supermicro H8SCM: Use SPD read code from F15 wrapperKimarie Hoot
2013-03-20AMD Dinar: Use SPD read code from F15 wrapperKimarie Hoot
2013-03-20Tyan S8226: Use SPD read code from F15 wrapperKimarie Hoot
2013-03-20Supermicro H8QGI: Use SPD read code from F15 wrapperKimarie Hoot
2013-03-20cbfstool locate: Implement alignment switch --align/-aHung-Te Lin
2013-03-20link/graphics: Add support for EDIDRonald G. Minnich
2013-03-20link/graphics: New state machineRonald G. Minnich
2013-03-20link/graphics: implement a palette setting operatorRonald G. Minnich
2013-03-20x86: provide more C standard environmentAaron Durbin
2013-03-20haswell: drop memory reservation for sandybridge GPU bugDuncan Laurie
2013-03-20Intel: Update CPU microcode for Sandybridge/Ivybridge CPUsStefan Reinauer
2013-03-20Intel: Update CPU microcode for 1067x CPUsStefan Reinauer
2013-03-19link/graphics: add functions to support aux channel communicationsRonald G. Minnich
2013-03-19armv7/exynos/snow: new cache maintenance APIDavid Hendricks
2013-03-19rmodule: add ramstage supportAaron Durbin
2013-03-19google/snow: fix a GPIO array indexDavid Hendricks
2013-03-19lynxpoint: Add cbfs_load_payload() implementationAaron Durbin
2013-03-19x86: remove stack definition in linker scriptAaron Durbin
2013-03-19cbfs: alternative support for cbfs_load_payload()Aaron Durbin