aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-02-10usbdebug: Split PCI EHCI partKyösti Mälkki
2014-02-10usbdebug: Improve receive speedKyösti Mälkki
2014-02-09device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko
2014-02-09mtrr: only add prefetchable resources as WRCOMB for VGA devicesAaron Durbin
2014-02-07device_util: Add dev_find_slot_pnp.Vladimir Serbinenko
2014-02-06uart8250: Drop unused declarationsKyösti Mälkki
2014-02-06QEMU debugcon: Move under drivers/emulation/qemuKyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2014-02-06MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko
2014-02-06memranges: add memranges_update_tag() functionalityAaron Durbin
2014-01-30x86: Add SMM helper functions to MP infrastructureAaron Durbin
2014-01-30x86: add SMM save state for 0x0100 revisionAaron Durbin
2014-01-30x86: parallel MP initializationAaron Durbin
2014-01-30coreboot: config to cache ramstage outside CBMEMAaron Durbin
2014-01-30cbmem: Export ACPI GNVS cbmem pointer in coreboot tableDuncan Laurie
2014-01-28x86: add common definitions for control registersAaron Durbin
2014-01-28rmodule: consolidate rmodule stage loadingAaron Durbin
2014-01-28cbmem: add reference code idsAaron Durbin
2014-01-28x86/mtrr: don't assume size of ROM cached during CAR modeAaron Durbin
2014-01-28x86: include header to define types in useAaron Durbin
2014-01-26pc80/keyboard: Ignore interface test failure.Vladimir Serbinenko
2014-01-23SPI: Add API for programmer-specific flashing.Vladimir Serbinenko
2014-01-23Multiboot: remove multiboot tables generation.Vladimir Serbinenko
2014-01-22CBMEM: Rename cbmem_reinit()Kyösti Mälkki
2014-01-22CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki
2014-01-16cpu/intel: Make all Intel CPUs load microcode from CBFSAlexandru Gagniuc
2014-01-15Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRRKyösti Mälkki
2014-01-14lib: Add log2 ceiling functionAlexandru Gagniuc
2014-01-14lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2014-01-10Remove sprintfVladimir Serbinenko
2014-01-10console/vsprintf: Implement snprintfVladimir Serbinenko
2014-01-06CBMEM: Fix allocation for static CBMEMKyösti Mälkki
2014-01-06CBMEM: Drop cbmem_base_check()Kyösti Mälkki
2014-01-06CBMEM ACPI: Move resume handlerKyösti Mälkki
2014-01-06cpu/cpu.h: Allow compiling with __SIMPLE_DEVICE__Vladimir Serbinenko
2013-12-26AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includesKyösti Mälkki
2013-12-26AMD boards (non-AGESA): Cleanup earlymtrr.c includesKyösti Mälkki
2013-12-21lynxpoint: Route all USB ports to XHCI in finalize stepDuncan Laurie
2013-12-21Add a specific post code for S3 resume failuresDuncan Laurie
2013-12-21Add simple hexdump functionStefan Reinauer
2013-12-21Added structure members x_mm and y_mm to edid decodingFurquan Shaikh
2013-12-21FUI: Fill in link_m and link_n valuesFurquan Shaikh
2013-12-17device/dram/ddr3: Move CRC calculation in a separate functionAlexandru Gagniuc
2013-12-13cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFSAlexandru Gagniuc
2013-12-12EDID: add fields specialized to the needs of framebuffersRonald G. Minnich
2013-12-09AMD boards: Fix includes for microcode updatesKyösti Mälkki
2013-12-09Refactor usage of walkcbfs to permit access to CBFS headersAlexandru Gagniuc
2013-12-07vtxprintf: Introduce vtxdprintf for the ease of closuresVladimir Serbinenko
2013-12-07Correct file permissions.Idwer Vollering
2013-12-04Add Intel FSP northbridge support Sandybridge and IvybridgeMarc Jones
2013-12-03Drop obsolete CONSOLE_LOGBUFStefan Reinauer
2013-11-26Clean up POST codes for Boot State machineDuncan Laurie
2013-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-11-26Extend CMOS POST code logging to store extra dataDuncan Laurie
2013-11-26Extend the ELOG errors for EC fan.Marc Jones
2013-11-26Add function to encode device path into integerDuncan Laurie
2013-11-25pc80/mc146818rtc: Return an error code rather than an integerAlexandru Gagniuc
2013-11-25include/types.h: Add generic enum for error codesAlexandru Gagniuc
2013-11-25smbios: Add generic type41 write functionDuncan Laurie
2013-11-25Make ssize_t an actual ssize_tStefan Reinauer
2013-11-25butterfly: Log EC shutdown reason in ELOGDuncan Laurie
2013-11-24no-car/cbmemc: Fix compilationVladimir Serbinenko
2013-11-24smi: Update mainboard_smi_gpi() to have 32bit argumentDuncan Laurie
2013-11-18cbfs: remove unused code and prototypeRonald G. Minnich
2013-11-18smbios: make manufacturer, product_name and uuid runtime settableGerd Hoffmann
2013-11-10console: Add hexdump32 functionMarc Jones
2013-11-08Add new finalize functions for devices and chipsMarc Jones
2013-11-05usbdebug: Fix build for ROMCC boardsKyösti Mälkki
2013-10-15Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-09-21CBMEM: Always select CAR_MIGRATIONKyösti Mälkki
2013-09-21ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki
2013-09-21timestamps: Use stash before CBMEM is usableKyösti Mälkki
2013-09-21timestamps intel: Move timestamp scratchpad to chipsetKyösti Mälkki
2013-09-11CBMEM: Rename high_tables variables and make them staticKyösti Mälkki
2013-09-11CBMEM: Drop parameters from cbmem_init()Kyösti Mälkki
2013-09-11CBMEM: Drop parameter from cbmem_reinit()Kyösti Mälkki
2013-09-11CBMEM x86: Unify get_cbmem_toc()Kyösti Mälkki
2013-09-11CBMEM: Backup top_of_ram instead of cbmem_tocKyösti Mälkki
2013-09-11CBMEM: Add cbmem_locate_table()Kyösti Mälkki
2013-09-11CBMEM: Unify get_top_of_ram()Kyösti Mälkki
2013-09-11CBMEM tables: Remove references to global high_tables_baseKyösti Mälkki
2013-09-11CBMEM: Add cbmem_late_set_table() and drop references to high_tables_baseKyösti Mälkki
2013-09-11CBMEM AMD: Fix calls to set_top_of_ram_once()Kyösti Mälkki
2013-09-11CBMEM AMD: Remove references to global high_tables_baseKyösti Mälkki
2013-09-06usbdebug: Use CAR migrationKyösti Mälkki
2013-08-29usbdebug: Support choice of EHCI controllerKyösti Mälkki
2013-08-27ASRock IMB-A180: Add CODEC initialization tableBruce Griffith
2013-08-24Add test to match struct device with pci_devfn_tKyösti Mälkki
2013-08-24Add pnp_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-24Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-15Include boot_cpu.c for romstage buildsKyösti Mälkki
2013-08-15CBFS: Change the signature of cbfs_decompress.Gabe Black
2013-08-13Add a generic Intel HD audio (Azalia) module azalia_device.cAndrew Wu
2013-08-05AMD Kabini: Add northbridge AGESA wrapper (new AMD processor)Siyuan Wang
2013-08-05AMD Kabini: Add CPU AGESA wrapper for new AMD processor familySiyuan Wang
2013-08-01Add directive __SIMPLE_DEVICE__Kyösti Mälkki
2013-07-25Redefine pci_bus_default_ops as functionKyösti Mälkki