index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part_efi.c
Age
Commit message (
Expand
)
Author
2017-08-04
GPT: add accessor function for disk GUID
Alison Chaiken
2017-08-04
EFI: replace number with UUID_STR_LEN macro
Alison Chaiken
2017-03-20
part_efi: support padding between the GPT header and partition entries
Philipp Tomsich
2017-03-17
gpt: Fix uuid string format
Vincent Tinelli
2017-02-08
cmd: gpt: backup boot code before writing MBR
Vincent Tinelli
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
2017-01-28
disk: convert CONFIG_EFI_PARTITION to Kconfig
Patrick Delaunay
2016-10-02
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
2016-08-06
cmd: gpt: fix the wrong size parse for the last partition
Kever Yang
2016-07-25
part_efi: Fix compiler warning on 32-bit sandbox
Simon Glass
2016-05-27
disk: part_efi: fix check of the max partition size
Patrick Delaunay
2016-03-22
part_efi: Drop NULL check in part_get_info_efi()
Simon Glass
2016-03-22
part_efi: Drop the NULL check on dev_desc in part_print_efi()
Simon Glass
2016-03-14
part: Rename test_part_xx() and print_part_xx()
Simon Glass
2016-03-14
dm: block: Adjust device calls to go through helpers function
Simon Glass
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: part: Convert partition API use to linker lists
Simon Glass
2016-03-14
dm: part: Correct a sandbox build warning
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-15
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2016-01-14
block: pass block dev not num to read/write/erase()
Stephen Warren
2015-11-23
part:efi: add bootable parameter in gpt command
Patrick Delaunay
2015-11-23
gpt: part: Definition and declaration of GPT verification functions
Lukasz Majewski
2015-11-12
uuid: add selection by string for known partition type GUID
Patrick Delaunay
2015-11-12
gpt: add optional parameter type in gpt command
Patrick Delaunay
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-01-08
gpt: Fix the protective MBR partition size
Maxime Ripard
2014-12-18
fastboot: handle flash write to GPT partitions
Steve Rae
2014-12-18
disk: part_efi: move code to static functions
Steve Rae
2014-11-27
sandbox: Fix warnings due to 64-bit printf() strings
Simon Glass
2014-06-05
disk: part_efi: add get_partition_info_efi_by_name()
Steve Rae
2014-06-05
disk: part_efi: clarify lbaint_t usage
Steve Rae
2014-06-05
disk: part_efi: resolve endianness issues
Steve Rae
2014-05-12
disk: part_efi: add support for the Backup GPT
Steve Rae
2014-04-02
lib: uuid: code refactor for proper maintain between uuid bin and string
Przemyslaw Marczak
2014-04-02
part_efi: move uuid<->string conversion functions into lib/uuid.c
Przemyslaw Marczak
2014-02-24
part_efi: fix protective mbr struct allocation
Hector Palacios
2013-09-20
part_efi: make sure the gpt_pte is freed
Mark Langsdorf
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-15
Fix ext2/ext4 filesystem accesses beyond 2TiB
Frederic Leroy
2013-06-04
disk: Fix possible out-of-bounds access in part_efi.c
Marek Vasut
2013-05-01
disk/gpt: Fix GPT partition handling for blocksize != 512
Egbert Eich
2013-04-02
disk: fix unaligned access in efi partitions
Marc Dietrich
2013-03-14
disk: define HAVE_BLOCK_DEVICE in a common place
Stephen Warren
2012-12-13
gpt: Support for GPT (GUID Partition Table) restoration
Lukasz Majewski
2012-12-13
gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>
Chang Hyun Park
2012-10-22
disk: Address cast and format errors
Taylor Hutt
2012-10-17
disk: part_efi: set bootable flag in partition objects
Stephen Warren
2012-10-17
disk: part_efi: print raw partition attributes
Stephen Warren
[next]