Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
T8030: Set AMCC regs correctly on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
TrungNguyen1909 committed Apr 10, 2022
1 parent 4b4f2d4 commit 7e5e928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/arm/t8030.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ static void t8030_memory_setup(MachineState *machine)
}
hdr = tms->kernel;
assert(hdr);
g_phys_base = (hwaddr)macho_get_buffer(hdr);
macho_highest_lowest(hdr, NULL, &virt_end);
last_range = xnu_pf_segment(hdr, "__LAST");
phys_ptr = T8030_DRAM_BASE;
Expand Down

0 comments on commit 7e5e928

Please sign in to comment.