From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 16:27:51 +0800 Subject: [PATCH v6 094/102] spl: Add methods to find the position/size of next phase In-Reply-To: <20191206213936.v6.94.Ie1276d645c7828fd8b97bdf1ec2b20d2e6b36e2f@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.94.Ie1276d645c7828fd8b97bdf1ec2b20d2e6b36e2f@changeid> 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 Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > Binman supports writing the position and size of U-Boot proper and SPL > into the previous phase of U-Boot. This allows the next phase to be easily > located and loaded. > > Add functions to return these useful values, along with symbols to allow > TPL to load SPL. > > Signed-off-by: Simon Glass > --- > > Changes in v6: > - Add new patch with methods to find the position/size of next SPL phase > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > common/spl/spl.c | 20 ++++++++++++++++++++ > include/spl.h | 21 ++++++++++++++++++++- > 2 files changed, 40 insertions(+), 1 deletion(-) > Reviewed-by: Bin Meng