]> git.sur5r.net Git - u-boot/commit
efi_loader: remove deprecated ConsoleControlProtocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 3 Mar 2018 14:41:37 +0000 (15:41 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:06 +0000 (11:00 +0200)
commit8396e3fd63e8c8e17d60a6d1992ca3df10bc8d66
treea4d44db87cf41e43509377d8dddea0a471fbb938
parent28a4fd46e7c6507d788677406a8bd385e0cb35eb
efi_loader: remove deprecated ConsoleControlProtocol

The console control protocol is not defined in the UEFI standard.

It exists in EDK2's EdkCompatiblityPkg package. But this package
is deprecated according to
https://github.com/tianocore/tianocore.github.io/wiki/Differences-between-EDK-and-EDK-II

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_console.c