Searched hist:aba5e9194b98988162e5bd026dbcb6627a53efe5 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_boottime.c | aba5e9194b98988162e5bd026dbcb6627a53efe5 Thu Aug 18 23:23:30 UTC 2016 Alexander Graf <agraf@suse.de> 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>
|