public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/7] dfu: Remove dependency on HUSH parser in SPL
Date: Thu, 6 Dec 2018 16:40:54 -0500	[thread overview]
Message-ID: <20181206214054.GL32109@bill-the-cat> (raw)
In-Reply-To: <20181205175136.27119-4-afd@ti.com>

On Wed, Dec 05, 2018 at 11:51:32AM -0600, Andrew F. Davis wrote:

> CLI support with the HUSH parser is not currently SPL safe due to it's
> use of realloc. That function is not defined for SPLs that use
> SYS_MALLOC_SIMPLE. CLI support can be built in to SPL and some functions
> do work, but use of some like run_command() will cause build to fail.
> When no SPL code calls this function build works as the compiler removes
> this unreachable code so the unresolved symbols are ignored.
> 
> If DFU support is enabled in SPL then MMU DFU support may get brought in
> also, this code does make a call to run_command() causing build to fail
> if the HUSH parser is not built-in. To break this odd and unneeded
> dependency chain we use CONFIG_IS_ENABLED where appropriate to prevent
> calls into HUSH code from SPL. This also removes our need to pull in the
> rather unrelated source file when SPL_DFU is defined.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181206/45d92b34/attachment.sig>

  reply	other threads:[~2018-12-06 21:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 17:51 [U-Boot] [PATCH v2 0/7] Add USB boot to HS DRA7xx/AM57xx Andrew F. Davis
2018-12-05 17:51 ` [U-Boot] [PATCH v2 1/7] spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU Andrew F. Davis
2018-12-06 21:40   ` Tom Rini
2018-12-05 17:51 ` [U-Boot] [PATCH v2 2/7] dfu: Make DFU support more SPL friendly Andrew F. Davis
2018-12-06 21:40   ` Tom Rini
2018-12-05 17:51 ` [U-Boot] [PATCH v2 3/7] dfu: Remove dependency on HUSH parser in SPL Andrew F. Davis
2018-12-06 21:40   ` Tom Rini [this message]
2018-12-05 17:51 ` [U-Boot] [PATCH v2 4/7] ARM: mach-omap2: Kconfig: Allow OMAP5 devices to set entry point Andrew F. Davis
2018-12-06 21:41   ` Tom Rini
2019-01-16 21:14   ` [U-Boot] [U-Boot, v2, " Tom Rini
2019-01-17 14:13     ` Andrew F. Davis
2019-01-17 14:15       ` Tom Rini
2019-01-17 15:11         ` Andrew F. Davis
2019-01-17 19:58           ` Andrew F. Davis
2018-12-05 17:51 ` [U-Boot] [PATCH v2 5/7] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support Andrew F. Davis
2018-12-06 21:41   ` Tom Rini
2018-12-05 17:51 ` [U-Boot] [PATCH v2 6/7] defconfigs: Add config for AM57xx High Security EVM with USB/UART " Andrew F. Davis
2018-12-06 21:41   ` Tom Rini
2018-12-05 17:51 ` [U-Boot] [PATCH v2 7/7] doc: ti-secure: Add ULO info for AM57xx/DRA7xx secure devices from TI Andrew F. Davis
2018-12-06 21:41   ` Tom Rini
2019-01-16 17:18     ` Andrew F. Davis
2018-12-06  5:40 ` [U-Boot] [PATCH v2 0/7] Add USB boot to HS DRA7xx/AM57xx Lokesh Vutla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181206214054.GL32109@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox