| Commit message (Expand) | Author | Age | Files | Lines |
* | disk: efi: correct the allocation size for mbr header in stack | Patrick Delaunay | 2017-11-29 | 1 | -2/+2 |
* | gpt: Use cache aligned buffers for gpt_h and gpt_e | Lukasz Majewski | 2017-11-06 | 1 | -7/+9 |
* | disk: efi: correct the overlap check on GPT header and PTE | Patrick Delaunay | 2017-10-23 | 1 | -2/+2 |
* | part_efi: In is_gpt_valid() check argument validity before allocation | Tom Rini | 2017-10-16 | 1 | -2/+3 |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 1 | -5/+5 |
* | part: extract MBR signature from partitions | Peter Jones | 2017-09-20 | 1 | -0/+20 |
* | part: efi: Disable overlap check | Maxime Ripard | 2017-09-03 | 1 | -7/+21 |
* | part: efi: make gpt_fill_pte take the device descriptor | Maxime Ripard | 2017-09-03 | 1 | -3/+4 |
* | part: efi: rework the partition start and size in gpt_fill_pte | Maxime Ripard | 2017-09-03 | 1 | -6/+8 |
* | part: efi: Fix offset | Maxime Ripard | 2017-09-03 | 1 | -3/+7 |
* | GPT: add accessor function for disk GUID | Alison Chaiken | 2017-08-04 | 1 | -0/+31 |
* | EFI: replace number with UUID_STR_LEN macro | Alison Chaiken | 2017-08-04 | 1 | -1/+1 |
* | part_efi: support padding between the GPT header and partition entries | Philipp Tomsich | 2017-03-20 | 1 | -4/+51 |
* | gpt: Fix uuid string format | Vincent Tinelli | 2017-03-17 | 1 | -1/+1 |
* | cmd: gpt: backup boot code before writing MBR | Vincent Tinelli | 2017-02-08 | 1 | -0/+7 |
* | cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT | Patrick Delaunay | 2017-01-28 | 1 | -3/+3 |
* | disk: convert CONFIG_EFI_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -1/+1 |
* | disk: part: implement generic function part_get_info_by_name() | Petr Kulhavy | 2016-10-01 | 1 | -19/+1 |
* | cmd: gpt: fix the wrong size parse for the last partition | Kever Yang | 2016-08-05 | 1 | -0/+4 |
* | part_efi: Fix compiler warning on 32-bit sandbox | Simon Glass | 2016-07-25 | 1 | -5/+5 |
* | disk: part_efi: fix check of the max partition size | Patrick Delaunay | 2016-05-27 | 1 | -1/+1 |
* | part_efi: Drop NULL check in part_get_info_efi() | Simon Glass | 2016-03-22 | 1 | -1/+1 |
* | part_efi: Drop the NULL check on dev_desc in part_print_efi() | Simon Glass | 2016-03-22 | 1 | -4/+0 |
* | part: Rename test_part_xx() and print_part_xx() | Simon Glass | 2016-03-14 | 1 | -4/+4 |
* | dm: block: Adjust device calls to go through helpers function | Simon Glass | 2016-03-14 | 1 | -19/+15 |
* | dm: block: Rename device number member dev to devnum | Simon Glass | 2016-03-14 | 1 | -2/+2 |
* | dm: part: Rename some partition functions | Simon Glass | 2016-03-14 | 1 | -5/+5 |
* | dm: part: Convert partition API use to linker lists | Simon Glass | 2016-03-14 | 1 | -1/+14 |
* | dm: part: Correct a sandbox build warning | Simon Glass | 2016-03-14 | 1 | -4/+6 |
* | dm: Drop the block_dev_desc_t typedef | Simon Glass | 2016-03-14 | 1 | -19/+19 |
* | Fix GCC format-security errors and convert sprintfs. | Ben Whitten | 2016-01-14 | 1 | -1/+1 |
* | block: pass block dev not num to read/write/erase() | Stephen Warren | 2016-01-13 | 1 | -18/+16 |
* | part:efi: add bootable parameter in gpt command | Patrick Delaunay | 2015-11-23 | 1 | -0/+3 |
* | gpt: part: Definition and declaration of GPT verification functions | Lukasz Majewski | 2015-11-23 | 1 | -0/+110 |
* | uuid: add selection by string for known partition type GUID | Patrick Delaunay | 2015-11-12 | 1 | -0/+4 |
* | gpt: add optional parameter type in gpt command | Patrick Delaunay | 2015-11-12 | 1 | -0/+25 |
* | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass | 2015-09-11 | 1 | -0/+1 |
* | gpt: Fix the protective MBR partition size | Maxime Ripard | 2015-01-08 | 1 | -1/+1 |
* | fastboot: handle flash write to GPT partitions | Steve Rae | 2014-12-18 | 1 | -0/+93 |
* | disk: part_efi: move code to static functions | Steve Rae | 2014-12-18 | 1 | -73/+102 |
* | sandbox: Fix warnings due to 64-bit printf() strings | Simon Glass | 2014-11-26 | 1 | -10/+11 |
* | disk: part_efi: add get_partition_info_efi_by_name() | Steve Rae | 2014-06-05 | 1 | -1/+20 |
* | disk: part_efi: clarify lbaint_t usage | Steve Rae | 2014-06-05 | 1 | -25/+26 |
* | disk: part_efi: resolve endianness issues | Steve Rae | 2014-06-05 | 1 | -2/+3 |
* | disk: part_efi: add support for the Backup GPT | Steve Rae | 2014-05-12 | 1 | -3/+19 |
* | lib: uuid: code refactor for proper maintain between uuid bin and string | Przemyslaw Marczak | 2014-04-02 | 1 | -8/+9 |
* | part_efi: move uuid<->string conversion functions into lib/uuid.c | Przemyslaw Marczak | 2014-04-02 | 1 | -79/+11 |
* | part_efi: fix protective mbr struct allocation | Hector Palacios | 2014-02-24 | 1 | -5/+3 |
* | part_efi: make sure the gpt_pte is freed | Mark Langsdorf | 2013-09-20 | 1 | -1/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |