summaryrefslogtreecommitdiffstats
path: root/common/partitions
Commit message (Expand)AuthorAgeFilesLines
* partitions: efi: fix NULL dereference on corrupted GPTAhmad Fatoum3 days1-3/+2
* partitions: have parsers record bootable bitsAhmad Fatoum2024-03-052-0/+28
* partitions: dos: change first partition number from 1 to 0Sascha Hauer2024-03-011-3/+3
* partitions: efi: change first partition number from 1 to 0Sascha Hauer2024-03-011-1/+1
* Merge branch 'for-next/partitions'Sascha Hauer2024-02-214-93/+585
|\
| * partitions: efi: Allow to create barebox environment partitionSascha Hauer2024-02-201-0/+3
| * partitions: efi: implement partition manipulation supportSascha Hauer2024-02-202-13/+265
| * partitions: dos: implement partition manipulation supportSascha Hauer2024-02-201-13/+243
| * partitions: move parser.h to include/partitions.hSascha Hauer2024-02-203-48/+2
| * partition: efi: keep raw dataSascha Hauer2024-02-201-6/+19
| * partition: allocate struct partition in parserSascha Hauer2024-02-203-29/+45
| * partition: allocate struct partition_desc in parserSascha Hauer2024-02-203-5/+26
| * partitions: dos: save indention levelSascha Hauer2024-02-201-25/+27
| * common: partitions: efi: fix memory leakSascha Hauer2024-02-161-5/+5
* | partitions: dos: support root=PARTUUID= generation with zero NT signatureAhmad Fatoum2024-02-161-8/+3
|/
* common: partitions: efi: record type UUID in cdevAhmad Fatoum2023-06-122-1/+5
* common: partitions: record whether disk is GPT or MBR partitionedAhmad Fatoum2023-06-122-0/+4
* cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-082-3/+3
* common: partitions: decouple from EFI GUID definitionAhmad Fatoum2023-06-082-2/+3
* partitions: efi: Continue partition enumeration on invalid pteChristopher Ebner2023-06-061-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+2
* partitions: efi: register guid device parameter for disk GUIDAhmad Fatoum2022-07-051-0/+1
* partitions: efi: print GPT offset in debug messageAhmad Fatoum2022-03-281-2/+2
* cdev: add diskuuid supportMichael Olbrich2022-02-082-0/+5
* cdev: rename partuuid to uuidMichael Olbrich2022-02-081-1/+1
* dos-partitions: Fix extended partitionsSascha Hauer2022-01-251-0/+2
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-052-0/+4
* partitions: efi: move header to central locationAhmad Fatoum2021-12-132-120/+1
* partitions: efi: Fix MAX_PARTITION checkSascha Hauer2021-06-091-5/+8
* partitions: Increase MAX_PARTITION to 128Sascha Hauer2021-06-091-1/+1
* x86: drop legacy (PC BIOS) boot in favor of EFIAhmad Fatoum2021-03-251-29/+0
* partitions: don't allocate dma capable memoryAhmad Fatoum2021-03-232-5/+3
* common/partitions/efi: fix gpt detectionLeif Middelschulte2019-10-141-1/+1
* partitions: efi: Constify force_gptAndrey Smirnov2018-10-291-1/+1
* partitions: dos: Treat all extended partition types equallyAndrey Smirnov2018-01-221-7/+18
* param: make parameter functions more consistentSascha Hauer2017-04-111-1/+1
* partitions: dos: add partuuid string for logical partitionsUwe Kleine-König2016-05-101-2/+7
* include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
* partitions/efi: Add partuuid to partition descriptionTrent Piepho2016-01-082-0/+2
* cdev: Add partuuid string to struct cdevSascha Hauer2015-06-182-0/+5
* partitions/efi: Fix off-by-one error in 'last_lba'Andrey Smirnov2014-11-111-1/+1
* Add initial EFI architecture supportSascha Hauer2014-07-161-1/+1
* Move efi.h to include/Sascha Hauer2014-07-141-1/+1
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-111-4/+0
* partitions: dos: parse extended partitionUwe Kleine-König2013-11-081-1/+75
* partitions: dos: don't open code get_unaligned_le32Uwe Kleine-König2013-11-081-1/+1
* partitions: dos: improve guess of disk sizeUwe Kleine-König2013-11-081-5/+9
* cdev: store dos partition type in struct cdevSascha Hauer2013-10-142-2/+6
* partitions: dos: fix memory leak in nt disk signatureSascha Hauer2013-06-191-0/+2
* partition: DOS: Add parameter for the NT disk SignatureSascha Hauer2013-06-021-0/+88