]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: correctly render CD-ROM device path nodes
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 4 Sep 2019 11:56:01 +0000 (13:56 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Sep 2019 21:18:51 +0000 (23:18 +0200)
commit21ed4067e82213fa9f73bb3fe4c9b4ef5d97377e
tree923f63be1ecc34466a34cfa5129946b89596b9e3
parent945bc9d4d5556c95301ab119c77c1b7e2430e8fb
efi_loader: correctly render CD-ROM device path nodes

Correct the name of the partition size component in struct
efi_device_path_cdrom_path.

Render entry, start, and size when converting a CD-ROM device path node to
text.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
lib/efi_loader/efi_device_path.c
lib/efi_loader/efi_device_path_to_text.c