Age | Commit message (Expand) | Author |
2024-10-02 | soc/intel: Deprecate SoC-specific global reset status configs | Subrata Banik |
2024-09-30 | libgfxinit: Allow to configure screen rotation | Nico Huber |
2024-09-27 | driver/intel/ish: Add config to indicate the presence of ISH MAIN firmware | Jayvik Desai |
2024-09-07 | drivers/intel/fsp2_0: Consolidate `BUILDING_WITH_DEBUG_FSP` option | Subrata Banik |
2024-09-07 | drivers/intel/fsp2_0: Add Kconfig option to control MBP HOB creation | Subrata Banik |
2024-09-02 | drivers/intel/gma: Fix mismatching types for fb_add_framebuffer_info | Arthur Heymans |
2024-08-27 | drivers/intel/opregion.c: Also set vbt_size if size is 0 | Arthur Heymans |
2024-08-12 | drivers/intel/fsp2: Add config for FSP uGOP eSOL | Jayvik Desai |
2024-08-11 | region: Introduce region_create() functions | Nico Huber |
2024-07-19 | device/pci_ids: Add new Intel PTL device IDs for ISH | Subrata Banik |
2024-07-10 | cbmem_top: Change the return value to uintptr_t | Elyes Haouas |
2024-07-03 | drivers/intel/ish: Skip ISH version call if CSE sync is done by payload | Subrata Banik |
2024-05-31 | soc/intel/meteorlake: Exclude deprecated upd from FSP2.4 builds | Appukuttan V K |
2024-05-29 | tree: Remove unused <string.h> | Elyes Haouas |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-14 | soc/intel/common: Add Panther Lake DIDs | Saurabh Mishra |
2024-05-11 | driver/intel/fsp2_0: Update soc_binding.h for coreboot compatibility | Subrata Banik |
2024-05-06 | drivers/intel/pmc_mux/conn: Copy ACPI _PLD property from USB port to mux | Won Chung |
2024-05-06 | drivers/intel/mipi_camera: Add CSI2 Data Stream Interface GUID | CoolStar |
2024-05-03 | drivers/intel/fsp2_0: Release bmp_logo during OS_PAYLOAD_LOAD stage | Karthikeyan Ramasubramanian |
2024-04-30 | drivers/intel/fsp2_0: Default to 64-bits for FSP 2.4 | Jeremy Compostella |
2024-04-30 | drivers/intel/fsp2_0: Add dedicated caller function for ap procedure calls | Appukuttan V K |
2024-04-30 | drivers/intel/fsp2_0: Remove x64-specific assertion from fsp_header | Appukuttan V K |
2024-04-30 | drivers/intel/fsp2_0: Make coreboot FSP stack 16-bytes aligned | Appukuttan V K |
2024-04-23 | drivers/intel/fsp2_0: Support FSP 2.4 64-bits | Jeremy Compostella |
2024-04-22 | drivers/intel/fsp2_0: Introduce fsp print helper macros | Appukuttan V K |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-04-11 | tree: Remove blank lines before '}' and after '{' | Elyes Haouas |
2024-04-06 | drivers/intel/fsp2_0: Enhance portability with uintptr_t/size_t | Subrata Banik |
2024-04-06 | lib: Refactor bmp_load_logo() implementation | Subrata Banik |
2024-04-04 | drivers/intel/fsp2_0: Support FSP-T in long mode | Arthur Heymans |
2024-04-04 | drivers/intel: Align FSP debug handler with EFI calling convention | Subrata Banik |
2024-04-03 | drivers/intel/fsp2_0: Use coreboot uint8_t type for consistency | Subrata Banik |
2024-03-26 | drivers/intel/fsp2_0: Avoid unnecessary extra CBFS access | Jeremy Compostella |
2024-03-23 | drivers/intel/ish: Include stdbool.h to identify bool type | Karthikeyan Ramasubramanian |
2024-03-21 | drivers/intel/dptf: Add DCFG support | Sumeet Pawnikar |
2024-03-19 | drivers/intel/fsp2_0: Use DECLARE_REGION for FSP-M heap | Shuo Liu |
2024-03-15 | treewide: Move stdlib.h to commonlib | Maximilian Brune |
2024-03-09 | drivers/intel/fsp2_0: Perform MP init post FSP-MultiPhase SI Init | Jeremy Compostella |
2024-03-08 | drivers/intel/fsp2_0: Add limited to 32-bits FSP 2.4 support | Jeremy Compostella |
2024-03-08 | drivers/intel/fsp2_0: Add "silicon" to the multiphase callback name | Jeremy Compostella |
2024-03-05 | drivers/intel/fsp: Work around multi-socket Xeon-SP pipe init bug | Arthur Heymans |
2024-03-01 | drivers/intel/gma: Allow SPARK function with side effects | Nico Huber |
2024-02-18 | drivers: Add SPDX license headers to Kconfig files | Martin Roth |
2024-02-14 | tree; Remove unused <lib.h> | Elyes Haouas |
2024-02-05 | drivers/intel/fsp2_0: Remove unused function fsp_write_line | Jeremy Compostella |
2024-02-02 | lib: Move IP checksum to commonlib | Julius Werner |
2024-02-02 | drivers/intel/gma: Add missing parentheses to brightness ACPI | Jonathon Hall |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-31 | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard |
2024-01-26 | soc/intel/common: Add lunarlake device IDs | Appukuttan V K |
2024-01-24 | driver/intel to /driver/ocp: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-11 | vc/google: Show different logos for different ChromeOS devices | Shelley Chen |
2023-12-26 | drivers/intel/gma: Only show the choice when a VBT is to be added | Arthur Heymans |
2023-12-26 | drivers/intel/fsp2_0: Add boot mode strings | Marx Wang |
2023-12-22 | drivers/intel/fsp2_0: Log FW Splash Screen feature state | Subrata Banik |
2023-12-20 | treewide: Use show_notices target for warnings | Martin Roth |
2023-11-02 | drivers/intel/gma/opregion: Use CBFS cache to load VBT | Jeremy Compostella |
2023-10-26 | drivers/intel/gma/Kconfig: Add VBT compression configuration entry | Jeremy Compostella |
2023-10-20 | drivers/intel/fsp2_0: Support embedding a second FSP-M/FSP-S | Jonathon Hall |
2023-10-04 | {commonlib, libpayload}: Add "has_external_display" in coreboot table | Subrata Banik |
2023-10-04 | drivers/intel/gma: Update port select bit definitions | Subrata Banik |
2023-09-14 | x86: Add .data section support for pre-memory stages | Jeremy Compostella |
2023-09-14 | acpi: Comply with ACPI specification by making _STR unicode strings | Cliff Huang |
2023-09-14 | drivers/intel/mipi_camera: Add DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC | Jamie Ryu |
2023-09-11 | drivers: Remove space between function name and '(' | Elyes Haouas |
2023-09-08 | arch to drivers/intel: Fix misspellings & capitalization issues | Martin Roth |
2023-09-05 | drivers/intel/fsp2_0: Introduce MRC cache store after FSP-M/S APIs | Subrata Banik |
2023-09-04 | {drivers/intel/fsp2_0, soc/intel}: Rename `SAVE_MRC_AFTER_FSPS` config | Subrata Banik |
2023-08-29 | drv/intel/fsp2_0: Add FW Splash Screen event log entries | Subrata Banik |
2023-08-28 | drivers/intel/gma: Remove space between function name and '(' | Elyes Haouas |
2023-08-26 | vc/intel: Remove unnecessary Kconfig options | Martin Roth |
2023-08-25 | drivers/intel/fsp2/Makefile.inc: Deduplicate compression type checks | Felix Singer |
2023-08-19 | drivers/intel/fsp2_0: Fix extraneous text after else directive | Subrata Banik |
2023-08-18 | {driver, soc/intel/cmn/cse}: Refactor ISH FW Version implementation | Subrata Banik |
2023-08-17 | drivers/intel/fsp2_0: Add configurable compression for logo cbfs file | Subrata Banik |
2023-08-11 | drivers/intel/fsp2_0: Add API to convert BMP images to GOP BLT buffer | Subrata Banik |
2023-08-06 | drivers: Add SPDX license headers to Makefiles | Martin Roth |
2023-08-03 | drivers/intel/gma/Kconfig: Remove unused INTEL_GMA_OPREGION_2_0 | Elyes Haouas |
2023-07-31 | drivers/intel/fsp2_0/fsp_timestamp.c: Use C99 flexible arrays | Elyes Haouas |
2023-07-30 | drivers/intel/gma/intel_bios.h: Use C99 flexible arrays | Elyes Haouas |
2023-07-07 | drivers/intel/fsp2_0: Remove BUILD_TIME_STAMP_SIZE macro | Ronak Kanabar |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2023-06-23 | {commonlib/drivers}: Have option to store MRC version inside CBMEM | Subrata Banik |
2023-06-23 | driver/intel/fsp2_0: Add support to store MRC cache using MRC version | Subrata Banik |
2023-06-18 | drivers/intel/fsp2_0: Correct FPDT timestamp unit and macro name | Ronak Kanabar |
2023-06-15 | {driver, mb, soc}: Rename Intel CSE FPT config to ISH FW version config | Subrata Banik |
2023-05-02 | drivers/intel/fsp2_0: Apply FSP Reset Status W/A for MultiPhaseSiInit | Subrata Banik |
2023-05-02 | soc/intel/common: Introduce API to get the FSP Reset Status | Subrata Banik |
2023-04-28 | treewide: Add missing include guards to chip.h | Jan Samek |
2023-04-27 | drivers/intel/fsp2_0: Inject newline after printing EFI GUID | Subrata Banik |
2023-04-21 | drivers/intel/ish: Hook get ISH version into `.final` | Subrata Banik |
2023-04-12 | Reland "drivers/intel/dptf: Add multiple fan support under dptf" | Sumeet Pawnikar |
2023-04-11 | drivers/fsp2_0/mp_service_ppi: Use struct device to fill in buffer | Arthur Heymans |
2023-03-30 | drivers/intel/fsp2_0/hand_off_block: use cb_err in fsp_find_range_hob | Felix Held |
2023-03-29 | drivers/intel/fsp2_0: Add API to find FSP resource HOB by GUID | Pratikkumar Prajapati |
2023-03-23 | soc/intel: Rename IA common code module from `TOM` to `RAMTOP` | Subrata Banik |
2023-03-22 | drivers/intel/fsp2_0: Add support for FSP_ERROR_INFO_HOB | Ray Han Lim, Ng |
2023-03-13 | drivers/intel/fsp2_0: Have provision for caching TOM region | Subrata Banik |
2023-03-07 | drivers/intel/fsp2_0: Print `mrc_cache` size in decimal | Subrata Banik |