aboutsummaryrefslogtreecommitdiffstats
path: root/disk/part_dos.c
Commit message (Expand)AuthorAgeFilesLines
* global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-1/+1
* disk: Remove duplicate newlinesMarek Vasut2024-07-151-1/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+1
* part: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+1
* cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin2023-10-241-1/+1
* part: Add accessors for struct disk_partition uuidSimon Glass2023-08-251-9/+8
* part: dos: Use desc instead of dev_descSimon Glass2023-08-251-32/+31
* disk: dos: Infer MBR partition sector size from underlying drive sector sizeMarek Vasut2023-08-221-3/+14
* Correct SPL use of CMD_MBRSimon Glass2023-02-091-1/+1
* disk: Use Makefile to omit partition driversSimon Glass2022-09-161-4/+0
* disk: part_dos: Fix a NULL pointer errorSimon Glass2021-11-281-4/+6
* disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki2021-06-221-1/+1
* 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