Re: [U-Boot] [PATCHv2 0/4] support remote system update on Intel Stratix10 SoC

2019-11-05 Thread Richard Gong
Hi Simon, Thanks for your comments! On 11/4/19 3:03 PM, Simon Goldschmidt wrote: Am 30.10.2019 um 21:34 schrieb richard.g...@linux.intel.com: From: Richard Gong This is 2nd submission of Intel Remote System Update patches. Ok, so what has changed since v1? You'd normally add a chan

[U-Boot] [PATCHv2 4/4] arm: socfpga: stratix10: add environment variables for RSU support

2019-10-30 Thread richard . gong
From: Richard Gong Add two RSU environment variables: 1. rsu_log_level the variable is unsigned integer and its default value is RSU_DEBUG (7), which only show log with RSU_INFO,RSU_WARNING and RSU_ERR. To enable all logs (RSU_ERR, RSU_WARNING, RSU_INFO and

[U-Boot] [PATCHv2 2/4] drivers: firmware: add RSU support for Stratix10 SoC

2019-10-30 Thread richard . gong
From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of an Intel Stratix 10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. This patch adds RSU support which allows

[U-Boot] [PATCHv2 3/4] dirvers: firmware: add console commands for RSU support

2019-10-30 Thread richard . gong
From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of a Intel Stratix 10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. This patch provides console commands to

[U-Boot] [PATCHv2 1/4] arm: socfpga: stratix10: add RSU mailbox support

2019-10-30 Thread richard . gong
From: Richard Gong Add Remote System Update (RSU) related mailbox support. This includes RSU_STATUS which reports status of bitstream loaded by Configuration Management Firmware (CMF), RSU_UPDATE which will invokes CMF to load new bitstream, GET_SUBPARTITION_TABLE which will query CMF on the

[U-Boot] [PATCHv2 0/4] support remote system update on Intel Stratix10 SoC

2019-10-30 Thread richard . gong
From: Richard Gong This is 2nd submission of Intel Remote System Update patches. The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of a Intel Stratix10 SoC device with significantly reduced risk of corrupting the bitstream storage and

Re: [U-Boot] [RESEND PATCHv1 0/5] support remote system update on Intel Stratix10 SoC

2019-10-28 Thread Richard Gong
Hi Simon, On 10/28/19 9:05 AM, Simon Goldschmidt wrote: Richard Gong <mailto:richard.g...@linux.intel.com>> schrieb am Mo., 28. Okt. 2019, 14:58: Hi Simon, Thanks for your comment. I will move files to driver/firmware. Would moving to uclass mailbox fit for thes

Re: [U-Boot] [RESEND PATCHv1 0/5] support remote system update on Intel Stratix10 SoC

2019-10-28 Thread Richard Gong
Hi Simon, Thanks for your comment. I will move files to driver/firmware. Regards, Richard On 10/24/19 10:00 AM, Simon Goldschmidt wrote: On Thu, Oct 24, 2019 at 4:35 PM wrote: From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI

[U-Boot] [RESEND PATCHv1 3/5] arm: socfpga: stratix10: add environment variables for RSU support

2019-10-24 Thread richard . gong
From: Richard Gong Add two RSU environment variables: 1. rsu_log_level the variable is unsigned integer and its default value is RSU_DEBUG (7), which only show log with RSU_INFO,RSU_WARNING and RSU_ERR. To enable all logs (RSU_ERR, RSU_WARNING, RSU_INFO and

[U-Boot] [RESEND PATCHv1 5/5] arm: socfpga: enable RSU build

2019-10-24 Thread richard . gong
From: Richard Gong Add build support for RSU. Signed-off-by: Richard Gong --- arch/arm/mach-socfpga/Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach-socfpga/Makefile b/arch/arm/mach-socfpga/Makefile index fc1181c..17ec0bf 100644 --- a/arch/arm/mach-socfpga

[U-Boot] [RESEND PATCHv1 4/5] arm: socfpga: stratix10: add console commands for RSU support

2019-10-24 Thread richard . gong
From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of a Intel Stratix 10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. This patch provides console commands to

[U-Boot] [RESEND PATCHv1 2/5] arm: socfpga: stratix10: add RSU support for Stratix10 SoC

2019-10-24 Thread richard . gong
From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of an Intel Stratix 10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. This patch adds RSU support which allows

[U-Boot] [RESEND PATCHv1 0/5] support remote system update on Intel Stratix10 SoC

2019-10-24 Thread richard . gong
From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of a Intel Stratix10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. The patchset adds RSU support which allows

[U-Boot] [RESEND PATCHv1 1/5] arm: socfpga: stratix10: add RSU mailbox support

2019-10-24 Thread richard . gong
From: Richard Gong Add Remote System Update (RSU) related mailbox support. This includes RSU_STATUS which reports status of bitstream loaded by Configuration Management Firmware (CMF), RSU_UPDATE which will invokes CMF to load new bitstream, GET_SUBPARTITION_TABLE which will query CMF on the

[U-Boot] [PATCHv1 5/5] arm: socfpga: enable RSU build

2019-09-09 Thread richard . gong
From: Richard Gong Add build support for RSU. Signed-off-by: Richard Gong --- arch/arm/mach-socfpga/Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach-socfpga/Makefile b/arch/arm/mach-socfpga/Makefile index fc1181c..17ec0bf 100644 --- a/arch/arm/mach-socfpga

[U-Boot] [PATCHv1 4/5] arm: socfpga: stratix10: add console commands for RSU support

2019-09-09 Thread richard . gong
From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of a Intel Stratix 10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. This patch provides console commands to

[U-Boot] [PATCHv1 3/5] arm: socfpga: stratix10: add environment variables for RSU support

2019-09-09 Thread richard . gong
From: Richard Gong Add two RSU environment variables: 1. rsu_log_level the variable is unsigned integer and its default value is RSU_DEBUG (7), which only show log with RSU_INFO,RSU_WARNING and RSU_ERR. To enable all logs (RSU_ERR, RSU_WARNING, RSU_INFO and

[U-Boot] [PATCHv1 2/5] arm: socfpga: stratix10: add RSU support for Stratix10 SoC

2019-09-09 Thread richard . gong
From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of an Intel Stratix 10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. This patch adds RSU support which allows

[U-Boot] [PATCHv1 1/5] arm: socfpga: stratix10: add RSU mailbox support

2019-09-09 Thread richard . gong
From: Richard Gong Add Remote System Update (RSU) related mailbox support. This includes RSU_STATUS which reports status of bitstream loaded by Configuration Management Firmware (CMF), RSU_UPDATE which will invokes CMF to load new bitstream, GET_SUBPARTITION_TABLE which will query CMF on the

[U-Boot] [PATCHv1 0/5] support remote system update on Intel Stratix10 SoC

2019-09-09 Thread richard . gong
From: Richard Gong The Intel Remote System Update (RSU) provides a way for users to update the QSPI configuration bitstream of a Intel Stratix10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. The patchset adds RSU support which allows