~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Correct SPL use of CMD_MBRSimon Glass2023-02-09
* disk: Use Makefile to omit partition driversSimon Glass2022-09-16
* disk: part_dos: Fix a NULL pointer errorSimon Glass2021-11-28
* disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki2021-06-22
* disk: part_dos: update partition table entries after writeGary Bisson2021-02-01
* disk: dos: add code for creating MBR partition layoutMarek Szyprowski2021-01-15
* disk: dos: make some functions staticMarek Szyprowski2021-01-15
* disk: dos: use generic macro for unaligned le32 accessMarek Szyprowski2021-01-15
* disk: dos: add some defines for the hardcoded numbersMarek Szyprowski2021-01-15
* disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski2021-01-15
* common: Drop part.h from common headerSimon Glass2020-05-18
* part: Drop disk_partition_t typedefSimon Glass2020-05-18
* part: detect EFI system partitionHeinrich Schuchardt2020-04-30
* disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt2019-10-31
* disk: part_dos: Allocate at least one block size for mbrFaiz Abbas2019-09-19
* CVE-2019-13103: disk: stop infinite recursion in DOS PartitionsPaul Emge2019-07-18
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-08
* part: Allocate only one legacy_mbr bufferAlexey Brodkin2018-02-07
* disk: part_dos: fix part_get_info_extended() functionShawn Guo2017-11-06
* disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam2017-10-05
* part: extract MBR signature from partitionsPeter Jones2017-09-20
* EFI: find EFI system partition by legacy MBR partition typeAndre Przywara2017-09-18
* SPL: add support to boot from a partition typeDalon Westergreen2017-02-17
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-28
* disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy2016-10-01
* fastboot: add support for writing MBRPetr Kulhavy2016-10-01
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-01
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-14
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14
* dm: part: Rename some partition functionsSimon Glass2016-03-14
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-14
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-14
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13
* part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2016-01-13
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11
* disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel2014-06-11
* disk: part_efi: clarify lbaint_t usageSteve Rae2014-06-05
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* disk/part_dos: check harder for partition tableEgbert Eich2013-05-01
* disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren2013-03-14
* disk: part_dos: print partition UUID in partition listStephen Warren2012-10-17
* disk: part_dos: checkpatch cleanupsStephen Warren2012-10-17
* disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren2012-10-08
* disk: part_msdos: parse and store partition UUIDStephen Warren2012-09-25
* disk/part: check bootable flag for DOS partitionsRob Herring2012-09-25
* Block: Remove MG DISK supportMarek Vasut2012-06-21
* part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson2012-04-30