On Wed, Jan 6, 2021 at 6:30 PM Philippe Mathieu-Daudé wrote:
> On Wed, Jan 6, 2021 at 6:28 PM Philippe Mathieu-Daudé wrote:
> > On 12/15/20 7:46 AM, Jiaxun Yang wrote:
> > > Translate embedded assembly into IO writes which is more
> > > readable.
> > >
> > > Also hardcode cm_base at boot time ins
On Wed, Jan 6, 2021 at 6:28 PM Philippe Mathieu-Daudé wrote:
>
> On 12/15/20 7:46 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
> > ---
>
On 12/15/20 7:46 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
> ---
> hw/mips/boston.c | 45 -
> 1 file
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
---
hw/mips/boston.c | 45 -
1 file changed, 12 insertions(+), 33 deletions(-)
diff --git a/