kernel builds w/ different memory configurations
24 Jan
2023
24 Jan
'23
9:25 a.m.
I have a target platform w/ 2 pre-defined memory configs. I've created separate .dts files w/ the different memory sizes and then in src/plat/sparrow/config.cmake do: if(KernelDebugBuild) list(APPEND KernelDTSList "tools/dts/sparrow-debug.dts") else() list(APPEND KernelDTSList "tools/dts/sparrow.dts") Overloading KernelDebugBuild is awkward (it seems contrary to it's purpose) and fragile. How is this handled for existing platforms? -Sam
1154
Age (days ago)
1157
Last active (days ago)
2 comments
2 participants
participants (2)
-
Axel Heider -
Sam Leffler