[U-Boot] [PATCH v3 7/8] efi_loader: Fix efi_install_configuration_table

Simon Glass sjg at chromium.org
Wed Aug 17 06:16:08 CEST 2016


On 16 August 2016 at 02:55, Alexander Graf <agraf at suse.de> wrote:
> 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 <agraf at suse.de>
> ---
>  lib/efi_loader/efi_boottime.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list