scaffold: status bit10 (ubfx loop exit)
This commit is contained in:
+3
-3
@@ -775,10 +775,10 @@ static void saimaa_machine_init(MachineState *machine)
|
||||
v = 0x08024000;
|
||||
cpu_physical_memory_write(0x080164F0, &v, 4);
|
||||
}
|
||||
/* HW-ready bits (b25/b26): [0x073A100] bits 0,1,2 (SBL
|
||||
* read-only polls: bit2 poll#1, bit1 poll#2, bit0 gate). */
|
||||
/* HW-ready bits (b25/b26/b39): [0x073A100] bits 0,1,2 (SBL
|
||||
* read-only polls) + bit10 (ubfx loop exit at 0x80079BA). */
|
||||
{
|
||||
uint32_t v = 0x00000007;
|
||||
uint32_t v = 0x00000407;
|
||||
cpu_physical_memory_write(0x073A100, &v, 4);
|
||||
}
|
||||
/* PBL world-switch Thumb-stub (b24, 4B @0x00221EF8):
|
||||
|
||||
Reference in New Issue
Block a user