public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] FIX: config: goni: Change goni configuration to use Tizen's THOR downlodader
@ 2014-06-09 12:02 Lukasz Majewski
  2014-06-18 10:57 ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Majewski @ 2014-06-09 12:02 UTC (permalink / raw)
  To: u-boot

Modify GONI's configuration to utilize THOR downloader.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
---
 include/configs/s5p_goni.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index 804f97f..6e795bf 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -79,10 +79,18 @@
 #define CONFIG_USBDOWNLOAD_GADGET
 #define CONFIG_DFU_FUNCTION
 #define CONFIG_DFU_MMC
+#define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_32M
+#define DFU_DEFAULT_POLL_TIMEOUT 300
+
+/* TIZEN THOR downloader support */
+#define CONFIG_CMD_THOR_DOWNLOAD
+#define CONFIG_THOR_FUNCTION
 
 /* USB Samsung's IDs */
 #define CONFIG_G_DNL_VENDOR_NUM 0x04E8
 #define CONFIG_G_DNL_PRODUCT_NUM 0x6601
+#define CONFIG_G_DNL_THOR_VENDOR_NUM CONFIG_G_DNL_VENDOR_NUM
+#define CONFIG_G_DNL_THOR_PRODUCT_NUM 0x685D
 #define CONFIG_G_DNL_MANUFACTURER "Samsung"
 
 /* Actual modem binary size is 16MiB. Add 2MiB for bad block handling */
-- 
2.0.0.rc2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] FIX: config: goni: Change goni configuration to use Tizen's THOR downlodader
  2014-06-09 12:02 [U-Boot] [PATCH] FIX: config: goni: Change goni configuration to use Tizen's THOR downlodader Lukasz Majewski
@ 2014-06-18 10:57 ` Minkyu Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2014-06-18 10:57 UTC (permalink / raw)
  To: u-boot

On 09/06/14 21:02, Lukasz Majewski wrote:
> Modify GONI's configuration to utilize THOR downloader.
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> ---
>  include/configs/s5p_goni.h | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
> index 804f97f..6e795bf 100644
> --- a/include/configs/s5p_goni.h
> +++ b/include/configs/s5p_goni.h
> @@ -79,10 +79,18 @@
>  #define CONFIG_USBDOWNLOAD_GADGET
>  #define CONFIG_DFU_FUNCTION
>  #define CONFIG_DFU_MMC
> +#define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_32M
> +#define DFU_DEFAULT_POLL_TIMEOUT 300
> +
> +/* TIZEN THOR downloader support */
> +#define CONFIG_CMD_THOR_DOWNLOAD
> +#define CONFIG_THOR_FUNCTION
>  
>  /* USB Samsung's IDs */
>  #define CONFIG_G_DNL_VENDOR_NUM 0x04E8
>  #define CONFIG_G_DNL_PRODUCT_NUM 0x6601
> +#define CONFIG_G_DNL_THOR_VENDOR_NUM CONFIG_G_DNL_VENDOR_NUM
> +#define CONFIG_G_DNL_THOR_PRODUCT_NUM 0x685D
>  #define CONFIG_G_DNL_MANUFACTURER "Samsung"
>  
>  /* Actual modem binary size is 16MiB. Add 2MiB for bad block handling */
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-18 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 12:02 [U-Boot] [PATCH] FIX: config: goni: Change goni configuration to use Tizen's THOR downlodader Lukasz Majewski
2014-06-18 10:57 ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox