Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
ec841209a7d250c1616d56744e1e79acab6c2921
/
include
/
part.h
3078909
disk: Provide API to get partition by name for specific type
by Sam Protsenko
· 7 years ago
0d6ab32
part: move efi_guid_t
by Rob Clark
· 7 years ago
4bbcc96
fs: add fs_readdir()
by Rob Clark
· 7 years ago
47d7ee4
part: efi: make gpt_fill_pte take the device descriptor
by Maxime Ripard
· 7 years ago
09a4993
GPT: read partition table from device into a data structure
by Alison Chaiken
· 7 years ago
73d6d18
GPT: add accessor function for disk GUID
by Alison Chaiken
· 7 years ago
e6faf21
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
by Alison Chaiken
· 7 years ago
92856b4
disk_partition: introduce macros for description string lengths
by Alison Chaiken
· 7 years ago
db9b620
EFI: replace number with UUID_STR_LEN macro
by Alison Chaiken
· 7 years ago
88b6329
disk: Return the partition number in part_get_info_by_name()
by Alex Deymo
· 8 years ago
f0fb4fa
SPL: add support to boot from a partition type
by Dalon Westergreen
· 8 years ago
b331cd6
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
by Patrick Delaunay
· 8 years ago
bd42a94
disk: convert CONFIG_EFI_PARTITION to Kconfig
by Patrick Delaunay
· 8 years ago
b0cf733
disk: convert CONFIG_DOS_PARTITION to Kconfig
by Patrick Delaunay
· 8 years ago
da2ee24
disk: part: refactor generic name creation for DOS and ISO
by Petr Kulhavy
· 8 years ago
b6dd69a
fastboot: add support for writing MBR
by Petr Kulhavy
· 8 years ago
87b8530
disk: part: implement generic function part_get_info_by_name()
by Petr Kulhavy
· 8 years ago
33fb211
dm: mmc: Add support for driver-model block devices
by Simon Glass
· 9 years ago
38bd29b
dm: part: Drop the get_dev() method
by Simon Glass
· 9 years ago
f1d86fd
dm: sandbox: Drop the host_get_dev() function
by Simon Glass
· 9 years ago
f6d000e
dm: systemace: Drop the get_dev() function
by Simon Glass
· 9 years ago
4e7189d
dm: sata: Drop the get_dev() function
by Simon Glass
· 9 years ago
edd82ab
dm: scsi: Drop the get_dev() function
by Simon Glass
· 9 years ago
3c457f4
dm: mmc: Drop the get_dev() function
by Simon Glass
· 9 years ago
74001a2
dm: ide: Drop the get_dev() function
by Simon Glass
· 9 years ago
57ebf67
dm: usb: Drop the get_dev() function
by Simon Glass
· 9 years ago
d9b2678
disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORT
by Michal Simek
· 9 years ago
d96a980
disk/part.c: Expose list of available block drivers
by Alexander Graf
· 9 years ago
3e8bd46
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
96e5b03
dm: part: Convert partition API use to linker lists
by Simon Glass
· 9 years ago
e35929e
dm: blk: Rename get_device_and_partition()
by Simon Glass
· 9 years ago
ebac37c
dm: blk: Rename get_device() to blk_get_device_by_str()
by Simon Glass
· 9 years ago
db1d9e7
dm: blk: Rename get_dev() to blk_get_dev()
by Simon Glass
· 9 years ago
fb1b7be
dm: blk: Add comments to a few functions
by Simon Glass
· 9 years ago
1a73661
dm: Add a new header for block devices
by Simon Glass
· 9 years ago
481922f
dm: part: Drop the common.h header
by Simon Glass
· 9 years ago
4101f68
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
f62b1c6
part: Drop duplication declaration of block_dev_desc_t
by Simon Glass
· 9 years ago
873cc1d
mmc: store hwpart in the block device
by Stephen Warren
· 9 years ago
7c4213f
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
cef68bf
gpt: part: Definition and declaration of GPT verification functions
by Lukasz Majewski
· 9 years ago
7561b25
gpt: add optional parameter type in gpt command
by Patrick Delaunay
· 9 years ago
0ff7e58
fastboot: handle flash write to GPT partitions
by Steve Rae
· 10 years ago
60bf941
disk: part_efi: add get_partition_info_efi_by_name()
by Steve Rae
· 10 years ago
d235628
mmc: provide a select_hwpart implementation for get_device()
by Stephen Warren
· 11 years ago
6b423b7
part: header fix
by Mateusz Zalega
· 11 years ago
f4d8de4
sandbox: block driver using host file/device as backing store
by Henrik Nordström
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
04735e9
Fix ext2/ext4 filesystem accesses beyond 2TiB
by Frederic Leroy
· 11 years ago
ff8fef5
Fix block device accesses beyond 2TiB
by Sascha Silbe
· 11 years ago
0472fbf
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
by Egbert Eich
· 12 years ago
ae1768a
disk/gpt: Fix GPT partition handling for blocksize != 512
by Egbert Eich
· 12 years ago
40684dd
gpt: Support for GPT (GUID Partition Table) restoration
by Lukasz Majewski
· 12 years ago
894bfbb
disk: part_efi: parse and store partition UUID
by Stephen Warren
· 12 years ago
10a37fd
disk: get_device_and_partition() "auto" partition and cleanup
by Stephen Warren
· 12 years ago
2023e60
disk: introduce get_device()
by Stephen Warren
· 12 years ago
99d2c20
disk/part: introduce get_device_and_partition
by Rob Herring
· 12 years ago
40e0e56
disk/part: check bootable flag for DOS partitions
by Rob Herring
· 12 years ago
985889b
include/part.h: fix indentation of lba
by Anatolij Gustschin
· 12 years ago
df3fc52
disk/part.c: Make features optional
by Matthew McClintock
· 13 years ago
e6f99a5
MMC: add erase function to both mmc and sd
by Lei Wen
· 13 years ago
75eb82e
mflash: Initial mflash support
by unsik Kim
· 16 years ago
07f3d78
Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
by richardretanubun
· 16 years ago
d049cc7
Coding style cleanup, update CHANGELOG
by Wolfgang Denk
· 17 years ago
c7057b5
ata: add the support for SATA framework
by Dave Liu
· 17 years ago
c95219f
MMC for PXA 27X (resubmit)
by stefano babic
· 17 years ago
2a4741d
fix pxa255_idp board
by Marcel Ziswiler
· 17 years ago
eb867a7
[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
by Grant Likely
· 18 years ago
53758fa
[PATCH 8_9] Add block_write hook to block_dev_desc_t
by Grant Likely
· 18 years ago
735dd97
[PATCH 1_4] Merge common get_dev() routines for block devices
by Grant Likely
· 18 years ago
6e59238
* Cleanup, minor fixes
by wdenk
· 21 years ago
7d7ce41
Patch by Pierre Aubert, 15 Mar 2004: Fix buffer overflow in IDE identification
by wdenk
· 21 years ago
42dfe7a
Code cleanup; make several boards compile & link.
by wdenk
· 21 years ago
7205e40
* Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB
by wdenk
· 21 years ago
b0fce99
Fix some missing commands, cleanup header files
by wdenk
· 21 years ago
8bde7f7
* Code cleanup:
by wdenk
· 21 years ago
c7de829
* Patch by Thomas Frieden, 13 Nov 2002:
by wdenk
· 22 years ago
012771d
Initial revision
by wdenk
· 23 years ago