aboutsummaryrefslogtreecommitdiff
path: root/disk/part_dos.c
AgeCommit message (Expand)AuthorFilesLines
36 hoursdisk: Remove duplicate newlinesMarek Vasut1-1/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-06part: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin1-1/+1
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass1-9/+8
2023-08-25part: dos: Use desc instead of dev_descSimon Glass1-32/+31
2023-08-22disk: dos: Infer MBR partition sector size from underlying drive sector sizeMarek Vasut1-3/+14
2023-02-09Correct SPL use of CMD_MBRSimon Glass1-1/+1
2022-09-16disk: Use Makefile to omit partition driversSimon Glass1-4/+0
2021-11-28disk: part_dos: Fix a NULL pointer errorSimon Glass1-4/+6
2021-06-22disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki1-1/+1
2021-02-01disk: part_dos: update partition table entries after writeGary Bisson1-0/+6
2021-01-15disk: dos: add code for creating MBR partition layoutMarek Szyprowski1-0/+167
2021-01-15disk: dos: make some functions staticMarek Szyprowski1-2/+3
2021-01-15disk: dos: use generic macro for unaligned le32 accessMarek Szyprowski1-19/+9
2021-01-15disk: dos: add some defines for the hardcoded numbersMarek Szyprowski1-3/+3
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski1-1/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+2
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-2/+2
2020-04-30part: detect EFI system partitionHeinrich Schuchardt1-4/+10
2019-10-31disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt1-14/+25
2019-09-19disk: part_dos: Allocate at least one block size for mbrFaiz Abbas1-1/+2
2019-07-18CVE-2019-13103: disk: stop infinite recursion in DOS PartitionsPaul Emge1-0/+18
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-1/+1
2018-02-07part: Allocate only one legacy_mbr bufferAlexey Brodkin1-1/+1
2017-11-06disk: part_dos: fix part_get_info_extended() functionShawn Guo1-1/+1
2017-10-05disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam1-0/+10
2017-09-20part: extract MBR signature from partitionsPeter Jones1-3/+9
2017-09-18EFI: find EFI system partition by legacy MBR partition typeAndre Przywara1-1/+1
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen1-0/+1
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-3/+3
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy1-29/+2
2016-10-01fastboot: add support for writing MBRPetr Kulhavy1-0/+20
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-0/+1
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass1-4/+4
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass1-5/+3
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-12/+17
2016-03-14dm: part: Rename some partition functionsSimon Glass1-10/+9
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass1-1/+8
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-9/+10
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-2/+2
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-3/+5
2016-01-13part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier1-12/+17
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2014-06-11disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel1-1/+20
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-01disk/part_dos: check harder for partition tableEgbert Eich1-3/+16