]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: Make HII a config option
authorAlexander Graf <agraf@suse.de>
Mon, 11 Feb 2019 14:24:00 +0000 (15:24 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
commit8c2f4da7ac9b8a64585c934158f761172219bc98
treeedc809c6cc066bd4b8bb4e6f762f577f449b59bb
parent054171bb86da1566aa1256ceec33620a8016aeff
efi_loader: Make HII a config option

Heinrich ran into issues with HII and iPXE which lead to #SErrors on
his Odroid-C2 system. We definitely do not want to regress just yet,
so let's not expose the HII protocols by default.

Instead, let's make it a config option that people can play with
This way, we can stabilize the code in tree without breaking any
users.

Once someone figures out, why this breaks iPXE (probably a NULL
dereference), we can enable it by default.

Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
---

v1 -> v2:

  - Remove HII selftest as well

v2 -> v3:

  - Make config option
lib/efi_loader/Kconfig
lib/efi_loader/efi_boottime.c
lib/efi_selftest/Makefile