[U-Boot] [PATCH 0/3] EFI Partition handling
Steve Rae
srae at broadcom.com
Mon May 26 20:52:21 CEST 2014
This series focusses on the EFI Partition handling and provides:
- fixes to endianness issues
- cleanup of the lbaint_t handling
- cleanup of a type that requires u64
- improved clarification of the code by cleaning up the casting
- verified support of CONFIG_SYS_64BIT_LBA
Also, added new feature:
- get_partition_info_efi_by_name(): find a partition entry by name
Tested on ARMv7 and ARMv8.
(not tested on Big Endian...)
Steve Rae (3):
disk: part_efi: resolve endianness issues
disk: part_efi: clarify lbaint_t usage
disk: part_efi: add get_partition_info_efi_by_name()
disk/part_dos.c | 5 ++--
disk/part_efi.c | 73 +++++++++++++++++++++++++++++++++++-------------------
fs/fat/fat_write.c | 2 +-
include/part.h | 11 ++++++++
4 files changed, 62 insertions(+), 29 deletions(-)
--
1.8.5
More information about the U-Boot
mailing list