Re: [U-Boot] [PATCH v5 0/7]

2017-01-25 Thread Dalon Westergreen
On Wed, 2017-01-25 at 22:52 +0100, Frank Kunz wrote: > Am 25.01.2017 um 21:21 schrieb Marek Vasut: > > > > On 01/25/2017 06:33 PM, Dalon Westergreen wrote: > > > > > > On Wed, 2017-01-25 at 08:39 -0600, Dinh Nguyen wrote: > > > > > > >

[U-Boot] [PATCH v6 4/7] arm: socfpga: update arria5 socdk default environment

2017-01-25 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v6 7/7] arm: socfpga: Update sr1500 environment

2017-01-25 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v6 6/7] arm: socfpga: Update SoCKit environment

2017-01-25 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v6 5/7] arm: socfpga: Update DE1 environment

2017-01-25 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v6 3/7] arm: socfpga: update cyclone5 socdk default environment

2017-01-25 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v6 2/7] arm: socfpga: update de0 nano default environment

2017-01-25 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v6 1/7] arm: socfpga: add env settings to common header

2017-01-25 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Move repeated environment settings for socfpga boards to a common header. The default values for the boot partition and the OS filesystem partition have changed and as as result the default uboot environment for socfpga boards needs up

[U-Boot] [PATCH v6 0/7] arm: socfpga: update default u-boot environment

2017-01-25 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> These patches update the boot and os partition numbers in the default uboot environment for a number of socfpga boards. Per request, common environment configurations have been

Re: [U-Boot] [PATCH v5 0/7]

2017-01-25 Thread Dalon Westergreen
On Wed, 2017-01-25 at 08:39 -0600, Dinh Nguyen wrote: > > On 01/25/2017 03:48 AM, Marek Vasut wrote: > > > > On 01/25/2017 05:13 AM, Dalon Westergreen wrote: > > > > > > From: Dalon Westergreen <dalon.westergr...@intel.com> > > > > >

[U-Boot] [PATCH v5 4/7] arm: socfpga: update arria5 socdk default environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v5 5/7] arm: socfpga: Update DE1 environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v5 7/7] arm: socfpga: Update sr1500 environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v5 6/7] arm: socfpga: Update SoCKit environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v5 2/7] arm: socfpga: update de0 nano default environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v5 3/7] arm: socfpga: update cyclone5 socdk default environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Ack

[U-Boot] [PATCH v5 1/7] arm: socfpga: add env settings to common header

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Move repeated environment settings for socfpga boards to a common header. The default values for the boot partition and the OS filesystem partition have changed and as as result the default uboot environment for socfpga boards needs up

[U-Boot] [PATCH v5 0/7]

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> These patches update the boot and os partition numbers in the default uboot environment for a number of socfpga boards. Per request, common environment configurations have been

Re: [U-Boot] [PATCH v4 6/7] arm: socfpga: Update SoCKit environment

2017-01-24 Thread Dalon Westergreen
On Wed, 2017-01-25 at 04:40 +0100, Marek Vasut wrote: > On 01/25/2017 04:34 AM, Dinh Nguyen wrote: > > > > > > > > On 01/24/2017 09:30 PM, Dalon Westergreen wrote: > > > > > > On Tue, 2017-01-24 at 21:27 -0600, Dinh Nguyen wrote: > >

Re: [U-Boot] [PATCH v4 6/7] arm: socfpga: Update SoCKit environment

2017-01-24 Thread Dalon Westergreen
On Tue, 2017-01-24 at 21:27 -0600, Dinh Nguyen wrote: > > On 01/24/2017 11:06 AM, Dalon Westergreen wrote: > > > > From: Dalon Westergreen <dalon.westergr...@intel.com> > > > > Remove the default environment as it is now in a common > > header. &

Re: [U-Boot] [PATCH v4 5/7] arm: socfpga: Update DE1 environment

2017-01-24 Thread Dalon Westergreen
On Tue, 2017-01-24 at 21:20 -0600, Dinh Nguyen wrote: > > On 01/24/2017 11:06 AM, Dalon Westergreen wrote: > > > > From: Dalon Westergreen <dalon.westergr...@intel.com> > > > > Remove the default environment as it is now in a common > > header. &

Re: [U-Boot] [PATCH v4 0/7]

2017-01-24 Thread Dalon Westergreen
On Tue, 2017-01-24 at 20:58 -0600, Dinh Nguyen wrote: > > On 01/24/2017 11:11 AM, Marek Vasut wrote: > > > > On 01/24/2017 06:05 PM, Dalon Westergreen wrote: > > > > > > From: Dalon Westergreen <dalon.westergr...@intel.com> > > > > >

[U-Boot] [PATCH v4 7/7] arm: socfpga: Update sr1500 environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> Acke

[U-Boot] [PATCH v4 5/7] arm: socfpga: Update DE1 environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v4 6/7] arm: socfpga: Update SoCKit environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v4 3/7] arm: socfpga: update cyclone5 socdk default environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v4 4/7] arm: socfpga: update arria5 socdk default environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v4 1/7] arm: socfpga: add env settings to common header

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Move repeated environment settings for socfpga boards to a common header. The default values for the boot partition and the OS filesystem partition have changed and as as result the default uboot environment for socfpga boards needs up

[U-Boot] [PATCH v4 0/7]

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> These patches update the boot and os partition numbers in the default uboot environment for a number of socfpga boards. Per request, common environment configurations have been moved to a shared header. Changes in v4: - Removed extr

[U-Boot] [PATCH v4 2/7] arm: socfpga: update de0 nano default environment

2017-01-24 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v3 6/7] arm: socfpga: Update SoCKit environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v3 7/7] arm: socfpga: Update sr1500 environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v3 5/7] arm: socfpga: Update DE1 environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v3 4/7] arm: socfpga: update arria5 socdk default environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v3 2/7] arm: socfpga: update de0 nano default environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v3 0/7] arm: socfpga: update socfpga environments

2017-01-22 Thread Dalon Westergreen
These patches update the boot and os partition numbers in the default uboot environment for a number of socfpga boards. Per request, common environment configurations have been moved to a shared header. Changes in v3: - Corrected error in common default environment Thanks, Dalon

[U-Boot] [PATCH v3 1/7] arm: socfpga: add env settings to common header

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Move repeated environment settings for socfpga boards to a common header. The default values for the boot partition and the OS filesystem partition have changed and as as result the default uboot environment for socfpga boards needs up

[U-Boot] [PATCH v3 3/7] arm: socfpga: update cyclone5 socdk default environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH] arm: socfpga: add support for Terasic DE10-Nano board

2017-01-22 Thread Dalon Westergreen
Add CycloneV based Terasic DE10 Nano board. The board is based on the DE0 Nano but has a larger fpga. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com> --- arch/arm/dts/Makefile | 1 + arch/arm/dts/socfpga_cyclone5_de10_nano.dts | 68 +++ arch/ar

[U-Boot] [PATCH v2 6/7] arm: socfpga: Update SoCKit environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v2 7/7] arm: socfpga: Update sr1500 environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v2 4/7] arm: socfpga: update arria5 socdk default environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v2 5/7] arm: socfpga: Update DE1 environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v2 3/7] arm: socfpga: update cyclone5 socdk default environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v2 2/7] arm: socfpga: update de0 nano default environment

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Remove the default environment as it is now in a common header. Add the CONFIG_DEFAULT_DEVICE_TREE to the board's defconfig to set the linux devicetree name. Signed-off-by: Dalon Westergreen <dalon.westergr...@intel.com>

[U-Boot] [PATCH v2 0/7] arm: socfpga: update socfpga environments

2017-01-22 Thread Dalon Westergreen
These patches update the boot and os partition numbers in the default uboot environment for a number of socfpga boards. Per request, common environment configurations have been moved to a shared header. Thanks, Dalon ___ U-Boot mailing list

[U-Boot] [PATCH v2 1/7] arm: socfpga: add env settings to common header

2017-01-22 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> Move repeated environment settings for socfpga boards to a common header. The default values for the boot partition and the OS filesystem partition have changed and as as result the default uboot environment for socfpga boards needs up

[U-Boot] [PATCH v2 0/7] arm: socfpga: update socfpga environments

2017-01-22 Thread Dalon Westergreen
These patches update the boot and os partition numbers in the default uboot environment for a number of socfpga boards. Per request, common environment configurations have been moved to a shared header. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 7/7] arm: socfpga: add support for Terasic DE10-Nano board

2017-01-21 Thread Dalon Westergreen
Add CycloneV based Terasic DE10 Nano board. The board is based on the DE0 Nano but has a larger fpga. Signed-off-by: Dalon Westergreen <dwest...@gmail.com> --- arch/arm/dts/Makefile | 1 + arch/arm/dts/socfpga_cyclone5_de10_nano.dts | 68 +++ arch/arm/mach-s

[U-Boot] [PATCH 2/7] arm: socfpga: update cyclone5 socdk default environment

2017-01-21 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> The default values for CONFIG_SYS_MMCSD_FS_BOOT_PARTITION and CONFIG_SYS_MMCSD_FS_OS_PARTITION have changed and as as result the default uboot environment for this board needs updating. This sets the default envirnment

[U-Boot] [PATCH 6/7] arm: socfpga: Update sr1500 environment

2017-01-21 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> The default values for CONFIG_SYS_MMCSD_FS_BOOT_PARTITION and CONFIG_SYS_MMCSD_FS_OS_PARTITION have changed and as as result the default uboot environment for this board needs updating. This sets the default envirnment

[U-Boot] [PATCH 4/7] arm: socfpga: Update DE1 environment

2017-01-21 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> The default values for CONFIG_SYS_MMCSD_FS_BOOT_PARTITION and CONFIG_SYS_MMCSD_FS_OS_PARTITION have changed and as as result the default uboot environment for this board needs updating. This sets the default envirnment

[U-Boot] [PATCH 3/7] arm: socfpga: update arria5 socdk default environment

2017-01-21 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> The default values for CONFIG_SYS_MMCSD_FS_BOOT_PARTITION and CONFIG_SYS_MMCSD_FS_OS_PARTITION have changed and as as result the default uboot environment for this board needs updating. This sets the default envirnment

[U-Boot] [PATCH 5/7] arm: socfpga: Update SoCKit environment

2017-01-21 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> The default values for CONFIG_SYS_MMCSD_FS_BOOT_PARTITION and CONFIG_SYS_MMCSD_FS_OS_PARTITION have changed and as as result the default uboot environment for this board needs updating. This sets the default envirnment

[U-Boot] [PATCH 1/7] arm: socfpga: update de0 nano default environment

2017-01-21 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> The default values for CONFIG_SYS_MMCSD_FS_BOOT_PARTITION and CONFIG_SYS_MMCSD_FS_OS_PARTITION have changed and as as result the default uboot environment for this board needs updating. This sets the default envirnment

[U-Boot] [PATCH 1/7] arm: socfpga: update de0 nano default environment

2017-01-21 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> The default values for CONFIG_SYS_MMCSD_FS_BOOT_PARTITION and CONFIG_SYS_MMCSD_FS_OS_PARTITION have changed and as as result the default uboot environment for this board needs updating. This sets the default envirnment

[U-Boot] [PATCH 2/7] arm: socfpga: update cyclone5 socdk default environment

2017-01-21 Thread Dalon Westergreen
From: Dalon Westergreen <dalon.westergr...@intel.com> The default values for CONFIG_SYS_MMCSD_FS_BOOT_PARTITION and CONFIG_SYS_MMCSD_FS_OS_PARTITION have changed and as as result the default uboot environment for this board needs updating. This sets the default envirnment

[U-Boot] [PATCH v4] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories

2016-01-11 Thread Dalon Westergreen
The hps_isw_handoff and bsp/generated folders are typically not in the same path. This patch adds support for specifying the different input directories for the bsp and quartus projects. Signed-off-by: Dalon Westergreen <dwest...@gmail.com> Acked-by: Marek Vasut <ma...@denx.de>

[U-Boot] [PATCH] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories

2016-01-11 Thread Dalon Westergreen
The hps_isw_handoff and bsp/generated folders are typically not in the same path. This patch adds support for specifying the different input directories for the bsp and quartus projects. Signed-off-by: Dalon Westergreen <dwest...@gmail.com> Acked-by: Marek Vasut <ma...@denx.de> -

[U-Boot] [PATCH v5] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories

2016-01-11 Thread Dalon Westergreen
The hps_isw_handoff and bsp/generated folders are typically not in the same path.This patch adds support for specifying the different input directories for the bsp and quartus projects. Signed-off-by: Dalon Westergreen <dwest...@gmail.com> Acked-by: Marek Vasut <ma...@denx.de> Ac

[U-Boot] [PATCH v3] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories

2016-01-11 Thread Dalon Westergreen
The hps_isw_handoff and bsp/generated folders are typically not in the same path. This patch adds support for specifying the different input directories for the bsp and quartus projects. Signed-off-by: Dalon Westergreen <dwest...@gmail.com> Acked-by: Marek Vasut <ma...@denx.de>

[U-Boot] [PATCH] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories

2016-01-11 Thread Dalon Westergreen
Signed-off-by: Dalon Westergreen <dwest...@gmail.com> --- arch/arm/mach-socfpga/qts-filter.sh | 69 - 1 file changed, 38 insertions(+), 31 deletions(-) diff --git a/arch/arm/mach-socfpga/qts-filter.sh b/arch/arm/mach-socfpga/qts-filter.sh index c

<    1   2   3