summaryrefslogtreecommitdiffstats
path: root/disk/part_dos.c
Commit message (Expand)AuthorAgeFilesLines
* disk: part_dos: update partition table entries after writeGary Bisson2021-02-011-0/+6
* disk: dos: add code for creating MBR partition layoutMarek Szyprowski2021-01-151-0/+167
* disk: dos: make some functions staticMarek Szyprowski2021-01-151-2/+3
* disk: dos: use generic macro for unaligned le32 accessMarek Szyprowski2021-01-151-19/+9
* disk: dos: add some defines for the hardcoded numbersMarek Szyprowski2021-01-151-3/+3
* disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski2021-01-151-1/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-2/+2
* part: detect EFI system partitionHeinrich Schuchardt2020-04-301-4/+10
* disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt2019-10-311-14/+25
* disk: part_dos: Allocate at least one block size for mbrFaiz Abbas2019-09-191-1/+2
* CVE-2019-13103: disk: stop infinite recursion in DOS PartitionsPaul Emge2019-07-181-0/+18
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-1/+1
* part: Allocate only one legacy_mbr bufferAlexey Brodkin2018-02-071-1/+1
* disk: part_dos: fix part_get_info_extended() functionShawn Guo2017-11-061-1/+1
* disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam2017-10-051-0/+10
* part: extract MBR signature from partitionsPeter Jones2017-09-201-3/+9
* EFI: find EFI system partition by legacy MBR partition typeAndre Przywara2017-09-181-1/+1
* SPL: add support to boot from a partition typeDalon Westergreen2017-02-171-0/+1
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-281-3/+3
* disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy2016-10-011-29/+2
* fastboot: add support for writing MBRPetr Kulhavy2016-10-011-0/+20
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-011-0/+1
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-141-4/+4
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-5/+3
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-12/+17
* dm: part: Rename some partition functionsSimon Glass2016-03-141-10/+9
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-141-1/+8
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-9/+10
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-2/+2
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-3/+5
* part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2016-01-131-12/+17
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel2014-06-111-1/+20
* disk: part_efi: clarify lbaint_t usageSteve Rae2014-06-051-2/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* disk/part_dos: check harder for partition tableEgbert Eich2013-05-011-3/+16
* disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren2013-03-141-6/+1
* disk: part_dos: print partition UUID in partition listStephen Warren2012-10-171-8/+11
* disk: part_dos: checkpatch cleanupsStephen Warren2012-10-171-10/+11
* disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren2012-10-081-12/+9
* disk: part_msdos: parse and store partition UUIDStephen Warren2012-09-251-3/+12
* disk/part: check bootable flag for DOS partitionsRob Herring2012-09-251-2/+9
* Block: Remove MG DISK supportMarek Vasut2012-06-211-1/+0
* part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson2012-04-301-3/+3
* part_dos: fix crash with big sector sizeSergei Shtylyov2011-07-271-3/+3
* FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2010-07-241-1/+3
* part_dos: check status flags of partitionsDaniel Mack2009-10-181-1/+2
* Partition support: remove newline from partition nameWolfgang Denk2009-08-091-5/+10