aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-10-01acpi/acpigen_dptf: Add TPCH participant for dptfSumeet Pawnikar
2021-10-01drivers/gic: Remove unnecessary codeJulius Werner
2021-09-30soc/intel/alderlake: Add CPU ID 0x906a4Meera Ravindranath
2021-09-29soc/intel/alderlake: Add GFx Device ID 0x46c3Selma Bensaid
2021-09-24device: Drop unused function `dev_find_matching_device_on_bus`Furquan Shaikh
2021-09-20device: Add helper macros for device pointers using alias namesFurquan Shaikh
2021-09-20device/mmio: Make buffer_to_fifo32() take a const bufferJulius Werner
2021-09-17console: Remove asmlinkage from console_initRaul E Rangel
2021-09-16vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_mainHsuan Ting Chen
2021-09-13SMBIOS: Allow skipping default SMBIOS generationAngel Pons
2021-09-13arch/x86/smbios: Add support for large memory capacity in type 16Jingle Hsu
2021-09-11mipi: Make panel init callback work directly on DSI transaction typesJulius Werner
2021-09-10elog: move MAX_EVENT_SIZE to commonlib/bsd/includeRicardo Quesada
2021-09-10acpigen: Add ability to auto-generate _DSM Function 0Tim Wawrzynczak
2021-09-09wifi: Update deny list entry size to uint16_tSugnan Prabhu S
2021-09-06device/device.h: Drop unused function declarationAngel Pons
2021-09-02wifi: Add support for DSM methods for intel wifi cardSugnan Prabhu S
2021-09-02wifi: Add support for wifi time average SAR configSugnan Prabhu S
2021-09-02wifi: Add support for per-platform antenna gainSugnan Prabhu S
2021-09-02wifi: Add support for new revisions of SAR table entriesSugnan Prabhu S
2021-09-02drivers/mipi: Make orientation a property of the mainboard, not panelJulius Werner
2021-08-26device/mipi: Move to drivers/mipiJulius Werner
2021-08-24soc/intel: Add TGL-H CPUIDJeremy Soller
2021-08-23include/bcd: move bcd code to commonlib/bsd/includeRicardo Quesada
2021-08-20soc/intel/adl: Update PCI ID for ADL-M SKUSumeet Pawnikar
2021-08-19soc/intel/common: Add TGL-H PCI IDsJeremy Soller
2021-08-18device: Move MIPI panel library from mainboard/google/kukui into commonJulius Werner
2021-08-16soc/intel/common/block/cpu: Introduce CAR_HAS_L3_PROTECTED_WAYS KconfigSubrata Banik
2021-08-15soc/intel/common: Calculate and configure SF Mask 2Subrata Banik
2021-08-06arch/x86/acpi: rename KEY_KBDILLUMTOGGLE to KEY_KBD_BKLIGHT_TOGGLEScott Chao
2021-08-05Move ELOG defines/struct to commonib/bsd/elog.hRicardo Quesada
2021-08-05soc/intel/alderlake: Add GFx Device ID 0x46aaBora Guvendik
2021-08-04Move post_codes.h to commonlib/console/Ricardo Quesada
2021-08-02helpers: Add GENMASK macroYu-Ping Wu
2021-07-31arch/x86/acpi: Add code for KEY_MICMUTE and KEY_KBDILLUMTOGGLEScott Chao
2021-07-27include/acpi/acpi.h: add comment about raw data in generic error statusFelix Held
2021-07-26arch/x86,lib/thread: Enable thread support in romstageRaul E Rangel
2021-07-26lib/thread,lib/hardwaremain: Lazy initialize threadsRaul E Rangel
2021-07-26lib/thread,arch/x86: Move thread stacks into C bssRaul E Rangel
2021-07-24include/cpu: Remove one space from bitfield macro definitionSubrata Banik
2021-07-24include/cpu: Use tab instead of spaceSubrata Banik
2021-07-20lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernizeRaul E Rangel
2021-07-20soc/intel/alderlake: Add support for I2C6 and I2C7Varshit B Pandya
2021-07-19lib/prog_loaders: Add payload_preloadRaul E Rangel
2021-07-18lib/thread: Move thread_run and thread_run_until outside of #if guardRaul E Rangel
2021-07-18lib/hardwaremain: Drop boot_state_current_{block,unblock}()Raul E Rangel
2021-07-18lib/thread: Make thread_run not block the current stateRaul E Rangel
2021-07-18lib/thread: Add thread_handleRaul E Rangel
2021-07-18lib/thread: Add mutexRaul E Rangel
2021-07-18lib/thread: Rename thread_cooperate and thread_prevent_coopRaul E Rangel
2021-07-18lib/thread: Allow nesting thread_cooperate and thread_prevent_coopRaul E Rangel
2021-07-18lib/thread: Add thread_yield helper methodRaul E Rangel
2021-07-17soc/amd/common/block/graphics: add GPU PCI ID for BarceloFelix Held
2021-07-17cpu/intel: Add dedicated file to grow Intel CPUIDsSubrata Banik
2021-07-16include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSRFelix Held
2021-07-15drivers: spi_flash: Add Fast Read Dual I/O supportJulius Werner
2021-07-14src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPCMartin Roth
2021-07-14thread: Add missing static inlineRaul E Rangel
2021-07-14include/cpu/amd/msr: add and use MC_CTL_MASK macroFelix Held
2021-07-14include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msrFelix Held
2021-07-14include/cpu/x86/msr: add mca_clear_status functionFelix Held
2021-07-14soc/intel/alderlake: Add GFx Device ID 0x46a6Maulik V Vaghela
2021-07-14include/cpu/x86/msr: introduce IA32_MC_*(x) macrosFelix Held
2021-07-14include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISCFelix Held
2021-07-12include/cpu/x86/msr: fix MCG_CTL_P definitionFelix Held
2021-07-12include/cpu/x86/msr: add mca_get_bank_count functionFelix Held
2021-07-12acpi: Add function to simplify If (CondRefOf (..)) sequencesTim Wawrzynczak
2021-07-06arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph
2021-07-01device: Clean up resource utility function signaturesKyösti Mälkki
2021-07-01SMBIOS: Drop now-unnecessary unionsAngel Pons
2021-07-01SMBIOS: Introduce `smbios_full_table_len` functionAngel Pons
2021-07-01SMBIOS: Introduce `smbios_carve_table` functionAngel Pons
2021-07-01SMBIOS: Introduce struct for SMBIOS table headerAngel Pons
2021-06-25Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80sMartin Roth
2021-06-22soc/intel/car: Add support for bootguard CARArthur Heymans
2021-06-21soc/intel/common: Add InSMM.STS supportAngel Pons
2021-06-21soc/intel/alderlake: Add GFx Device ID 0x46b3Meera Ravindranath
2021-06-21include/pci_def.h: Add some PCI Power Management CSR bitsTim Wawrzynczak
2021-06-19soc/intel/common/block/smm: Add `mainboard_smi_finalize`Aseda Aboagye
2021-06-17device: Add helper function devfn_disable()Subrata Banik
2021-06-15cpu/intel/msr.h: Sort MSRs in ascending orderAngel Pons
2021-06-15cpu/intel/msr.h: Add license headerAngel Pons
2021-06-14ACPI: Refactor use of global and device NVSKyösti Mälkki
2021-06-14ChromeOS: Separate NVS from global GNVSKyösti Mälkki
2021-06-14lib/hardwaremain.c: Hide preprocessor guards in headerAngel Pons
2021-06-11cpu/x86/lapic: Replace LOCAL_APIC_ADDR referencesKyösti Mälkki
2021-06-10cpu/x86/lapic: Drop read/write_around aliasesKyösti Mälkki
2021-06-10cpu/x86/lapic: Separate stop_this_cpu()Kyösti Mälkki
2021-06-10cpu/x86/lapic: Add lapic_busy() helperArthur Heymans
2021-06-10cpu/x86/lapic: Add lapic_send_ipi() helperArthur Heymans
2021-06-10cpu/x86/lapic: Do not inline some utility functionsKyösti Mälkki
2021-06-10cpu/x86/lapic: Add lapic_update32() helperKyösti Mälkki
2021-06-10cpu/x86/lapic: Regroup LAPIC accessorsKyösti Mälkki
2021-06-10include/limits.h: Add file (read: borrow from Linux)Angel Pons
2021-06-10device/pnp: Always provide `pnp_unset_and_set_config`Angel Pons
2021-06-10stddef.h: Use compiler macros for built-in integer typesJacob Garber
2021-06-09device/dram: Add LPDDR4 utilitiesRob Barnes
2021-06-09device: Add helper function is_devfn_enabled()Subrata Banik
2021-06-09cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODEKyösti Mälkki