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
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
2011-10-25
part_efi: dcache: allocate cacheline aligned buffers
Anton staaf
2011-10-06
part: show efi partition name when print out partition info
Lei Wen
2009-08-09
Partition support: remove newline from partition name
Wolfgang Denk
2009-04-03
mflash: Initial mflash support
unsik Kim
2009-02-17
disk: convert part_* files to COBJ-$(CONFIG_XXX) style
Mike Frysinger
2009-01-27
part_efi: Fix partition size calculation due to inclusive ending LBA.
Richard Retanubun
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
richardretanubun