From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 2 Oct 2019 21:58:15 +0800 Subject: [U-Boot] [PATCH v2 09/38] spl: Add an arch-specific hook for writing to SPL handoff In-Reply-To: <20190925141147.191166-10-sjg@chromium.org> References: <20190925141147.191166-1-sjg@chromium.org> <20190925141147.191166-10-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Sep 25, 2019 at 10:12 PM Simon Glass 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 > --- > > 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