[PATCH 0/3] target/mips: Remove vendor specific CPU definitions

Philippe Mathieu-Daudé posted 3 patches 3 years, 3 months ago
Failed in applying to current master (apply log)
target/mips/mips-defs.h    |  9 ---------
target/mips/cpu-defs.c.inc | 16 +++++++++-------
2 files changed, 9 insertions(+), 16 deletions(-)
[PATCH 0/3] target/mips: Remove vendor specific CPU definitions
Posted by Philippe Mathieu-Daudé 3 years, 3 months ago
Trivial patches to sanitize MIPS CPU definitions.

Based-on: mips-next

Philippe Mathieu-Daudé (3):
  target/mips: Remove CPU_R5900 definition
  target/mips: Remove CPU_NANOMIPS32 definition
  target/mips: Remove vendor specific CPU definitions

 target/mips/mips-defs.h    |  9 ---------
 target/mips/cpu-defs.c.inc | 16 +++++++++-------
 2 files changed, 9 insertions(+), 16 deletions(-)

-- 
2.26.2

Re: [PATCH 0/3] target/mips: Remove vendor specific CPU definitions
Posted by Philippe Mathieu-Daudé 3 years, 3 months ago
On 1/12/21 10:01 PM, Philippe Mathieu-Daudé wrote:
> Trivial patches to sanitize MIPS CPU definitions.
> 
> Based-on: mips-next
> 
> Philippe Mathieu-Daudé (3):
>   target/mips: Remove CPU_R5900 definition
>   target/mips: Remove CPU_NANOMIPS32 definition
>   target/mips: Remove vendor specific CPU definitions
> 
>  target/mips/mips-defs.h    |  9 ---------
>  target/mips/cpu-defs.c.inc | 16 +++++++++-------
>  2 files changed, 9 insertions(+), 16 deletions(-)

Thanks, applied to mips-next.

Re: [PATCH 0/3] target/mips: Remove vendor specific CPU definitions
Posted by Richard Henderson 3 years, 3 months ago
On 1/12/21 11:01 AM, Philippe Mathieu-Daudé wrote:
> Trivial patches to sanitize MIPS CPU definitions.
> 
> Based-on: mips-next
> 
> Philippe Mathieu-Daudé (3):
>   target/mips: Remove CPU_R5900 definition
>   target/mips: Remove CPU_NANOMIPS32 definition
>   target/mips: Remove vendor specific CPU definitions
> 
>  target/mips/mips-defs.h    |  9 ---------
>  target/mips/cpu-defs.c.inc | 16 +++++++++-------
>  2 files changed, 9 insertions(+), 16 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~