aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-06-28devicetree: Add method to delete property by namePatrick Rudolph
2018-06-28smm: Add canary to end of stack and die() if a stack overflow occursRaul E Rangel
2018-06-19lib: Add FIT payload supportPatrick Rudolph
2018-06-19lib: Raw import FIT parserPatrick Rudolph
2018-06-19lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph
2018-06-14nb/intel/fsp_rangeley: Use MSR_PLATFORM_INFO instead of 0xceElyes HAOUAS
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-14src: Use of device_t is deprecatedElyes HAOUAS
2018-06-14lib/device_tree: Add method to get phandlePatrick Rudolph
2018-06-12bootmem: Clarify usage with bounce-bufferKyösti Mälkki
2018-06-11selfboot: Move x86 quirk under archKyösti Mälkki
2018-06-08arch/x86: Drop leftover ROMCC console supportKyösti Mälkki
2018-06-05amd/geode_lx: Fix .c includesKyösti Mälkki
2018-06-04cpu/x86/mtrr.h: Clean up some guardsNico Huber
2018-06-02cpu/intel/car: Prepare for some POSTCAR_STAGE supportKyösti Mälkki
2018-06-01drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-FiFurquan Shaikh
2018-05-31cpu/x86/mtrr: Prepare for ROM_SIZE > 16MiBNico Huber
2018-05-31cpu/x86/mtrr: Get rid of CACHE_ROM_SIZE_OVERRIDENico Huber
2018-05-31Remove AMD K8 cpu and northbridge supportKyösti Mälkki
2018-05-25elog: Allow calling boot_count_read() without CONFIG_ELOG_BOOT_COUNTDaniel Kurtz
2018-05-25device: Move find_dev_path() to device_const.cKyösti Mälkki
2018-05-25device: Move dev_find_path() to device_const.cNico Huber
2018-05-24AMD: Remove some leftover includesKyösti Mälkki
2018-05-22Introduce bootblock self-decompressionJulius Werner
2018-05-22bootblock: Allow more timestamps in bootblock_main_with_timestamp()Julius Werner
2018-05-22Revert "program_loading: make types a mask, make unknown type a non-zero"Julius Werner
2018-05-19cpu/x86: Add support to run function on single APSubrata Banik
2018-05-16lib/prog_loaders: Store CBFS type in struct progPatrick Rudolph
2018-05-14cpu/x86: Add support to run function with argument over APsSubrata Banik
2018-05-14program_loading: make types a mask, make unknown type a non-zeroRonald G. Minnich
2018-05-11devicetree: Add USB device typeDuncan Laurie
2018-05-10bootmem: Keep OS memory map separate from the startJulius Werner
2018-05-09lib/nhlt: add support for passing subsystem_id to endpoint's structureHarsha Priya
2018-05-05soc/intel: Add KBL-R pci id supportLijian Zhao
2018-05-04cpu/x86/mp: remove unused functions and limit API exposureAaron Durbin
2018-05-04lib/bootmem: Add method to walk OS POV memory tablesPatrick Rudolph
2018-05-04lib/bootmem: Add method to walk memory tablesPatrick Rudolph
2018-05-04lib/bootmem: Add more bootmem tagsPatrick Rudolph
2018-05-03pci: Fix function prototypePatrick Rudolph
2018-05-03cpu/x86: Add infinite timeout support into run_ap_work() functionSubrata Banik
2018-05-02drivers/generic/bayhub: Add driver for BayHub BH720Simon Glass
2018-05-02src/device: Fix discarded-qualifiers compilation issueSubrata Banik
2018-05-02pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph
2018-04-30lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph
2018-04-30lib/devicetree: Integrate flattened devicetree supportPatrick Rudolph
2018-04-30lib: Raw import FDT devicetree from depthchargePatrick Rudolph
2018-04-30device: constify some variablesLubomir Rintel
2018-04-26device: Add flag to disable PCIe ASPMNico Huber
2018-04-26arch/x86: print cr2 value on every exceptionAaron Durbin
2018-04-26cpu/x86: add limited runtime identity page mappingAaron Durbin
2018-04-26drivers/uart: Add helper function to allow bit-bangingJulius Werner
2018-04-25arch/x86: add support for cache-as-ram pagingAaron Durbin
2018-04-24include/memory_info.h: Change part number field from 19 bytes to 21Richard Spiegel
2018-04-24arch/x86: add ENV_CACHE_AS_RAMAaron Durbin
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-23drivers/spi: reduce confusion in the APIAaron Durbin
2018-04-23cpu/x86: add paging_set_default_pat() functionAaron Durbin
2018-04-23cpu/x86: expose and add paging helper functionsAaron Durbin
2018-04-23cpu/x86: move NXE and PAT accesses to paging moduleAaron Durbin
2018-04-20rules: Define SIMPLE_DEVICE on x86 onlyPatrick Rudolph
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2018-04-17cbfs: Add cbfs_boot_load_file()T Michael Turney
2018-04-16device/dram/ddr3: improve XMP supportDan Elkouby
2018-04-16lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_tableAaron Durbin
2018-04-12include/memory_info.h: Change serial number field from 5 bytes to 4Raul E Rangel
2018-04-11lib/memrange: Introduce method to clone memrangePatrick Rudolph
2018-04-11src/lib/dimm_info_util.c: Add methods to convert from SMBIOS to SPDRaul E Rangel
2018-04-11drivers/intel/wifi: Add support for Harrison Peak (HrP)Subrata Banik
2018-04-09device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans
2018-04-09console: Expose vsnprintfDavid Hendricks
2018-04-05x86: Add function to modify CR3 registerNaresh G Solanki
2018-04-03include/string: Add strrchrPatrick Rudolph
2018-04-03spi: Add helper functions for bit-bangingJulius Werner
2018-03-26soc/intel: Add KBL-S MCH and some KBL PCH supportGaggery Tsai
2018-03-23include: Update dimm_info documentationRaul E Rangel
2018-03-15include/device: Add pci id for Intel EMMC for SKLBarnali Sarkar
2018-03-07smbios: Extend Baseboard (or Module) Information (type2)Julien Viard de Galbert
2018-03-06soc/amd/stoneyridge: Add ST/CZ SMBus device idMartin Roth
2018-02-26src/arch/x86/smbios.c: Fix type 17 part numberRichard Spiegel
2018-02-23console: Introduce a way for mainboard to override the loglevelJulien Viard de Galbert
2018-02-22device/ddr2,ddr3: Rename and move a few thingsArthur Heymans
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2018-02-16x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRsMarshall Dawson
2018-02-07lib/stage_cache: Add save/get raw storageMarshall Dawson
2018-02-07soc/intel/skylake: Add Kabylake PCH H device ID'sV Sowmya
2018-01-31device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph
2018-01-30drivers/spi: support cmd opcode deduction for spi_crop_chunk()Aaron Durbin
2018-01-25sconfig: Add a new mmio resource typeJustin TerAvest
2018-01-25soc/intel/skylake: Clean up the skylake PCH H device ID macrosV Sowmya
2018-01-24device/i2c_bus: allow i2c_bus and i2c_simple to coexistAaron Durbin
2018-01-18security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese
2018-01-12soc/intel/common: Add Intel HDA common block driverDuncan Laurie
2017-12-20device/dram/ddr2.c: Store the checksum in the decoded SPD structArthur Heymans
2017-12-20include/cpu/x86: Add clflush inline functionMarshall Dawson
2017-12-18drivers/mrc_cache: Add missing include file to mrc_cache.hMarshall Dawson
2017-12-17drivers/mrc_cache: move mrc_cache support to driversAaron Durbin
2017-12-15drivers/spi/spi_flash: add flash region protection to controllerAaron Durbin
2017-12-13device: Make pci_dev_ops_pci structure globalSubrata Banik
2017-12-11intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2cElyes HAOUAS
2017-12-08device/pciexp_device: Set values numerically instead of as bitmaskPatrick Georgi