Re: [U-Boot] [PATCH v2 6/9] arm: add Cubieboard7 board support

2019-01-17 Thread Manivannan Sadhasivam
On Mon, Jan 14, 2019 at 06:11:08PM +0530, Amit Singh Tomar wrote: > The Cubieboard is a single board computer containing a > Actions S700 SoC(with 4 ARMv8 Cortex-A53 cores). > > This patch adds respective defconfig alongwith device tree(sync with > Linux 4.20). > > Signed-off-by: Amit Singh

Re: [U-Boot] [PATCH v2 6/9] arm: add Cubieboard7 board support

2019-01-17 Thread Manivannan Sadhasivam
On Mon, Jan 14, 2019 at 10:57:47PM +, André Przywara wrote: > On 14/01/2019 12:41, Amit Singh Tomar wrote: > > The Cubieboard is a single board computer containing a > > Actions S700 SoC(with 4 ARMv8 Cortex-A53 cores). > > > > This patch adds respective defconfig alongwith device tree(sync

Re: [U-Boot] [PATCH v2 6/9] arm: add Cubieboard7 board support

2019-01-14 Thread André Przywara
On 14/01/2019 12:41, Amit Singh Tomar wrote: > The Cubieboard is a single board computer containing a > Actions S700 SoC(with 4 ARMv8 Cortex-A53 cores). > > This patch adds respective defconfig alongwith device tree(sync with > Linux 4.20). This should come later in the series, as patch 8/9,

[U-Boot] [PATCH v2 6/9] arm: add Cubieboard7 board support

2019-01-14 Thread Amit Singh Tomar
The Cubieboard is a single board computer containing a Actions S700 SoC(with 4 ARMv8 Cortex-A53 cores). This patch adds respective defconfig alongwith device tree(sync with Linux 4.20). Signed-off-by: Amit Singh Tomar --- Changes since v1: * No changes. ---