commit | 9982e673cbc4d0a4eb96d80bd842d05334c6ff7e | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Aug 19 01:23:30 2016 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Oct 19 09:01:52 2016 +0200 |
tree | e3680dfb93276f1d5711e9cf4098f93a965ad943 | |
parent | 66f96e1c6a525eb12cf10a757ac5e5835ecfc04d [diff] |
efi_loader: Fix efi_install_configuration_table 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@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>