Skip to content

Commit

Permalink
LFU-629 imx95: evk: update root cell mem
Browse files Browse the repository at this point in the history
Enlarge root cell mem to 1408M, so that the CMA area could be same
as non-jailhouse setup.

TODO: assign the extra 14GB to root

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
  • Loading branch information
MrVan committed Dec 13, 2023
1 parent de5fbcc commit ca29d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/configs/imx95_evk.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
#define JAILHOUSE_ENV \
"jh_root_dtb=" JH_ROOT_DTB "\0" \
"jh_mmcboot=setenv fdtfile ${jh_root_dtb}; " \
"setenv jh_clk clk_ignore_unused mem=512MB kvm-arm.mode=nvhe; " \
"setenv jh_clk clk_ignore_unused mem=1408MB kvm-arm.mode=nvhe; " \
"if run loadimage; then run mmcboot;" \
"else run jh_netboot; fi; \0" \
"jh_netboot=setenv fdtfile ${jh_root_dtb}; " \
"setenv jh_clk clk_ignore_unused mem=512MB kvm-arm.mode=nvhe; run netboot; \0 "
"setenv jh_clk clk_ignore_unused mem=1408MB kvm-arm.mode=nvhe; run netboot; \0 "

#define CFG_MFG_ENV_SETTINGS \
CFG_MFG_ENV_SETTINGS_DEFAULT \
Expand Down

0 comments on commit ca29d28

Please sign in to comment.