index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK 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
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
2012-10-17
disk: part_efi: print partition UUIDs
Stephen Warren
2012-10-17
disk: part_efi: re-order partition list printf, change case
Stephen Warren
2012-10-17
disk: part_efi: remove indent level from loop
Stephen Warren
2012-09-25
disk: part_efi: parse and store partition UUID
Stephen Warren
2012-09-25
disk: part_efi: range-check partition number
Stephen Warren
2012-06-21
Block: Remove MG DISK support
Marek Vasut
2011-12-06
part_efi: Fix compile errors
Sanjeev Premi
2011-12-05
disk: part_efi: fix regression due to incorrect buffer usage
Stephen Warren
2011-10-27
disk: part_efi: fix **pgpt_pte == NULL
Doug Anderson
2011-10-27
cosmetic: Replace __FUNCTION__ with __func__ in part_efi.c
Doug Anderson
[next]