Attention is currently required from: Paul Menzel, Mario Scheithauer. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/64024
to look at the new patch set (#2).
Change subject: drivers/phy/m88e1512: Add new driver for Marvell PHY 88E1512 ......................................................................
drivers/phy/m88e1512: Add new driver for Marvell PHY 88E1512
This driver enables the usage of an external Marvell PHY 88E1512 which should be connected to a SOC internal MAC controller. In a first step it is only the framework of the driver. Functionality will follow with a second patch. To be able to use the driver, it is necessary to activate the scan bus operation in the corresponding SOC TSN GbE driver.
One can change parameters in device tree so that the used setup can be adapted in device tree to match the configuration of the device on the mainboard.
Link to the Marvell PHY 88E1512 datasheet: https://www.marvell.com/content/dam/marvell/en/public-collateral/transceiver...
Change-Id: Iabe1aef2217dfaee4b5a4bd83782ab588d4be642 Signed-off-by: Mario Scheithauer mario.scheithauer@siemens.com --- A src/drivers/phy/m88e1512/Kconfig A src/drivers/phy/m88e1512/Makefile.inc A src/drivers/phy/m88e1512/chip.h A src/drivers/phy/m88e1512/m88e1512.c M src/soc/intel/elkhartlake/tsn_gbe.c 5 files changed, 42 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/64024/2