[PATCH v2 1/2] ieee1275 : Converting plain numbers to constants in Vec5

2023-03-26 Thread Avnish Chouhan
This patch converts the plain numbers used in Vec5 properties to constants. 1. LPAR : Client program supports logical partitioning and associated hcall()s. 2. SPLPAR : Client program supports the Shared 3. CMO : Enables the Cooperative Memory Over-commitment Option. 4. MAX_CPU : Defines maximum

[PATCH v2 2/2] ieee1275 : extended support in options vector5

2023-03-26 Thread Avnish Chouhan
This patch enables the multiple options in Options Vector5 which are required and solves the boot issue seen on some machines which are looking for these specific options. 1. LPAR : Client program supports logical partitioning and associated hcall()s. 2. SPLPAR : Client program supports the Sh