Re: [U-Boot] [PATCH v3] arm: add initial support for the Phytium Durian Board

2019-10-18 Thread Bin Meng
On Fri, Oct 18, 2019 at 5:22 AM Tom Rini wrote: > > On Thu, Oct 17, 2019 at 02:05:05PM +, liu hao wrote: > > > This adds platform code and the device tree for the Phytium Durian Board. > > The initial support comprises the UART the GMAC and the PCIE. > > > > v3: Please drop these changelog fr

Re: [U-Boot] [PATCH v3] arm: add initial support for the Phytium Durian Board

2019-10-17 Thread Tom Rini
On Thu, Oct 17, 2019 at 02:05:05PM +, liu hao wrote: > This adds platform code and the device tree for the Phytium Durian Board. > The initial support comprises the UART the GMAC and the PCIE. > > v3: > - Change the board name from ft2004 to durian. > The dts does not on mainline Kernel. @

Re: [U-Boot] [PATCH v3] arm: add initial support for the Phytium Durian Board

2019-10-17 Thread Heinrich Schuchardt
On 10/17/19 4:05 PM, liu hao wrote: v3: - Change the board name from ft2004 to durian. The dts does not on mainline Kernel. @ Kever Yang - Add pcie driver and boot kernel from scsi-pci card. Add README about durian board. The system initialization is worked in BPF that we do not want

[U-Boot] [PATCH v3] arm: add initial support for the Phytium Durian Board

2019-10-17 Thread liu hao
This adds platform code and the device tree for the Phytium Durian Board. The initial support comprises the UART the GMAC and the PCIE. v3: - Change the board name from ft2004 to durian. The dts does not on mainline Kernel. @ Kever Yang - Add pcie driver and boot kernel from scsi-pci card. Add