index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part_dos.c
Age
Commit message (
Expand
)
Author
2024-07-15
disk: Remove duplicate newlines
Marek Vasut
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
part: Remove <common.h> and add needed includes
Tom Rini
2023-10-24
cmd: mbr: Allow 4 MBR partitions without need for extended
Alexander Gendin
2023-08-25
part: Add accessors for struct disk_partition uuid
Simon Glass
2023-08-25
part: dos: Use desc instead of dev_desc
Simon Glass
2023-08-22
disk: dos: Infer MBR partition sector size from underlying drive sector size
Marek Vasut
2023-02-09
Correct SPL use of CMD_MBR
Simon Glass
2022-09-16
disk: Use Makefile to omit partition drivers
Simon Glass
2021-11-28
disk: part_dos: Fix a NULL pointer error
Simon Glass
2021-06-22
disk/part_dos.c: Fix a variable typo in write_mbr_partitions()
Christian Melki
2021-02-01
disk: part_dos: update partition table entries after write
Gary Bisson
2021-01-15
disk: dos: add code for creating MBR partition layout
Marek Szyprowski
2021-01-15
disk: dos: make some functions static
Marek Szyprowski
2021-01-15
disk: dos: use generic macro for unaligned le32 access
Marek Szyprowski
2021-01-15
disk: dos: add some defines for the hardcoded numbers
Marek Szyprowski
2021-01-15
disk: dos: rename write_mbr_partition to write_mbr_sector
Marek Szyprowski
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-04-30
part: detect EFI system partition
Heinrich Schuchardt
2019-10-31
disk: part_dos: correctly detect DOS PBR
Heinrich Schuchardt
2019-09-19
disk: part_dos: Allocate at least one block size for mbr
Faiz Abbas
2019-07-18
CVE-2019-13103: disk: stop infinite recursion in DOS Partitions
Paul Emge
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-08
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2018-02-07
part: Allocate only one legacy_mbr buffer
Alexey Brodkin
2017-11-06
disk: part_dos: fix part_get_info_extended() function
Shawn Guo
2017-10-05
disk: part_dos: Use the original allocation scheme for the SPL case
Fabio Estevam
2017-09-20
part: extract MBR signature from partitions
Peter Jones
2017-09-18
EFI: find EFI system partition by legacy MBR partition type
Andre Przywara
2017-02-17
SPL: add support to boot from a partition type
Dalon Westergreen
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
2016-10-01
disk: part: refactor generic name creation for DOS and ISO
Petr Kulhavy
2016-10-01
fastboot: add support for writing MBR
Petr Kulhavy
2016-10-01
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
2016-03-14
part: Rename test_part_xx() and print_part_xx()
Simon Glass
2016-03-14
dm: block: Adjust device calls to go through helpers function
Simon Glass
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: part: Convert partition API use to linker lists
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-13
part_dos.c: Don't wrap to negative after 2G sectors
Stefan Monnier
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2014-06-11
disk: part_dos.c: Add a PBR check when MBR checking fails
Darwin Dingel
2014-06-05
disk: part_efi: clarify lbaint_t usage
Steve Rae
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-01
disk/part_dos: check harder for partition table
Egbert Eich
[next]