Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f021665089 | ||
|
|
6c887c15be | ||
|
|
2b7722da7d |
@@ -1,7 +1,7 @@
|
||||
# IPL Version.
|
||||
BLVERSION_MAJOR := 5
|
||||
BLVERSION_MINOR := 3
|
||||
BLVERSION_HOTFX := 1
|
||||
BLVERSION_HOTFX := 2
|
||||
BLVERSION_RSVD := 0
|
||||
|
||||
# Nyx Version.
|
||||
|
||||
@@ -1040,7 +1040,7 @@ int hos_launch(ini_sec_t *cfg)
|
||||
EMC(EMC_SCRATCH0) = 0;
|
||||
|
||||
// Hold USBD in reset for SoC state validation on sleep.
|
||||
CLOCK(CLK_RST_CONTROLLER_RST_DEV_L_CLR) = BIT(CLK_L_USBD);
|
||||
CLOCK(CLK_RST_CONTROLLER_RST_DEV_L_SET) = BIT(CLK_L_USBD);
|
||||
|
||||
// Flush cache and disable MMU.
|
||||
bpmp_mmu_disable();
|
||||
|
||||
@@ -1145,7 +1145,8 @@ static void _show_errors()
|
||||
if (*excp_enabled == EXCP_MAGIC)
|
||||
h_cfg.errors |= ERR_EXCEPT_ENB;
|
||||
|
||||
if (PMC(APBDEV_PMC_SCRATCH37) & PMC_SCRATCH37_KERNEL_PANIC_FLAG)
|
||||
//! FIXME: Find a better way to identify if that scratch has proper data.
|
||||
if (0 && PMC(APBDEV_PMC_SCRATCH37) & PMC_SCRATCH37_KERNEL_PANIC_FLAG)
|
||||
{
|
||||
// Set error and clear flag.
|
||||
h_cfg.errors |= ERR_L4T_KERNEL;
|
||||
@@ -1467,7 +1468,7 @@ ment_t ment_top[] = {
|
||||
MDEF_END()
|
||||
};
|
||||
|
||||
menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.3.1", 0, 0 };
|
||||
menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.3.2", 0, 0 };
|
||||
|
||||
extern void pivot_stack(u32 stack_top);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user