aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-06-01acpi: drop unused parameter from acpi_soc_fill_bertFelix Held
2021-05-30lib/rtc: Add sanity check for time and dateWerner Zeh
2021-05-28option: Turn CMOS option backend into choiceAngel Pons
2021-05-28cpu/x86/entry16.S: Make Intel CBnT TOCTOU safeArthur Heymans
2021-05-27cbmem: Introduce "early" init hooks for consoleJulius Werner
2021-05-27lib/hexdump: remove hexdump32 and use hexdump insteadFelix Held
2021-05-27acpi: add SRAT Generic Initiator Affinity structureJonathan Zhang
2021-05-26soc/intel/elkhartlake: Update SA & IGD DIDs TableTan, Lean Sheng
2021-05-26option: Decouple API from CMOS backendAngel Pons
2021-05-26option.h: Correct `get_uint_option` return typeAngel Pons
2021-05-24device: Consider fw_config probing in `is_dev_enabled()`Furquan Shaikh
2021-05-24fw_config: Add helper function `fw_config_probe_dev`Furquan Shaikh
2021-05-21soc/intel/common: Add Alder Lake device IDsSumeet R Pawnikar
2021-05-14soc/intel/alderlake: Update CPU and IGD Device IDsMaulik V Vaghela
2021-05-14src/acpi: Add initial support for HMATJonathan Zhang
2021-05-14acpi: Add acpigen_write_thermal_zoneRaul E Rangel
2021-05-12include/console: Fix FSP Notify phase postcodes discrepancySubrata Banik
2021-05-12include/console: Rename and update POST_ENTRY_RAMSTAGE postcodeSubrata Banik
2021-05-12include/console: Fix duplicate entry of postcode 0x79Subrata Banik
2021-05-10*x86: fix x2apic mode boot issueWonkyu Kim
2021-05-10device: Drop unused `uma_memory_{base,size}` globalsAngel Pons
2021-05-10src: Drop "This file is part of the coreboot project" linesAngel Pons
2021-05-06drivers/pc80/rtc/option.c: Constrain API to integer valuesAngel Pons
2021-05-06src: Retype option API to use unsigned integersAngel Pons
2021-05-06include/console: Align ramstage Boot State Machine postcodesSubrata Banik
2021-05-03device: Switch pci_dev_is_wake_source to take pci_devfn_tTim Wawrzynczak
2021-04-30mb/google: Move ECFW_RW setting for non-ChromeEC boardsKyösti Mälkki
2021-04-30vc/google/chromeos: Refactor GNVS initKyösti Mälkki
2021-04-30cpu/x86/msr: introduce helpers msr_read, msr_writeMichael Niewöhner
2021-04-30src/acpi: Add APEI EINJ supportRocky Phagura
2021-04-28soc/intel: Add Z370, H310C and B365 device IDsAngel Pons
2021-04-28soc/intel: Add Kaby Lake PCH-U base device IDAngel Pons
2021-04-28soc/intel: Rename 200-series PCH device IDsAngel Pons
2021-04-23lib/espi_debug: Add espi_show_slave_peripheral_channel_configurationRaul E Rangel
2021-04-23option.h: Drop type-unsafe {get,set}_option() APIAngel Pons
2021-04-22arch/x86/smbios: Let SMBIOS type 9 be able to write slot IDJingleHsuWiwynn
2021-04-22ACPI: Fix the devices scope in the SATC structureJohn Zhao
2021-04-21acpi: Add acpigen_write_LPI_packageRaul E Rangel
2021-04-21acpi: Add acpi_osc.hRaul E Rangel
2021-04-21option.h: Introduce {get,set}_int_option() functionsAngel Pons
2021-04-21commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner
2021-04-19cpu/x86/smm_loaderv2: Use the permanent stack top during relocationArthur Heymans
2021-04-15*x86: Support x2apic modeWonkyu Kim
2021-04-14Rename do_printk() to printk()Nico Huber
2021-04-14console: Always add printf-format attribute to printk()Nico Huber
2021-04-11spd.h: Move `DIMMx` macros to i440bx/raminit.hAngel Pons
2021-04-09include/assert.h: Use mock_assert() for ENV_TEST targetsJakub Czapiga
2021-04-06soc/intel/alderlake: Add LPC and IGD device Ids for Alderlake MMaulik V Vaghela
2021-04-06decompressor: Add CBFS_VERIFICATION supportJulius Werner
2021-04-06cbfs: Simplify cbfs_load_and_decompress() and stop exporting itJulius Werner
2021-04-06include/rules.h: Add ENV_TEST definitionJakub Czapiga
2021-04-06include/cbfsglue.h: Use BIOS_INFO for LOG macroWim Vervoorn
2021-04-06lib: Add obvious definition for `calloc`Tim Wawrzynczak
2021-04-05cbfs: Make `mdata` argument to cbfs_allocator_t constJulius Werner
2021-04-05device/dram/ddr3: Drop unused MRS helpersAngel Pons
2021-04-05spd.h: Remove unused definitionsAngel Pons
2021-04-05device/dram/ddr4.h: Align with DDR3 and DDR2Angel Pons
2021-04-05include/spd_ddr2.h: Remove unused and redundant fileAngel Pons
2021-04-05device/dram/ddr3: Rename DDR3 SPD memory typesAngel Pons
2021-04-05device/dram/ddr3: Get rid of useless typedefsAngel Pons
2021-03-28ACPI: Add SATC structure for DMAR tableJohn Zhao
2021-03-24acpi: Add acpigen_write_PRT* helpers for generating _PRT entriesTim Wawrzynczak
2021-03-22acpi/acpigen.h: Add more intuitive AML package closing functionsJakub Czapiga
2021-03-19cpu/x86/mp_init.c: Drop unnecessary preprocessor usageArthur Heymans
2021-03-19cpu/x86/mp_init: Allow stub sizes larger than the save state sizeArthur Heymans
2021-03-19cpu/x86/smm_loaderv2: Remove unused variablesArthur Heymans
2021-03-19cpu/x86/smm_module_hander: Set up a save state mapArthur Heymans
2021-03-19cpu/x86/smm_stub.S: Drop smm_runtime from the stubArthur Heymans
2021-03-19cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_paramsArthur Heymans
2021-03-19cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstageArthur Heymans
2021-03-18cpu/x86/smm: Move apic_id_to_cpu map to smm_stub paramsArthur Heymans
2021-03-18cpu/x86/smm_stub.S: Drop unused module_handler parameterArthur Heymans
2021-03-18cpu/x86/smm: Move relocatable stub paramsArthur Heymans
2021-03-17spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map()Julius Werner
2021-03-17program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner
2021-03-17sar: Fix semantics of `get_wifi_sar_cbfs_filename()`Furquan Shaikh
2021-03-17prog_loaders: Remove prog_locate()Julius Werner
2021-03-17cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner
2021-03-16cbfs: Remove prog_locate() for stages and rmodulesJulius Werner
2021-03-15mb/ocp/deltalake: Override SMBIOS type 2 feature flagsTim Chu
2021-03-15pciexp_device: Rewrite LTR configurationNico Huber
2021-03-14device/pciexp_device.c: Remove CPP guardingArthur Heymans
2021-03-12pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 properNico Huber
2021-03-12device: Give `pci_ops.set_L1_ss_latency` a proper nameNico Huber
2021-03-12cpu/intel/microcode: Fix caching logic in intel_microcode_findFurquan Shaikh
2021-03-12soc/intel/*: drop UART pad configuration from common codeMichael Niewöhner
2021-03-11src/cpu/x86: Add helper mp_run_on_all_apsAamir Bohra
2021-03-11soc/intel/common/block: Add PCI IDs for EmmitsBurg PCHJonathan Zhang
2021-03-08cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner
2021-03-08cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner
2021-03-08cbfs: Move trivial wrappers to static inlinesJulius Werner
2021-03-08cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengthsJulius Werner
2021-03-05soc/intel/broadwell/pch: Use Lynx Point smbus.cAngel Pons
2021-03-01acpi: Move PCI functions to separate fileTim Wawrzynczak
2021-03-01mb/ocp/deltalake: Fill ECC type in romstageAngel Pons
2021-03-01memory_info.h: Store SMBIOS error correction typeAngel Pons
2021-02-27drivers/soundwire/alc1308 : Add ALC1308 soundwire deviceAnil Kumar
2021-02-27arch/x86/smbios: Update SMBIOS type 17 asset tagTim Chu
2021-02-27sb/intel/ibexpeak: Add all PCI IDs for LPCAngel Pons
2021-02-24soc/amd/picasso/data_fabric: add missing data fabric device function 7Felix Held