[PATCH 1/2] powerpc/prom: Define structs for client architecture vectors

2016-11-18 Thread Michael Ellerman
The "client architecture vectors" are a series of structures we pass to firmware to define various things, such as what processors we support and many other options. Each structure is entirely different so we have to define a different struct for each one, but that's OK. Signed-off-by: Michael El

[RFC PATCH 1/2] powerpc/prom: Define structs for client architecture vectors

2016-08-12 Thread Michael Ellerman
The "client architecture vectors" are a series of structures we pass to firmware to define various things, such as what processors we support and many other options. Each structure is entirely different so we have to define a different struct for each one, but that's OK. Signed-off-by: Michael El