hekate: add force 8GB ram config mode

This commit is contained in:
CTCaer
2025-11-27 12:29:16 +02:00
committed by NaGa
parent 4b796ab63f
commit 1af22f6c45
3 changed files with 9 additions and 1 deletions

View File

@@ -1533,6 +1533,10 @@ extern void pivot_stack(u32 stack_top);
void ipl_main()
{
// Override DRAM ID if needed.
if (ipl_ver.rcfg.rsvd_flags & RSVD_FLAG_DRAM_8GB)
fuse_force_8gb_dramid();
// Do initial HW configuration. This is compatible with consecutive reruns without a reset.
hw_init();