| Commit message (Expand) | Author | Age | Files | Lines |
* | disk: part_dos: correctly detect DOS PBR | Heinrich Schuchardt | 2019-10-31 | 1 | -14/+25 |
* | disk: part_dos: Allocate at least one block size for mbr | Faiz Abbas | 2019-09-19 | 1 | -1/+2 |
* | disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCs | Urja Rannikko | 2019-08-23 | 1 | -7/+21 |
* | disk: efi: unify code for finding a valid gpt | Urja Rannikko | 2019-08-23 | 1 | -39/+34 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 2 | -0/+2 |
* | disk: part: Extend API to get partition info | Ruslan Trofymenko | 2019-07-24 | 1 | -0/+68 |
* | Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/23Jul2019 | Tom Rini | 2019-07-23 | 1 | -2/+11 |
|\ |
|
| * | disk: efi: avoid unaligned pointer error | Heinrich Schuchardt | 2019-07-16 | 1 | -2/+11 |
* | | CVE-2019-13103: disk: stop infinite recursion in DOS Partitions | Paul Emge | 2019-07-18 | 1 | -0/+18 |
|/ |
|
* | disk: efi: buffer overflow in part_get_info_efi() | Heinrich Schuchardt | 2019-07-06 | 1 | -2/+2 |
* | disk: part: Don't skip partition init | Robert Hancock | 2019-06-21 | 1 | -4/+3 |
* | disk: part: avoid undefined reference to `__udivmoddi4' | Heinrich Schuchardt | 2019-06-14 | 1 | -6/+6 |
* | disk: efi: Fix memory leak on 'gpt verify' | Eugeniu Rosca | 2019-05-02 | 1 | -0/+4 |
* | disk: efi: Fix memory leak on 'gpt guid' | Eugeniu Rosca | 2019-05-02 | 1 | -0/+2 |
* | disk: part: fix typo | Heinrich Schuchardt | 2019-04-26 | 1 | -1/+1 |
* | disk: efi: GUIDs should be const | Heinrich Schuchardt | 2019-01-18 | 1 | -1/+1 |
* | blk: Introduce IF_TYPE_VIRTIO | Tuomas Tynkkynen | 2018-11-14 | 1 | -0/+6 |
* | Rename GPT_HEADER_SIGNATURE to avoid conflict | Simon Glass | 2018-10-09 | 1 | -3/+3 |
* | Remove <inttypes.h> includes and PRI* usages in printf() entirely | Masahiro Yamada | 2018-09-10 | 1 | -1/+0 |
* | disk: part: Don't show redundant error message | Sam Protsenko | 2018-08-10 | 1 | -1/+1 |
* | efi_loader: avoid initializer element is not constant | Heinrich Schuchardt | 2018-06-14 | 1 | -2/+7 |
* | disk: efi: Correct backing up the MBR boot code | Sam Protsenko | 2018-06-05 | 1 | -2/+4 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 11 | -23/+11 |
* | spl: disk: usb: Add dependencies to sprintf/strto* | Alex Kiernan | 2018-04-28 | 1 | -0/+4 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | part: Disable CONFIG_SPL_ISO_PARTITION by default | Alexander Graf | 2018-04-16 | 1 | -1/+0 |
* | disk: part: use common api to lookup part driver | Kever Yang | 2018-03-13 | 1 | -20/+17 |
* | disk: part: scan the disk if the part_type is unknown | Kever Yang | 2018-03-13 | 1 | -6/+18 |
* | Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig | Adam Ford | 2018-02-08 | 6 | -12/+12 |
* | Convert LIB_UUID to Kconfig | Adam Ford | 2018-02-08 | 1 | -0/+2 |
* | part: Allocate only one legacy_mbr buffer | Alexey Brodkin | 2018-02-07 | 1 | -1/+1 |
* | Merge git://git.denx.de/u-boot-sunxi | Tom Rini | 2017-12-19 | 1 | -0/+14 |
|\ |
|
| * | part: efi: Add default number of partition entries for sunxi | Maxime Ripard | 2017-12-07 | 1 | -0/+1 |
| * | part: efi: Add a Kconfig option for the number of partition entries | Maxime Ripard | 2017-12-07 | 1 | -0/+13 |
* | | disk: efi: correct the allocation size for mbr header in stack | Patrick Delaunay | 2017-11-29 | 1 | -2/+2 |
|/ |
|
* | disk: part_dos: fix part_get_info_extended() function | Shawn Guo | 2017-11-06 | 1 | -1/+1 |
* | 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 |
* | iso: Reduce verbosity on test and info calls | Alexander Graf | 2017-10-16 | 1 | -2/+2 |
* | part_efi: In is_gpt_valid() check argument validity before allocation | Tom Rini | 2017-10-16 | 1 | -2/+3 |
* | disk: Provide API to get partition by name for specific type | Sam Protsenko | 2017-10-06 | 1 | -2/+13 |
* | disk: part_dos: Use the original allocation scheme for the SPL case | Fabio Estevam | 2017-10-05 | 1 | -0/+10 |
* | 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 | 2 | -3/+29 |
* | EFI: find EFI system partition by legacy MBR partition type | Andre Przywara | 2017-09-18 | 1 | -1/+1 |
* | fs: add fs_readdir() | Rob Clark | 2017-09-15 | 1 | -12/+19 |
* | part: mac: Suppress the error message after reading ddb | Bin Meng | 2017-09-07 | 1 | -5/+1 |
* | disk: part: fix typo | Heinrich Schuchardt | 2017-09-03 | 1 | -3/+9 |
* | 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 |