Re: [PATCH v1] Makefile: socfpga: Generate spl/u-boot-splx4.sfp with 4 SPL images

2020-08-14 Thread Westergreen, Dalon
Can you explain why this x4 image is needed? the top level u-boot-with-spl.sfp or whatever it is called already creates four spl entries. what are you generating the x4 image for? --dalon On Wed, 2020-08-05 at 16:15 +0800, Chee Hong Ang wrote: > Generate spl/u-boot-splx4.sfp which consist of 4

Re: [PATCH v2 01/21] configs: agilex: Remove CONFIG_OF_EMBED

2020-02-25 Thread Westergreen, Dalon
On Tue, 2020-02-25 at 18:55 +0100, Marek Vasut wrote: > On 2/24/20 3:26 AM, Ang, Chee Hong wrote: > > > On 2/21/20 7:15 PM, Ang, Chee Hong wrote: > > > > > On 2/20/20 6:04 PM, Westergreen, Dalon wrote: > > > > > > > > > > Please f

Re: [PATCH v2 01/21] configs: agilex: Remove CONFIG_OF_EMBED

2020-02-25 Thread Westergreen, Dalon
On Tue, 2020-02-25 at 18:55 +0100, Marek Vasut wrote: On 2/24/20 3:26 AM, Ang, Chee Hong wrote: On 2/21/20 7:15 PM, Ang, Chee Hong wrote: On 2/20/20 6:04 PM, Westergreen, Dalon wrote: Please fix your mailer, it makes your reply completely unreadable. On Thu, 2020-02-20 at 17:44 +0100

Re: [PATCH v2 06/21] configs: socfpga: Enable FIT image loading with ATF support

2020-02-20 Thread Westergreen, Dalon
On Thu, 2020-02-20 at 21:00 +0100, Simon Goldschmidt wrote: Am 20.02.2020 um 17:45 schrieb Marek Vasut: On 2/20/20 3:15 AM, Ang, Chee Hong wrote: On 2/19/20 1:25 PM, chee.hong@intel.com wrote: From: Chee Hong Ang < ch

Re: [PATCH v2 01/21] configs: agilex: Remove CONFIG_OF_EMBED

2020-02-20 Thread Westergreen, Dalon
On Thu, 2020-02-20 at 17:44 +0100, Marek Vasut wrote: On 2/20/20 3:12 AM, Ang, Chee Hong wrote: On 2/19/20 1:25 PM, chee.hong@intel.com wrote: From: Chee Hong Ang < chee.hong@intel.com > CONFIG_OF_EMBED was prim

Re: [U-Boot] cyclone5 reboot: warm or cold reset?

2019-04-30 Thread Westergreen, Dalon
On Tue, 2019-04-30 at 22:09 +0200, Marek Vasut wrote: > On 4/30/19 10:05 PM, Simon Goldschmidt wrote: > > Am 30.04.2019 um 22:01 schrieb Marek Vasut: > > > On 4/30/19 9:19 PM, Simon Goldschmidt wrote: > > > > Am 30.04.2019 um 21:08 schrieb Marek Vasut: > > > > > On 4/30/19 8:56 PM, Simon Goldschmid

Re: [U-Boot] [PATCH 05/10] board: altera: Stratix10: Add board_get_usable_ram_top()

2019-03-12 Thread Westergreen, Dalon
On Tue, 2019-03-12 at 11:46 +0100, Marek Vasut wrote: > On 3/12/19 9:31 AM, Ley Foon Tan wrote: > > Add board_get_usable_ram_top() function. Limit maximum usable > > ram top to 2GB. > > Why ? There are ARM64 platforms which can access the entire DRAM range > just fine, what's the problem ? > The

Re: [U-Boot] [PATCH 04/10] arm: socfpga: Update dram_init_banksize() for Stratix10

2019-03-12 Thread Westergreen, Dalon
On Tue, 2019-03-12 at 11:45 +0100, Marek Vasut wrote: > On 3/12/19 9:31 AM, Ley Foon Tan wrote: > > Setup bi_dram struct based on returned from setup_memory_banks(). > > > > Signed-off-by: Ley Foon Tan > > --- > > arch/arm/mach-socfpga/board.c | 16 +++- > > 1 file changed, 15 insert

Re: [U-Boot] [PATCH 03/10] ddr: altera: s10: Add multiple memory banks support

2019-03-12 Thread Westergreen, Dalon
On Tue, 2019-03-12 at 11:44 +0100, Marek Vasut wrote: > On 3/12/19 9:31 AM, Ley Foon Tan wrote: > > Setup bank start address and size based on total SDRAM > > memory size calculated from hardware. Update sdram_size_check() > > to support multiple banks. > > > > Stratix10 supports up to 2 memory ba

Re: [U-Boot] [PATCH v8 6/8] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs

2019-02-14 Thread Westergreen, Dalon
On Thu, 2019-02-14 at 16:59 +, Chee, Tien Fong wrote: > On Thu, 2019-02-14 at 16:33 +0000, Westergreen, Dalon wrote: > > On Thu, 2019-02-14 at 15:15 +, Chee, Tien Fong wrote: > > > On Thu, 2019-02-14 at 13:28 +0100, Marek Vasut wrote: > > > > On 2/14/19 1

Re: [U-Boot] [PATCH v8 6/8] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs

2019-02-14 Thread Westergreen, Dalon
On Thu, 2019-02-14 at 15:15 +, Chee, Tien Fong wrote: > On Thu, 2019-02-14 at 13:28 +0100, Marek Vasut wrote: > > On 2/14/19 12:38 PM, Chee, Tien Fong wrote: > > > On Thu, 2019-02-14 at 11:42 +0100, Marek Vasut wrote: > > > > On 2/14/19 7:50 AM, Chee, Tien Fong wrote: > > > > > > > > > > On We

Re: [U-Boot] [PATCH v7 1/7] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10

2019-02-11 Thread Westergreen, Dalon
On Tue, 2019-02-12 at 01:01 +0800, Chee, Tien Fong wrote: > On Mon, 2019-02-11 at 12:01 +0100, Marek Vasut wrote: > > On 2/11/19 6:36 AM, Chee, Tien Fong wrote: > > > On Tue, 2019-02-05 at 09:46 +0100, Marek Vasut wrote: > > > > On 2/1/19 5:02 PM, Chee, Tien Fong wrote: > > > > > > > > > > On Fri,

Re: [U-Boot] [PATCH v2] socfpga: clean up sfp generation

2018-10-15 Thread Westergreen, Dalon
On Sun, 2018-10-14 at 19:58 +0200, Marek Vasut wrote: > On 10/13/2018 12:13 AM, Dalon Westergreen wrote: > From: Dalon Westergreen > Move the sfp file generation entirely to the root Makefile. Thismeans that > the u-boot-spl.sfp will only be generated when requiredand only for the > socfpga varia

Re: [U-Boot] [PATCH v2 2/2] spl: socfpga: stratix10: add hex file output for spl image

2018-09-07 Thread Westergreen, Dalon
On Fri, 2018-09-07 at 19:36 +0200, Marek Vasut wrote: > On 09/07/2018 06:40 PM, Dalon L Westergreen wrote: > On Fri, 2018-09-07 at 18:25 +0200, Marek Vasut wrote: > On 09/07/2018 06:15 PM, Dalon L Westergreen wrote: > On Thu, 2018-09-06 at 23:56 +0200, Marek Vasut wrote: > On 09/06/2018 11:26 PM, D

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

2017-01-30 Thread Westergreen, Dalon
On Mon, 2017-01-30 at 16:07 +0100, Alexander Graf wrote: > On 01/29/2017 12:05 AM, Dalon Westergreen wrote: > > > > From: Dalon Westergreen > > > > 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

Re: [U-Boot] [PATCH] SPL: add support to boot from a partition type

2017-01-28 Thread Westergreen, Dalon
On Sat, 2017-01-28 at 21:05 -0500, Tom Rini wrote: > On Sun, Jan 29, 2017 at 01:59:17AM +0000, Westergreen, Dalon wrote: > > > > On Sat, 2017-01-28 at 19:06 -0500, Tom Rini wrote: > > > > > > On Sat, Jan 28, 2017 at 03:20:09PM -0800, Dalon Westergreen wrote: >

Re: [U-Boot] [PATCH] SPL: add support to boot from a partition type

2017-01-28 Thread Westergreen, Dalon
On Sat, 2017-01-28 at 19:06 -0500, Tom Rini wrote: > On Sat, Jan 28, 2017 at 03:20:09PM -0800, Dalon Westergreen wrote: > > > > > From: Dalon Westergreen > > > > the socfpga bootrom supports mmc booting from either a raw image > > starting at 0x0, or from a partition of type 0xa2.  This patch >

Re: [U-Boot] [PATCH 0/3] Distroboot support for DE0-nano-SoC board

2017-01-28 Thread Westergreen, Dalon
On Sat, 2017-01-28 at 21:53 +0100, Marek Vasut wrote: > On 01/28/2017 09:47 PM, Frank Kunz wrote: > > > > This adds common distribution boot environment variables for > > DE0-nanos-SoC board. The current boot procedure is extended to run > > the distribution boot as fallback. > > The SOC ROM loade

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

2017-01-24 Thread Westergreen, Dalon
On Tue, 2017-01-24 at 21:31 -0600, Dinh Nguyen wrote: > > On 01/24/2017 11:05 AM, Dalon Westergreen wrote: > > > > From: Dalon Westergreen > > > > Move repeated environment settings for socfpga boards > > to a common header. > > > > The default values for the boot partition and the > > OS file

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

2017-01-24 Thread Westergreen, Dalon
On Tue, 2017-01-24 at 21:16 -0600, Dinh Nguyen wrote: > > On 01/24/2017 09:11 PM, Westergreen, Dalon wrote: > > > > On Tue, 2017-01-24 at 21:08 -0600, Dinh Nguyen wrote: > > > > > > > > > On 01/24/2017 11:05 AM, Dalon Westergreen wrote: >

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

2017-01-24 Thread Westergreen, Dalon
On Tue, 2017-01-24 at 21:08 -0600, Dinh Nguyen wrote: > > On 01/24/2017 11:05 AM, Dalon Westergreen wrote: > > > > From: Dalon Westergreen > > > > 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

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

2017-01-22 Thread Westergreen, Dalon
On Sun, 2017-01-22 at 01:36 +0100, Marek Vasut wrote: > On 01/22/2017 12:04 AM, Westergreen, Dalon wrote: > > > > On Sat, 2017-01-21 at 20:29 +0100, Marek Vasut wrote: > > > > > > On 01/21/2017 06:31 PM, Dalon Westergreen wrote: > > > &

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

2017-01-22 Thread Westergreen, Dalon
On Sat, 2017-01-21 at 20:29 +0100, Marek Vasut wrote: > On 01/21/2017 06:31 PM, Dalon Westergreen wrote: > > > > From: Dalon Westergreen > > > > 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

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

2017-01-21 Thread Westergreen, Dalon
On Sat, 2017-01-21 at 20:28 +0100, Marek Vasut wrote: On 01/21/2017 06:31 PM, Dalon Westergreen wrote: From: Dalon Westergreen mailto: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