Hi Luca, + CC others
On 24/11/2023 10:48, Luca Fancellu wrote: > > > Move static memory and static shared memory code in separate modules > so that they are included only when the corresponding feature is > enabled, doing that we modularise the features and we remove some > ifdefs from the code to improve readability. > > Move process_shm_node function from bootfdt module and make it > externally visible. > > A static inline helper called process_shm_chosen is introduced, it > will call the process_shm function for the '/chosen' node, and will > be used by the function construct_dom0 instead of using directly > process_shm, allowing some #ifdef to be removed. > > No functional changes are intended. > > Signed-off-by: Luca Fancellu <[email protected]> Reviewed-by: Michal Orzel <[email protected]> ~Michal
