summaryrefslogtreecommitdiff
path: root/disk/part_dos.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-22disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki1-1/+1
2021-02-02disk: 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-19common: Drop part.h from common headerSimon Glass1-0/+2
2020-05-19part: 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-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-1/+1
2018-02-08part: 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-19EFI: 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-02disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy1-29/+2
2016-10-02fastboot: add support for writing MBRPetr Kulhavy1-0/+20
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-0/+1
2016-03-15part: Rename test_part_xx() and print_part_xx()Simon Glass1-4/+4
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-5/+3
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-12/+17
2016-03-15dm: part: Rename some partition functionsSimon Glass1-10/+9
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass1-1/+8
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-9/+10
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-2/+2
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-3/+5
2016-01-14part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier1-12/+17
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2014-06-12disk: 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-02disk/part_dos: check harder for partition tableEgbert Eich1-3/+16
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren1-6/+1
2012-10-17disk: part_dos: print partition UUID in partition listStephen Warren1-8/+11
2012-10-17disk: part_dos: checkpatch cleanupsStephen Warren1-10/+11
2012-10-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren1-12/+9
2012-09-26disk: part_msdos: parse and store partition UUIDStephen Warren1-3/+12
2012-09-26disk/part: check bootable flag for DOS partitionsRob Herring1-2/+9
2012-06-21Block: Remove MG DISK supportMarek Vasut1-1/+0
2012-04-30part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson1-3/+3
2011-07-28part_dos: fix crash with big sector sizeSergei Shtylyov1-3/+3
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk1-1/+3
2009-10-19part_dos: check status flags of partitionsDaniel Mack1-1/+2