[U-Boot] [PATCH v2 09/38] spl: Add an arch-specific hook for writing to SPL handoff

Bin Meng bmeng.cn at gmail.com
Thu Oct 3 07:38:25 UTC 2019


On Wed, Oct 2, 2019 at 9:58 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Wed, Sep 25, 2019 at 10:12 PM Simon Glass <sjg at chromium.org> wrote:
> >
> > At present there is an arch-specific area in the SPL handoff area intended
> > for use by arch-specific code, but there is no explicit call to fill in
> > this data. Add a hook for this.
> >
> > Also use the hook to remove the sandbox-specific test code from
> > write_spl_handoff().
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> > Changes in v2: None
> >
> >  arch/sandbox/cpu/spl.c |  7 +++++++
> >  common/spl/spl.c       | 12 +++++++++---
> >  include/handoff.h      | 13 +++++++++++++
> >  3 files changed, 29 insertions(+), 3 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list