summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-17/+7
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-052-6/+2
* stdlib: Drop duplicates of min() and max()Kyösti Mälkki2014-07-012-2/+3
* ROMCC: Fix collision with token name maxKyösti Mälkki2014-07-011-4/+5
* x86 MTRR: Drop unused return valueKyösti Mälkki2014-06-301-1/+1
* include/pc80/mc146818rtc.h: Inconsequential, comment ifdef mazeEdward O'Callaghan2014-06-291-2/+2
* include/device/device.h: Header is ROMCC tentativeEdward O'Callaghan2014-06-271-0/+9
* pc80/mc146818rtc.h: Has X86 specific inlines without guardsEdward O'Callaghan2014-06-252-1/+6
* include/pc80/mc146818rtc.h: Move include to top of fileEdward O'Callaghan2014-06-251-1/+1
* device/{cardbus,agp}.h: Missing header for device_t typeEdward O'Callaghan2014-06-252-3/+8
* AGESA S3: Fix ACPISCRATCH in CBMEMKyösti Mälkki2014-06-251-1/+1
* ACPI S3 support: Add acpi_s3_resume_allowed()Kyösti Mälkki2014-06-201-11/+12
* PIC i8259: Move #defines and functions to i8259.hMike Loptien2014-06-111-1/+65
* lenovo: Make version look like something thinkpad_acpi would acceptVladimir Serbinenko2014-06-011-0/+1
* PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien2014-05-291-0/+2
* console: Add console for GDBKyösti Mälkki2014-05-263-2/+28
* Drop PCI_BDF macro declarationKyösti Mälkki2014-05-251-1/+0
* device/pci_ids.h: defines for new Intel LPC devicesMartin Roth2014-05-221-0/+3
* device_romstage: Add a way to move to the next deviceMartin Roth2014-05-211-0/+2
* Add guard for UMA globalsKyösti Mälkki2014-05-191-0/+2
* intel: Drop obsolete comments on MTRR usageKyösti Mälkki2014-05-141-4/+0
* baytrail: snapshot power state in romstageAaron Durbin2014-05-131-0/+1
* src/*: Remove the last remnants of struct keyboardEdward O'Callaghan2014-05-131-4/+0
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-1/+1
* ramstage_cache: allow ramstage usage add valid helperAaron Durbin2014-05-101-3/+7
* reg_script: add reg_script_run_on_dev()Aaron Durbin2014-05-101-0/+1
* Intel FSP: add a shared set of functions for the FSPMartin Roth2014-05-091-0/+4
* Declare get_write_protect_state() without ChromeOSKyösti Mälkki2014-05-081-0/+1
* Rename from save_chromeos_gpios() to init_bootmode_straps()Kyösti Mälkki2014-05-081-0/+2
* superio/common/conf_mode: Provide another common pnp entry/exitEdward O'Callaghan2014-05-071-1/+4
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-3/+0
* regscript: Add support for MSR typeDuncan Laurie2014-05-061-2/+24
* lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel2014-05-051-1/+1
* ChromeOS: Use common fill_lb_gpio()Kyösti Mälkki2014-05-011-0/+4
* ChromeOS: Remove oprom_is_loadedKyösti Mälkki2014-05-011-0/+3
* Declare recovery and developer modes outside ChromeOSKyösti Mälkki2014-05-011-0/+34
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-301-2/+1
* uart: Support multiple portsKyösti Mälkki2014-04-301-7/+7
* AMD: Add common header file for CAR setupKyösti Mälkki2014-04-282-8/+15
* Get rid of HAVE_INIT_TIMER config optionFurquan Shaikh2014-04-261-4/+0
* drivers/elog: Fix implicit function declaration issueEdward O'Callaghan2014-04-202-1/+5
* console: Simplify the enable rulesKyösti Mälkki2014-04-187-22/+103
* build rules: Identify build stage with simple variablesKyösti Mälkki2014-04-184-3/+66
* console: Split ROMCC helpersKyösti Mälkki2014-04-183-103/+161
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-182-4/+27
* console: Drop driver list in ramstageKyösti Mälkki2014-04-182-19/+0
* cpu/amd/agesa/family15tn: Add initial support for SMM modeAlexandru Gagniuc2014-04-161-0/+2
* console: Refactor uart8250/NE2KKyösti Mälkki2014-04-091-0/+4
* console: Remove old fix for DEBUG_SMIKyösti Mälkki2014-04-091-1/+0
* console: Simplify vtxprintfKyösti Mälkki2014-04-092-5/+3