[U-Boot] [PATCH v4 3/5] api: bootelf: go: flush cache before starting

Simon Glass sjg at chromium.org
Mon Feb 6 15:33:37 UTC 2017


On 31 January 2017 at 03:17, Emmanuel Vadot <manu at bidouilliste.com> wrote:
> From: Warner Losh <imp at freebsd.org>
>
> Some application might load some code at location that contain stale
> cache entries. Before running a elf or raw binary, flush the caches
> if they are enabled.
>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> Signed-off-by: Emmanuel Vadot <manu at bidouilliste.com>
> ---
>  api/api.c  | 5 +++++
>  cmd/boot.c | 4 ++++
>  cmd/elf.c  | 5 +++++
>  3 files changed, 14 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list