Bump hekate to v6.5.1 and Nyx to v1.9.1
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
# IPL Version.
|
# IPL Version.
|
||||||
BLVERSION_MAJOR := 6
|
BLVERSION_MAJOR := 6
|
||||||
BLVERSION_MINOR := 5
|
BLVERSION_MINOR := 5
|
||||||
BLVERSION_HOTFX := 0
|
BLVERSION_HOTFX := 1
|
||||||
BLVERSION_REL := 0
|
BLVERSION_REL := 0
|
||||||
|
|
||||||
# Nyx Version.
|
# Nyx Version.
|
||||||
NYXVERSION_MAJOR := 1
|
NYXVERSION_MAJOR := 1
|
||||||
NYXVERSION_MINOR := 9
|
NYXVERSION_MINOR := 9
|
||||||
NYXVERSION_HOTFX := 0
|
NYXVERSION_HOTFX := 1
|
||||||
NYXVERSION_REL := 0
|
NYXVERSION_REL := 0
|
||||||
|
|||||||
@@ -1426,7 +1426,7 @@ ment_t ment_top[] = {
|
|||||||
MDEF_END()
|
MDEF_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
menu_t menu_top = { ment_top, "hekate v6.5.0", 0, 0 };
|
menu_t menu_top = { ment_top, "hekate v6.5.1", 0, 0 };
|
||||||
|
|
||||||
extern void pivot_stack(u32 stack_top);
|
extern void pivot_stack(u32 stack_top);
|
||||||
|
|
||||||
@@ -1446,7 +1446,7 @@ void ipl_main()
|
|||||||
heap_init((void *)IPL_HEAP_START);
|
heap_init((void *)IPL_HEAP_START);
|
||||||
|
|
||||||
#ifdef DEBUG_UART_PORT
|
#ifdef DEBUG_UART_PORT
|
||||||
uart_send(DEBUG_UART_PORT, (u8 *)"hekate: Hello!\r\n", 16);
|
uart_send(DEBUG_UART_PORT, (u8 *)"hekate: Hello!\n", 15);
|
||||||
uart_wait_xfer(DEBUG_UART_PORT, UART_TX_IDLE);
|
uart_wait_xfer(DEBUG_UART_PORT, UART_TX_IDLE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -1481,7 +1481,7 @@ void ipl_main()
|
|||||||
h_cfg.errors |= ERR_LIBSYS_LP0;
|
h_cfg.errors |= ERR_LIBSYS_LP0;
|
||||||
|
|
||||||
// Train DRAM and switch to max frequency.
|
// Train DRAM and switch to max frequency.
|
||||||
if (minerva_init((minerva_str_t *)&nyx_str->minerva)) //!TODO: Add Tegra210B01 support to minerva.
|
if (minerva_init((minerva_str_t *)&nyx_str->minerva))
|
||||||
h_cfg.errors |= ERR_LIBSYS_MTC;
|
h_cfg.errors |= ERR_LIBSYS_MTC;
|
||||||
|
|
||||||
// Disable watchdog protection.
|
// Disable watchdog protection.
|
||||||
|
|||||||
Reference in New Issue
Block a user