From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 13 Oct 2016 16:34:35 +0200 Subject: [U-Boot] [U-Boot, v6, 09/10] efi_loader: Fix efi_install_configuration_table In-Reply-To: <1471562611-93794-11-git-send-email-agraf@suse.de> References: <1471562611-93794-11-git-send-email-agraf@suse.de> Message-ID: <20161013143435.34859.60077@achrid.arch.suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > So far we were only installing the FDT table and didn't have space > to store any other. Hence nobody realized that our efi table allocation > was broken in that it didn't set the indicator for the number of tables > plus one. > > This patch fixes it, allowing code to allocate new efi tables. > > Signed-off-by: Alexander Graf > Reviewed-by: Simon Glass Thanks, applied to