Re: [PATCH v2 8/8] ARM: imxrt1170_defconfig: Add i.MXRT1170 defconfig

2022-06-21 Thread Fabio Estevam
Hi Giulio, On Sat, Jun 18, 2022 at 11:32 AM Giulio Benetti wrote: > This is due to missing DCACHE function mmu_set_region_dcache_behaviour() > there is only an empty stub for it and so in the case of i.MXRT1050 when > using mxsfb.c, that calls that function, I've preferred to disable > until

Re: [PATCH v2 8/8] ARM: imxrt1170_defconfig: Add i.MXRT1170 defconfig

2022-06-18 Thread Giulio Benetti
Hi Fabio, Jesse, On 18/06/22 02:43, Fabio Estevam wrote: Hi Jesse, On Fri, Jun 17, 2022 at 1:42 PM Jesse Taube wrote: Add a base defconfig for the i.MXRT1170 This should be part of the patch that adds support for the board (1/8). +CONFIG_ARM=y +CONFIG_SYS_DCACHE_OFF=y Any reason to

Re: [PATCH v2 8/8] ARM: imxrt1170_defconfig: Add i.MXRT1170 defconfig

2022-06-17 Thread Fabio Estevam
Hi Jesse, On Fri, Jun 17, 2022 at 1:42 PM Jesse Taube wrote: > > Add a base defconfig for the i.MXRT1170 This should be part of the patch that adds support for the board (1/8). > +CONFIG_ARM=y > +CONFIG_SYS_DCACHE_OFF=y Any reason to turn off DCACHE?

[PATCH v2 8/8] ARM: imxrt1170_defconfig: Add i.MXRT1170 defconfig

2022-06-17 Thread Jesse Taube
Add a base defconfig for the i.MXRT1170 Signed-off-by: Jesse Taube --- V1 -> V2: * Nothing done --- configs/imxrt1170-evk_defconfig | 67 + include/configs/imxrt1170-evk.h | 37 ++ 2 files changed, 104 insertions(+) create mode 100644