coreboot-kgpe-d16/src/vendorcode
Felix Held 8c119079d1 vc/amd/fsp/phoenix/FspUsb: update USB config struct for Phoenix SoC
Phoenix has one more Type C port and two more USB2 ports which are used
as the legacy USB part of the two USB4 ports. The USB struct version
numbers have also changed, since it's a newer and incompatible version
of that struct.

TEST=After changing FSP to not hard-code the USB PHY config, but use the
configuration provided by coreboot, and applying this patch, the USB
connector on the USB2 port 4 lines works.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: If52934595dd612154b97e7b90dbd96243146017a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73379
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-05-18 16:23:27 +00:00
..
amd vc/amd/fsp/phoenix/FspUsb: update USB config struct for Phoenix SoC 2023-05-18 16:23:27 +00:00
cavium vendorcode/cavium: Fix additions to string 2023-05-13 09:31:00 +00:00
eltan tree: Drop repeated words 2023-02-07 04:37:31 +00:00
google vc/google: Decouple DSM_CALIB from CHROMEOS 2023-05-05 15:38:53 +00:00
intel vc/intel/fsp/mtl: Update header files from 3084_85 to 3165_81 2023-05-11 10:51:19 +00:00
mediatek vendorcode/mediatek/mt8195: Fix set but unused variables 2023-05-13 17:19:53 +00:00
siemens vc/siemens/hwilib: Change uint32_t return type to size_t 2023-03-02 14:37:42 +00:00
Makefile.inc
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.