From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 7 May 2019 17:10:35 +0800 Subject: [U-Boot] [PATCH v3 09/18] x86: Update device tree for TPL In-Reply-To: <20190502165229.203099-10-sjg@chromium.org> References: <20190502165229.203099-1-sjg@chromium.org> <20190502165229.203099-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 Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > Add TPL binaries to the device x86 binman desciption. When enabled, TPL > will start first, doing the 16-bit init, then jump to SPL and finally > U-Boot proper. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Add a comment about the hard-coded text base > > arch/x86/dts/u-boot.dtsi | 34 ++++++++++++++++++++++++++++++++-- > 1 file changed, 32 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng