mbox series

[v2,0/2] Enable ICSSG Driver for AM64x

Message ID 20240612110749.1699824-1-danishanwar@ti.com
Headers show
Series Enable ICSSG Driver for AM64x | expand

Message

MD Danish Anwar June 12, 2024, 11:07 a.m. UTC
This series adds config changes and env changes to enable ICSSG Ethernet
Driver on AM64x.

Changes since v1:
*) Dropped the patch [0] as this needs to be fixed in driver as suggested
   by Andrew Davis <afd@ti.com>
*) Rebased on latest u-boot/next.

v1 https://lore.kernel.org/all/20240522063652.3759497-1-danishanwar@ti.com/
[0] https://lore.kernel.org/all/cb53651f-a823-41b8-81e5-c3939bd33764@ti.com/

Thanks and Regards,
MD Danish Anwar 

MD Danish Anwar (2):
  configs: am64x_evm_a53: Enable ICSSG Driver
  board: ti: am64x: Set storage_interface and fw_dev_part ENVs

 board/ti/am64x/am64x.env        | 5 +++++
 configs/am64x_evm_a53_defconfig | 5 +++++
 2 files changed, 10 insertions(+)


base-commit: 9cf83a7da95b70a37d0d2aba79439dc8a2944fe3

Comments

Tom Rini June 20, 2024, 2:35 p.m. UTC | #1
On Wed, 12 Jun 2024 16:37:47 +0530, MD Danish Anwar wrote:

> This series adds config changes and env changes to enable ICSSG Ethernet
> Driver on AM64x.
> 
> Changes since v1:
> *) Dropped the patch [0] as this needs to be fixed in driver as suggested
>    by Andrew Davis <afd@ti.com>
> *) Rebased on latest u-boot/next.
> 
> [...]

Applied to u-boot/next, thanks!