Re: [PATCH v3 4/4] hw/mips/boston: Use bootloader helper to set GCRs

2021-02-21 Thread Philippe Mathieu-Daudé
On 1/27/21 7:54 AM, Jiaxun Yang wrote: > Translate embedded assembly into IO writes which is more > readable. > > Also hardcode cm_base at boot time instead of reading from CP0. > > Signed-off-by: Jiaxun Yang > Reviewed-by: Philippe Mathieu-Daudé > -- > v3: Use bl_gen_write_ulong. > --- >

[PATCH v3 4/4] hw/mips/boston: Use bootloader helper to set GCRs

2021-01-26 Thread Jiaxun Yang
Translate embedded assembly into IO writes which is more readable. Also hardcode cm_base at boot time instead of reading from CP0. Signed-off-by: Jiaxun Yang Reviewed-by: Philippe Mathieu-Daudé -- v3: Use bl_gen_write_ulong. --- hw/mips/boston.c | 47