aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-06Add support for SMSC MEC1308/1310 SuperI/O ECStefan Reinauer
2012-04-06Add initial support for SMSC SIO1007 SuperI/O chipStefan Reinauer
2012-04-06Add support for SMSC LPC47N207 SuperI/O chipStefan Reinauer
2012-04-06Fixes and Sandybridge support for lapic cpu initStefan Reinauer
2012-04-06Fix support for RAM-less multi-processor initKyösti Mälkki
2012-04-06Add Sandybridge/Cougar Point support to SMM relocation handlerStefan Reinauer
2012-04-06Cache 8MB flash instead of 4MBStefan Reinauer
2012-04-06Factor out function to find driver for a CPUStefan Reinauer
2012-04-06Add constants for fast path resume copyingStefan Reinauer
2012-04-05Fix timer frequency detection on SandybridgeStefan Reinauer
2012-04-05amdfam10: add phenom II as known cpuBernhard Urban
2012-04-05Invalidate cache before first jumpStefan Reinauer
2012-04-05smbios: Don't fill out firmware version on ChromeOSStefan Reinauer
2012-04-05Fill out ChromeOS specific coreboot table extensionsStefan Reinauer
2012-04-05Update documentation in smmrelocate.S to mention TSEGStefan Reinauer
2012-04-05Add support for Intel Sandybridge CPUStefan Reinauer
2012-04-05Add support for Intel Sandybridge CPU (northbridge part)Stefan Reinauer
2012-04-04Use fast memset in SMM mode, tooStefan Reinauer
2012-04-04Add support for Intel Panther Point PCHStefan Reinauer
2012-04-04Add support for mainboard specific suspend/resume handlerStefan Reinauer
2012-04-04Move TPM code to romstageStefan Reinauer
2012-04-04Drop verified boot code from acpi.cStefan Reinauer
2012-04-04Add support to run SMM handler in TSEG instead of ASEGStefan Reinauer
2012-04-04Don't unconditionally show ChromeOS optionsStefan Reinauer
2012-04-03Add support for Intel Turbo Boost featureStefan Reinauer
2012-04-03smbios: add support for onboard devices extended informationStefan Reinauer
2012-04-02Apply cache-as-ram conditionally on socket mPGA604Kyösti Mälkki
2012-04-02S3 code whitespaces changes.zbao
2012-04-02Add sb800 spi support.zbao
2012-04-02x86, oprom: ensure DF is always clearedMathias Krause
2012-04-02[ChromeOS] Don't initialize VGA Option ROM in normal modeStefan Reinauer
2012-04-02Add EC component for SMSC MEC1308/1310Stefan Reinauer
2012-04-02Add support for ITE IT8772F SuperI/O chipStefan Reinauer
2012-04-02Add a helper function to determine the number of enabled CPUsStefan Reinauer
2012-04-02Align: Make sure 1 is treated as unsigned long instead of intStefan Reinauer
2012-04-02Add Google ChromeOS vendor supportStefan Reinauer
2012-03-31Fix issues with x86 memcpyMathias Krause
2012-03-31Whitespace fixesPatrick Georgi
2012-03-31Intel cpus: get MAXPHYADDR at runtime for new CARKyösti Mälkki
2012-03-31Intel cpus: add hyper-threading CPU support to new CARKyösti Mälkki
2012-03-31Intel cpus: improve CPU compatibility of new CARKyösti Mälkki
2012-03-31Add support for RAM-less multi-processor initKyösti Mälkki
2012-03-31Intel cpus: apply some good programming practices in new CARKyösti Mälkki
2012-03-31Intel cpus: cache actual size of the Flash ROM deviceKyösti Mälkki
2012-03-31Intel cpus: copy model_6ex CAR codeKyösti Mälkki
2012-03-31Makefile: rename romstage linking filenamesKyösti Mälkki
2012-03-31Makefile: split romstage linking to separate rulesKyösti Mälkki
2012-03-31Fix coreboot makefiles not to produce half baked output.Kyösti Mälkki
2012-03-31Drop obsolete TINY_BOOTBLOCKKyösti Mälkki
2012-03-30use movsl for copying resume memory backStefan Reinauer
2012-03-30Don't unconditionally add support for cardbus and pci-x devicesStefan Reinauer
2012-03-30Add DEBUG_TPM option to Debugging menuStefan Reinauer
2012-03-30Make MTRR min hole alignment 64MBDuncan Laurie
2012-03-30Fix MB calculation in the reporting of the MTRR holeDuncan Laurie
2012-03-30MTRR: add alternate allocation method for odd memory mapsDuncan Laurie
2012-03-30Don't re-init EBDA in S3 resume path.Duncan Laurie
2012-03-30Prepare the BIOS data areas before device init.Duncan Laurie
2012-03-30vga_io.c is not needed unless CONFIG_VGA is setStefan Reinauer
2012-03-30Add Kconfig options to enable TSEG and set a sizeDuncan Laurie
2012-03-30Make cpuid functions usable when compiled with PICDuncan Laurie
2012-03-30drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not neededStefan Reinauer
2012-03-30Make PCI CONF2 support a compile time optionStefan Reinauer
2012-03-30Add more timestamps in coreboot.Stefan Reinauer
2012-03-30Fix coreboot makefiles not to produce half baked output.Vadim Bendebury
2012-03-30Add timestamps for selfboot and acpi wakeDuncan Laurie
2012-03-30Make TPM driver work in rom stage.Stefan Reinauer
2012-03-30Add TPM support to corebootStefan Reinauer
2012-03-30Add Google ChromeOS vendorcode directoryStefan Reinauer
2012-03-30Add an option to keep the ROM cached after romstageStefan Reinauer
2012-03-30Add native memset() function on x86Stefan Reinauer
2012-03-30Add faster, architecture dependent memcpy()Stefan Reinauer
2012-03-29Add infrastructure for global data in the CAR phase of bootGabe Black
2012-03-29Detect whether the OXPCIE card is really present while in the ROM stage.Gabe Black
2012-03-29Fix typos in src/console/KconfigStefan Reinauer
2012-03-29Add support for enabling PCIe Common Clock and ASPMDuncan Laurie
2012-03-29Refactor publishing CBMEM addresses through coreboot table.Vadim Bendebury
2012-03-29Add timestamp table pointer to the coreboot table.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Enable coreboot CBMEM console.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add CBMEM type for console buffer.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add config option for CBMEM stored console log.Vadim Bendebury
2012-03-29Increase CBMEM to accommodate larger console.Vadim Bendebury
2012-03-28Add cmos helper functions for reading/writing a dwordDuncan Laurie
2012-03-28selfboot: Allow loading SeaBIOS into a reserved region in the lower 1MBStefan Reinauer
2012-03-28Include arch/acpi.h instead of manually adding acpi_slp_type.Stefan Reinauer
2012-03-28Add timestamp collecting to coreboot.Vadim Bendebury
2012-03-28Add a config flag to enable time stamp collectionVadim Bendebury
2012-03-28Initialize CBMEM early.Vadim Bendebury
2012-03-28Introduce config option to initialize CBMEM early.Vadim Bendebury
2012-03-27Add bifferboardRudolf Marek
2012-03-27Add 64KB romchip chip sizeRudolf Marek
2012-03-27Add support for RDC R8610 SouthbridgeRudolf Marek
2012-03-27Add the support for RDC R8610 NorthbridgeRudolf Marek
2012-03-27Add RDC R8610 PCI IDs.Rudolf Marek
2012-03-26Disable the GDB stub by defaultRudolf Marek
2012-03-25Fix possible deadlock on SMP stop_this_cpuKyösti Mälkki
2012-03-25Intel cpus: Fix deadlock on hyper-threading initKyösti Mälkki
2012-03-25Makefile: rename linker intermediate variableKyösti Mälkki
2012-03-25Replace ramtest pattern to assist in DIMM configurationKyösti Mälkki