Re: [OpenWrt-Devel] [PATCH 1/7] tegra: add new target

2019-03-27 Thread Tomasz Maciej Nowak
W dniu 27.03.2019 o 21:31, Christian Lamparter pisze: > On Wednesday, March 27, 2019 3:07:58 PM CET Tomasz Maciej Nowak wrote: >> Hi Hauke, >> >> W dniu 25.03.2019 o 23:39, Hauke Mehrtens pisze: >>> Hi Tomasz, >>> >>> Soke small comments, this looks mostly ok. >>> >> [snip] +# CONFIG_ARM_LPAE

Re: [OpenWrt-Devel] [PATCH 1/7] tegra: add new target

2019-03-27 Thread Hauke Mehrtens
On 3/27/19 9:31 PM, Christian Lamparter wrote: > On Wednesday, March 27, 2019 3:07:58 PM CET Tomasz Maciej Nowak wrote: >> Hi Hauke, >> >> W dniu 25.03.2019 o 23:39, Hauke Mehrtens pisze: >>> Hi Tomasz, >>> >>> Soke small comments, this looks mostly ok. >>> >> [snip] +# CONFIG_ARM_LPAE is not

Re: [OpenWrt-Devel] [PATCH 1/7] tegra: add new target

2019-03-27 Thread Christian Lamparter
On Wednesday, March 27, 2019 3:07:58 PM CET Tomasz Maciej Nowak wrote: > Hi Hauke, > > W dniu 25.03.2019 o 23:39, Hauke Mehrtens pisze: > > Hi Tomasz, > > > > Soke small comments, this looks mostly ok. > > > [snip] > >> +# CONFIG_ARM_LPAE is not set > > > > Is LPAE not supported by your SoC? Th

Re: [OpenWrt-Devel] [PATCH 1/7] tegra: add new target

2019-03-27 Thread Tomasz Maciej Nowak
Hi Hauke, W dniu 25.03.2019 o 23:39, Hauke Mehrtens pisze: > Hi Tomasz, > > Soke small comments, this looks mostly ok. > [snip] >> +# CONFIG_ARM_LPAE is not set > > Is LPAE not supported by your SoC? This is needed for KVM support, but > not all CPUs support this. > Not really sure, seems it

Re: [OpenWrt-Devel] [PATCH 1/7] tegra: add new target

2019-03-25 Thread Hauke Mehrtens
Hi Tomasz, Soke small comments, this looks mostly ok. On 3/4/19 7:53 PM, Tomasz Maciej Nowak wrote: > New target introduces initial support for NVIDIA Tegra SoC based devices. > It focuses on Tegra 2 CPUs, for successors supporting NEON instruction > set the target should be split in two subtarge

Re: [OpenWrt-Devel] [PATCH 1/7] tegra: add new target

2019-03-06 Thread Tomasz Maciej Nowak
Hi, W dniu 05.03.2019 o 11:36, Felix Fietkau pisze: > On 2019-03-04 19:53, Tomasz Maciej Nowak wrote: >> New target introduces initial support for NVIDIA Tegra SoC based devices. >> It focuses on Tegra 2 CPUs, for successors supporting NEON instruction >> set the target should be split in two subt

Re: [OpenWrt-Devel] [PATCH 1/7] tegra: add new target

2019-03-05 Thread Felix Fietkau
On 2019-03-04 19:53, Tomasz Maciej Nowak wrote: > New target introduces initial support for NVIDIA Tegra SoC based devices. > It focuses on Tegra 2 CPUs, for successors supporting NEON instruction > set the target should be split in two subtargets. > This initial commit doesn't create any device im