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)
commit8ec7d5d35531f9a321181e60b088980da8c68d1c
treefb7c2472e9ee90f8edaa41d8543bf1bf08010482
parent40a9546c7b6217a78a3a010a0142529a837e46b6
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