Re: [PATCH v2 0/8] MIPS Bootloader helper

2021-01-06 Thread Philippe Mathieu-Daudé
On 1/3/21 9:42 PM, Philippe Mathieu-Daudé wrote: > On 12/15/20 7:41 AM, Jiaxun Yang wrote: >> v2: >> A big reconstruction. rewrite helpers with CPU feature and sepreate >> changesets. >> >> Jiaxun Yang (8): >> hw/mips: Make bootloader addresses unsgined >> hw/mips/malta: Use address translation

Re: [PATCH v2 0/8] MIPS Bootloader helper

2021-01-03 Thread Philippe Mathieu-Daudé
On 12/15/20 7:41 AM, Jiaxun Yang wrote: > v2: > A big reconstruction. rewrite helpers with CPU feature and sepreate > changesets. > > Jiaxun Yang (8): > hw/mips: Make bootloader addresses unsgined > hw/mips/malta: Use address translation helper to calculate > bootloader_run_addr > hw/mip

Re: [PATCH v2 0/8] MIPS Bootloader helper

2020-12-19 Thread Philippe Mathieu-Daudé
On 12/15/20 7:41 AM, Jiaxun Yang wrote: > v2: > A big reconstruction. rewrite helpers with CPU feature and sepreate > changesets. > > Jiaxun Yang (8): > hw/mips: Make bootloader addresses unsgined > hw/mips/malta: Use address translation helper to calculate > bootloader_run_addr > hw/mip

Re: [PATCH v2 0/8] MIPS Bootloader helper

2020-12-18 Thread Jiaxun Yang
在 2020/12/15 下午2:41, Jiaxun Yang 写道: v2: A big reconstruction. rewrite helpers with CPU feature and sepreate changesets. ping? Jiaxun Yang (8): hw/mips: Make bootloader addresses unsgined hw/mips/malta: Use address translation helper to calculate bootloader_run_addr hw/mips:

[PATCH v2 0/8] MIPS Bootloader helper

2020-12-14 Thread Jiaxun Yang
v2: A big reconstruction. rewrite helpers with CPU feature and sepreate changesets. Jiaxun Yang (8): hw/mips: Make bootloader addresses unsgined hw/mips/malta: Use address translation helper to calculate bootloader_run_addr hw/mips: Use address translation helper to handle ENVP_ADDR hw