Re: [PATCH v2 00/13] Convert Ingenic to a generic board v2

2020-08-22 Thread Zhou Yanjie
在 2020/8/19 下午11:35, Paul Cercueil 写道: Hi Zhou, Le mer. 19 août 2020 à 22:12, Zhou Yanjie a écrit : Hi Paul, I have some good news and some bad news. Good news is: I tested this series of patches on CU1000-Neo & CU1830-Neo, and it can boot normally and log in to  debian normally. Bad

Re: [PATCH v2 00/13] Convert Ingenic to a generic board v2

2020-08-19 Thread Paul Cercueil
Le mer. 19 août 2020 à 17:35, Paul Cercueil a écrit : Hi Zhou, Le mer. 19 août 2020 à 22:12, Zhou Yanjie a écrit : Hi Paul, I have some good news and some bad news. Good news is: I tested this series of patches on CU1000-Neo & CU1830-Neo, and it can boot normally and log in to debi

Re: [PATCH v2 00/13] Convert Ingenic to a generic board v2

2020-08-19 Thread Paul Cercueil
Hi Zhou, Le mer. 19 août 2020 à 22:12, Zhou Yanjie a écrit : Hi Paul, I have some good news and some bad news. Good news is: I tested this series of patches on CU1000-Neo & CU1830-Neo, and it can boot normally and log in to debian normally. Bad news is: 1. Because we dropped arch/mips/

Re: [PATCH v2 00/13] Convert Ingenic to a generic board v2

2020-08-19 Thread Zhou Yanjie
Hi Paul, I have some good news and some bad news. Good news is: I tested this series of patches on CU1000-Neo & CU1830-Neo, and it can boot normally and log in to  debian normally. Bad news is: 1. Because we dropped arch/mips/jz4740/setup.c, so it did not return MACH_INGENIC_ correctly

[PATCH v2 00/13] Convert Ingenic to a generic board v2

2020-08-11 Thread Paul Cercueil
Hi, Changes since V1: - the get_system_type() now will simply return the "system_type" variable if non-NULL, and the various boards can set this pointer should they want to set a custom value. The .get_system_type callback that v1 added to the struct mips_machine is gone. - the board-ingen