summaryrefslogtreecommitdiff
path: root/disk/part_dos.c
AgeCommit message (Expand)Author
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-04-30part: detect EFI system partitionHeinrich Schuchardt
2019-10-31disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt
2019-09-19disk: part_dos: Allocate at least one block size for mbrFaiz Abbas
2019-07-18CVE-2019-13103: disk: stop infinite recursion in DOS PartitionsPaul Emge
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2018-02-07part: Allocate only one legacy_mbr bufferAlexey Brodkin
2017-11-06disk: part_dos: fix part_get_info_extended() functionShawn Guo
2017-10-05disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam
2017-09-20part: extract MBR signature from partitionsPeter Jones
2017-09-18EFI: find EFI system partition by legacy MBR partition typeAndre Przywara
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy
2016-10-01fastboot: add support for writing MBRPetr Kulhavy
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-13part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2014-06-11disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-01disk/part_dos: check harder for partition tableEgbert Eich
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren
2012-10-17disk: part_dos: print partition UUID in partition listStephen Warren
2012-10-17disk: part_dos: checkpatch cleanupsStephen Warren
2012-10-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren
2012-09-25disk: part_msdos: parse and store partition UUIDStephen Warren
2012-09-25disk/part: check bootable flag for DOS partitionsRob Herring
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-04-30part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson
2011-07-27part_dos: fix crash with big sector sizeSergei Shtylyov
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk
2009-10-18part_dos: check status flags of partitionsDaniel Mack
2009-08-09Partition support: remove newline from partition nameWolfgang Denk
2009-04-03mflash: Initial mflash supportunsik Kim
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger
2008-03-26ata: add the support for SATA frameworkDave Liu
2007-07-09disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2005-10-13Cleanup for GCC-4.xWolfgang Denk