Message ID | 20240725022941.65948-2-slark_xiao@163.com |
---|---|
State | Accepted |
Commit | 84a5ae5b23ba6320bbdfeccfe9a3ad31b2cc41d9 |
Headers | show |
Series | [v2,1/2] bus: mhi: host: pci_generic: Update the file path for Foxconn SDX55/SDX72 | expand |
On Thu, Jul 25, 2024 at 10:29:41AM +0800, Slark Xiao wrote: > Since generic trigger_edl mechanism has been imported, all > products support firehose download shall enable 'edl_trigger'. > > Signed-off-by: Slark Xiao <slark_xiao@163.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> - Mani > --- > drivers/bus/mhi/host/pci_generic.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c > index f159a9dd53e7..565b280c539e 100644 > --- a/drivers/bus/mhi/host/pci_generic.c > +++ b/drivers/bus/mhi/host/pci_generic.c > @@ -434,6 +434,7 @@ static const struct mhi_controller_config modem_foxconn_sdx72_config = { > static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = { > .name = "foxconn-sdx55", > .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -444,6 +445,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = { > static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = { > .name = "foxconn-t99w175", > .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -454,6 +456,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = { > static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = { > .name = "foxconn-dw5930e", > .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -463,6 +466,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = { > > static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = { > .name = "foxconn-t99w368", > + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -472,6 +477,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = { > > static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = { > .name = "foxconn-t99w373", > + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -481,6 +488,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = { > > static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = { > .name = "foxconn-t99w510", > + .edl = "qcom/sdx24m/foxconn/prog_firehose_sdx24.mbn, > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -490,6 +499,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = { > > static const struct mhi_pci_dev_info mhi_foxconn_dw5932e_info = { > .name = "foxconn-dw5932e", > + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > -- > 2.25.1 >
On Thu, Jul 25, 2024 at 10:29:41AM +0800, Slark Xiao wrote: > Since generic trigger_edl mechanism has been imported, all > products support firehose download shall enable 'edl_trigger'. > > Signed-off-by: Slark Xiao <slark_xiao@163.com> Applied to mhi-next! - Mani > --- > drivers/bus/mhi/host/pci_generic.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c > index f159a9dd53e7..565b280c539e 100644 > --- a/drivers/bus/mhi/host/pci_generic.c > +++ b/drivers/bus/mhi/host/pci_generic.c > @@ -434,6 +434,7 @@ static const struct mhi_controller_config modem_foxconn_sdx72_config = { > static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = { > .name = "foxconn-sdx55", > .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -444,6 +445,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = { > static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = { > .name = "foxconn-t99w175", > .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -454,6 +456,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = { > static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = { > .name = "foxconn-dw5930e", > .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -463,6 +466,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = { > > static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = { > .name = "foxconn-t99w368", > + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -472,6 +477,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = { > > static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = { > .name = "foxconn-t99w373", > + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -481,6 +488,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = { > > static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = { > .name = "foxconn-t99w510", > + .edl = "qcom/sdx24m/foxconn/prog_firehose_sdx24.mbn, > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > @@ -490,6 +499,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = { > > static const struct mhi_pci_dev_info mhi_foxconn_dw5932e_info = { > .name = "foxconn-dw5932e", > + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", > + .edl_trigger = true, > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > -- > 2.25.1 >
diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c index f159a9dd53e7..565b280c539e 100644 --- a/drivers/bus/mhi/host/pci_generic.c +++ b/drivers/bus/mhi/host/pci_generic.c @@ -434,6 +434,7 @@ static const struct mhi_controller_config modem_foxconn_sdx72_config = { static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = { .name = "foxconn-sdx55", .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", + .edl_trigger = true, .config = &modem_foxconn_sdx55_config, .bar_num = MHI_PCI_DEFAULT_BAR_NUM, .dma_data_width = 32, @@ -444,6 +445,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = { static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = { .name = "foxconn-t99w175", .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", + .edl_trigger = true, .config = &modem_foxconn_sdx55_config, .bar_num = MHI_PCI_DEFAULT_BAR_NUM, .dma_data_width = 32, @@ -454,6 +456,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w175_info = { static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = { .name = "foxconn-dw5930e", .edl = "qcom/sdx55m/foxconn/prog_firehose_sdx55.mbn", + .edl_trigger = true, .config = &modem_foxconn_sdx55_config, .bar_num = MHI_PCI_DEFAULT_BAR_NUM, .dma_data_width = 32, @@ -463,6 +466,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_dw5930e_info = { static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = { .name = "foxconn-t99w368", + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", + .edl_trigger = true, .config = &modem_foxconn_sdx55_config, .bar_num = MHI_PCI_DEFAULT_BAR_NUM, .dma_data_width = 32, @@ -472,6 +477,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w368_info = { static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = { .name = "foxconn-t99w373", + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", + .edl_trigger = true, .config = &modem_foxconn_sdx55_config, .bar_num = MHI_PCI_DEFAULT_BAR_NUM, .dma_data_width = 32, @@ -481,6 +488,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w373_info = { static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = { .name = "foxconn-t99w510", + .edl = "qcom/sdx24m/foxconn/prog_firehose_sdx24.mbn, + .edl_trigger = true, .config = &modem_foxconn_sdx55_config, .bar_num = MHI_PCI_DEFAULT_BAR_NUM, .dma_data_width = 32, @@ -490,6 +499,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_t99w510_info = { static const struct mhi_pci_dev_info mhi_foxconn_dw5932e_info = { .name = "foxconn-dw5932e", + .edl = "qcom/sdx65m/foxconn/prog_firehose_lite.elf", + .edl_trigger = true, .config = &modem_foxconn_sdx55_config, .bar_num = MHI_PCI_DEFAULT_BAR_NUM, .dma_data_width = 32,
Since generic trigger_edl mechanism has been imported, all products support firehose download shall enable 'edl_trigger'. Signed-off-by: Slark Xiao <slark_xiao@163.com> --- drivers/bus/mhi/host/pci_generic.c | 11 +++++++++++ 1 file changed, 11 insertions(+)