mbox series

[v2,0/4] MIPS: Refresh some configs

Message ID 20240714-config-refresh-v2-0-33f1649b2efc@flygoat.com (mailing list archive)
Headers show
Series MIPS: Refresh some configs | expand

Message

Jiaxun Yang July 14, 2024, 2:20 a.m. UTC
To: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
Changes in v2:
- Fix typo
- Improve IP30 config (thomas)
- Link to v1: https://lore.kernel.org/r/20240706-config-refresh-v1-0-5dba0064cf08@flygoat.com

---
Jiaxun Yang (4):
      MIPS: config: Enable MSA and virtualization for MIPS64R6
      MIPS: config: generic: Add board-litex
      MIPS: config: lemote2f: Regenerate defconfig
      MIPS: config: Add ip30_defconfig

 arch/mips/configs/generic/64r6.config        |   2 +
 arch/mips/configs/generic/board-litex.config |   8 ++
 arch/mips/configs/ip30_defconfig             | 183 +++++++++++++++++++++++++++
 arch/mips/configs/lemote2f_defconfig         |  54 ++++----
 4 files changed, 216 insertions(+), 31 deletions(-)
---
base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233
change-id: 20240706-config-refresh-f1f87ddf3652

Best regards,

Comments

Thomas Bogendoerfer July 15, 2024, 9:48 p.m. UTC | #1
On Sun, Jul 14, 2024 at 10:20:46AM +0800, Jiaxun Yang wrote:
> To: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> 
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
> Changes in v2:
> - Fix typo
> - Improve IP30 config (thomas)
> - Link to v1: https://lore.kernel.org/r/20240706-config-refresh-v1-0-5dba0064cf08@flygoat.com
> 
> ---
> Jiaxun Yang (4):
>       MIPS: config: Enable MSA and virtualization for MIPS64R6
>       MIPS: config: generic: Add board-litex
>       MIPS: config: lemote2f: Regenerate defconfig
>       MIPS: config: Add ip30_defconfig
> 
>  arch/mips/configs/generic/64r6.config        |   2 +
>  arch/mips/configs/generic/board-litex.config |   8 ++
>  arch/mips/configs/ip30_defconfig             | 183 +++++++++++++++++++++++++++
>  arch/mips/configs/lemote2f_defconfig         |  54 ++++----
>  4 files changed, 216 insertions(+), 31 deletions(-)

series applied to mips-next,

Thomas.