| Commit message (Expand) | Author | Age | Files | Lines |
* | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanups | Wolfgang Denk | 2021-09-30 | 1 | -1/+1 |
* | treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... | Simon Glass | 2021-09-25 | 1 | -5/+3 |
* | cmd/part: correct alignment of partition list | Heinrich Schuchardt | 2021-09-02 | 1 | -1/+1 |
* | global: Convert simple_strtoul() with decimal to dectoul() | Simon Glass | 2021-08-02 | 1 | -2/+2 |
* | global: Convert simple_strtoul() with hex to hextoul() | Simon Glass | 2021-08-02 | 1 | -3/+3 |
* | disk: Tidy up #ifdefs in part_efi | Simon Glass | 2021-07-28 | 1 | -5/+6 |
* | disk/part_dos.c: Fix a variable typo in write_mbr_partitions() | Christian Melki | 2021-06-22 | 1 | -1/+1 |
* | part: Add check for NULL dev_part_str | Sean Anderson | 2021-05-26 | 1 | -1/+5 |
* | part: Fix bogus return from part_get_info_by_dev_and_name | Sean Anderson | 2021-04-22 | 1 | -1/+1 |
* | disk: gpt: verify alternate LBA points to last usable LBA | Stefan Herbrechtsmeier | 2021-04-12 | 1 | -0/+9 |
* | part: Support string block devices in part_get_info_by_dev_and_name | Sean Anderson | 2021-02-26 | 1 | -19/+22 |
* | part: Support getting whole disk from part_get_info_by_dev_and_name_or_num | Sean Anderson | 2021-02-26 | 1 | -2/+3 |
* | part: Give several functions more useful return values | Sean Anderson | 2021-02-26 | 1 | -22/+28 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 1 | -0/+1 |
* | disk: part_dos: update partition table entries after write | Gary Bisson | 2021-02-01 | 1 | -0/+6 |
* | Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo... | Tom Rini | 2021-01-31 | 1 | -0/+1 |
|\ |
|
| * | disk: part: sandbox support in dev_print() | Heinrich Schuchardt | 2021-01-30 | 1 | -0/+1 |
* | | disk: part_efi: update partition table entries after write | Gary Bisson | 2021-01-29 | 1 | -0/+3 |
|/ |
|
* | lib/uuid.c: change prototype of uuid_guid_get_str() | Rasmus Villemoes | 2021-01-16 | 1 | -4/+5 |
* | disk: dos: add code for creating MBR partition layout | Marek Szyprowski | 2021-01-15 | 2 | -0/+169 |
* | disk: dos: make some functions static | Marek Szyprowski | 2021-01-15 | 1 | -2/+3 |
* | disk: dos: use generic macro for unaligned le32 access | Marek Szyprowski | 2021-01-15 | 1 | -19/+9 |
* | disk: dos: add some defines for the hardcoded numbers | Marek Szyprowski | 2021-01-15 | 2 | -3/+6 |
* | disk: dos: rename write_mbr_partition to write_mbr_sector | Marek Szyprowski | 2021-01-15 | 1 | -1/+1 |
* | disk: typo Terra Bytes | Heinrich Schuchardt | 2020-09-22 | 1 | -1/+1 |
* | xen: pvblock: Add initial support for para-virtualized block driver | Anastasiia Lukianenko | 2020-08-14 | 1 | -0/+4 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | common: Drop part.h from common header | Simon Glass | 2020-05-18 | 6 | -1/+10 |
* | part: Drop disk_partition_t typedef | Simon Glass | 2020-05-18 | 6 | -20/+21 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop uuid.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA | Trevor Woerner | 2020-05-15 | 1 | -2/+2 |
* | part: detect EFI system partition | Heinrich Schuchardt | 2020-04-30 | 2 | -10/+20 |
* | sunxi: Move common defconfig options to Kconfig | Andre Przywara | 2020-03-18 | 1 | -0/+2 |
* | disk: part: rename parameter of lba512_muldiv()WIP/2020-01-22-master-imports | Heinrich Schuchardt | 2020-01-23 | 1 | -6/+7 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | 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 |