Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Wolfgang Denk
Dear Tom Rini, In message 1328047438-26294-1-git-send-email-tr...@ti.com you wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled in SPL and the romcode indicates that SPL loaded via UART then SPL will wait for

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 3:24 AM, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message 1328047438-26294-1-git-send-email-tr...@ti.com you wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled in SPL and the

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Tue, Jan 31, 2012 at 11:40 PM, Christian Riesch christian.rie...@omicron.at wrote: Hi Tom, Hi Matt, On Tuesday, January 31, 2012, Tom Rini tr...@ti.com wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled in

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Scott Wood
On 02/01/2012 04:24 AM, Wolfgang Denk wrote: Dear Tom Rini, In message 1328047438-26294-1-git-send-email-tr...@ti.com you wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled in SPL and the romcode indicates

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 11:14 AM, Scott Wood scottw...@freescale.com wrote: On 02/01/2012 04:24 AM, Wolfgang Denk wrote: Dear Tom Rini, In message 1328047438-26294-1-git-send-email-tr...@ti.com you wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Wolfgang Denk
Dear Tom Rini, In message ca+m6bxmkum1b39rvcj+jgdrmfcfr5stozyduvxnm4nfuz-x...@mail.gmail.com you wrote: What originally has been designed to be minimal code now start to pull in all kinds of other crap, that has never been designed to run before relocation. Boards that don't need it

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 12:37 PM, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message ca+m6bxmkum1b39rvcj+jgdrmfcfr5stozyduvxnm4nfuz-x...@mail.gmail.com you wrote: What originally has been designed to be minimal code now start to pull in all kinds of other crap, that has never

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Wolfgang Denk
Dear Scott Wood, In message 4f29811d.5080...@freescale.com you wrote: What's the alternative -- another name and separate makefile infrastructure for non-minimal initial loaders? No, configura and use a small U-Boot image where the normal execution environment can be guaranteed. It's

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Wolfgang Denk
Dear Tom Rini, In message CA+M6bXkXA+356AFLGDS55o=7bzuuqccpcxavejo9awdenn3...@mail.gmail.com you wrote: Maybe we need to separate out the systems which are very resource constrained from the ones that aren't, share code where we can and make that code obviously marked as such. I think it's

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Wolfgang Denk
Dear Tom Rini, In message CA+M6bXnb5k6gA8kbqr0BQ+JLMVFXpzCT+g+dEXfJx307fYn=e...@mail.gmail.com you wrote: I object against opening this pandora box. If you have so ample resources to run such code, then load a minimal configuration of U-Boot. Is this a change of heart then? No - I

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 12:51 PM, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message CA+M6bXnb5k6gA8kbqr0BQ+JLMVFXpzCT+g+dEXfJx307fYn=e...@mail.gmail.com you wrote: I object against opening this pandora box. If you have so ample resources to run such code, then load a minimal

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 12:49 PM, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message CA+M6bXkXA+356AFLGDS55o=7bzuuqccpcxavejo9awdenn3...@mail.gmail.com you wrote: Maybe we need to separate out the systems which are very resource constrained from the ones that aren't, share code

[U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-01-31 Thread Tom Rini
From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled in SPL and the romcode indicates that SPL loaded via UART then SPL will wait for start of a YMODEM transfer via the console port. Signed-off-by: Matt Porter

[U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-01-31 Thread Christian Riesch
Hi Tom, Hi Matt, On Tuesday, January 31, 2012, Tom Rini tr...@ti.com wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled in SPL and the romcode indicates that SPL loaded via UART then SPL will wait for start of