index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
Age
Commit message (
Expand
)
Author
2021-07-18
soc/amd/cezanne: Start loading APOB asynchronously
Raul E Rangel
2021-07-18
soc/amd/common/apob: Add support for asynchronously reading APOB_NV
Raul E Rangel
2021-07-18
soc/amd/common/apob: Switch to using fmap_locate_area_as_rdev
Raul E Rangel
2021-07-18
soc/amd/common/block/lpc/spi_dma: Yield after completing transaction
Raul E Rangel
2021-07-18
soc/amd/common/block/lpc/spi_dma: Use mutex to protect DMA registers
Raul E Rangel
2021-07-18
soc/amd/common/block/lpc/spi_dma: Implement SPI DMA functionality
Raul E Rangel
2021-07-17
soc/amd/common/block/graphics: add GPU PCI ID for Barcelo
Felix Held
2021-07-17
soc/amd/cezanne/graphics: add VBIOS ID remapping for Barcelo
Felix Held
2021-07-17
soc/intel/alderlake: Select INTEL_GMA_OPREGION_2_1
Meera Ravindranath
2021-07-17
soc/intel/elkhartlake: Expose FIVR config to mainboard
Lean Sheng Tan
2021-07-17
soc/intel/common/block: Drop unused `intelblocks/mp_init.h` include
Subrata Banik
2021-07-17
soc/intel/cannonlake: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-07-17
soc/intel/elkhartlake: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-07-17
soc/intel/jasperlake: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-07-17
soc/intel/apollolake: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-07-17
soc/intel/icelake: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-07-17
soc/intel/skylake: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-07-17
soc/intel/tigerlake: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-07-17
soc/intel/alderlake: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-07-17
cpu/intel: Add dedicated file to grow Intel CPUIDs
Subrata Banik
2021-07-17
soc/intel/xeon_sp/cpx: Align Cooper Lake CPUID as per EDS
Subrata Banik
2021-07-16
include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR
Felix Held
2021-07-15
soc/amd/cezanne: add ACPI CPPC support for AMD
Julian Schroeder
2021-07-15
soc/amd/common/block/cpu/mca/mcax: print all MCAX registers
Felix Held
2021-07-15
soc/amd/common/block/cpu/mca: make building the BERT support conditional
Felix Held
2021-07-15
soc/amd/common/block/cpu/mca: commonize mca_check_all_banks
Felix Held
2021-07-15
soc/amd/common/block/cpu/mca/mca: factor out mca_skip_check
Felix Held
2021-07-15
soc/amd/stoneyridge/mca: implement and use mca_has_expected_bank_count
Felix Held
2021-07-15
soc/amd/common/block/cpu/mca: move function prototypes to local header
Felix Held
2021-07-15
soc/amd/*/mca: factor out common MCA/MCAX check & print functionality
Felix Held
2021-07-15
soc/amd/picasso/mca: factor out mca_has_expected_bank_count
Felix Held
2021-07-15
soc/amd/common/blocks/cpu/mca: factor out common BERT helper functions
Felix Held
2021-07-15
soc/amd/*/mca: factor out BERT entry generation to soc/amd/common
Felix Held
2021-07-15
soc/intel/alderlake: Add virtual GPIOs for community 1
Maulik V Vaghela
2021-07-15
soc/intel/tigerlake: Use `is_devfn_enabled()` for Crashlog UPDs
Subrata Banik
2021-07-15
soc/intel/alderlake: Use `is_devfn_enabled()` for Crashlog UPDs
Subrata Banik
2021-07-14
soc/amd/picasso/mca: add missing types.h include
Felix Held
2021-07-14
soc/amd: factor out check_mca to common code
Felix Held
2021-07-14
soc/amd/cezanne/mca: add empty mca_check_all_banks function
Felix Held
2021-07-14
soc/amd: move check_mca prototype to soc/amd/common/blocks/include
Felix Held
2021-07-14
soc/amd/stoneyridge: add and use mca_is_valid_bank & mca_get_bank_name
Felix Held
2021-07-14
soc/amd/picasso: implement and use mca_get_bank_name
Felix Held
2021-07-14
soc/amd/picasso: implement and use mca_is_valid_bank
Felix Held
2021-07-14
soc/amd/picasso: check length of mca_bank_name array
Felix Held
2021-07-14
soc/amd/picasso: add missing banks to mca_bank_name array
Felix Held
2021-07-14
soc/amd/stoneyridge: use index for mca_bank_name initialization
Felix Held
2021-07-14
soc/amd/stoneyridge/mca: add missing types.h include
Felix Held
2021-07-14
soc/amd/common/block/lpc: Don't disable the HOG bit
Raul E Rangel
2021-07-14
soc/amd/cezanne: Move APOB update into ramstage
Raul E Rangel
2021-07-14
soc/amd/common/block/apob: Fix incorrect printf format
Raul E Rangel
2021-07-14
soc/amd/cezanne: add basic MCA support
Felix Held
2021-07-14
include/cpu/amd/msr: add and use MC_CTL_MASK macro
Felix Held
2021-07-14
include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr
Felix Held
2021-07-14
soc/amd/picasso/mca: use mca_clear_status()
Felix Held
2021-07-14
src: use mca_clear_status function instead of open coding
Felix Held
2021-07-14
soc/mediatek/mt8195: Get DRAM size from DRAM calibration result
Ryan Chuang
2021-07-14
soc/intel/alderlake: Add GFx Device ID 0x46a6
Maulik V Vaghela
2021-07-14
soc/intel/common: Use SPR for backing up data way and eviction mask
Subrata Banik
2021-07-14
soc/intel/skylake: Drop dead `ScanExtGfxForLegacyOpRom`
Angel Pons
2021-07-14
soc/intel/skylake: Rename `Rmt` devicetree setting
Angel Pons
2021-07-14
soc/intel/common/block/cpu/cpulib: use mca_get_bank_count()
Felix Held
2021-07-14
include/cpu/x86/msr: introduce IA32_MC_*(x) macros
Felix Held
2021-07-14
soc/amd/stoneyridge/mca: refactor warm boot check in mca_check_all_banks
Felix Held
2021-07-14
soc/amd/picasso,stoneyridge/mca: factor out mca_check_all_banks
Felix Held
2021-07-14
soc/amd/picasso,stoneyridge/mca: factor out mca_clear_errors
Felix Held
2021-07-14
soc/amd/picasso,stoneyridge/mca: factor out mca_print_error()
Felix Held
2021-07-14
soc/amd/picasso,stoneyridge/mca: use unsigned int for MCA bank number
Felix Held
2021-07-14
soc/amd/picasso,stoneyridge/mca: clean up mca_bank struct
Felix Held
2021-07-14
soc/amd/picasso,stoneyridge/mca: mark num_banks as constant
Felix Held
2021-07-14
include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISC
Felix Held
2021-07-14
src: Use initial_lapicid() instead of open coding it
Arthur Heymans
2021-07-13
soc/intel/alderlake: Implement WA for DDR5 DIMM modules
Meera Ravindranath
2021-07-13
soc/intel/alderlake: Add (and fix) devices in IRQ table
Tim Wawrzynczak
2021-07-12
soc/amd/*/mca: use mca_get_bank_count()
Felix Held
2021-07-12
soc/amd/{cezanne,common}: Enable IOMMU PCIe Device
Raul E Rangel
2021-07-12
soc/intel/alderlake: Increase PRERAM_CBMEM_CONSOLE_SIZE to 8KB
Subrata Banik
2021-07-12
soc/amd/cezanne/acpi: Change GPIO controller interrupt to shared
Raul E Rangel
2021-07-12
soc/intel/common/irq: Program IRQ pin in irq_program_non_pch()
Tim Wawrzynczak
2021-07-12
soc/intel/alderlake: Add missing devices to pci_devs.h
Tim Wawrzynczak
2021-07-12
soc/amd/picasso,stoneyridge/mca: remove unneeded line break
Felix Held
2021-07-12
soc/intel/alderlake: Set max Pkg C-states to Auto
V Sowmya
2021-07-12
soc/mediatek/mt8195: fine tune pmif spi hardware settings for stability
James Lo
2021-07-08
soc/intel/alderlake: Avoid NULL pointer deference
John Zhao
2021-07-07
soc/mediatek/mt8195: Add dramc_param.h
Ryan Chuang
2021-07-07
soc/mediatek/mt8195: Enable DCM
Garmin Chang
2021-07-06
soc/amd/picasso: Allow end range entry for max device ID in IVRS
Aamir Bohra
2021-07-06
arch/x86: Use ENV_X86_64 instead of _x86_64_
Patrick Rudolph
2021-07-05
soc/intel/alderlake: Add support to update the FIVR configs
V Sowmya
2021-07-05
soc/intel/alderlake: Correct Bus and Device of Touch Host Controller
Varshit B Pandya
2021-07-02
soc/amd/common/espi: Fix debug message log level
Raul E Rangel
2021-07-02
soc/amd/common/block/cpu: Cache the uCode to avoid multiple SPI reads
Raul E Rangel
2021-07-02
soc/amd/cezanne: Enable SPI DMA support
Raul E Rangel
2021-07-02
soc/amd/common/block/lpc: Add custom SPI DMA boot device
Raul E Rangel
2021-07-02
arch/x86: Add X86_CUSTOM_BOOTMEDIA
Raul E Rangel
2021-07-02
src: Introduce `ARCH_ALL_STAGES_X86`
Angel Pons
2021-07-02
soc/intel/common/block/cse: Add ME EOP timestamps
Tim Wawrzynczak
2021-07-02
soc/intel/alderlake: Add USB TCSS enablement
Bernardo Perez Priego
2021-07-01
soc/intel/alderlake: Enable energy efficiency turbo mode
V Sowmya
2021-07-01
soc/intel: Refactor `xdci_can_enable()` function
Angel Pons
2021-07-01
soc/intel/alderlake: Select VBOOT_X86_SHA256_ACCELERATION config
Subrata Banik
[next]