summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernizeRaul E Rangel2021-07-201-6/+0
* soc/intel/alderlake: Add support for I2C6 and I2C7Varshit B Pandya2021-07-201-0/+2
* lib/prog_loaders: Add payload_preloadRaul E Rangel2021-07-192-0/+8
* lib/thread: Move thread_run and thread_run_until outside of #if guardRaul E Rangel2021-07-181-20/+12
* lib/hardwaremain: Drop boot_state_current_{block,unblock}()Raul E Rangel2021-07-181-3/+0
* lib/thread: Make thread_run not block the current stateRaul E Rangel2021-07-181-3/+2
* lib/thread: Add thread_handleRaul E Rangel2021-07-181-9/+32
* lib/thread: Add mutexRaul E Rangel2021-07-181-0/+11
* lib/thread: Rename thread_cooperate and thread_prevent_coopRaul E Rangel2021-07-181-4/+4
* lib/thread: Allow nesting thread_cooperate and thread_prevent_coopRaul E Rangel2021-07-181-2/+7
* lib/thread: Add thread_yield helper methodRaul E Rangel2021-07-181-0/+8
* soc/amd/common/block/graphics: add GPU PCI ID for BarceloFelix Held2021-07-171-1/+2
* cpu/intel: Add dedicated file to grow Intel CPUIDsSubrata Banik2021-07-171-0/+57
* include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSRFelix Held2021-07-161-1/+0
* drivers: spi_flash: Add Fast Read Dual I/O supportJulius Werner2021-07-151-2/+3
* src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPCMartin Roth2021-07-141-14/+0
* thread: Add missing static inlineRaul E Rangel2021-07-141-0/+5
* include/cpu/amd/msr: add and use MC_CTL_MASK macroFelix Held2021-07-141-2/+1
* include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msrFelix Held2021-07-142-1/+1
* include/cpu/x86/msr: add mca_clear_status functionFelix Held2021-07-141-0/+10
* soc/intel/alderlake: Add GFx Device ID 0x46a6Maulik V Vaghela2021-07-141-0/+1
* include/cpu/x86/msr: introduce IA32_MC_*(x) macrosFelix Held2021-07-141-0/+4
* include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISCFelix Held2021-07-141-2/+2
* include/cpu/x86/msr: fix MCG_CTL_P definitionFelix Held2021-07-121-1/+1
* include/cpu/x86/msr: add mca_get_bank_count functionFelix Held2021-07-121-0/+7
* acpi: Add function to simplify If (CondRefOf (..)) sequencesTim Wawrzynczak2021-07-121-0/+2
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-062-2/+2
* device: Clean up resource utility function signaturesKyösti Mälkki2021-07-011-22/+18
* SMBIOS: Drop now-unnecessary unionsAngel Pons2021-07-011-136/+17
* SMBIOS: Introduce `smbios_full_table_len` functionAngel Pons2021-07-011-0/+2
* SMBIOS: Introduce `smbios_carve_table` functionAngel Pons2021-07-011-0/+2
* SMBIOS: Introduce struct for SMBIOS table headerAngel Pons2021-07-011-49/+140
* Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80sMartin Roth2021-06-251-1/+1
* soc/intel/car: Add support for bootguard CARArthur Heymans2021-06-221-0/+3
* soc/intel/common: Add InSMM.STS supportAngel Pons2021-06-211-0/+2
* soc/intel/alderlake: Add GFx Device ID 0x46b3Meera Ravindranath2021-06-211-0/+1
* include/pci_def.h: Add some PCI Power Management CSR bitsTim Wawrzynczak2021-06-211-0/+4
* soc/intel/common/block/smm: Add `mainboard_smi_finalize`Aseda Aboagye2021-06-191-0/+1
* device: Add helper function devfn_disable()Subrata Banik2021-06-171-0/+2
* cpu/intel/msr.h: Sort MSRs in ascending orderAngel Pons2021-06-151-4/+4
* cpu/intel/msr.h: Add license headerAngel Pons2021-06-151-0/+2
* ACPI: Refactor use of global and device NVSKyösti Mälkki2021-06-141-0/+2
* ChromeOS: Separate NVS from global GNVSKyösti Mälkki2021-06-141-0/+1
* lib/hardwaremain.c: Hide preprocessor guards in headerAngel Pons2021-06-141-0/+10
* cpu/x86/lapic: Replace LOCAL_APIC_ADDR referencesKyösti Mälkki2021-06-111-6/+1
* cpu/x86/lapic: Drop read/write_around aliasesKyösti Mälkki2021-06-101-3/+0
* cpu/x86/lapic: Separate stop_this_cpu()Kyösti Mälkki2021-06-101-1/+1
* cpu/x86/lapic: Add lapic_busy() helperArthur Heymans2021-06-101-2/+10
* cpu/x86/lapic: Add lapic_send_ipi() helperArthur Heymans2021-06-101-1/+14
* cpu/x86/lapic: Do not inline some utility functionsKyösti Mälkki2021-06-101-34/+3