All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] spl: dfu: misc fixes and reduce MLO foot print
@ 2017-04-27 12:15 Ravi Babu
  2017-04-27 12:15 ` [U-Boot] [PATCH v2 1/3] spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT Ravi Babu
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Ravi Babu @ 2017-04-27 12:15 UTC (permalink / raw)
  To: u-boot

The patch series spl-dfu fixes includes
        - select spl-dfu only spl-ram supported
        - ignore the dfu-reset for spl-dfu
        - reduce the spl-dfu MLO foot print

buildman ran for arm targets

Change history:

v1: 
	- Kconfig fix for dfu-reset for SPL-DFU
	- compile out CONFIG_DFU_MMC for SPL-DFU
	  

Ravi Babu (3):
  spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT
  common: dfu: ignore reset for spl-dfu
  spl: dfu: reduce spl-dfu MLO size

 common/Makefile      | 3 +--
 common/dfu.c         | 2 +-
 common/spl/Kconfig   | 5 +++++
 drivers/dfu/Makefile | 2 ++
 drivers/dfu/dfu.c    | 4 ++++
 include/dfu.h        | 2 +-
 6 files changed, 14 insertions(+), 4 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [U-Boot] [PATCH v3 0/3] spl: dfu: misc fixes and reduce MLO foot print
@ 2017-05-04 10:15 Ravi Babu
  2017-05-04 10:15 ` [U-Boot] [PATCH v2 2/3] common: dfu: ignore reset for spl-dfu Ravi Babu
  0 siblings, 1 reply; 17+ messages in thread
From: Ravi Babu @ 2017-05-04 10:15 UTC (permalink / raw)
  To: u-boot

The patch series spl-dfu fixes includes
        - select spl-dfu only spl-ram supported
        - ignore the dfu-reset for spl-dfu
        - reduce the spl-dfu MLO foot print

buildman ran for arm targets

Change history:

v1:
        - Kconfig fix for dfu-reset for SPL-DFU
        - compile out CONFIG_DFU_MMC for SPL-DFU

v2: 	- added Kconfig option CONFIG_SPL_DFU_MMC
          and use of CONFIG_IS_ENABLED(DFU_MMC).
	- compile out cli_hush. and use of 
	  cli_simple_run_command() instead of 
	  run_command().
	- SPL size reduced by ~4K.
	

Ravi Babu (3):
  spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT
  common: dfu: ignore reset for spl-dfu
  spl: dfu: reduce spl-dfu MLO size

 common/Makefile       | 1 -
 common/dfu.c          | 2 +-
 common/spl/Kconfig    | 5 +++++
 drivers/dfu/Kconfig   | 5 +++++
 drivers/dfu/Makefile  | 3 +++
 drivers/dfu/dfu.c     | 4 ++++
 drivers/dfu/dfu_mmc.c | 3 ++-
 include/dfu.h         | 2 +-
 8 files changed, 21 insertions(+), 4 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-05-04 10:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27 12:15 [U-Boot] [PATCH v2 0/3] spl: dfu: misc fixes and reduce MLO foot print Ravi Babu
2017-04-27 12:15 ` [U-Boot] [PATCH v2 1/3] spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT Ravi Babu
2017-04-27 12:15 ` [U-Boot] [PATCH v2 2/3] common: dfu: ignore reset for spl-dfu Ravi Babu
2017-04-27 12:32   ` Tom Rini
2017-04-27 17:24     ` B, Ravi
2017-04-27 18:13       ` Tom Rini
2017-05-02 12:41         ` B, Ravi
2017-05-02 12:57           ` Tom Rini
2017-05-02 13:02             ` B, Ravi
2017-05-02 13:19               ` Tom Rini
2017-05-02 13:25                 ` B, Ravi
2017-05-02 13:56                 ` B, Ravi
2017-05-02 14:54                   ` Tom Rini
2017-05-02 14:54                     ` B, Ravi
2017-05-02 12:48         ` B, Ravi
2017-04-27 12:15 ` [U-Boot] [PATCH v2 3/3] spl: dfu: reduce spl-dfu MLO size Ravi Babu
2017-05-04 10:15 [U-Boot] [PATCH v3 0/3] spl: dfu: misc fixes and reduce MLO foot print Ravi Babu
2017-05-04 10:15 ` [U-Boot] [PATCH v2 2/3] common: dfu: ignore reset for spl-dfu Ravi Babu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.