mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +01:00
Make NAND call ahbmemflush/magic_bullshit like IOS does
This commit is contained in:
parent
efba85b43e
commit
49660bd39f
4
nand.c
4
nand.c
@ -56,6 +56,8 @@ static int ipc_tag = 0;
|
||||
void nand_irq(void)
|
||||
{
|
||||
int code, tag;
|
||||
ahb_memflush(NAND);
|
||||
magic_bullshit(0);
|
||||
if (ipc_code != 0) {
|
||||
code = ipc_code;
|
||||
tag = ipc_tag;
|
||||
@ -76,6 +78,8 @@ inline void __nand_write32(u32 addr, u32 data)
|
||||
|
||||
inline void __nand_wait(void) {
|
||||
while(__nand_read32(NAND_CMD) & NAND_BUSY_MASK);
|
||||
ahb_memflush(NAND);
|
||||
magic_bullshit(0);
|
||||
}
|
||||
|
||||
void nand_send_command(u32 command, u32 bitmask, u32 flags, u32 num_bytes) {
|
||||
|
Loading…
Reference in New Issue
Block a user