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

Message ID 20230809162857.21243-1-asmaa@nvidia.com
Headers
Series mlxbf-bootctl: Support access to the large icm size and setting the BlueField boot state. |

Message

Asmaa Mnebhi Aug. 9, 2023, 4:28 p.m. UTC
  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(+)
  

Comments

Hans de Goede Aug. 9, 2023, 8:16 p.m. UTC | #1
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
  
Asmaa Mnebhi Aug. 9, 2023, 8:17 p.m. UTC | #2
> >  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!