[U-Boot] [PATCH v4 2/4] add boot_get_loadables() to load listed images

Simon Glass sjg at chromium.org
Fri May 22 05:47:20 CEST 2015


On 21 May 2015 at 07:52, Karl Apsite <Karl.Apsite at dornerworks.com> wrote:
> From: Karl Apsite <karl.apsite at dornerworks.com>
>
> Added a trimmed down instance of boot_get_<thing>() to satisfy the
> minimum requierments of the added feature. The function follows the
> normal patterns set by other boot_get<thing>'s, which should make it a
> bit easier to combine them all together into one boot_get_image()
> function in a later refactor.
>
> Documentation for the new function can be found in source:
> include/image.h
>
> Signed-off-by: Karl Apsite <Karl.Apsite at dornerworks.com>
> ---
>
> Changes in v4:
> - Correct a comment to use the suggested style
>
> Changes in v3:
> - Removed a couple zealous puts->printf conversions
> - Replaced an instance of puts I mistakenly included with printf
>
> common/bootm.c | 22 +++++++++++++++++
> common/image-fit.c | 10 +++++++-
> common/image.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++
> include/bootstage.h | 1 +
> include/image.h | 27 +++++++++++++++++++-
> 5 files changed, 129 insertions(+), 2 deletions(-)

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


More information about the U-Boot mailing list