]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: assign HII protocols to root node
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 21:53:53 +0000 (23:53 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 12 Apr 2019 20:00:41 +0000 (22:00 +0200)
commit125c2147b957a6cb924f9f6e35611851c5931898
treefb7c2472e9ee90f8edaa41d8543bf1bf08010482
parent4ce332e7716de09eb54057f456a696dd127a8a40
efi_loader: assign HII protocols to root node

We should not install the HII protocols on every loaded image. It is
sufficient to install them once on the root node.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_root_node.c