aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2013-05-11Make early x86 POST codes written to IO port optionalMartin Roth
2013-05-10Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...Ronald G. Minnich
2013-05-10Get rid of a number of __GNUC__ checksStefan Reinauer
2013-05-10Drop prototype guarding for romccStefan Reinauer
2013-05-08hardwaremain: drop boot_complete parameterStefan Reinauer
2013-05-08x86: use asmlinkage macro for smm_handler_tAaron Durbin
2013-05-07boot state: add ability to block state transitionsAaron Durbin
2013-05-07x86: add TSC_CONSTANT_RATE optionAaron Durbin
2013-05-06exynos5250/snow: deprecate time.hDavid Hendricks
2013-05-05timer.h: add mono_time_diff_microseconds()David Hendricks
2013-05-04Revert "exynos5250/snow: deprecate time.h"David Hendricks
2013-05-03exynos5250/snow: deprecate time.hDavid Hendricks
2013-05-01coreboot: add timer queue implementationAaron Durbin
2013-05-01coreboot: introduce monotonic timer APIAaron Durbin
2013-05-01boot state: rebalance payload load vs actual bootAaron Durbin
2013-05-01x86: use boot state callbacks to disable rom cacheAaron Durbin
2013-05-01boot: remove cbmem_post_handling()Aaron Durbin
2013-05-01cbmem: use boot state machineAaron Durbin
2013-05-01coverage: use boot state callbacksAaron Durbin
2013-05-01acpi: split resume check and actual resume codeAaron Durbin
2013-05-01boot state: schedule static callbacksAaron Durbin
2013-05-01ramstage: introduce boot state machineAaron Durbin
2013-05-01string: Add STRINGIFY macroAaron Durbin
2013-04-20Eliminate use of pointers in coreboot tableStefan Reinauer
2013-04-18spkmodem consoleVladimir Serbinenko
2013-04-13Exynos5250: add a microsecond timerRonald G. Minnich
2013-04-12Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region"Nico Huber
2013-04-10siemens/sitemp_g1p1: Make ACPI report the right mmconf regionPatrick Georgi
2013-04-10exynos5: Re-factor I2C codeDavid Hendricks
2013-04-09replace device/i2c.h with simpler versionDavid Hendricks
2013-04-05mtrr: add rom caching comment about hyperthreadsAaron Durbin
2013-04-04AMD: Drop six copies of wrmsr_amd and rdmsr_amdKyösti Mälkki
2013-04-03intel/microcode.h: Fix typo in comment: micr*o*codePaul Menzel
2013-04-01lynxpoint: Move ACPI NVS into separate CBMEM tableDuncan Laurie
2013-04-01boot: add disable_cache_rom() functionAaron Durbin
2013-03-29memrange: add 2 new range_entry routinesAaron Durbin
2013-03-29x86: add rom cache variable MTRR index to tablesAaron Durbin
2013-03-29x86: mtrr: add CONFIG_CACHE_ROM supportAaron Durbin
2013-03-29lib: add memrange infrastructureAaron Durbin
2013-03-29stdlib: add ALIGN_UP and ALIGN_DOWN macrosAaron Durbin
2013-03-29resources: introduce IORESOURCE_WRCOMBAaron Durbin
2013-03-29resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR]Aaron Durbin
2013-03-29x86: add new mtrr implementationAaron Durbin
2013-03-23resources: introduce reserved_ram_resource()Aaron Durbin
2013-03-23x86: expose console_tx_flush in romstageAaron Durbin
2013-03-22x86: unify amd and non-amd MTRR routinesAaron Durbin
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-22coreboot: add vboot_handoff to coreboot tablesAaron 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-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21lynxpoint: Fix ELOG logging of power management eventsDuncan Laurie
2013-03-21coreboot: add caching loaded ramstage interfaceAaron Durbin
2013-03-21ramstage: cache relocated ramstage in RAMAaron 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-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-21coreboot: introduce romstage_handoff structureAaron Durbin
2013-03-21cbmem: add CBMEM_ID_ROMSTAGE_INFO idAaron Durbin
2013-03-21rmodule: add ability to calculate module placementAaron Durbin
2013-03-20link/graphics: Add support for EDIDRonald G. Minnich
2013-03-20x86: provide more C standard environmentAaron Durbin
2013-03-19rmodule: add ramstage supportAaron Durbin
2013-03-19intel microcode: split up microcode loading stagesAaron Durbin
2013-03-18rmodule: add rmodules class and new typeAaron Durbin
2013-03-18rmodule: add 16 bytes of paddingAaron Durbin
2013-03-18lib: add rmodule supportAaron Durbin
2013-03-16stddef.h: Add standard defines for KiB, MiB, GiB, and TiBRonald G. Minnich
2013-03-15Google Link: Add remaining code to support native graphicsRonald G. Minnich
2013-03-15haswell: reserve default SMRAM spaceAaron Durbin
2013-03-14haswell: add PCI id supportAaron Durbin
2013-03-14x86: SMM Module SupportAaron Durbin
2013-03-12watchdog.h: Fix compile time error on disabling watchdog handlingPatrick Georgi
2013-03-11pci.h: Drop unused `mainboard_pci_subsystem*` prototypesPatrick Georgi
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-27smm: Update rev 0x30101 SMM revision save stateAaron Durbin
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
2013-02-19move uartmem_getbaseaddr() to generic uart headerDavid Hendricks
2013-02-18AMD Family12h: Fix warningsMartin Roth
2013-02-15Drop include/arch-generic/div64.hStefan Reinauer
2013-02-14sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2013-02-11spi-generic.h: Adapt include guardPatrick Georgi
2013-02-11spi.h: Rename the spi.h to spi-generic.hZheng Bao
2013-02-11Intel: Replace MSR 0xcd with MSR_FSB_FREQPatrick Georgi
2013-02-09speedstep: Deduplicate some MSR identifiersPatrick Georgi
2013-02-08armv7: Use same console initialization procedure for all ARM stagesHung-Te Lin
2013-02-08console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin
2013-02-08console: Revise serial console configuration names.Hung-Te Lin
2013-02-06replace uchar and uint with standard types in generic i2c headerDavid Hendricks
2013-02-05exynos: de-duplicate UART header contentDavid Hendricks
2013-02-04add gpio.h for generic GPIO-related definitionsDavid Hendricks
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2013-01-11cbmem: replace pointer type by uint64_tStefan Reinauer