2023-08-09 17:22:25

by Asmaa Mnebhi

[permalink] [raw]
Subject: [PATCH v2 0/2] mlxbf-bootctl: Support access to the large icm size and setting the BlueField boot state.

Support 2 new features for the mlxbf-bootctl driver:
1) Enable reading and writing the size of the memory region
dedicated to the large ICM carveout.
2) Enable setting the BlueField ARM boot state to "os up".
The SMC call involved will handle updating the state in
BlueField registers.

Asmaa Mnebhi (2):
mlxbf-bootctl: Support the large icmc write/read
mlxbf-bootctl: Support setting the ARM boot state to "OS up"

drivers/platform/mellanox/mlxbf-bootctl.c | 67 +++++++++++++++++++++++
drivers/platform/mellanox/mlxbf-bootctl.h | 19 +++++++
2 files changed, 86 insertions(+)

--
2.30.1



2023-08-09 21:05:43

by Asmaa Mnebhi

[permalink] [raw]
Subject: RE: [PATCH v2 0/2] mlxbf-bootctl: Support access to the large icm size and setting the BlueField boot state.

> > drivers/platform/mellanox/mlxbf-bootctl.c | 67
> > +++++++++++++++++++++++ drivers/platform/mellanox/mlxbf-bootctl.h |
> > 19 +++++++
> > 2 files changed, 86 insertions(+)
>
> Thank you for your patch-series, I've applied the series to my review-hans
> branch:
> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-
> x86.git/log/?h=review-hans
>
> Once I've run some tests on this branch the patches there will be added to the
> platform-drivers-x86/for-next branch and eventually will be included in the
> pdx86 pull-request to Linus for the next merge-window.
>
Thank you very much Hans!

2023-08-09 21:09:30

by Hans de Goede

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] mlxbf-bootctl: Support access to the large icm size and setting the BlueField boot state.

HI,

On 8/9/23 18:28, Asmaa Mnebhi wrote:
> Support 2 new features for the mlxbf-bootctl driver:
> 1) Enable reading and writing the size of the memory region
> dedicated to the large ICM carveout.
> 2) Enable setting the BlueField ARM boot state to "os up".
> The SMC call involved will handle updating the state in
> BlueField registers.
>
> Asmaa Mnebhi (2):
> mlxbf-bootctl: Support the large icmc write/read
> mlxbf-bootctl: Support setting the ARM boot state to "OS up"
>
> drivers/platform/mellanox/mlxbf-bootctl.c | 67 +++++++++++++++++++++++
> drivers/platform/mellanox/mlxbf-bootctl.h | 19 +++++++
> 2 files changed, 86 insertions(+)

Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans