[PATCH v3 2/2] cmd: brcm: netXtreme commands

Marek Behún kabel at kernel.org
Tue Oct 26 15:17:42 CEST 2021


On Mon, 25 Oct 2021 16:44:44 -0700
Roman Bacik <roman.bacik at broadcom.com> wrote:

> From: Bharat Gooty <bharat.gooty at broadcom.com>
> 
> Following netXtreme commands are supported:
> probe, remove.
> 
> Signed-off-by: Bharat Gooty <bharat.gooty at broadcom.com>
> 
> Signed-off-by: Roman Bacik <roman.bacik at broadcom.com>

Hi Roman,

why do you need to have custom command for probing / removing the
driver?

U-Boot PCI code should probe the driver automatically upon recognizing
PCI vendor / device ID.

Even if not, adding custom command for such a thing isn't nice, when we
have the `dm` command for communicating with driver model.

Marek


More information about the U-Boot mailing list