coreboot/src/vendorcode
Alok 25385df017 vc/intel/fsp/ptl: Update PTL header files to FSP 3182_01
Update header files for FSP for Panther Lake platform to version
3182.01, previous version being 3144.01.

Changes include:
- Update FspmUpd.h
- Add PprRetryLimit and Use1p5ReadPostamble variable

BUG=b:421287370
TEST=Able to build google/fatcat with the partial header changes

Change-Id: I14e8c3c8751ae6aa0718d0015a1611ced6a2cdd4
Signed-off-by: Alok Agarwal <alok.agarwal@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87879
Reviewed-by: Pranava Y N <pranavayn@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
2025-06-13 01:47:44 +00:00
..
amd vc/amd/fsp/glinda: Update SMBIOS Type 17 information 2025-05-10 22:47:41 +00:00
cavium tree: Use <stdio.h> for snprintf 2024-05-29 10:33:54 +00:00
eltan treewide: Assume FMAP_SECTION_FLASH_START = 0 2025-04-18 14:57:05 +00:00
google elog: Handle elog in later boot phase 2025-06-05 13:36:36 +00:00
intel vc/intel/fsp/ptl: Update PTL header files to FSP 3182_01 2025-06-13 01:47:44 +00:00
mediatek vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
siemens vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
wuffs vc/wuffs: upgrade to Wuffs 0.4.0-alpha.8 2024-08-19 12:31:50 +00:00
Makefile.mk vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
README.md src/vendorcode: Add a README.md file 2022-10-20 14:52:41 +00:00

The files in the coreboot src/vendorcode subdirectory are supplied by various hardware and software vendors to support their platforms. While these directories and files are a part of the coreboot project, their licenses, coding styles, and maintenance may be significantly different than the rest of the coreboot codebase.

By contributing these directories and files to the coreboot codebase, the authors and copyright holders have agreed to the use and modification of these files by the coreboot community, however the final ownership and responsibility still remains with the company that contributed the files.

The ideal goal would be to properly integrate these files into coreboot proper. But such undertakings should be coordinated with the owners. Community modification should in general be limited to fixing issues and adding functionality.

Licenses for the files were determined by the copyright holder when the files were contributed. All files here must have an open source license compatible with coreboot's GPL v2.