| Commit message (Expand) | Author | Age | Lines |
* | part:efi: add bootable parameter in gpt command | Patrick Delaunay | 2015-11-23 | -0/+3 |
* | gpt: part: Definition and declaration of GPT verification functions | Lukasz Majewski | 2015-11-23 | -0/+110 |
* | uuid: add selection by string for known partition type GUID | Patrick Delaunay | 2015-11-12 | -0/+4 |
* | gpt: add optional parameter type in gpt command | Patrick Delaunay | 2015-11-12 | -0/+34 |
* | ubifs: Add generic fs support | Hans de Goede | 2015-10-24 | -0/+27 |
* | disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set | Hans de Goede | 2015-10-24 | -0/+2 |
* | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass | 2015-09-11 | -0/+3 |
* | gpt: Fix the protective MBR partition size | Maxime Ripard | 2015-01-08 | -1/+1 |
* | fastboot: handle flash write to GPT partitions | Steve Rae | 2014-12-18 | -0/+93 |
* | disk: part_efi: move code to static functions | Steve Rae | 2014-12-18 | -73/+102 |
* | sandbox: Fix warnings due to 64-bit printf() strings | Simon Glass | 2014-11-26 | -10/+11 |
* | disk/part.c: make local function static | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | cleanup disk/part.c whitespace | Pavel Machek | 2014-09-24 | -4/+5 |
* | whitespace cleanups | Pavel Machek | 2014-07-22 | -4/+4 |
* | sandbox: restore ability to access host fs through standard commands | Stephen Warren | 2014-06-23 | -0/+19 |
* | disk: default to HW partition 0 if not specified | Stephen Warren | 2014-06-12 | -3/+3 |
* | disk: part_dos.c: Add a PBR check when MBR checking fails | Darwin Dingel | 2014-06-11 | -1/+20 |
* | disk: part_efi: add get_partition_info_efi_by_name() | Steve Rae | 2014-06-05 | -1/+20 |
* | disk: part_efi: clarify lbaint_t usage | Steve Rae | 2014-06-05 | -27/+29 |
* | disk: part_efi: resolve endianness issues | Steve Rae | 2014-06-05 | -2/+3 |
* | mmc: provide a select_hwpart implementation for get_device() | Stephen Warren | 2014-05-23 | -1/+5 |
* | disk: support devices with HW partitions | Stephen Warren | 2014-05-23 | -10/+64 |
* | disk: part_efi: add support for the Backup GPT | Steve Rae | 2014-05-12 | -3/+19 |
* | lib: uuid: code refactor for proper maintain between uuid bin and string | Przemyslaw Marczak | 2014-04-02 | -8/+9 |
* | part_efi: move uuid<->string conversion functions into lib/uuid.c | Przemyslaw Marczak | 2014-04-02 | -79/+11 |
* | sandbox: Use os functions to read host device tree | Simon Glass | 2014-03-17 | -17/+0 |
* | part_efi: fix protective mbr struct allocation | Hector Palacios | 2014-02-24 | -5/+3 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | sandbox: block driver using host file/device as backing store | Henrik Nordström | 2014-01-08 | -0/+6 |
* | disk: convert a makefile to Kbuild style | Masahiro Yamada | 2013-10-31 | -28/+6 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -4/+4 |
* | part_efi: make sure the gpt_pte is freed | Mark Langsdorf | 2013-09-20 | -1/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -187/+11 |
* | fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blksz | Lan Yixun (dlan) | 2013-07-22 | -0/+4 |
* | Fix ext2/ext4 filesystem accesses beyond 2TiB | Frederic Leroy | 2013-07-15 | -5/+5 |
* | disk: Fix possible out-of-bounds access in part_efi.c | Marek Vasut | 2013-06-04 | -3/+8 |
* | disk/iso: Add Support for block sizes > 512 byte to ISO partition support | Egbert Eich | 2013-05-01 | -0/+3 |
* | disk/gpt: Fix GPT partition handling for blocksize != 512 | Egbert Eich | 2013-05-01 | -16/+22 |
* | disk/part_dos: check harder for partition table | Egbert Eich | 2013-05-01 | -3/+16 |
* | disk: fix unaligned access in efi partitions | Marc Dietrich | 2013-04-02 | -1/+2 |
* | disk: define HAVE_BLOCK_DEVICE in a common place | Stephen Warren | 2013-03-14 | -40/+5 |
* | sandbox: Add host filesystem | Simon Glass | 2013-03-04 | -0/+17 |
* | gpt: Support for GPT (GUID Partition Table) restoration | Lukasz Majewski | 2012-12-13 | -3/+278 |
* | gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h> | Chang Hyun Park | 2012-12-13 | -71/+42 |
* | part:efi: Move part_efi.h file to ./include | Lukasz Majewski | 2012-12-13 | -144/+0 |
* | part: check each variable for capability calculation | Jerry Huang | 2012-12-06 | -1/+1 |
* | disk: Address cast and format errors | Taylor Hutt | 2012-10-22 | -3/+4 |
* | disk: Make the disk partition code work with no specific partition types | Gabe Black | 2012-10-22 | -33/+17 |
* | disk: initialize name/part fields when returning a whole disk | Stephen Warren | 2012-10-19 | -0/+2 |
* | disk: part_dos: print partition UUID in partition list | Stephen Warren | 2012-10-17 | -8/+11 |